<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Twilio</name>
    </assembly>
    <members>
        <member name="T:Twilio.Base.BearerToken.TokenResourceSet`1">
             <summary>
             A collection of resources of type T
             </summary>
            
             <typeparam name="T">Resource Type</typeparam>
        </member>
        <member name="P:Twilio.Base.BearerToken.TokenResourceSet`1.AutoPaging">
            <summary>
            Automatically iterate through pages of results
            </summary>
        </member>
        <member name="M:Twilio.Base.BearerToken.TokenResourceSet`1.#ctor(Twilio.Base.Page{`0},Twilio.Base.ReadOptions{`0},Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient)">
             <summary>
             Create a new resource set
             </summary>
            
             <param name="page">Page of resources</param>
             <param name="options">Read options</param>
             <param name="client">Client to make requests</param>
        </member>
        <member name="M:Twilio.Base.BearerToken.TokenResourceSet`1.GetEnumerator">
             <summary>
             Get iterator for resources
             </summary>
            
             <returns>IEnumerator of resources</returns>
        </member>
        <member name="M:Twilio.Base.BearerToken.TokenResourceSet`1.System#Collections#IEnumerable#GetEnumerator">
             <summary>
             Get iterator for resources
             </summary>
            
             <returns>IEnumerator of resources</returns>
        </member>
        <member name="T:Twilio.Base.IOptions`1">
            <summary>
            Interface to wrap parameters of a resource
            </summary>
            <typeparam name="T">Resource type</typeparam>
        </member>
        <member name="T:Twilio.Base.ReadOptions`1">
            <summary>
            Parameters that are passed when reading resources
            </summary>
            <typeparam name="T">Resource type</typeparam>
        </member>
        <member name="P:Twilio.Base.ReadOptions`1.PageSize">
            <summary>
            Page size to read
            </summary>
        </member>
        <member name="P:Twilio.Base.ReadOptions`1.Limit">
            <summary>
            Maximum number of records to read
            </summary>
        </member>
        <member name="T:Twilio.Base.Page`1">
            <summary>
            Page of resources
            </summary>
            <typeparam name="T">Resource type</typeparam>
        </member>
        <member name="P:Twilio.Base.Page`1.Records">
            <summary>
            Records for this page
            </summary>
        </member>
        <member name="P:Twilio.Base.Page`1.PageSize">
            <summary>
            Page size
            </summary>
        </member>
        <member name="M:Twilio.Base.Page`1.GetFirstPageUrl(Twilio.Rest.Domain)">
            <summary>
            Generate the first page URL
            </summary>
            <param name="domain">Twilio subdomain</param>
            <returns>URL for the first page of results</returns>
        </member>
        <member name="M:Twilio.Base.Page`1.GetNextPageUrl(Twilio.Rest.Domain)">
            <summary>
            Get the next page URL
            </summary>
            <param name="domain">Twilio subdomain</param>
            <returns>URL for the next page of results</returns>
        </member>
        <member name="M:Twilio.Base.Page`1.GetPreviousPageUrl(Twilio.Rest.Domain)">
            <summary>
            Get the previous page URL
            </summary>
            <param name="domain">Twilio subdomain</param>
            <returns>URL for the previous page of results</returns>
        </member>
        <member name="M:Twilio.Base.Page`1.GetUrl(Twilio.Rest.Domain)">
            <summary>
            Get the URL for the current page
            </summary>
            <param name="domain">Twilio subdomain</param>
            <returns>URL for the current page of results</returns>
        </member>
        <member name="M:Twilio.Base.Page`1.HasNextPage">
            <summary>
            Determines if there is another page of results
            </summary>
            <returns>true if there is a next page; false otherwise</returns>
        </member>
        <member name="M:Twilio.Base.Page`1.FromJson(System.String,System.String)">
            <summary>
            Converts a JSON payload to a Page of results
            </summary>
            <param name="recordKey">JSON key where the records are</param>
            <param name="json">JSON payload</param>
            <returns>Page of results</returns>
        </member>
        <member name="T:Twilio.Base.ResourceSet`1">
             <summary>
             A collection of resources of type T
             </summary>
            
             <typeparam name="T">Resource Type</typeparam>
        </member>
        <member name="P:Twilio.Base.ResourceSet`1.AutoPaging">
            <summary>
            Automatically iterate through pages of results
            </summary>
        </member>
        <member name="M:Twilio.Base.ResourceSet`1.#ctor(Twilio.Base.Page{`0},Twilio.Base.ReadOptions{`0},Twilio.Clients.ITwilioRestClient)">
             <summary>
             Create a new resource set
             </summary>
            
             <param name="page">Page of resources</param>
             <param name="options">Read options</param>
             <param name="client">Client to make requests</param>
        </member>
        <member name="M:Twilio.Base.ResourceSet`1.GetEnumerator">
             <summary>
             Get iterator for resources
             </summary>
            
             <returns>IEnumerator of resources</returns>
        </member>
        <member name="M:Twilio.Base.ResourceSet`1.System#Collections#IEnumerable#GetEnumerator">
             <summary>
             Get iterator for resources
             </summary>
            
             <returns>IEnumerator of resources</returns>
        </member>
        <member name="T:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient">
            <summary>
            Implementation of a TwilioRestClient.
            </summary>
        </member>
        <member name="P:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.HttpClient">
            <summary>
            Client to make HTTP requests
            </summary>
        </member>
        <member name="P:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.Region">
            <summary>
            Twilio region to make requests to
            </summary>
        </member>
        <member name="P:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.Edge">
            <summary>
            Twilio edge to make requests to
            </summary>
        </member>
        <member name="P:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.UserAgentExtensions">
            <summary>
            Additions to the user agent string
            </summary>
        </member>
        <member name="P:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.LogLevel">
            <summary>
            Log level for logging
            </summary>
        </member>
        <member name="P:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient._tokenManager">
            <summary>
            Token Manage for managing and refreshing tokens
            </summary>
        </member>
        <member name="F:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient._accessToken">
            <summary>
            Access token used for rest calls with bearer token authentication method
            </summary>
        </member>
        <member name="M:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.#ctor(Twilio.Http.BearerToken.TokenManager,System.String,Twilio.Http.BearerToken.TokenHttpClient,System.String)">
             <summary>
             Constructor for a TwilioRestClient
             </summary>
            
             <param name="tokenManager">to manage access token for requests</param>
             <param name="accountSid">account sid to make requests for</param>
             <param name="region">region to make requests for</param>
             <param name="httpClient">http client used to make the requests</param>
             <param name="edge">edge to make requests for</param>
        </member>
        <member name="M:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.tokenExpired(System.String)">
             <summary>
             Check if an access token is expired or not. Use the System.IdentityModel.Tokens.Jwt; for versions other
             than net35 and use redirect to custom function if net35
             </summary>
            
             <param name="accessToken">access token for which expiry have to be checked</param>
             <returns>true if expired, false otherwise</returns>
        </member>
        <member name="M:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.Request(Twilio.Http.BearerToken.TokenRequest)">
             <summary>
             Make a request to the Twilio API
             </summary>
            
             <param name="request">request to make</param>
             <returns>response of the request</returns>
        </member>
        <member name="M:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.RequestAsync(Twilio.Http.BearerToken.TokenRequest)">
             <summary>
             Make a request to the Twilio API
             </summary>
            
             <param name="request">request to make</param>
             <returns>Task that resolves to the response of the request</returns>
        </member>
        <member name="M:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.ValidateSslCertificate">
            <summary>
            Test if your environment is impacted by a TLS or certificate change 
            by sending an HTTP request to the test endpoint tls-test.twilio.com:443
            It's a bit easier to call this method from TwilioClient.ValidateSslCertificate().
            </summary>
        </member>
        <member name="M:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.ValidateSslCertificate(Twilio.Http.BearerToken.TokenHttpClient)">
             <summary>
             Test that this application can use updated SSL certificates on
             tls-test.twilio.com:443. Generally, you'll want to use the version of this
             function that takes no parameters unless you have a reason not to.
             </summary>
            
             <param name="client">HTTP Client to use for testing the request</param>
        </member>
        <member name="M:Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient.LogRequest(Twilio.Http.BearerToken.TokenRequest)">
             <summary>
             Format request information when LogLevel is set to debug
             </summary>
            
             <param name="request">HTTP request</param>
        </member>
        <member name="T:Twilio.Clients.ITwilioRestClient">
            <summary>
            Interface for a Twilio Client
            </summary>
        </member>
        <member name="P:Twilio.Clients.ITwilioRestClient.AccountSid">
            <summary>
            Get the account sid all requests are made against
            </summary>
        </member>
        <member name="P:Twilio.Clients.ITwilioRestClient.Region">
            <summary>
            Get the region requests are made against
            </summary>
        </member>
        <member name="P:Twilio.Clients.ITwilioRestClient.HttpClient">
            <summary>
            Get the http client that makes requests
            </summary>
        </member>
        <member name="M:Twilio.Clients.ITwilioRestClient.Request(Twilio.Http.Request)">
             <summary>
             Make a request to Twilio
             </summary>
            
             <param name="request">Request to make</param>
             <returns>response of the request</returns>
        </member>
        <member name="M:Twilio.Clients.ITwilioRestClient.RequestAsync(Twilio.Http.Request)">
             <summary>
             Make a request to Twilio
             </summary>
            
             <param name="request">Request to make</param>
             <returns>response of the request</returns>
        </member>
        <member name="T:Twilio.Clients.NoAuth.TwilioNoAuthRestClient">
            <summary>
            Implementation of a TwilioRestClient.
            </summary>
        </member>
        <member name="P:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.HttpClient">
            <summary>
            Client to make HTTP requests
            </summary>
        </member>
        <member name="P:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.Region">
            <summary>
            Twilio region to make requests to
            </summary>
        </member>
        <member name="P:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.Edge">
            <summary>
            Twilio edge to make requests to
            </summary>
        </member>
        <member name="P:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.UserAgentExtensions">
            <summary>
            Additions to the user agent string
            </summary>
        </member>
        <member name="P:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.LogLevel">
            <summary>
            Log level for logging
            </summary>
        </member>
        <member name="M:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.#ctor(System.String,Twilio.Http.NoAuth.NoAuthHttpClient,System.String)">
             <summary>
             Constructor for a TwilioRestClient
             </summary>
            
             <param name="region">Region to make requests for</param>
             <param name="httpClient">HTTP client used to make the requests</param>
             <param name="edge">Edge to make requests for</param>
        </member>
        <member name="M:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.Request(Twilio.Http.NoAuth.NoAuthRequest)">
             <summary>
             Make a request to the Twilio API
             </summary>
            
             <param name="request">request to make</param>
             <returns>response of the request</returns>
        </member>
        <member name="M:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.RequestAsync(Twilio.Http.NoAuth.NoAuthRequest)">
             <summary>
             Make a request to the Twilio API
             </summary>
            
             <param name="request">request to make</param>
             <returns>Task that resolves to the response of the request</returns>
        </member>
        <member name="M:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.ValidateSslCertificate">
            <summary>
            Test if your environment is impacted by a TLS or certificate change 
            by sending an HTTP request to the test endpoint tls-test.twilio.com:443
            It's a bit easier to call this method from TwilioClient.ValidateSslCertificate().
            </summary>
        </member>
        <member name="M:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.ValidateSslCertificate(Twilio.Http.NoAuth.NoAuthHttpClient)">
             <summary>
             Test that this application can use updated SSL certificates on
             tls-test.twilio.com:443. Generally, you'll want to use the version of this
             function that takes no parameters unless you have a reason not to.
             </summary>
            
             <param name="client">HTTP Client to use for testing the request</param>
        </member>
        <member name="M:Twilio.Clients.NoAuth.TwilioNoAuthRestClient.LogRequest(Twilio.Http.NoAuth.NoAuthRequest)">
             <summary>
             Format request information when LogLevel is set to debug
             </summary>
            
             <param name="request">HTTP request</param>
        </member>
        <member name="T:Twilio.Clients.TwilioRestClient">
            <summary>
            Implementation of a TwilioRestClient.
            </summary>
        </member>
        <member name="P:Twilio.Clients.TwilioRestClient.HttpClient">
            <summary>
            Client to make HTTP requests
            </summary>
        </member>
        <member name="P:Twilio.Clients.TwilioRestClient.AccountSid">
            <summary>
            Account SID to use for requests
            </summary>
        </member>
        <member name="P:Twilio.Clients.TwilioRestClient.Region">
            <summary>
            Twilio region to make requests to
            </summary>
        </member>
        <member name="P:Twilio.Clients.TwilioRestClient.Edge">
            <summary>
            Twilio edge to make requests to
            </summary>
        </member>
        <member name="P:Twilio.Clients.TwilioRestClient.UserAgentExtensions">
            <summary>
            Additions to the user agent string
            </summary>
        </member>
        <member name="P:Twilio.Clients.TwilioRestClient.LogLevel">
            <summary>
            Log level for logging
            </summary>
        </member>
        <member name="M:Twilio.Clients.TwilioRestClient.#ctor(System.String,System.String,System.String,System.String,Twilio.Http.HttpClient,System.String)">
             <summary>
             Constructor for a TwilioRestClient
             </summary>
            
             <param name="username">username for requests</param>
             <param name="password">password for requests</param>
             <param name="accountSid">account sid to make requests for</param>
             <param name="region">region to make requests for</param>
             <param name="httpClient">http client used to make the requests</param>
             <param name="edge">edge to make requests for</param>
        </member>
        <member name="M:Twilio.Clients.TwilioRestClient.#ctor(System.String,System.String,Twilio.AuthStrategies.AuthStrategy,System.String,System.String,Twilio.Http.HttpClient,System.String)">
             <summary>
             Constructor for a TwilioRestClient
             </summary>
            
             <param name="username">username for requests</param>
             <param name="password">password for requests</param>
             <param name="accountSid">account sid to make requests for</param>
             <param name="region">region to make requests for</param>
             <param name="httpClient">http client used to make the requests</param>
             <param name="edge">edge to make requests for</param>
             <param name="authstrategy">authentication strategy that will be used to make requests for</param>
        </member>
        <member name="M:Twilio.Clients.TwilioRestClient.Request(Twilio.Http.Request)">
             <summary>
             Make a request to the Twilio API
             </summary>
            
             <param name="request">request to make</param>
             <returns>response of the request</returns>
        </member>
        <member name="M:Twilio.Clients.TwilioRestClient.RequestAsync(Twilio.Http.Request)">
             <summary>
             Make a request to the Twilio API
             </summary>
            
             <param name="request">request to make</param>
             <returns>Task that resolves to the response of the request</returns>
        </member>
        <member name="M:Twilio.Clients.TwilioRestClient.ValidateSslCertificate">
            <summary>
            Test if your environment is impacted by a TLS or certificate change 
            by sending an HTTP request to the test endpoint tls-test.twilio.com:443
            It's a bit easier to call this method from TwilioClient.ValidateSslCertificate().
            </summary>
        </member>
        <member name="M:Twilio.Clients.TwilioRestClient.ValidateSslCertificate(Twilio.Http.HttpClient)">
             <summary>
             Test that this application can use updated SSL certificates on
             tls-test.twilio.com:443. Generally, you'll want to use the version of this
             function that takes no parameters unless you have a reason not to.
             </summary>
            
             <param name="client">HTTP Client to use for testing the request</param>
        </member>
        <member name="M:Twilio.Clients.TwilioRestClient.LogRequest(Twilio.Http.Request)">
             <summary>
             Format request information when LogLevel is set to debug
             </summary>
            
             <param name="request">HTTP request</param>
        </member>
        <member name="T:Twilio.Converters.HttpMethodConverter">
            <summary>
            Convert between strings and HttpMethod
            </summary>
        </member>
        <member name="M:Twilio.Converters.HttpMethodConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
             <summary>
             Write the HTTP method out to json
             </summary>
            
             <param name="writer">json writer</param>
             <param name="value">value to write serialize</param>
             <param name="serializer">json serialize</param>
        </member>
        <member name="M:Twilio.Converters.HttpMethodConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
             <summary>
             Deserialize a string into a HttpMethod
             </summary>
            
             <param name="reader">json reader</param>
             <param name="objectType">type of object</param>
             <param name="existingValue"></param>
             <param name="serializer"></param>
            
             <returns>Deserialized HttpMethod</returns>
        </member>
        <member name="M:Twilio.Converters.HttpMethodConverter.CanConvert(System.Type)">
             <summary>
             Determine if an object can be converted to HttpMethod
             </summary>
            
             <param name="objectType">object type</param>
             <returns>true if the type is an HttpMethod; false otherwise</returns>
        </member>
        <member name="T:Twilio.Converters.MarshalConverter">
            <summary>
            Convert strings to objects
            </summary>
        </member>
        <member name="M:Twilio.Converters.MarshalConverter.DateTimeFromString(System.String)">
            <summary>
            Convert a date time string to a DateTime object
            </summary>
            <param name="dateTimeString">date time string to convert</param>
            <returns>Converted DateTime object</returns>
        </member>
        <member name="T:Twilio.Converters.PhoneNumberConverter">
            <summary>
            Convert between strings and a PhoneNumber
            </summary>
        </member>
        <member name="M:Twilio.Converters.PhoneNumberConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Write value to JsonWriter
            </summary>
            <param name="writer">Writer to write to</param>
            <param name="value">Value to write</param>
            <param name="serializer">unsued</param>
        </member>
        <member name="M:Twilio.Converters.PhoneNumberConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Convert a string to a PhoneNumber
            </summary>
            <param name="reader">JsonReader to read from</param>
            <param name="objectType">unused</param>
            <param name="existingValue">unused</param>
            <param name="serializer">unsued</param>
            <returns>Converted PhoneNumber</returns>
        </member>
        <member name="M:Twilio.Converters.PhoneNumberConverter.CanConvert(System.Type)">
            <summary>
            Determines if an object converted to a PhoneNumber
            </summary>
            <param name="objectType">Type of object</param>
            <returns>true if an object can be converted; false otherwise</returns>
        </member>
        <member name="T:Twilio.Converters.PrefixedCollapsibleMap">
            <summary>
            Flatten nested maps and give all entries a prefix
            </summary>
        </member>
        <member name="M:Twilio.Converters.PrefixedCollapsibleMap.Serialize(System.Collections.Generic.Dictionary{System.String,System.Object},System.String)">
            <summary>
            Flatten Dictionary separating nested keys with a .
            </summary>
            <param name="inputDict">Dictionary to flatten</param>
            <param name="prefix">Prefix to give all entries</param>
            <returns>Flattened Dictionary</returns>
        </member>
        <member name="T:Twilio.Converters.Promoter">
            <summary>
            Promote objects
            </summary>
        </member>
        <member name="M:Twilio.Converters.Promoter.UriFromString(System.String)">
            <summary>
            Convert a string URL to a Uri object
            </summary>
            <param name="url">URL to convert</param>
            <returns>Converted Uri</returns>
        </member>
        <member name="M:Twilio.Converters.Promoter.ListOfOne``1(``0)">
            <summary>
            Promote a single entry to a List of one
            </summary>
            <param name="one">single entry to promote</param>
            <returns>List of the single object</returns>
        </member>
        <member name="T:Twilio.Converters.Serializers">
            <summary>
            Serialization methods for various datatypes before making requests to the API
            </summary>
        </member>
        <member name="M:Twilio.Converters.Serializers.JsonObject(System.Object)">
            <summary>
            Produce a json string from input if possible
            </summary>
            <param name="input">Object to serialize to json</param>
            <returns>A json string</returns>
        </member>
        <member name="M:Twilio.Converters.Serializers.DateTimeIso8601(System.Nullable{System.DateTime})">
            <summary>
            Produce a ISO 8601 UTC compatible string from input if possible
            </summary>
            <param name="input">DateTime instance to serialize to string</param>
            <returns>A string</returns>
        </member>
        <member name="T:Twilio.Converters.StringEnumConverter">
            <summary>
            Converts between enums and strings
            </summary>
        </member>
        <member name="M:Twilio.Converters.StringEnumConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Writes value to a JsonWriter
            </summary>
            <param name="writer">JsonWriter to use</param>
            <param name="value">value to write</param>
            <param name="serializer">unused</param>
        </member>
        <member name="M:Twilio.Converters.StringEnumConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Converts string to an enum
            </summary>
            <param name="reader">JsonReader to read from</param>
            <param name="objectType">unused</param>
            <param name="existingValue">unused</param>
            <param name="serializer">unused</param>
            <returns>Converted object</returns>
        </member>
        <member name="M:Twilio.Converters.StringEnumConverter.CanConvert(System.Type)">
            <summary>
            Determines if an object can be converted
            </summary>
            <param name="objectType">Object type to convert</param>
            <returns>true if it can be converted; false otherwise</returns>
        </member>
        <member name="T:Twilio.Converters.TwimlConverter">
            <summary>
            Convert between strings and a Twiml
            </summary>
        </member>
        <member name="M:Twilio.Converters.TwimlConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Write value to JsonWriter
            </summary>
            <param name="writer">Writer to write to</param>
            <param name="value">Value to write</param>
            <param name="serializer">unused</param>
        </member>
        <member name="M:Twilio.Converters.TwimlConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
            <summary>
            Convert a string to a Twiml
            </summary>
            <param name="reader">JsonReader to read from</param>
            <param name="objectType">unused</param>
            <param name="existingValue">unused</param>
            <param name="serializer">unused</param>
            <returns>Converted Twiml</returns>
        </member>
        <member name="M:Twilio.Converters.TwimlConverter.CanConvert(System.Type)">
            <summary>
            Determines if an object converted to a Twiml
            </summary>
            <param name="objectType">Type of object</param>
            <returns>true if an object can be converted; false otherwise</returns>
        </member>
        <member name="T:Twilio.Exceptions.ApiException">
            <summary>
            POCO to represent an API Exception
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.ApiException.Code">
            <summary>
            Twilio error code
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.ApiException.Status">
            <summary>
            HTTP status code
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.ApiException.MoreInfo">
            <summary>
            More info if any was provided
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.ApiException.Details">
            <summary>
            Any more details about the error, if any were provided
            </summary>
        </member>
        <member name="M:Twilio.Exceptions.ApiException.#ctor(System.String)">
            <summary>
            Create a ApiException with message
            </summary>
            <param name="message">Exception message</param>
        </member>
        <member name="M:Twilio.Exceptions.ApiException.#ctor(System.String,System.Exception)">
            <summary>
            Create an ApiException from another Exception
            </summary>
            <param name="message">Exception message</param>
            <param name="exception">Exception to copy detatils from</param>
        </member>
        <member name="M:Twilio.Exceptions.ApiException.#ctor(System.Int32,System.Int32,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Object},System.Exception)">
            <summary>
            Create an ApiException
            </summary>
            <param name="code">Twilio error code</param>
            <param name="status">HTTP status code</param>
            <param name="message">Error message</param>
            <param name="moreInfo">More info if provided</param>
            <param name="details">Details if provided</param>
            <param name="exception">Original exception</param>
        </member>
        <member name="T:Twilio.Exceptions.CertificateValidationException">
            <summary>
            Error thrown specifically when validating SSL connection
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.CertificateValidationException.Request">
            <summary>
            Request object that triggered the exception
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.CertificateValidationException.Response">
            <summary>
            Response object that triggered the exception, if available
            </summary>
        </member>
        <member name="M:Twilio.Exceptions.CertificateValidationException.#ctor(System.String,Twilio.Http.Request,Twilio.Http.Response)">
            <summary>
            Construct a CertificateValidationException
            </summary>
            <param name="message">Error message</param>
            <param name="request">The Request that triggered the exception</param>
            <param name="response">The Response (if available) that triggered the exception</param>
        </member>
        <member name="M:Twilio.Exceptions.CertificateValidationException.#ctor(System.String,System.Exception,Twilio.Http.Request)">
            <summary>
            Construct a CertificateValidationException
            </summary>
            <param name="message">Error message</param>
            <param name="exception">The parent exception</param>
            <param name="request">The Request that triggered the exception</param>
        </member>
        <member name="T:Twilio.Exceptions.RestException">
            <summary>
            Exception from Twilio API
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.RestException.Code">
            <summary>
            Twilio error code
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.RestException.Status">
            <summary>
            HTTP status code
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.RestException.Message">
            <summary>
            Error message
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.RestException.MoreInfo">
            <summary>
            More info if provided
            </summary>
        </member>
        <member name="P:Twilio.Exceptions.RestException.Details">
            <summary>
            Details if provided
            </summary>
        </member>
        <member name="M:Twilio.Exceptions.RestException.#ctor">
            <summary>
            Create an empty RestException
            </summary>
        </member>
        <member name="M:Twilio.Exceptions.RestException.FromJson(System.String)">
            <summary>
            Create a RestException from a JSON payload
            </summary>
            <param name="json">JSON string to parse</param>
        </member>
        <member name="T:Twilio.Exceptions.TwilioException">
            <summary>
            Base TwilioException
            </summary>
        </member>
        <member name="M:Twilio.Exceptions.TwilioException.#ctor">
            <summary>
            Create an empty TwilioException
            </summary>
        </member>
        <member name="M:Twilio.Exceptions.TwilioException.#ctor(System.String)">
            <summary>
            Create a TwilioException from an error message
            </summary>
            <param name="message">Error message</param>
        </member>
        <member name="M:Twilio.Exceptions.TwilioException.#ctor(System.String,System.Exception)">
            <summary>
            Create a TwilioException from message and another exception
            </summary>
            <param name="message">Error message</param>
            <param name="exception">Original Exception</param>
        </member>
        <member name="T:Twilio.Exceptions.ApiConnectionException">
            <summary>
            Exception related to connection errors
            </summary>
        </member>
        <member name="M:Twilio.Exceptions.ApiConnectionException.#ctor(System.String)">
            <summary>
            Create an ApiConnectionException from a message
            </summary>
            <param name="message">Error message</param>
        </member>
        <member name="M:Twilio.Exceptions.ApiConnectionException.#ctor(System.String,System.Exception)">
            <summary>
            Create an ApiConnectionException from a message and another Exception
            </summary>
            <param name="message">Error message</param>
            <param name="exception">Original Exception</param>
        </member>
        <member name="T:Twilio.Exceptions.AuthenticationException">
            <summary>
            Exception related to Authentication Errors
            </summary>
        </member>
        <member name="M:Twilio.Exceptions.AuthenticationException.#ctor(System.String)">
            <summary>
            Create AuthenticationException from an error messsage
            </summary>
            <param name="message">Error message</param>
        </member>
        <member name="T:Twilio.Http.BearerToken.ApiTokenManager">
            <summary>
            Implementation of a Token Manager
            </summary>
        </member>
        <member name="M:Twilio.Http.BearerToken.ApiTokenManager.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            Constructor for a ApiTokenManager
        </member>
        <member name="T:Twilio.Http.BearerToken.OrgsTokenManager">
            <summary>
            Implementation of a Token Manager
            </summary>
        </member>
        <member name="M:Twilio.Http.BearerToken.OrgsTokenManager.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            Constructor for a OrgsTokenManager
        </member>
        <member name="T:Twilio.Http.BearerToken.SystemNetTokenHttpClient">
            <summary>
            Sample client to make HTTP requests
            </summary>
        </member>
        <member name="M:Twilio.Http.BearerToken.SystemNetTokenHttpClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Create new HttpClient
            </summary>
            <param name="httpClient">HTTP client to use</param>
        </member>
        <member name="M:Twilio.Http.BearerToken.SystemNetTokenHttpClient.MakeRequest(Twilio.Http.BearerToken.TokenRequest)">
            <summary>
            Make a synchronous request
            </summary>
            <param name="request">Twilio request</param>
            <returns>Twilio response</returns>
        </member>
        <member name="M:Twilio.Http.BearerToken.SystemNetTokenHttpClient.MakeRequestAsync(Twilio.Http.BearerToken.TokenRequest)">
            <summary>
            Make an asynchronous request
            </summary>
            <param name="request">Twilio response</param>
            <returns>Task that resolves to the response</returns>
        </member>
        <member name="T:Twilio.Http.BearerToken.TokenHttpClient">
            <summary>
            Base http client used to make Twilio requests
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenHttpClient.LastRequest">
            <summary>
            The last request made by this client
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenHttpClient.LastResponse">
            <summary>
            The last response received by this client
            </summary>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenHttpClient.MakeRequest(Twilio.Http.BearerToken.TokenRequest)">
             <summary>
             Make a request to Twilio, returns non-2XX responses as well
             </summary>
            
             <param name="request">request to make</param>
             <exception>throws exception on network or connection errors.</exception>
             <returns>response of the request</returns>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenHttpClient.MakeRequestAsync(Twilio.Http.BearerToken.TokenRequest)">
             <summary>
             Make an async request to Twilio, returns non-2XX responses as well
             </summary>
            
             <param name="request">request to make</param>
             <exception>throws exception on network or connection errors.</exception>
             <returns>response of the request</returns>
        </member>
        <member name="T:Twilio.Http.BearerToken.TokenManager">
            <summary>
            Interface for a Token Manager
            </summary>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenManager.fetchAccessToken">
             <summary>
             Fetch/Create an access token
             </summary>
            
             <returns>access token fetched from token endpoint</returns>
        </member>
        <member name="T:Twilio.Http.BearerToken.TokenRequest">
            <summary>
            Twilio request object with bearer token authentication
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.Method">
            <summary>
            HTTP Method
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.AccessToken">
            <summary>
            Auth username
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.Region">
            <summary>
            Twilio region
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.Edge">
            <summary>
            Twilio edge
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.UserAgentExtensions">
            <summary>
            Additions to the user agent string
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.QueryParams">
            <summary>
            Query params
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.PostParams">
            <summary>
            Post params
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.HeaderParams">
            <summary>
            Header params
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.ContentType">
            <summary>
            Content Type
            </summary>
        </member>
        <member name="P:Twilio.Http.BearerToken.TokenRequest.Body">
            <summary>
            Body
            </summary>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.#ctor(Twilio.Http.HttpMethod,System.String)">
            <summary>
            Create a new Twilio request
            </summary>
            <param name="method">HTTP Method</param>
            <param name="url">Request URL</param>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.#ctor(Twilio.Http.HttpMethod,Twilio.Rest.Domain,System.String,System.String,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.String,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},Twilio.Constant.EnumConstants.ContentTypeEnum,System.String)">
            <summary>
            Create a new Twilio request
            </summary>
            <param name="method">HTTP method</param>
            <param name="domain">Twilio subdomain</param>
            <param name="uri">Request URI</param>
            <param name="region">Twilio region</param>
            <param name="queryParams">Query parameters</param>
            <param name="postParams">Post data</param>
            <param name="edge">Twilio edge</param>
            <param name="headerParams">Custom header data</param>
            <param name="contentType">Content Type</param>
            <param name="body">Request Body</param>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.ConstructUrl">
            <summary>
            Construct the request URL
            </summary>
            <returns>Built URL including query parameters</returns>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.SetAuth(System.String)">
            <summary>
            Set auth for the request
            </summary>
            <param name="accessToken">Auth accessToken</param>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.EncodePostParams">
            <summary>
            Encode POST data for transfer
            </summary>
            <returns>Encoded byte array</returns>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.AddQueryParam(System.String,System.String)">
            <summary>
            Add query parameter to request
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.AddPostParam(System.String,System.String)">
            <summary>
            Add a parameter to the request payload
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.AddHeaderParam(System.String,System.String)">
            <summary>
            Add a header parameter
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.Equals(System.Object)">
            <summary>
            Compare request
            </summary>
            <param name="obj">object to compare to</param>
            <returns>true if requests are equal; false otherwise</returns>
        </member>
        <member name="M:Twilio.Http.BearerToken.TokenRequest.GetHashCode">
            <summary>
            Generate hash code for request
            </summary>
            <returns>generated hash code</returns>
        </member>
        <member name="T:Twilio.Http.HttpClient">
            <summary>
            Base http client used to make Twilio requests
            </summary>
        </member>
        <member name="P:Twilio.Http.HttpClient.LastRequest">
            <summary>
            The last request made by this client
            </summary>
        </member>
        <member name="P:Twilio.Http.HttpClient.LastResponse">
            <summary>
            The last response received by this client
            </summary>
        </member>
        <member name="M:Twilio.Http.HttpClient.MakeRequest(Twilio.Http.Request)">
             <summary>
             Make a request to Twilio, returns non-2XX responses as well
             </summary>
            
             <param name="request">request to make</param>
             <exception>throws exception on network or connection errors.</exception>
             <returns>response of the request</returns>
        </member>
        <member name="M:Twilio.Http.HttpClient.MakeRequestAsync(Twilio.Http.Request)">
             <summary>
             Make an async request to Twilio, returns non-2XX responses as well
             </summary>
            
             <param name="request">request to make</param>
             <exception>throws exception on network or connection errors.</exception>
             <returns>response of the request</returns>
        </member>
        <member name="M:Twilio.Http.HttpClient.Authentication(System.String,System.String)">
             <summary>
             Set the authentication string for the request
             </summary>
            
             <param name="username">username of the request</param>
             <param name="password">password of the request</param>
             <returns>authentication string</returns>
        </member>
        <member name="T:Twilio.Http.HttpMethod">
            <summary>
            Represents an HTTP Method
            </summary>
        </member>
        <member name="F:Twilio.Http.HttpMethod.Get">
            <summary>
            Constant for GET method
            </summary>
        </member>
        <member name="F:Twilio.Http.HttpMethod.Post">
            <summary>
            Constant for POST method
            </summary>
        </member>
        <member name="F:Twilio.Http.HttpMethod.Put">
            <summary>
            Constant for PUT method
            </summary>
        </member>
        <member name="F:Twilio.Http.HttpMethod.Delete">
            <summary>
            Constant for DELETE method
            </summary>
        </member>
        <member name="M:Twilio.Http.HttpMethod.#ctor(System.String)">
            <summary>
            Create a method from a string
            </summary>
            <param name="method">Method name</param>
        </member>
        <member name="M:Twilio.Http.HttpMethod.op_Implicit(System.String)~Twilio.Http.HttpMethod">
            <summary>
            Convert from string to HttpMethod
            </summary>
            <param name="value">value to convert</param>
        </member>
        <member name="M:Twilio.Http.HttpMethod.Equals(System.Object)">
            <summary>
            Compare HttpMethod
            </summary>
            <param name="obj">object to compare with</param>
            <returns>true if the HttpMethod are equal; false otherwise</returns>
        </member>
        <member name="M:Twilio.Http.HttpMethod.GetHashCode">
            <summary>
            Get the hash code of the HttpMethod
            </summary>
            <returns>the hash code of the HttpMethod</returns>
        </member>
        <member name="M:Twilio.Http.HttpMethod.ToString">
            <summary>
            Get the string representation of the HttpMethod
            </summary>
            <returns>string representation of the HttpMethod</returns>
        </member>
        <member name="T:Twilio.Http.NoAuth.NoAuthHttpClient">
            <summary>
            Base http client used to make Twilio requests
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthHttpClient.LastRequest">
            <summary>
            The last request made by this client
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthHttpClient.LastResponse">
            <summary>
            The last response received by this client
            </summary>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthHttpClient.MakeRequest(Twilio.Http.NoAuth.NoAuthRequest)">
             <summary>
             Make a request to Twilio, returns non-2XX responses as well
             </summary>
            
             <param name="request">request to make</param>
             <exception>throws exception on network or connection errors.</exception>
             <returns>response of the request</returns>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthHttpClient.MakeRequestAsync(Twilio.Http.NoAuth.NoAuthRequest)">
             <summary>
             Make an async request to Twilio, returns non-2XX responses as well
             </summary>
            
             <param name="request">request to make</param>
             <exception>throws exception on network or connection errors.</exception>
             <returns>response of the request</returns>
        </member>
        <member name="T:Twilio.Http.NoAuth.NoAuthRequest">
            <summary>
            Twilio request object with bearer token authentication
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.Method">
            <summary>
            HTTP Method
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.Region">
            <summary>
            Twilio region
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.Edge">
            <summary>
            Twilio edge
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.UserAgentExtensions">
            <summary>
            Additions to the user agent string
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.QueryParams">
            <summary>
            Query params
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.PostParams">
            <summary>
            Post params
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.HeaderParams">
            <summary>
            Header params
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.ContentType">
            <summary>
            Content Type
            </summary>
        </member>
        <member name="P:Twilio.Http.NoAuth.NoAuthRequest.Body">
            <summary>
            Body
            </summary>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.#ctor(Twilio.Http.HttpMethod,System.String)">
            <summary>
            Create a new Twilio request
            </summary>
            <param name="method">HTTP Method</param>
            <param name="url">Request URL</param>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.#ctor(Twilio.Http.HttpMethod,Twilio.Rest.Domain,System.String,System.String,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.String,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},Twilio.Constant.EnumConstants.ContentTypeEnum,System.String)">
            <summary>
            Create a new Twilio request
            </summary>
            <param name="method">HTTP method</param>
            <param name="domain">Twilio subdomain</param>
            <param name="uri">Request URI</param>
            <param name="region">Twilio region</param>
            <param name="queryParams">Query parameters</param>
            <param name="postParams">Post data</param>
            <param name="edge">Twilio edge</param>
            <param name="headerParams">Custom header data</param>
            <param name="contentType">Content Type</param>
            <param name="body">Request Body</param>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.ConstructUrl">
            <summary>
            Construct the request URL
            </summary>
            <returns>Built URL including query parameters</returns>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.EncodePostParams">
            <summary>
            Encode POST data for transfer
            </summary>
            <returns>Encoded byte array</returns>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.AddQueryParam(System.String,System.String)">
            <summary>
            Add query parameter to request
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.AddPostParam(System.String,System.String)">
            <summary>
            Add a parameter to the request payload
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.AddHeaderParam(System.String,System.String)">
            <summary>
            Add a header parameter
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.Equals(System.Object)">
            <summary>
            Compare request
            </summary>
            <param name="obj">object to compare to</param>
            <returns>true if requests are equal; false otherwise</returns>
        </member>
        <member name="M:Twilio.Http.NoAuth.NoAuthRequest.GetHashCode">
            <summary>
            Generate hash code for request
            </summary>
            <returns>generated hash code</returns>
        </member>
        <member name="T:Twilio.Http.NoAuth.SystemNetNoAuthHttpClient">
            <summary>
            Sample client to make HTTP requests
            </summary>
        </member>
        <member name="M:Twilio.Http.NoAuth.SystemNetNoAuthHttpClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Create new HttpClient
            </summary>
            <param name="httpClient">HTTP client to use</param>
        </member>
        <member name="M:Twilio.Http.NoAuth.SystemNetNoAuthHttpClient.MakeRequest(Twilio.Http.NoAuth.NoAuthRequest)">
            <summary>
            Make a synchronous request
            </summary>
            <param name="request">Twilio request</param>
            <returns>Twilio response</returns>
        </member>
        <member name="M:Twilio.Http.NoAuth.SystemNetNoAuthHttpClient.MakeRequestAsync(Twilio.Http.NoAuth.NoAuthRequest)">
            <summary>
            Make an asynchronous request
            </summary>
            <param name="request">Twilio response</param>
            <returns>Task that resolves to the response</returns>
        </member>
        <member name="T:Twilio.Http.Request">
            <summary>
            Twilio request object
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.Method">
            <summary>
            HTTP Method
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.Username">
            <summary>
            Auth username
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.Password">
            <summary>
            Auth password
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.AuthStrategy">
            <summary>
            Auth Strategy
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.Region">
            <summary>
            Twilio region
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.Edge">
            <summary>
            Twilio edge
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.UserAgentExtensions">
            <summary>
            Additions to the user agent string
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.QueryParams">
            <summary>
            Query params
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.PostParams">
            <summary>
            Post params
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.HeaderParams">
            <summary>
            Header params
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.ContentType">
            <summary>
            Content Type
            </summary>
        </member>
        <member name="P:Twilio.Http.Request.Body">
            <summary>
            Body
            </summary>
        </member>
        <member name="M:Twilio.Http.Request.#ctor(Twilio.Http.HttpMethod,System.String)">
            <summary>
            Create a new Twilio request
            </summary>
            <param name="method">HTTP Method</param>
            <param name="url">Request URL</param>
        </member>
        <member name="M:Twilio.Http.Request.#ctor(Twilio.Http.HttpMethod,Twilio.Rest.Domain,System.String,System.String,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},System.String,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}},Twilio.Constant.EnumConstants.ContentTypeEnum,System.String)">
            <summary>
            Create a new Twilio request
            </summary>
            <param name="method">HTTP method</param>
            <param name="domain">Twilio subdomain</param>
            <param name="uri">Request URI</param>
            <param name="region">Twilio region</param>
            <param name="queryParams">Query parameters</param>
            <param name="postParams">Post data</param>
            <param name="edge">Twilio edge</param>
            <param name="headerParams">Custom header data</param>
            <param name="contentType">Content Type</param>
            <param name="body">Request Body</param>
        </member>
        <member name="M:Twilio.Http.Request.ConstructUrl">
            <summary>
            Construct the request URL
            </summary>
            <returns>Built URL including query parameters</returns>
        </member>
        <member name="M:Twilio.Http.Request.SetAuth(System.String,System.String)">
            <summary>
            Set auth for the request
            </summary>
            <param name="username">Auth username</param>
            <param name="password">Auth password</param>
        </member>
        <member name="M:Twilio.Http.Request.SetAuth(Twilio.AuthStrategies.AuthStrategy)">
            <summary>
            Set auth for the request
            </summary>
            <param name="username">Auth username</param>
            <param name="password">Auth password</param>
        </member>
        <member name="M:Twilio.Http.Request.EncodePostParams">
            <summary>
            Encode POST data for transfer
            </summary>
            <returns>Encoded byte array</returns>
        </member>
        <member name="M:Twilio.Http.Request.AddQueryParam(System.String,System.String)">
            <summary>
            Add query parameter to request
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.Request.AddPostParam(System.String,System.String)">
            <summary>
            Add a parameter to the request payload
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.Request.AddHeaderParam(System.String,System.String)">
            <summary>
            Add a header parameter
            </summary>
            <param name="name">name of parameter</param>
            <param name="value">value of parameter</param>
        </member>
        <member name="M:Twilio.Http.Request.Equals(System.Object)">
            <summary>
            Compare request
            </summary>
            <param name="obj">object to compare to</param>
            <returns>true if requests are equal; false otherwise</returns>
        </member>
        <member name="M:Twilio.Http.Request.GetHashCode">
            <summary>
            Generate hash code for request
            </summary>
            <returns>generated hash code</returns>
        </member>
        <member name="T:Twilio.Http.Response">
            <summary>
            Twilio response
            </summary>
        </member>
        <member name="P:Twilio.Http.Response.StatusCode">
            <summary>
            HTTP status code
            </summary>
        </member>
        <member name="P:Twilio.Http.Response.Content">
            <summary>
            Content string
            </summary>
        </member>
        <member name="P:Twilio.Http.Response.Headers">
            <summary>
            Headers
            </summary>
        </member>
        <member name="M:Twilio.Http.Response.#ctor(System.Net.HttpStatusCode,System.String,System.Net.Http.Headers.HttpResponseHeaders)">
            <summary>
            Create a new Response
            </summary>
            <param name="statusCode">HTTP status code</param>
            <param name="content">Content string</param>
            <param name="headers">Headers</param>
        </member>
        <member name="T:Twilio.Http.SystemNetHttpClient">
            <summary>
            Sample client to make HTTP requests
            </summary>
        </member>
        <member name="M:Twilio.Http.SystemNetHttpClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Create new HttpClient
            </summary>
            <param name="httpClient">HTTP client to use</param>
        </member>
        <member name="M:Twilio.Http.SystemNetHttpClient.MakeRequest(Twilio.Http.Request)">
            <summary>
            Make a synchronous request
            </summary>
            <param name="request">Twilio request</param>
            <returns>Twilio response</returns>
        </member>
        <member name="M:Twilio.Http.SystemNetHttpClient.MakeRequestAsync(Twilio.Http.Request)">
            <summary>
            Make an asynchronous request
            </summary>
            <param name="request">Twilio response</param>
            <returns>Task that resolves to the response</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.ChatGrant">
            <summary>
            Grant to use for Twilio Chat
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ChatGrant.ServiceSid">
            <summary>
            Service SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ChatGrant.EndpointId">
            <summary>
            Endpoint ID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ChatGrant.DeploymentRoleSid">
            <summary>
            Deployment role SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ChatGrant.PushCredentialSid">
            <summary>
            Push credential SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ChatGrant.Key">
             <summary>
             Get the grant name
             </summary>
            
             <returns>name of the grant</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ChatGrant.Payload">
             <summary>
             Get the grant payload
             </summary>
            
             <returns>payload of the grant</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.ConversationsGrant">
            <summary>
            Grant to use for Twilio Conversations
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ConversationsGrant.ConfigurationProfileSid">
            <summary>
            Configuration profile SID for the grant
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ConversationsGrant.Key">
             <summary>
             Get the grant key
             </summary>
            
             <returns>grant key</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.ConversationsGrant.Payload">
             <summary>
             Get the grant payload
             </summary>
            
             <returns>grant payload</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.IGrant">
            <summary>
            Grant used in Access Tokens
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.IGrant.Key">
             <summary>
             Get the name of the grant.
             </summary>
            
             <returns>String - the name of the grant</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.IGrant.Payload">
             <summary>
             Get the data of the grant
             </summary>
            
             <returns>Object - the data of the grant</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.IpMessagingGrant">
            <summary>
            Grant to use for IP Messaging
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.IpMessagingGrant.ServiceSid">
            <summary>
            Service SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.IpMessagingGrant.EndpointId">
            <summary>
            Endpoint ID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.IpMessagingGrant.DeploymentRoleSid">
            <summary>
            Deployment role SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.IpMessagingGrant.PushCredentialSid">
            <summary>
            Push credential SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.IpMessagingGrant.Key">
             <summary>
             Get the grant name
             </summary>
            
             <returns>name of the grant</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.IpMessagingGrant.Payload">
             <summary>
             Get the grant payload
             </summary>
            
             <returns>payload of the grant</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.PlaybackGrant">
            <summary>
            Grant to expose Twilio Live
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.PlaybackGrant.Grant">
            <summary>
            Grant payload
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.PlaybackGrant.Key">
             <summary>
             Get the playback grant key
             </summary>
            
             <returns>the playback grant key</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.PlaybackGrant.Payload">
             <summary>
             Get the playback grant payload
             </summary>
            
             <returns>the video grant payload</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.SyncGrant">
            <summary>
            Grant for Twilio Sync
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.SyncGrant.ServiceSid">
            <summary>
            Sync service SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.SyncGrant.EndpointId">
            <summary>
            Endpoint ID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.SyncGrant.Key">
             <summary>
             Get the grant key
             </summary>
            
             <returns>the grant key</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.SyncGrant.Payload">
             <summary>
             Get the grant payload
             </summary>
            
             <returns>the grant payload</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.TaskRouterGrant">
            <summary>
            Grant to use for Twilio TaskRouter
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.TaskRouterGrant.WorkspaceSid">
            <summary>
            Workspace SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.TaskRouterGrant.WorkerSid">
            <summary>
            Worker SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.TaskRouterGrant.Role">
            <summary>
            Role
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.TaskRouterGrant.Key">
             <summary>
             Get the grant name
             </summary>
            
             <returns>name of the grant</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.TaskRouterGrant.Payload">
             <summary>
             Get the grant payload
             </summary>
            
             <returns>payload of the grant</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.Token">
            <summary>
            Access Token for Twilio resources
            </summary>
        </member>
        <member name="M:Twilio.Jwt.AccessToken.Token.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Collections.Generic.HashSet{Twilio.Jwt.AccessToken.IGrant},System.String)">
            <summary>
            Create a new Access Token
            </summary>
            <param name="accountSid">Account SID</param>
            <param name="signingKeySid">Signing key SID</param>
            <param name="secret">Secret to encode with</param>
            <param name="identity">Token identity</param>
            <param name="expiration">Token expiration</param>
            <param name="nbf">Token nbf</param>
            <param name="grants">Token grants</param>
            <param name="region">Token region</param>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.Token.Id">
            <summary>
            Token ID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.Token.Subject">
            <summary>
            Access token subject
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.Token.Nbf">
            <summary>
            Token not before time
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.Token.Region">
            <summary>
            The region associated with this account
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.Token.Headers">
            <summary>
            Headers for an Access Token
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.Token.Claims">
            <summary>
            Populate claims for the Access Token
            </summary>
            <returns></returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.VideoGrant">
            <summary>
            Grant to expose Twilio Video
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VideoGrant.ConfigurationProfileSid">
            <summary>
            Configuration profile SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VideoGrant.Room">
            <summary>
            Roome SID or name
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VideoGrant.Key">
             <summary>
             Get the Video grant key
             </summary>
            
             <returns>the video grant key</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VideoGrant.Payload">
             <summary>
             Get the video grant payload
             </summary>
            
             <returns>the video grant payload</returns>
        </member>
        <member name="T:Twilio.Jwt.AccessToken.VoiceGrant">
            <summary>
            Grant to expose Twilio Voice
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VoiceGrant.IncomingAllow">
            <summary>
            Whether incoming connections are allowed (JS Client)
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VoiceGrant.OutgoingApplicationSid">
            <summary>
            Outgoing application SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VoiceGrant.OutgoingApplicationParams">
            <summary>
            Parameters to send to the outgoing application
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VoiceGrant.PushCredentialSid">
            <summary>
            Push credential SID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VoiceGrant.EndpointId">
            <summary>
            Endpoint ID
            </summary>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VoiceGrant.Key">
             <summary>
             Get the grant key
             </summary>
            
             <returns>the grant key</returns>
        </member>
        <member name="P:Twilio.Jwt.AccessToken.VoiceGrant.Payload">
             <summary>
             Get the grant payload
             </summary>
            
             <returns>the grant payload</returns>
        </member>
        <member name="T:Twilio.Jwt.BaseJwt">
            <summary>
            Base JWT implementation
            </summary>
        </member>
        <member name="P:Twilio.Jwt.BaseJwt.Id">
            <summary>
            Unique identifier for the JWT
            </summary>
        </member>
        <member name="P:Twilio.Jwt.BaseJwt.Subject">
            <summary>
            Subject of the JWT
            </summary>
        </member>
        <member name="P:Twilio.Jwt.BaseJwt.Nbf">
            <summary>
            Not before time of the JWT
            </summary>
        </member>
        <member name="P:Twilio.Jwt.BaseJwt.Headers">
            <summary>
            JWT headers
            </summary>
        </member>
        <member name="P:Twilio.Jwt.BaseJwt.Claims">
            <summary>
            JWT claims
            </summary>
        </member>
        <member name="M:Twilio.Jwt.BaseJwt.#ctor(System.String,System.String,System.DateTime)">
            <summary>
            Create a new JWT
            </summary>
            <param name="secret">JWT secret</param>
            <param name="issuer">JWT issuer</param>
            <param name="expiration">Expiration time</param>
        </member>
        <member name="M:Twilio.Jwt.BaseJwt.ToJwt">
            <summary>
            Convert to JWT string
            </summary>
            <returns>JWT string</returns>
        </member>
        <member name="M:Twilio.Jwt.BaseJwt.ConvertToUnixTimestamp(System.DateTime)">
            <summary>
            Get seconds since epoch
            </summary>
            <param name="date">time to diff against</param>
            <returns>seconds since epoch</returns>
        </member>
        <member name="T:Twilio.Jwt.ClientCapability">
            <summary>
            JWT for Twilio Client
            </summary>
        </member>
        <member name="M:Twilio.Jwt.ClientCapability.#ctor(System.String,System.String,System.Nullable{System.DateTime},System.Collections.Generic.HashSet{Twilio.Jwt.IScope})">
            <summary>
            Create a new Client JWT
            </summary>
            <param name="accountSid">Twilio Account SID</param>
            <param name="authToken">Twilio auth token</param>
            <param name="expiration">JWT expiration</param>
            <param name="scopes">Scopes to give access to</param>
        </member>
        <member name="P:Twilio.Jwt.ClientCapability.Headers">
            <summary>
            JWT headers
            </summary>
        </member>
        <member name="P:Twilio.Jwt.ClientCapability.Claims">
            <summary>
            Get the JWT claims in JSON format
            </summary>
        </member>
        <member name="T:Twilio.Jwt.Client.EventStreamScope">
            <summary>
            Event stream scope for client capabilities
            </summary>
        </member>
        <member name="M:Twilio.Jwt.Client.EventStreamScope.#ctor(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Create a new EventStreamScope
            </summary>
            <param name="filters">filters to use</param>
        </member>
        <member name="P:Twilio.Jwt.Client.EventStreamScope.Payload">
            <summary>
            Generate scope payload
            </summary>
        </member>
        <member name="T:Twilio.Jwt.Client.IncomingClientScope">
            <summary>
            Incoming client scope for client capabilities
            </summary>
        </member>
        <member name="M:Twilio.Jwt.Client.IncomingClientScope.#ctor(System.String)">
            <summary>
            Create a new IncomingClientScope
            </summary>
            <param name="clientName">Client name</param>
        </member>
        <member name="P:Twilio.Jwt.Client.IncomingClientScope.Payload">
            <summary>
            Generate scope payload
            </summary>
        </member>
        <member name="T:Twilio.Jwt.Client.OutgoingClientScope">
            <summary>
            Scope capability
            </summary>
        </member>
        <member name="M:Twilio.Jwt.Client.OutgoingClientScope.#ctor(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Create a new OutgoingClientScope
            </summary>
            <param name="applicationSid">Twilio Application SID</param>
            <param name="clientName">Name of client</param>
            <param name="parameters">Parameters to pass</param>
        </member>
        <member name="P:Twilio.Jwt.Client.OutgoingClientScope.Payload">
            <summary>
            Generate scope payload
            </summary>
        </member>
        <member name="T:Twilio.Jwt.IScope">
            <summary>
            Scope interface of client capabilities
            </summary>
        </member>
        <member name="P:Twilio.Jwt.IScope.Payload">
            <summary>
            Generate the scope payload
            </summary>
        </member>
        <member name="T:Twilio.Jwt.Taskrouter.Policy">
            <summary>
            Policy for a TaskRouter token
            </summary>
        </member>
        <member name="T:Twilio.Jwt.Taskrouter.Policy.FilterRequirement">
            <summary>
            Filter requirements for a TaskRouter policy
            </summary>
        </member>
        <member name="F:Twilio.Jwt.Taskrouter.Policy.FilterRequirement.Required">
            <summary>
            Parameter is required
            </summary>
        </member>
        <member name="F:Twilio.Jwt.Taskrouter.Policy.FilterRequirement.Optional">
            <summary>
            Parameter is optional
            </summary>
        </member>
        <member name="M:Twilio.Jwt.Taskrouter.Policy.#ctor(System.String,Twilio.Http.HttpMethod,System.Collections.Generic.Dictionary{System.String,Twilio.Jwt.Taskrouter.Policy.FilterRequirement},System.Collections.Generic.Dictionary{System.String,Twilio.Jwt.Taskrouter.Policy.FilterRequirement},System.Boolean)">
            <summary>
            Create a new Policy
            </summary>
            <param name="url">TaskRouter URL</param>
            <param name="method">HTTP method</param>
            <param name="queryFilter">Query param filters</param>
            <param name="postFilter">POST data filters</param>
            <param name="allowed">Allow the JWT to access</param>
        </member>
        <member name="M:Twilio.Jwt.Taskrouter.Policy.ToDict">
            <summary>
            Returns dictionary representation of the Policy
            </summary>
            <returns>Dictionary representation of the Policy</returns>
        </member>
        <member name="T:Twilio.Jwt.Taskrouter.PolicyUtils">
            <summary>
            Utility class for generating Policies
            </summary>
        </member>
        <member name="M:Twilio.Jwt.Taskrouter.PolicyUtils.DefaultEventBridgePolicies(System.String,System.String)">
            <summary>
            Generate default event bridge policies
            </summary>
            <param name="accountSid">Twilio account SID</param>
            <param name="channelId">TaskRouter channel ID</param>
            <returns>Default event bridge policies</returns>
        </member>
        <member name="T:Twilio.Jwt.Taskrouter.TaskRouterCapability">
            <summary>
            JWT for TaskRouter use
            </summary>
        </member>
        <member name="M:Twilio.Jwt.Taskrouter.TaskRouterCapability.#ctor(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Collections.Generic.List{Twilio.Jwt.Taskrouter.Policy})">
            <summary>
            Create a new TaskRouter JWT
            </summary>
            <param name="accountSid">Twilio account SID</param>
            <param name="authToken">Twilio auth token</param>
            <param name="workspaceSid">TaskRouter workspace SID</param>
            <param name="channelId">TaskRouter channel ID</param>
            <param name="friendlyName">Friendly name for this JWT</param>
            <param name="expiration">JWT expiration</param>
            <param name="policies">JWT policies</param>
        </member>
        <member name="P:Twilio.Jwt.Taskrouter.TaskRouterCapability.Headers">
            <summary>
            Get the JWT headers
            </summary>
        </member>
        <member name="P:Twilio.Jwt.Taskrouter.TaskRouterCapability.Claims">
            <summary>
            Generate JWT payload
            </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.UpdateAuthTokenPromotionOptions">
            <summary> Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error. </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.UpdateAuthTokenPromotionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.Update(Twilio.Rest.Accounts.V1.UpdateAuthTokenPromotionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error. </summary>
            <param name="options"> Update AuthTokenPromotion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthTokenPromotion </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.UpdateAsync(Twilio.Rest.Accounts.V1.UpdateAuthTokenPromotionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error. </summary>
            <param name="options"> Update AuthTokenPromotion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthTokenPromotion </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.Update(Twilio.Clients.ITwilioRestClient)">
            <summary> Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthTokenPromotion </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.UpdateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Promote the secondary Auth Token to primary. After promoting the new token, all requests to Twilio using your old primary Auth Token will result in an error. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthTokenPromotion </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthTokenPromotionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthTokenPromotionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.AuthToken">
            <summary> The promoted Auth Token that must be used to authenticate future API requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.DateCreated">
            <summary> The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.AuthTokenPromotionResource.Url">
            <summary> The URI for this resource, relative to `https://accounts.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.CreateBulkConsentsOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.CreateBulkConsentsOptions.Items">
            <summary> This is a list of objects that describes a contact's opt-in status. Each object contains the following fields: `contact_id`, which must be a string representing phone number in [E.164 format](https://www.twilio.com/docs/glossary/what-e164); `correlation_id`, a unique 32-character UUID used to uniquely map the request item with the response item; `sender_id`, which can be either a valid messaging service SID or a from phone number; `status`, a string representing the consent status. Can be one of [`opt-in`, `opt-out`]; and `source`, a string indicating the medium through which the consent was collected. Can be one of [`website`, `offline`, `opt-in-message`, `opt-out-message`, `others`]. </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.CreateBulkConsentsOptions.#ctor(System.Collections.Generic.List{System.Object})">
            <summary> Construct a new CreateBulkConsentsOptions </summary>
            <param name="items"> This is a list of objects that describes a contact's opt-in status. Each object contains the following fields: `contact_id`, which must be a string representing phone number in [E.164 format](https://www.twilio.com/docs/glossary/what-e164); `correlation_id`, a unique 32-character UUID used to uniquely map the request item with the response item; `sender_id`, which can be either a valid messaging service SID or a from phone number; `status`, a string representing the consent status. Can be one of [`opt-in`, `opt-out`]; and `source`, a string indicating the medium through which the consent was collected. Can be one of [`website`, `offline`, `opt-in-message`, `opt-out-message`, `others`]. </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.CreateBulkConsentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkConsentsResource.Create(Twilio.Rest.Accounts.V1.CreateBulkConsentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BulkConsents parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkConsents </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkConsentsResource.CreateAsync(Twilio.Rest.Accounts.V1.CreateBulkConsentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BulkConsents parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkConsents </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkConsentsResource.Create(System.Collections.Generic.List{System.Object},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="items"> This is a list of objects that describes a contact's opt-in status. Each object contains the following fields: `contact_id`, which must be a string representing phone number in [E.164 format](https://www.twilio.com/docs/glossary/what-e164); `correlation_id`, a unique 32-character UUID used to uniquely map the request item with the response item; `sender_id`, which can be either a valid messaging service SID or a from phone number; `status`, a string representing the consent status. Can be one of [`opt-in`, `opt-out`]; and `source`, a string indicating the medium through which the consent was collected. Can be one of [`website`, `offline`, `opt-in-message`, `opt-out-message`, `others`]. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkConsents </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkConsentsResource.CreateAsync(System.Collections.Generic.List{System.Object},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="items"> This is a list of objects that describes a contact's opt-in status. Each object contains the following fields: `contact_id`, which must be a string representing phone number in [E.164 format](https://www.twilio.com/docs/glossary/what-e164); `correlation_id`, a unique 32-character UUID used to uniquely map the request item with the response item; `sender_id`, which can be either a valid messaging service SID or a from phone number; `status`, a string representing the consent status. Can be one of [`opt-in`, `opt-out`]; and `source`, a string indicating the medium through which the consent was collected. Can be one of [`website`, `offline`, `opt-in-message`, `opt-out-message`, `others`]. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkConsents </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkConsentsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BulkConsentsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BulkConsentsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkConsentsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.BulkConsentsResource.Items">
            <summary> A list of objects where each object represents the result of processing a `correlation_id`. Each object contains the following fields: `correlation_id`, a unique 32-character UUID that maps the response to the original request; `error_code`, an integer where 0 indicates success and any non-zero value represents an error; and `error_messages`, an array of strings describing specific validation errors encountered. If the request is successful, the error_messages array will be empty. </summary> 
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.CreateBulkContactsOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.CreateBulkContactsOptions.Items">
            <summary> A list of objects where each object represents a contact's details. Each object includes the following fields: `contact_id`, which must be a string representing phone number in [E.164 format](https://www.twilio.com/docs/glossary/what-e164); `correlation_id`, a unique 32-character UUID that maps the response to the original request; `country_iso_code`, a string representing the country using the ISO format (e.g., US for the United States); and `zip_code`, a string representing the postal code. </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.CreateBulkContactsOptions.#ctor(System.Collections.Generic.List{System.Object})">
            <summary> Construct a new CreateBulkContactsOptions </summary>
            <param name="items"> A list of objects where each object represents a contact's details. Each object includes the following fields: `contact_id`, which must be a string representing phone number in [E.164 format](https://www.twilio.com/docs/glossary/what-e164); `correlation_id`, a unique 32-character UUID that maps the response to the original request; `country_iso_code`, a string representing the country using the ISO format (e.g., US for the United States); and `zip_code`, a string representing the postal code. </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.CreateBulkContactsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkContactsResource.Create(Twilio.Rest.Accounts.V1.CreateBulkContactsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BulkContacts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkContacts </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkContactsResource.CreateAsync(Twilio.Rest.Accounts.V1.CreateBulkContactsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BulkContacts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkContacts </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkContactsResource.Create(System.Collections.Generic.List{System.Object},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="items"> A list of objects where each object represents a contact's details. Each object includes the following fields: `contact_id`, which must be a string representing phone number in [E.164 format](https://www.twilio.com/docs/glossary/what-e164); `correlation_id`, a unique 32-character UUID that maps the response to the original request; `country_iso_code`, a string representing the country using the ISO format (e.g., US for the United States); and `zip_code`, a string representing the postal code. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkContacts </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkContactsResource.CreateAsync(System.Collections.Generic.List{System.Object},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="items"> A list of objects where each object represents a contact's details. Each object includes the following fields: `contact_id`, which must be a string representing phone number in [E.164 format](https://www.twilio.com/docs/glossary/what-e164); `correlation_id`, a unique 32-character UUID that maps the response to the original request; `country_iso_code`, a string representing the country using the ISO format (e.g., US for the United States); and `zip_code`, a string representing the postal code. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkContacts </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkContactsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BulkContactsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BulkContactsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.BulkContactsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.BulkContactsResource.Items">
            <summary> A list of objects where each object represents the result of processing a `correlation_id`. Each object contains the following fields: `correlation_id`, a unique 32-character UUID that maps the response to the original request; `error_code`, an integer where 0 indicates success and any non-zero value represents an error; and `error_messages`, an array of strings describing specific validation errors encountered. If the request is successful, the error_messages array will be empty. </summary> 
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.CreateAwsOptions">
            <summary> Create a new AWS Credential </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Accounts.V1.Credential.CreateAwsOptions.Credentials" -->
        <member name="P:Twilio.Rest.Accounts.V1.Credential.CreateAwsOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.CreateAwsOptions.AccountSid">
            <summary> The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Accounts.V1.Credential.CreateAwsOptions.#ctor(System.String)" -->
        <member name="M:Twilio.Rest.Accounts.V1.Credential.CreateAwsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.DeleteAwsOptions">
            <summary> Delete a Credential from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.DeleteAwsOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the AWS resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.DeleteAwsOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCredentialAwsOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.DeleteAwsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.FetchAwsOptions">
            <summary> Fetch the AWS credentials specified by the provided Credential Sid </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.FetchAwsOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the AWS resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.FetchAwsOptions.#ctor(System.String)">
            <summary> Construct a new FetchCredentialAwsOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.FetchAwsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.ReadAwsOptions">
            <summary> Retrieves a collection of AWS Credentials belonging to the account used to make the request </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.ReadAwsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.UpdateAwsOptions">
            <summary> Modify the properties of a given Account </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.UpdateAwsOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the AWS resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.UpdateAwsOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.UpdateAwsOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCredentialAwsOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.UpdateAwsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Create(Twilio.Rest.Accounts.V1.Credential.CreateAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new AWS Credential </summary>
            <param name="options"> Create Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.CreateAsync(Twilio.Rest.Accounts.V1.Credential.CreateAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new AWS Credential </summary>
            <param name="options"> Create Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Accounts.V1.Credential.AwsResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.BuildDeleteRequest(Twilio.Rest.Accounts.V1.Credential.DeleteAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="options"> Delete Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Delete(Twilio.Rest.Accounts.V1.Credential.DeleteAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="options"> Delete Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.DeleteAsync(Twilio.Rest.Accounts.V1.Credential.DeleteAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="options"> Delete Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Fetch(Twilio.Rest.Accounts.V1.Credential.FetchAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the AWS credentials specified by the provided Credential Sid </summary>
            <param name="options"> Fetch Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.FetchAsync(Twilio.Rest.Accounts.V1.Credential.FetchAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the AWS credentials specified by the provided Credential Sid </summary>
            <param name="options"> Fetch Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the AWS credentials specified by the provided Credential Sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the AWS credentials specified by the provided Credential Sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Read(Twilio.Rest.Accounts.V1.Credential.ReadAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of AWS Credentials belonging to the account used to make the request </summary>
            <param name="options"> Read Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.ReadAsync(Twilio.Rest.Accounts.V1.Credential.ReadAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of AWS Credentials belonging to the account used to make the request </summary>
            <param name="options"> Read Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of AWS Credentials belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of AWS Credentials belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Accounts.V1.Credential.AwsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Accounts.V1.Credential.AwsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Update(Twilio.Rest.Accounts.V1.Credential.UpdateAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="options"> Update Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.UpdateAsync(Twilio.Rest.Accounts.V1.Credential.UpdateAwsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="options"> Update Aws parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the AWS resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Aws </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AwsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AwsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.AwsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.AwsResource.Sid">
            <summary> The unique string that we created to identify the AWS resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.AwsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AWS resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.AwsResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.AwsResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.AwsResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.AwsResource.Url">
            <summary> The URI for this resource, relative to `https://accounts.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.CreatePublicKeyOptions">
            <summary> Create a new Public Key Credential </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.CreatePublicKeyOptions.PublicKey">
            <summary> A URL encoded representation of the public key. For example, `- - - - -BEGIN PUBLIC KEY- - - - -MIIBIjANB.pa9xQIDAQAB- - - - -END PUBLIC KEY- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.CreatePublicKeyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.CreatePublicKeyOptions.AccountSid">
            <summary> The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.CreatePublicKeyOptions.#ctor(System.String)">
            <summary> Construct a new CreateCredentialPublicKeyOptions </summary>
            <param name="publicKey"> A URL encoded representation of the public key. For example, `- - - - -BEGIN PUBLIC KEY- - - - -MIIBIjANB.pa9xQIDAQAB- - - - -END PUBLIC KEY- - - - -` </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.CreatePublicKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.DeletePublicKeyOptions">
            <summary> Delete a Credential from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.DeletePublicKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the PublicKey resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.DeletePublicKeyOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCredentialPublicKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.DeletePublicKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.FetchPublicKeyOptions">
            <summary> Fetch the public key specified by the provided Credential Sid </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.FetchPublicKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the PublicKey resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.FetchPublicKeyOptions.#ctor(System.String)">
            <summary> Construct a new FetchCredentialPublicKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.FetchPublicKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.ReadPublicKeyOptions">
            <summary> Retrieves a collection of Public Key Credentials belonging to the account used to make the request </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.ReadPublicKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.Credential.UpdatePublicKeyOptions">
            <summary> Modify the properties of a given Account </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.UpdatePublicKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the PublicKey resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.UpdatePublicKeyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.UpdatePublicKeyOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCredentialPublicKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.UpdatePublicKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Create(Twilio.Rest.Accounts.V1.Credential.CreatePublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Public Key Credential </summary>
            <param name="options"> Create PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.CreateAsync(Twilio.Rest.Accounts.V1.Credential.CreatePublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Public Key Credential </summary>
            <param name="options"> Create PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Public Key Credential </summary>
            <param name="publicKey"> A URL encoded representation of the public key. For example, `- - - - -BEGIN PUBLIC KEY- - - - -MIIBIjANB.pa9xQIDAQAB- - - - -END PUBLIC KEY- - - - -` </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="accountSid"> The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Public Key Credential </summary>
            <param name="publicKey"> A URL encoded representation of the public key. For example, `- - - - -BEGIN PUBLIC KEY- - - - -MIIBIjANB.pa9xQIDAQAB- - - - -END PUBLIC KEY- - - - -` </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="accountSid"> The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.BuildDeleteRequest(Twilio.Rest.Accounts.V1.Credential.DeletePublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="options"> Delete PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Delete(Twilio.Rest.Accounts.V1.Credential.DeletePublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="options"> Delete PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.DeleteAsync(Twilio.Rest.Accounts.V1.Credential.DeletePublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="options"> Delete PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential from your account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Fetch(Twilio.Rest.Accounts.V1.Credential.FetchPublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the public key specified by the provided Credential Sid </summary>
            <param name="options"> Fetch PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.FetchAsync(Twilio.Rest.Accounts.V1.Credential.FetchPublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the public key specified by the provided Credential Sid </summary>
            <param name="options"> Fetch PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the public key specified by the provided Credential Sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the public key specified by the provided Credential Sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Read(Twilio.Rest.Accounts.V1.Credential.ReadPublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of Public Key Credentials belonging to the account used to make the request </summary>
            <param name="options"> Read PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.ReadAsync(Twilio.Rest.Accounts.V1.Credential.ReadPublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of Public Key Credentials belonging to the account used to make the request </summary>
            <param name="options"> Read PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of Public Key Credentials belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of Public Key Credentials belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Accounts.V1.Credential.PublicKeyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Accounts.V1.Credential.PublicKeyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Update(Twilio.Rest.Accounts.V1.Credential.UpdatePublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="options"> Update PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.UpdateAsync(Twilio.Rest.Accounts.V1.Credential.UpdatePublicKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="options"> Update PublicKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PublicKey resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublicKey </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PublicKeyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PublicKeyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Sid">
            <summary> The unique string that that we created to identify the PublicKey resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential that the PublicKey resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.Credential.PublicKeyResource.Url">
            <summary> The URI for this resource, relative to `https://accounts.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.CreateSafelistOptions">
            <summary> Add a new phone number to SafeList. </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.CreateSafelistOptions.PhoneNumber">
            <summary> The phone number to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.CreateSafelistOptions.#ctor(System.String)">
            <summary> Construct a new CreateSafelistOptions </summary>
            <param name="phoneNumber"> The phone number to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.CreateSafelistOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.DeleteSafelistOptions">
            <summary> Remove a phone number from SafeList. </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.DeleteSafelistOptions.PhoneNumber">
            <summary> The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.DeleteSafelistOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.FetchSafelistOptions">
            <summary> Check if a phone number exists in SafeList. </summary>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.FetchSafelistOptions.PhoneNumber">
            <summary> The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.FetchSafelistOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.Create(Twilio.Rest.Accounts.V1.CreateSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new phone number to SafeList. </summary>
            <param name="options"> Create Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.CreateAsync(Twilio.Rest.Accounts.V1.CreateSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new phone number to SafeList. </summary>
            <param name="options"> Create Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new phone number to SafeList. </summary>
            <param name="phoneNumber"> The phone number to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new phone number to SafeList. </summary>
            <param name="phoneNumber"> The phone number to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.BuildDeleteRequest(Twilio.Rest.Accounts.V1.DeleteSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="options"> Delete Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.Delete(Twilio.Rest.Accounts.V1.DeleteSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="options"> Delete Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.DeleteAsync(Twilio.Rest.Accounts.V1.DeleteSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="options"> Delete Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.Delete(Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.DeleteAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.Fetch(Twilio.Rest.Accounts.V1.FetchSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a phone number exists in SafeList. </summary>
            <param name="options"> Fetch Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.FetchAsync(Twilio.Rest.Accounts.V1.FetchSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a phone number exists in SafeList. </summary>
            <param name="options"> Fetch Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a phone number exists in SafeList. </summary>
            <param name="phoneNumber"> The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a phone number exists in SafeList. </summary>
            <param name="phoneNumber"> The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SafelistResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SafelistResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SafelistResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.SafelistResource.Sid">
            <summary> The unique string that we created to identify the SafeList resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.SafelistResource.PhoneNumber">
            <summary> The phone number in SafeList. </summary> 
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.CreateSecondaryAuthTokenOptions">
            <summary> Create a new secondary Auth Token </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.CreateSecondaryAuthTokenOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Accounts.V1.DeleteSecondaryAuthTokenOptions">
            <summary> Delete the secondary Auth Token from your account </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.DeleteSecondaryAuthTokenOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.Create(Twilio.Rest.Accounts.V1.CreateSecondaryAuthTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new secondary Auth Token </summary>
            <param name="options"> Create SecondaryAuthToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.CreateAsync(Twilio.Rest.Accounts.V1.CreateSecondaryAuthTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new secondary Auth Token </summary>
            <param name="options"> Create SecondaryAuthToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.Create(Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new secondary Auth Token </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.CreateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new secondary Auth Token </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.BuildDeleteRequest(Twilio.Rest.Accounts.V1.DeleteSecondaryAuthTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the secondary Auth Token from your account </summary>
            <param name="options"> Delete SecondaryAuthToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.Delete(Twilio.Rest.Accounts.V1.DeleteSecondaryAuthTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the secondary Auth Token from your account </summary>
            <param name="options"> Delete SecondaryAuthToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.DeleteAsync(Twilio.Rest.Accounts.V1.DeleteSecondaryAuthTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the secondary Auth Token from your account </summary>
            <param name="options"> Delete SecondaryAuthToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.Delete(Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the secondary Auth Token from your account </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.DeleteAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the secondary Auth Token from your account </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SecondaryAuthToken </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SecondaryAuthTokenResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SecondaryAuthTokenResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the secondary Auth Token was created for. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.DateCreated">
            <summary> The date and time in UTC when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.DateUpdated">
            <summary> The date and time in UTC when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.SecondaryAuthToken">
            <summary> The generated secondary Auth Token that can be used to authenticate future API requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Accounts.V1.SecondaryAuthTokenResource.Url">
            <summary> The URI for this resource, relative to `https://accounts.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.CreateAccountOptions">
            <summary> Create a new Twilio Subaccount from the account making the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.CreateAccountOptions.FriendlyName">
            <summary> A human readable description of the account to create, defaults to `SubAccount Created at {YYYY-MM-DD HH:MM meridian}` </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.CreateAccountOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.FetchAccountOptions">
            <summary> Fetch the account specified by the provided Account Sid </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.FetchAccountOptions.PathSid">
            <summary> The Account Sid that uniquely identifies the account to fetch </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.FetchAccountOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.ReadAccountOptions">
            <summary> Retrieves a collection of Accounts belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.ReadAccountOptions.FriendlyName">
            <summary> Only return the Account resources with friendly names that exactly match this name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.ReadAccountOptions.Status">
            <summary> Only return Account resources with the given status. Can be `closed`, `suspended` or `active`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.ReadAccountOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.UpdateAccountOptions">
            <summary> Modify the properties of a given Account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.UpdateAccountOptions.PathSid">
            <summary> The Account Sid that uniquely identifies the account to update </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.UpdateAccountOptions.FriendlyName">
            <summary> Update the human-readable description of this Account </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.UpdateAccountOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.Create(Twilio.Rest.Api.V2010.CreateAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Twilio Subaccount from the account making the request </summary>
            <param name="options"> Create Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.CreateAsync(Twilio.Rest.Api.V2010.CreateAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Twilio Subaccount from the account making the request </summary>
            <param name="options"> Create Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Twilio Subaccount from the account making the request </summary>
            <param name="friendlyName"> A human readable description of the account to create, defaults to `SubAccount Created at {YYYY-MM-DD HH:MM meridian}` </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Twilio Subaccount from the account making the request </summary>
            <param name="friendlyName"> A human readable description of the account to create, defaults to `SubAccount Created at {YYYY-MM-DD HH:MM meridian}` </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.Fetch(Twilio.Rest.Api.V2010.FetchAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the account specified by the provided Account Sid </summary>
            <param name="options"> Fetch Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.FetchAsync(Twilio.Rest.Api.V2010.FetchAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the account specified by the provided Account Sid </summary>
            <param name="options"> Fetch Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the account specified by the provided Account Sid </summary>
            <param name="pathSid"> The Account Sid that uniquely identifies the account to fetch </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the account specified by the provided Account Sid </summary>
            <param name="pathSid"> The Account Sid that uniquely identifies the account to fetch </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.Read(Twilio.Rest.Api.V2010.ReadAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of Accounts belonging to the account used to make the request </summary>
            <param name="options"> Read Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.ReadAsync(Twilio.Rest.Api.V2010.ReadAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of Accounts belonging to the account used to make the request </summary>
            <param name="options"> Read Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.Read(System.String,Twilio.Rest.Api.V2010.AccountResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of Accounts belonging to the account used to make the request </summary>
            <param name="friendlyName"> Only return the Account resources with friendly names that exactly match this name. </param>
            <param name="status"> Only return Account resources with the given status. Can be `closed`, `suspended` or `active`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.AccountResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of Accounts belonging to the account used to make the request </summary>
            <param name="friendlyName"> Only return the Account resources with friendly names that exactly match this name. </param>
            <param name="status"> Only return Account resources with the given status. Can be `closed`, `suspended` or `active`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.AccountResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.AccountResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.Update(Twilio.Rest.Api.V2010.UpdateAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="options"> Update Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.UpdateAsync(Twilio.Rest.Api.V2010.UpdateAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="options"> Update Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.Update(System.String,System.String,Twilio.Rest.Api.V2010.AccountResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="pathSid"> The Account Sid that uniquely identifies the account to update </param>
            <param name="friendlyName"> Update the human-readable description of this Account </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.UpdateAsync(System.String,System.String,Twilio.Rest.Api.V2010.AccountResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Modify the properties of a given Account </summary>
            <param name="pathSid"> The Account Sid that uniquely identifies the account to update </param>
            <param name="friendlyName"> Update the human-readable description of this Account </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AccountResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AccountResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.AccountResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.AccountResource.AuthToken">
            <summary> The authorization token for this account. This token should be kept a secret, so no sharing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.AccountResource.DateCreated">
            <summary> The date that this account was created, in GMT in RFC 2822 format </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.AccountResource.DateUpdated">
            <summary> The date that this account was last updated, in GMT in RFC 2822 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.AccountResource.FriendlyName">
            <summary> A human readable description of this account, up to 64 characters long. By default the FriendlyName is your email address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.AccountResource.OwnerAccountSid">
            <summary> The unique 34 character id that represents the parent of this account. The OwnerAccountSid of a parent account is it's own sid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.AccountResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.AccountResource.SubresourceUris">
            <summary> A Map of various subresources available for the given Account Instance </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.AccountResource.Uri">
            <summary> The URI for this resource, relative to `https://api.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateAddressOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.CustomerName">
            <summary> The name to associate with the new address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.Street">
            <summary> The number and street address of the new address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.City">
            <summary> The city of the new address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.Region">
            <summary> The state or region of the new address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.PostalCode">
            <summary> The postal code of the new address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.IsoCountry">
            <summary> The ISO country code of the new address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Address resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new address. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.EmergencyEnabled">
            <summary> Whether to enable emergency calling on the new address. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.AutoCorrectAddress">
            <summary> Whether we should automatically correct the address. Can be: `true` or `false` and the default is `true`. If empty or `true`, we will correct the address you provide if necessary. If `false`, we won't alter the address you provide. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.StreetSecondary">
            <summary> The additional number and street address of the address. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary> Construct a new CreateAddressOptions </summary>
            <param name="customerName"> The name to associate with the new address. </param>
            <param name="street"> The number and street address of the new address. </param>
            <param name="city"> The city of the new address. </param>
            <param name="region"> The state or region of the new address. </param>
            <param name="postalCode"> The postal code of the new address. </param>
            <param name="isoCountry"> The ISO country code of the new address. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteAddressOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteAddressOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Address resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteAddressOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteAddressOptions.#ctor(System.String)">
            <summary> Construct a new DeleteAddressOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchAddressOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchAddressOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Address resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchAddressOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchAddressOptions.#ctor(System.String)">
            <summary> Construct a new FetchAddressOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadAddressOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadAddressOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadAddressOptions.CustomerName">
            <summary> The `customer_name` of the Address resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadAddressOptions.FriendlyName">
            <summary> The string that identifies the Address resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadAddressOptions.IsoCountry">
            <summary> The ISO country code of the Address resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Address resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.CustomerName">
            <summary> The name to associate with the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.Street">
            <summary> The number and street address of the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.City">
            <summary> The city of the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.Region">
            <summary> The state or region of the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.PostalCode">
            <summary> The postal code of the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.EmergencyEnabled">
            <summary> Whether to enable emergency calling on the address. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.AutoCorrectAddress">
            <summary> Whether we should automatically correct the address. Can be: `true` or `false` and the default is `true`. If empty or `true`, we will correct the address you provide if necessary. If `false`, we won't alter the address you provide. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.StreetSecondary">
            <summary> The additional number and street address of the address. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.#ctor(System.String)">
            <summary> Construct a new UpdateAddressOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Create(Twilio.Rest.Api.V2010.Account.CreateAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="customerName"> The name to associate with the new address. </param>
            <param name="street"> The number and street address of the new address. </param>
            <param name="city"> The city of the new address. </param>
            <param name="region"> The state or region of the new address. </param>
            <param name="postalCode"> The postal code of the new address. </param>
            <param name="isoCountry"> The ISO country code of the new address. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Address resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new address. It can be up to 64 characters long. </param>
            <param name="emergencyEnabled"> Whether to enable emergency calling on the new address. Can be: `true` or `false`. </param>
            <param name="autoCorrectAddress"> Whether we should automatically correct the address. Can be: `true` or `false` and the default is `true`. If empty or `true`, we will correct the address you provide if necessary. If `false`, we won't alter the address you provide. </param>
            <param name="streetSecondary"> The additional number and street address of the address. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="customerName"> The name to associate with the new address. </param>
            <param name="street"> The number and street address of the new address. </param>
            <param name="city"> The city of the new address. </param>
            <param name="region"> The state or region of the new address. </param>
            <param name="postalCode"> The postal code of the new address. </param>
            <param name="isoCountry"> The ISO country code of the new address. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Address resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new address. It can be up to 64 characters long. </param>
            <param name="emergencyEnabled"> Whether to enable emergency calling on the new address. Can be: `true` or `false`. </param>
            <param name="autoCorrectAddress"> Whether we should automatically correct the address. Can be: `true` or `false` and the default is `true`. If empty or `true`, we will correct the address you provide if necessary. If `false`, we won't alter the address you provide. </param>
            <param name="streetSecondary"> The additional number and street address of the address. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Read(Twilio.Rest.Api.V2010.Account.ReadAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Read(System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to read. </param>
            <param name="customerName"> The `customer_name` of the Address resources to read. </param>
            <param name="friendlyName"> The string that identifies the Address resources to read. </param>
            <param name="isoCountry"> The ISO country code of the Address resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.ReadAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to read. </param>
            <param name="customerName"> The `customer_name` of the Address resources to read. </param>
            <param name="friendlyName"> The string that identifies the Address resources to read. </param>
            <param name="isoCountry"> The ISO country code of the Address resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AddressResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AddressResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Update(Twilio.Rest.Api.V2010.Account.UpdateAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Address parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.Update(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses. </param>
            <param name="customerName"> The name to associate with the address. </param>
            <param name="street"> The number and street address of the address. </param>
            <param name="city"> The city of the address. </param>
            <param name="region"> The state or region of the address. </param>
            <param name="postalCode"> The postal code of the address. </param>
            <param name="emergencyEnabled"> Whether to enable emergency calling on the address. Can be: `true` or `false`. </param>
            <param name="autoCorrectAddress"> Whether we should automatically correct the address. Can be: `true` or `false` and the default is `true`. If empty or `true`, we will correct the address you provide if necessary. If `false`, we won't alter the address you provide. </param>
            <param name="streetSecondary"> The additional number and street address of the address. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Address resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses. </param>
            <param name="customerName"> The name to associate with the address. </param>
            <param name="street"> The number and street address of the address. </param>
            <param name="city"> The city of the address. </param>
            <param name="region"> The state or region of the address. </param>
            <param name="postalCode"> The postal code of the address. </param>
            <param name="emergencyEnabled"> Whether to enable emergency calling on the address. Can be: `true` or `false`. </param>
            <param name="autoCorrectAddress"> Whether we should automatically correct the address. Can be: `true` or `false` and the default is `true`. If empty or `true`, we will correct the address you provide if necessary. If `false`, we won't alter the address you provide. </param>
            <param name="streetSecondary"> The additional number and street address of the address. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Address </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AddressResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AddressResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AddressResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is responsible for the Address resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.City">
            <summary> The city in which the address is located. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.CustomerName">
            <summary> The name associated with the address.This property has a maximum length of 16 4-byte characters, or 21 3-byte characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.IsoCountry">
            <summary> The ISO country code of the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.PostalCode">
            <summary> The postal code of the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.Region">
            <summary> The state or region of the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.Sid">
            <summary> The unique string that that we created to identify the Address resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.Street">
            <summary> The number and street address of the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.EmergencyEnabled">
            <summary> Whether emergency calling has been enabled on this number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.Validated">
            <summary> Whether the address has been validated to comply with local regulation. In countries that require valid addresses, an invalid address will not be accepted. `true` indicates the Address has been validated. `false` indicate the country doesn't require validation or the Address is not valid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.Verified">
            <summary> Whether the address has been verified to comply with regulation. In countries that require valid addresses, an invalid address will not be accepted. `true` indicates the Address has been verified. `false` indicate the country doesn't require verified or the Address is not valid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AddressResource.StreetSecondary">
            <summary> The additional number and street address of the address. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Address.ReadDependentPhoneNumberOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.ReadDependentPhoneNumberOptions.PathAddressSid">
            <summary> The SID of the Address resource associated with the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.ReadDependentPhoneNumberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.ReadDependentPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new ListDependentPhoneNumberOptions </summary>
            <param name="pathAddressSid"> The SID of the Address resource associated with the phone number. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.ReadDependentPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.Read(Twilio.Rest.Api.V2010.Account.Address.ReadDependentPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read DependentPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DependentPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Address.ReadDependentPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read DependentPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DependentPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAddressSid"> The SID of the Address resource associated with the phone number. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DependentPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAddressSid"> The SID of the Address resource associated with the phone number. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DependentPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DependentPhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DependentPhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.Sid">
            <summary> The unique string that that we created to identify the DependentPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DependentPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.VoiceUrl">
            <summary> The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.VoiceFallbackMethod">
            <summary> The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.VoiceFallbackUrl">
            <summary> The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.VoiceCallerIdLookup">
            <summary> Whether we look up the caller's caller-ID name from the CNAM database. Can be: `true` or `false`. Caller ID lookups can cost $0.01 each. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.SmsFallbackMethod">
            <summary> The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.SmsFallbackUrl">
            <summary> The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.SmsMethod">
            <summary> The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.SmsUrl">
            <summary> The URL we call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.Capabilities">
            <summary> The set of Boolean properties that indicates whether a phone number can receive calls or messages.  Capabilities are  `Voice`, `SMS`, and `MMS` and each capability can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.StatusCallback">
            <summary> The URL we call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.StatusCallbackMethod">
            <summary> The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.ApiVersion">
            <summary> The API version used to start a new TwiML session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.SmsApplicationSid">
            <summary> The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.VoiceApplicationSid">
            <summary> The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.TrunkSid">
            <summary> The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration that we use for emergency calling from the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Address.DependentPhoneNumberResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions">
            <summary> Create a new application within your account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.ApiVersion">
            <summary> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is the account's default API version. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.VoiceUrl">
            <summary> The URL we should call when the phone number assigned to this application receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.VoiceMethod">
            <summary> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.VoiceFallbackMethod">
            <summary> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.VoiceCallerIdLookup">
            <summary> Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.SmsUrl">
            <summary> The URL we should call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.SmsMethod">
            <summary> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.SmsFallbackUrl">
            <summary> The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.SmsFallbackMethod">
            <summary> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.SmsStatusCallback">
            <summary> The URL we should call using a POST method to send status information about SMS messages sent by the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.MessageStatusCallback">
            <summary> The URL we should call using a POST method to send message status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new application. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.PublicApplicationConnectEnabled">
            <summary> Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateApplicationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteApplicationOptions">
            <summary> Delete the application by the specified application sid </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteApplicationOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Application resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteApplicationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteApplicationOptions.#ctor(System.String)">
            <summary> Construct a new DeleteApplicationOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteApplicationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchApplicationOptions">
            <summary> Fetch the application specified by the provided sid </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchApplicationOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Application resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchApplicationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchApplicationOptions.#ctor(System.String)">
            <summary> Construct a new FetchApplicationOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchApplicationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadApplicationOptions">
            <summary> Retrieve a list of applications representing an application within the requesting account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadApplicationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadApplicationOptions.FriendlyName">
            <summary> The string that identifies the Application resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadApplicationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions">
            <summary> Updates the application's properties </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Application resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.ApiVersion">
            <summary> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is your account's default API version. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.VoiceUrl">
            <summary> The URL we should call when the phone number assigned to this application receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.VoiceMethod">
            <summary> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.VoiceFallbackMethod">
            <summary> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.VoiceCallerIdLookup">
            <summary> Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.SmsUrl">
            <summary> The URL we should call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.SmsMethod">
            <summary> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.SmsFallbackUrl">
            <summary> The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.SmsFallbackMethod">
            <summary> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.SmsStatusCallback">
            <summary> Same as message_status_callback: The URL we should call using a POST method to send status information about SMS messages sent by the application. Deprecated, included for backwards compatibility. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.MessageStatusCallback">
            <summary> The URL we should call using a POST method to send message status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.PublicApplicationConnectEnabled">
            <summary> Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateApplicationOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Create(Twilio.Rest.Api.V2010.Account.CreateApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new application within your account </summary>
            <param name="options"> Create Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new application within your account </summary>
            <param name="options"> Create Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Create(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new application within your account </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="apiVersion"> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is the account's default API version. </param>
            <param name="voiceUrl"> The URL we should call when the phone number assigned to this application receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`. </param>
            <param name="voiceCallerIdLookup"> Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. </param>
            <param name="smsUrl"> The URL we should call when the phone number receives an incoming SMS message. </param>
            <param name="smsMethod"> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`. </param>
            <param name="smsFallbackMethod"> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="smsStatusCallback"> The URL we should call using a POST method to send status information about SMS messages sent by the application. </param>
            <param name="messageStatusCallback"> The URL we should call using a POST method to send message status information to your application. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new application. It can be up to 64 characters long. </param>
            <param name="publicApplicationConnectEnabled"> Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.CreateAsync(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new application within your account </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="apiVersion"> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is the account's default API version. </param>
            <param name="voiceUrl"> The URL we should call when the phone number assigned to this application receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`. </param>
            <param name="voiceCallerIdLookup"> Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. </param>
            <param name="smsUrl"> The URL we should call when the phone number receives an incoming SMS message. </param>
            <param name="smsMethod"> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`. </param>
            <param name="smsFallbackMethod"> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="smsStatusCallback"> The URL we should call using a POST method to send status information about SMS messages sent by the application. </param>
            <param name="messageStatusCallback"> The URL we should call using a POST method to send message status information to your application. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new application. It can be up to 64 characters long. </param>
            <param name="publicApplicationConnectEnabled"> Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the application by the specified application sid </summary>
            <param name="options"> Delete Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the application by the specified application sid </summary>
            <param name="options"> Delete Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the application by the specified application sid </summary>
            <param name="options"> Delete Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the application by the specified application sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the application by the specified application sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the application specified by the provided sid </summary>
            <param name="options"> Fetch Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the application specified by the provided sid </summary>
            <param name="options"> Fetch Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the application specified by the provided sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the application specified by the provided sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Read(Twilio.Rest.Api.V2010.Account.ReadApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of applications representing an application within the requesting account </summary>
            <param name="options"> Read Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of applications representing an application within the requesting account </summary>
            <param name="options"> Read Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of applications representing an application within the requesting account </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read. </param>
            <param name="friendlyName"> The string that identifies the Application resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of applications representing an application within the requesting account </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to read. </param>
            <param name="friendlyName"> The string that identifies the Application resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.ApplicationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.ApplicationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Update(Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the application's properties </summary>
            <param name="options"> Update Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateApplicationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the application's properties </summary>
            <param name="options"> Update Application parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.Update(System.String,System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the application's properties </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="apiVersion"> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is your account's default API version. </param>
            <param name="voiceUrl"> The URL we should call when the phone number assigned to this application receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`. </param>
            <param name="voiceCallerIdLookup"> Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. </param>
            <param name="smsUrl"> The URL we should call when the phone number receives an incoming SMS message. </param>
            <param name="smsMethod"> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`. </param>
            <param name="smsFallbackMethod"> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="smsStatusCallback"> Same as message_status_callback: The URL we should call using a POST method to send status information about SMS messages sent by the application. Deprecated, included for backwards compatibility. </param>
            <param name="messageStatusCallback"> The URL we should call using a POST method to send message status information to your application. </param>
            <param name="publicApplicationConnectEnabled"> Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the application's properties </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Application resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resources to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="apiVersion"> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is your account's default API version. </param>
            <param name="voiceUrl"> The URL we should call when the phone number assigned to this application receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`. </param>
            <param name="voiceCallerIdLookup"> Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. </param>
            <param name="smsUrl"> The URL we should call when the phone number receives an incoming SMS message. </param>
            <param name="smsMethod"> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`. </param>
            <param name="smsFallbackMethod"> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="smsStatusCallback"> Same as message_status_callback: The URL we should call using a POST method to send status information about SMS messages sent by the application. Deprecated, included for backwards compatibility. </param>
            <param name="messageStatusCallback"> The URL we should call using a POST method to send message status information to your application. </param>
            <param name="publicApplicationConnectEnabled"> Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Application </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ApplicationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ApplicationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ApplicationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.ApiVersion">
            <summary> The API version used to start a new TwiML session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.MessageStatusCallback">
            <summary> The URL we call using a POST method to send message status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.Sid">
            <summary> The unique string that that we created to identify the Application resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.SmsFallbackMethod">
            <summary> The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.SmsFallbackUrl">
            <summary> The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.SmsMethod">
            <summary> The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.SmsStatusCallback">
            <summary> The URL we call using a POST method to send status information to your application about SMS messages that refer to the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.SmsUrl">
            <summary> The URL we call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.StatusCallback">
            <summary> The URL we call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.StatusCallbackMethod">
            <summary> The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.VoiceCallerIdLookup">
            <summary> Whether we look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.VoiceFallbackMethod">
            <summary> The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.VoiceFallbackUrl">
            <summary> The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.VoiceUrl">
            <summary> The URL we call when the phone number assigned to this application receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ApplicationResource.PublicApplicationConnectEnabled">
            <summary> Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchAuthorizedConnectAppOptions">
            <summary> Fetch an instance of an authorized-connect-app </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchAuthorizedConnectAppOptions.PathConnectAppSid">
            <summary> The SID of the Connect App to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchAuthorizedConnectAppOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchAuthorizedConnectAppOptions.#ctor(System.String)">
            <summary> Construct a new FetchAuthorizedConnectAppOptions </summary>
            <param name="pathConnectAppSid"> The SID of the Connect App to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchAuthorizedConnectAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadAuthorizedConnectAppOptions">
            <summary> Retrieve a list of authorized-connect-apps belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadAuthorizedConnectAppOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadAuthorizedConnectAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchAuthorizedConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an authorized-connect-app </summary>
            <param name="options"> Fetch AuthorizedConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizedConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchAuthorizedConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an authorized-connect-app </summary>
            <param name="options"> Fetch AuthorizedConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizedConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an authorized-connect-app </summary>
            <param name="pathConnectAppSid"> The SID of the Connect App to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizedConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an authorized-connect-app </summary>
            <param name="pathConnectAppSid"> The SID of the Connect App to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizedConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.Read(Twilio.Rest.Api.V2010.Account.ReadAuthorizedConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of authorized-connect-apps belonging to the account used to make the request </summary>
            <param name="options"> Read AuthorizedConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizedConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadAuthorizedConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of authorized-connect-apps belonging to the account used to make the request </summary>
            <param name="options"> Read AuthorizedConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizedConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of authorized-connect-apps belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizedConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of authorized-connect-apps belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizedConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthorizedConnectAppResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthorizedConnectAppResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AuthorizedConnectApp resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.ConnectAppCompanyName">
            <summary> The company name set for the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.ConnectAppDescription">
            <summary> A detailed description of the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.ConnectAppFriendlyName">
            <summary> The name of the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.ConnectAppHomepageUrl">
            <summary> The public URL for the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.ConnectAppSid">
            <summary> The SID that we assigned to the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.Permissions">
            <summary> The set of permissions that you authorized for the Connect App.  Can be: `get-all` or `post-all`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AuthorizedConnectAppResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchAvailablePhoneNumberCountryOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchAvailablePhoneNumberCountryOptions.PathCountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country to fetch available phone number information about. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchAvailablePhoneNumberCountryOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchAvailablePhoneNumberCountryOptions.#ctor(System.String)">
            <summary> Construct a new FetchAvailablePhoneNumberCountryOptions </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country to fetch available phone number information about. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchAvailablePhoneNumberCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadAvailablePhoneNumberCountryOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadAvailablePhoneNumberCountryOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resources. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadAvailablePhoneNumberCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchAvailablePhoneNumberCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch AvailablePhoneNumberCountry parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailablePhoneNumberCountry </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchAvailablePhoneNumberCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch AvailablePhoneNumberCountry parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailablePhoneNumberCountry </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country to fetch available phone number information about. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailablePhoneNumberCountry </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country to fetch available phone number information about. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailablePhoneNumberCountry </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.Read(Twilio.Rest.Api.V2010.Account.ReadAvailablePhoneNumberCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read AvailablePhoneNumberCountry parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailablePhoneNumberCountry </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadAvailablePhoneNumberCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read AvailablePhoneNumberCountry parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailablePhoneNumberCountry </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resources. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailablePhoneNumberCountry </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the available phone number Country resources. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailablePhoneNumberCountry </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AvailablePhoneNumberCountryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AvailablePhoneNumberCountryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.CountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.Uri">
            <summary> The URI of the Country resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.Beta">
            <summary> Whether all phone numbers available in the country are new to the Twilio platform. `true` if they are and `false` if all numbers are not in the Twilio Phone Number Beta program. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountryResource.SubresourceUris">
            <summary> A list of related AvailablePhoneNumber resources identified by their URIs relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.PathCountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.AreaCode">
            <summary> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.Contains">
            <summary> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-number-pattern) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-character-pattern). If specified, this value must have at least two characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.SmsEnabled">
            <summary> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.MmsEnabled">
            <summary> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.VoiceEnabled">
            <summary> Whether the phone numbers can receive calls. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.ExcludeAllAddressRequired">
            <summary> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.ExcludeLocalAddressRequired">
            <summary> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.ExcludeForeignAddressRequired">
            <summary> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.Beta">
            <summary> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.NearNumber">
            <summary> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.NearLatLong">
            <summary> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.Distance">
            <summary> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.InPostalCode">
            <summary> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.InRegion">
            <summary> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.InRateCenter">
            <summary> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.InLata">
            <summary> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.InLocality">
            <summary> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.FaxEnabled">
            <summary> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.#ctor(System.String)">
            <summary> Construct a new ListAvailablePhoneNumberLocalOptions </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Read(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Local parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.ReadAsync(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadLocalOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Local parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Read(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-number-pattern) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-character-pattern). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-number-pattern) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-character-pattern). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a LocalResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> LocalResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.FriendlyName">
            <summary> A formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Lata">
            <summary> The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Locality">
            <summary> The locality or city of this phone number's location. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.RateCenter">
            <summary> The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Latitude">
            <summary> The latitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Longitude">
            <summary> The longitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Region">
            <summary> The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.PostalCode">
            <summary> The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.AddressRequirements">
            <summary> The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.LocalResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.PathCountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.AreaCode">
            <summary> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.Contains">
            <summary> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.SmsEnabled">
            <summary> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.MmsEnabled">
            <summary> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.VoiceEnabled">
            <summary> Whether the phone numbers can receive calls. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.ExcludeAllAddressRequired">
            <summary> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.ExcludeLocalAddressRequired">
            <summary> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.ExcludeForeignAddressRequired">
            <summary> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.Beta">
            <summary> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.NearNumber">
            <summary> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.NearLatLong">
            <summary> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.Distance">
            <summary> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.InPostalCode">
            <summary> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.InRegion">
            <summary> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.InRateCenter">
            <summary> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.InLata">
            <summary> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.InLocality">
            <summary> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.FaxEnabled">
            <summary> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.#ctor(System.String)">
            <summary> Construct a new ListAvailablePhoneNumberMachineToMachineOptions </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Read(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read MachineToMachine parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MachineToMachine </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.ReadAsync(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMachineToMachineOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read MachineToMachine parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MachineToMachine </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Read(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MachineToMachine </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MachineToMachine </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MachineToMachineResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MachineToMachineResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.FriendlyName">
            <summary> A formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Lata">
            <summary> The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Locality">
            <summary> The locality or city of this phone number's location. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.RateCenter">
            <summary> The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Latitude">
            <summary> The latitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Longitude">
            <summary> The longitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Region">
            <summary> The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.PostalCode">
            <summary> The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.AddressRequirements">
            <summary> The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MachineToMachineResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.PathCountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.AreaCode">
            <summary> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.Contains">
            <summary> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.SmsEnabled">
            <summary> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.MmsEnabled">
            <summary> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.VoiceEnabled">
            <summary> Whether the phone numbers can receive calls. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.ExcludeAllAddressRequired">
            <summary> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.ExcludeLocalAddressRequired">
            <summary> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.ExcludeForeignAddressRequired">
            <summary> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.Beta">
            <summary> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.NearNumber">
            <summary> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.NearLatLong">
            <summary> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.Distance">
            <summary> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.InPostalCode">
            <summary> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.InRegion">
            <summary> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.InRateCenter">
            <summary> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.InLata">
            <summary> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.InLocality">
            <summary> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.FaxEnabled">
            <summary> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.#ctor(System.String)">
            <summary> Construct a new ListAvailablePhoneNumberMobileOptions </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Read(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Mobile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.ReadAsync(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadMobileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Mobile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Read(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MobileResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MobileResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.FriendlyName">
            <summary> A formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Lata">
            <summary> The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Locality">
            <summary> The locality or city of this phone number's location. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.RateCenter">
            <summary> The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Latitude">
            <summary> The latitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Longitude">
            <summary> The longitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Region">
            <summary> The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.PostalCode">
            <summary> The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.AddressRequirements">
            <summary> The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.MobileResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.PathCountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.AreaCode">
            <summary> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.Contains">
            <summary> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.SmsEnabled">
            <summary> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.MmsEnabled">
            <summary> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.VoiceEnabled">
            <summary> Whether the phone numbers can receive calls. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.ExcludeAllAddressRequired">
            <summary> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.ExcludeLocalAddressRequired">
            <summary> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.ExcludeForeignAddressRequired">
            <summary> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.Beta">
            <summary> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.NearNumber">
            <summary> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.NearLatLong">
            <summary> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.Distance">
            <summary> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.InPostalCode">
            <summary> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.InRegion">
            <summary> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.InRateCenter">
            <summary> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.InLata">
            <summary> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.InLocality">
            <summary> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.FaxEnabled">
            <summary> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.#ctor(System.String)">
            <summary> Construct a new ListAvailablePhoneNumberNationalOptions </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Read(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read National parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of National </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.ReadAsync(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadNationalOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read National parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of National </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Read(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of National </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of National </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NationalResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NationalResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.FriendlyName">
            <summary> A formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Lata">
            <summary> The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Locality">
            <summary> The locality or city of this phone number's location. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.RateCenter">
            <summary> The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Latitude">
            <summary> The latitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Longitude">
            <summary> The longitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Region">
            <summary> The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.PostalCode">
            <summary> The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.AddressRequirements">
            <summary> The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.NationalResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.PathCountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.AreaCode">
            <summary> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.Contains">
            <summary> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.SmsEnabled">
            <summary> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.MmsEnabled">
            <summary> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.VoiceEnabled">
            <summary> Whether the phone numbers can receive calls. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.ExcludeAllAddressRequired">
            <summary> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.ExcludeLocalAddressRequired">
            <summary> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.ExcludeForeignAddressRequired">
            <summary> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.Beta">
            <summary> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.NearNumber">
            <summary> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.NearLatLong">
            <summary> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.Distance">
            <summary> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.InPostalCode">
            <summary> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.InRegion">
            <summary> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.InRateCenter">
            <summary> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.InLata">
            <summary> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.InLocality">
            <summary> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.FaxEnabled">
            <summary> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.#ctor(System.String)">
            <summary> Construct a new ListAvailablePhoneNumberSharedCostOptions </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Read(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SharedCost parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SharedCost </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.ReadAsync(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadSharedCostOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SharedCost parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SharedCost </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Read(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SharedCost </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SharedCost </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SharedCostResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SharedCostResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.FriendlyName">
            <summary> A formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Lata">
            <summary> The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Locality">
            <summary> The locality or city of this phone number's location. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.RateCenter">
            <summary> The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Latitude">
            <summary> The latitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Longitude">
            <summary> The longitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Region">
            <summary> The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.PostalCode">
            <summary> The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.AddressRequirements">
            <summary> The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.SharedCostResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.PathCountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.AreaCode">
            <summary> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.Contains">
            <summary> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.SmsEnabled">
            <summary> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.MmsEnabled">
            <summary> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.VoiceEnabled">
            <summary> Whether the phone numbers can receive calls. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.ExcludeAllAddressRequired">
            <summary> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.ExcludeLocalAddressRequired">
            <summary> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.ExcludeForeignAddressRequired">
            <summary> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.Beta">
            <summary> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.NearNumber">
            <summary> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.NearLatLong">
            <summary> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.Distance">
            <summary> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.InPostalCode">
            <summary> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.InRegion">
            <summary> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.InRateCenter">
            <summary> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.InLata">
            <summary> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.InLocality">
            <summary> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.FaxEnabled">
            <summary> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.#ctor(System.String)">
            <summary> Construct a new ListAvailablePhoneNumberTollFreeOptions </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Read(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TollFree parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.ReadAsync(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadTollFreeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TollFree parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Read(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TollFreeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TollFreeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.FriendlyName">
            <summary> A formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Lata">
            <summary> The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Locality">
            <summary> The locality or city of this phone number's location. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.RateCenter">
            <summary> The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Latitude">
            <summary> The latitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Longitude">
            <summary> The longitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Region">
            <summary> The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.PostalCode">
            <summary> The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.AddressRequirements">
            <summary> The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.TollFreeResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.PathCountryCode">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.AreaCode">
            <summary> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.Contains">
            <summary> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.SmsEnabled">
            <summary> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.MmsEnabled">
            <summary> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.VoiceEnabled">
            <summary> Whether the phone numbers can receive calls. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.ExcludeAllAddressRequired">
            <summary> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.ExcludeLocalAddressRequired">
            <summary> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.ExcludeForeignAddressRequired">
            <summary> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.Beta">
            <summary> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.NearNumber">
            <summary> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.NearLatLong">
            <summary> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.Distance">
            <summary> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.InPostalCode">
            <summary> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.InRegion">
            <summary> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.InRateCenter">
            <summary> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.InLata">
            <summary> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.InLocality">
            <summary> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.FaxEnabled">
            <summary> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.#ctor(System.String)">
            <summary> Construct a new ListAvailablePhoneNumberVoipOptions </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Read(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Voip parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Voip </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.ReadAsync(Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.ReadVoipOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Voip parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Voip </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Read(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Voip </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathCountryCode"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country from which to read phone numbers. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) requesting the AvailablePhoneNumber resources. </param>
            <param name="areaCode"> The area code of the phone numbers to read. Applies to only phone numbers in the US and Canada. </param>
            <param name="contains"> The pattern on which to match phone numbers. Valid characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any single digit. For examples, see [Example 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters. </param>
            <param name="smsEnabled"> Whether the phone numbers can receive text messages. Can be: `true` or `false`. </param>
            <param name="mmsEnabled"> Whether the phone numbers can receive MMS messages. Can be: `true` or `false`. </param>
            <param name="voiceEnabled"> Whether the phone numbers can receive calls. Can be: `true` or `false`. </param>
            <param name="excludeAllAddressRequired"> Whether to exclude phone numbers that require an [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeLocalAddressRequired"> Whether to exclude phone numbers that require a local [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="excludeForeignAddressRequired"> Whether to exclude phone numbers that require a foreign [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or `false` and the default is `false`. </param>
            <param name="beta"> Whether to read phone numbers that are new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="nearNumber"> Given a phone number, find a geographically close number within `distance` miles. Distance defaults to 25 miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="nearLatLong"> Given a latitude/longitude pair `lat,long` find geographically close numbers within `distance` miles. Applies to only phone numbers in the US and Canada. </param>
            <param name="distance"> The search radius, in miles, for a `near_` query.  Can be up to `500` and the default is `25`. Applies to only phone numbers in the US and Canada. </param>
            <param name="inPostalCode"> Limit results to a particular postal code. Given a phone number, search within the same postal code as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRegion"> Limit results to a particular region, state, or province. Given a phone number, search within the same region as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inRateCenter"> Limit results to a specific rate center, or given a phone number search within the same rate center as that number. Requires `in_lata` to be set as well. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLata"> Limit results to a specific local access and transport area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)). Given a phone number, search within the same [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that number. Applies to only phone numbers in the US and Canada. </param>
            <param name="inLocality"> Limit results to a particular locality or city. Given a phone number, search within the same Locality as that number. </param>
            <param name="faxEnabled"> Whether the phone numbers can receive faxes. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Voip </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a VoipResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> VoipResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.FriendlyName">
            <summary> A formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Lata">
            <summary> The [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Locality">
            <summary> The locality or city of this phone number's location. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.RateCenter">
            <summary> The [rate center](https://en.wikipedia.org/wiki/Telephone_exchange) of this phone number. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Latitude">
            <summary> The latitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Longitude">
            <summary> The longitude of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Region">
            <summary> The two-letter state or province abbreviation of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.PostalCode">
            <summary> The postal or ZIP code of this phone number's location. Available for only phone numbers from the US and Canada. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.AddressRequirements">
            <summary> The type of [Address](https://www.twilio.com/docs/usage/api/address) resource the phone number requires. Can be: `none`, `any`, `local`, or `foreign`. `none` means no address is required. `any` means an address is required, but it can be anywhere in the world. `local` means an address in the phone number's country is required. `foreign` means an address outside of the phone number's country is required. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.AvailablePhoneNumberCountry.VoipResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchBalanceOptions">
            <summary> Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchBalanceOptions.PathAccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchBalanceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.BalanceResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchBalanceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information </summary>
            <param name="options"> Fetch Balance parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Balance </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.BalanceResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchBalanceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information </summary>
            <param name="options"> Fetch Balance parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Balance </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.BalanceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information </summary>
            <param name="pathAccountSid"> The unique SID identifier of the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Balance </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.BalanceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information </summary>
            <param name="pathAccountSid"> The unique SID identifier of the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Balance </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.BalanceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BalanceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BalanceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.BalanceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.BalanceResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.BalanceResource.Balance">
            <summary> The balance of the Account, in units specified by the unit parameter. Balance changes may not be reflected immediately. Child accounts do not contain balance information </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.BalanceResource.Currency">
            <summary> The units of currency for the account balance </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateCallOptions">
            <summary> Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.To">
            <summary> The phone number, SIP address, or client identifier to call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.From">
            <summary> The phone number or client identifier to use as the caller id. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `From` must also be a phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.Method">
            <summary> The HTTP method we should use when calling the `url` parameter's value. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.FallbackUrl">
            <summary> The URL that we call using the `fallback_method` if an error occurs when requesting or executing the TwiML at `url`. If an `application_sid` parameter is present, this parameter is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.FallbackMethod">
            <summary> The HTTP method that we should use to request the `fallback_url`. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. If no `status_callback_event` is specified, we will send the `completed` status. If an `application_sid` parameter is present, this parameter is ignored. URLs must contain a valid hostname (underscores are not permitted). </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.StatusCallbackEvent" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use when calling the `status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.SendDigits">
            <summary> A string of keys to dial after connecting to the number, maximum of 32 digits. Valid digits in the string include: any digit (`0`-`9`), '`#`', '`*`' and '`w`', to insert a half second pause. For example, if you connected to a company phone number and wanted to pause for one second, and then dial extension 1234 followed by the pound key, the value of this parameter would be `ww1234#`. Remember to URL-encode this string, since the '`#`' character has special meaning in a URL. If both `SendDigits` and `MachineDetection` parameters are provided, then `MachineDetection` will be ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.Timeout">
            <summary> The integer number of seconds that we should allow the phone to ring before assuming there is no answer. The default is `60` seconds and the maximum is `600` seconds. For some call flows, we will add a 5-second buffer to the timeout value you provide. For this reason, a timeout value of 10 seconds could result in an actual timeout closer to 15 seconds. You can set this to a short time, such as `15` seconds, to hang up before reaching an answering machine or voicemail. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.Record">
            <summary> Whether to record the call. Can be `true` to record the phone call, or `false` to not. The default is `false`. The `recording_url` is sent to the `status_callback` URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.RecordingChannels">
            <summary> The number of channels in the final recording. Can be: `mono` or `dual`. The default is `mono`. `mono` records both legs of the call in a single channel of the recording file. `dual` records each leg to a separate channel of the recording file. The first channel of a dual-channel recording contains the parent call and the second channel contains the child call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.RecordingStatusCallback">
            <summary> The URL that we call when the recording is available to be accessed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.RecordingStatusCallbackMethod">
            <summary> The HTTP method we should use when calling the `recording_status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.SipAuthUsername">
            <summary> The username used to authenticate the caller making a SIP call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.SipAuthPassword">
            <summary> The password required to authenticate the user account specified in `sip_auth_username`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.MachineDetection">
            <summary> Whether to detect if a human, answering machine, or fax has picked up the call. Can be: `Enable` or `DetectMessageEnd`. Use `Enable` if you would like us to return `AnsweredBy` as soon as the called party is identified. Use `DetectMessageEnd`, if you would like to leave a message on an answering machine. If `send_digits` is provided, this parameter is ignored. For more information, see [Answering Machine Detection](https://www.twilio.com/docs/voice/answering-machine-detection). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.MachineDetectionTimeout">
            <summary> The number of seconds that we should attempt to detect an answering machine before timing out and sending a voice request with `AnsweredBy` of `unknown`. The default timeout is 30 seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.RecordingStatusCallbackEvent">
            <summary> The recording status events that will trigger calls to the URL specified in `recording_status_callback`. Can be: `in-progress`, `completed` and `absent`. Defaults to `completed`. Separate  multiple values with a space. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.Trim">
            <summary> Whether to trim any leading and trailing silence from the recording. Can be: `trim-silence` or `do-not-trim` and the default is `trim-silence`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.CallerId">
            <summary> The phone number, SIP address, or Client identifier that made this call. Phone numbers are in [E.164 format](https://wwnw.twilio.com/docs/glossary/what-e164) (e.g., +16175551212). SIP addresses are formatted as `name@company.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.MachineDetectionSpeechThreshold">
            <summary> The number of milliseconds that is used as the measuring stick for the length of the speech activity, where durations lower than this value will be interpreted as a human and longer than this value as a machine. Possible Values: 1000-6000. Default: 2400. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.MachineDetectionSpeechEndThreshold">
            <summary> The number of milliseconds of silence after speech activity at which point the speech activity is considered complete. Possible Values: 500-5000. Default: 1200. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.MachineDetectionSilenceTimeout">
            <summary> The number of milliseconds of initial silence after which an `unknown` AnsweredBy result will be returned. Possible Values: 2000-10000. Default: 5000. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.AsyncAmd">
            <summary> Select whether to perform answering machine detection in the background. Default, blocks the execution of the call until Answering Machine Detection is completed. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.AsyncAmdStatusCallback">
            <summary> The URL that we should call using the `async_amd_status_callback_method` to notify customer application whether the call was answered by human, machine or fax. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.AsyncAmdStatusCallbackMethod">
            <summary> The HTTP method we should use when calling the `async_amd_status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.Byoc">
            <summary> The SID of a BYOC (Bring Your Own Carrier) trunk to route this call with. Note that `byoc` is only meaningful when `to` is a phone number; it will otherwise be ignored. (Beta) </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.CallReason">
            <summary> The Reason for the outgoing call. Use it to specify the purpose of the call that is presented on the called party's phone. (Branded Calls Beta) </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.CallToken">
            <summary> A token string needed to invoke a forwarded call. A call_token is generated when an incoming call is received on a Twilio number. Pass an incoming call's call_token value to a forwarded call via the call_token parameter when creating a new call. A forwarded call should bear the same CallerID of the original incoming call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.RecordingTrack">
            <summary> The audio track to record for the call. Can be: `inbound`, `outbound` or `both`. The default is `both`. `inbound` records the audio that is received by Twilio. `outbound` records the audio that is generated from Twilio. `both` records the audio that is received and generated by Twilio. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.TimeLimit">
            <summary> The maximum duration of the call in seconds. Constraints depend on account and configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.Url">
            <summary> The absolute URL that returns the TwiML instructions for the call. We will call this URL using the `method` when the call connects. For more information, see the [Url Parameter](https://www.twilio.com/docs/voice/make-calls#specify-a-url-parameter) section in [Making Calls](https://www.twilio.com/docs/voice/make-calls). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.Twiml">
            <summary> TwiML instructions for the call Twilio will use without fetching Twiml from url parameter. If both `twiml` and `url` are provided then `twiml` parameter will be ignored. Max 4000 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateCallOptions.ApplicationSid">
            <summary> The SID of the Application resource that will handle the call, if the call will be handled by an application. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateCallOptions.#ctor(Twilio.Types.IEndpoint,Twilio.Types.IEndpoint)">
            <summary> Construct a new CreateCallOptions </summary>
            <param name="to"> The phone number, SIP address, or client identifier to call. </param>
            <param name="from"> The phone number or client identifier to use as the caller id. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `From` must also be a phone number. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateCallOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteCallOptions">
            <summary> Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteCallOptions.PathSid">
            <summary> The Twilio-provided Call SID that uniquely identifies the Call resource to delete </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteCallOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteCallOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCallOptions </summary>
            <param name="pathSid"> The Twilio-provided Call SID that uniquely identifies the Call resource to delete </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteCallOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchCallOptions">
            <summary> Fetch the call specified by the provided Call SID </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchCallOptions.PathSid">
            <summary> The SID of the Call resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchCallOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchCallOptions.#ctor(System.String)">
            <summary> Construct a new FetchCallOptions </summary>
            <param name="pathSid"> The SID of the Call resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchCallOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadCallOptions">
            <summary> Retrieves a collection of calls made to and from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.To">
            <summary> Only show calls made to this phone number, SIP address, Client identifier or SIM SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.From">
            <summary> Only include calls from this phone number, SIP address, Client identifier or SIM SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.ParentCallSid">
            <summary> Only include calls spawned by calls with this SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.Status">
            <summary> The status of the calls to include. Can be: `queued`, `ringing`, `in-progress`, `canceled`, `completed`, `failed`, `busy`, or `no-answer`. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.StartTime" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.StartTimeBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.StartTimeAfter" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.EndTime" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.EndTimeBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadCallOptions.EndTimeAfter" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadCallOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateCallOptions">
            <summary> Initiates a call redirect or terminates a call </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Call resource to update </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.Url">
            <summary> The absolute URL that returns the TwiML instructions for the call. We will call this URL using the `method` when the call connects. For more information, see the [Url Parameter](https://www.twilio.com/docs/voice/make-calls#specify-a-url-parameter) section in [Making Calls](https://www.twilio.com/docs/voice/make-calls). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.Method">
            <summary> The HTTP method we should use when calling the `url`. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.FallbackUrl">
            <summary> The URL that we call using the `fallback_method` if an error occurs when requesting or executing the TwiML at `url`. If an `application_sid` parameter is present, this parameter is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.FallbackMethod">
            <summary> The HTTP method that we should use to request the `fallback_url`. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. If no `status_callback_event` is specified, we will send the `completed` status. If an `application_sid` parameter is present, this parameter is ignored. URLs must contain a valid hostname (underscores are not permitted). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use when requesting the `status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.Twiml">
            <summary> TwiML instructions for the call Twilio will use without fetching Twiml from url. Twiml and url parameters are mutually exclusive </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.TimeLimit">
            <summary> The maximum duration of the call in seconds. Constraints depend on account and configuration. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCallOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Call resource to update </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateCallOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.Create(Twilio.Rest.Api.V2010.Account.CreateCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections </summary>
            <param name="options"> Create Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections </summary>
            <param name="options"> Create Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.CallResource.Create(Twilio.Types.IEndpoint,Twilio.Types.IEndpoint,System.String,System.Uri,Twilio.Types.Twiml,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Collections.Generic.List{System.String},Twilio.Http.HttpMethod,System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.List{System.String},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.CallResource.CreateAsync(Twilio.Types.IEndpoint,Twilio.Types.IEndpoint,System.String,System.Uri,Twilio.Types.Twiml,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Collections.Generic.List{System.String},Twilio.Http.HttpMethod,System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.List{System.String},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. </summary>
            <param name="options"> Delete Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. </summary>
            <param name="options"> Delete Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. </summary>
            <param name="options"> Delete Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. </summary>
            <param name="pathSid"> The Twilio-provided Call SID that uniquely identifies the Call resource to delete </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. </summary>
            <param name="pathSid"> The Twilio-provided Call SID that uniquely identifies the Call resource to delete </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the call specified by the provided Call SID </summary>
            <param name="options"> Fetch Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the call specified by the provided Call SID </summary>
            <param name="options"> Fetch Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the call specified by the provided Call SID </summary>
            <param name="pathSid"> The SID of the Call resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the call specified by the provided Call SID </summary>
            <param name="pathSid"> The SID of the Call resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.Read(Twilio.Rest.Api.V2010.Account.ReadCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of calls made to and from your account </summary>
            <param name="options"> Read Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a collection of calls made to and from your account </summary>
            <param name="options"> Read Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.CallResource.Read(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.String,Twilio.Rest.Api.V2010.Account.CallResource.StatusEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.CallResource.ReadAsync(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.String,Twilio.Rest.Api.V2010.Account.CallResource.StatusEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.CallResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.CallResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.Update(Twilio.Rest.Api.V2010.Account.UpdateCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Initiates a call redirect or terminates a call </summary>
            <param name="options"> Update Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Initiates a call redirect or terminates a call </summary>
            <param name="options"> Update Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.Update(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Rest.Api.V2010.Account.CallResource.UpdateStatusEnum,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,Twilio.Types.Twiml,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Initiates a call redirect or terminates a call </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Call resource to update </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to update. </param>
            <param name="url"> The absolute URL that returns the TwiML instructions for the call. We will call this URL using the `method` when the call connects. For more information, see the [Url Parameter](https://www.twilio.com/docs/voice/make-calls#specify-a-url-parameter) section in [Making Calls](https://www.twilio.com/docs/voice/make-calls). </param>
            <param name="method"> The HTTP method we should use when calling the `url`. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </param>
            <param name="status">  </param>
            <param name="fallbackUrl"> The URL that we call using the `fallback_method` if an error occurs when requesting or executing the TwiML at `url`. If an `application_sid` parameter is present, this parameter is ignored. </param>
            <param name="fallbackMethod"> The HTTP method that we should use to request the `fallback_url`. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. If no `status_callback_event` is specified, we will send the `completed` status. If an `application_sid` parameter is present, this parameter is ignored. URLs must contain a valid hostname (underscores are not permitted). </param>
            <param name="statusCallbackMethod"> The HTTP method we should use when requesting the `status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </param>
            <param name="twiml"> TwiML instructions for the call Twilio will use without fetching Twiml from url. Twiml and url parameters are mutually exclusive </param>
            <param name="timeLimit"> The maximum duration of the call in seconds. Constraints depend on account and configuration. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.UpdateAsync(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Rest.Api.V2010.Account.CallResource.UpdateStatusEnum,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,Twilio.Types.Twiml,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Initiates a call redirect or terminates a call </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Call resource to update </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call resource(s) to update. </param>
            <param name="url"> The absolute URL that returns the TwiML instructions for the call. We will call this URL using the `method` when the call connects. For more information, see the [Url Parameter](https://www.twilio.com/docs/voice/make-calls#specify-a-url-parameter) section in [Making Calls](https://www.twilio.com/docs/voice/make-calls). </param>
            <param name="method"> The HTTP method we should use when calling the `url`. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </param>
            <param name="status">  </param>
            <param name="fallbackUrl"> The URL that we call using the `fallback_method` if an error occurs when requesting or executing the TwiML at `url`. If an `application_sid` parameter is present, this parameter is ignored. </param>
            <param name="fallbackMethod"> The HTTP method that we should use to request the `fallback_url`. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. If no `status_callback_event` is specified, we will send the `completed` status. If an `application_sid` parameter is present, this parameter is ignored. URLs must contain a valid hostname (underscores are not permitted). </param>
            <param name="statusCallbackMethod"> The HTTP method we should use when requesting the `status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. If an `application_sid` parameter is present, this parameter is ignored. </param>
            <param name="twiml"> TwiML instructions for the call Twilio will use without fetching Twiml from url. Twiml and url parameters are mutually exclusive </param>
            <param name="timeLimit"> The maximum duration of the call in seconds. Constraints depend on account and configuration. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CallResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CallResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CallResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.Sid">
            <summary> The unique string that we created to identify this Call resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.DateCreated">
            <summary> The date and time in UTC that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.DateUpdated">
            <summary> The date and time in UTC that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.ParentCallSid">
            <summary> The SID that identifies the call that created this leg. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Call resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.To">
            <summary> The phone number, SIP address, Client identifier or SIM SID that received this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`. SIM SIDs are formatted as `sim:sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.ToFormatted">
            <summary> The phone number, SIP address or Client identifier that received this call. Formatted for display. Non-North American phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +442071838750). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.From">
            <summary> The phone number, SIP address, Client identifier or SIM SID that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`. SIM SIDs are formatted as `sim:sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.FromFormatted">
            <summary> The calling phone number, SIP address, or Client identifier formatted for display. Non-North American phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +442071838750). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.PhoneNumberSid">
            <summary> If the call was inbound, this is the SID of the IncomingPhoneNumber resource that received the call. If the call was outbound, it is the SID of the OutgoingCallerId resource from which the call was placed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.StartTime">
            <summary> The start time of the call, given as UTC in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. Empty if the call has not yet been dialed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.EndTime">
            <summary> The time the call ended, given as UTC in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. Empty if the call did not complete successfully. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.Duration">
            <summary> The length of the call in seconds. This value is empty for busy, failed, unanswered, or ongoing calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.Price">
            <summary> The charge for this call, in the currency associated with the account. Populated after the call is completed. May not be immediately available. The price associated with a call only reflects the charge for connectivity.  Charges for other call-related features such as Answering Machine Detection, Text-To-Speech, and SIP REFER are not included in this value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.PriceUnit">
            <summary> The currency in which `Price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g., `USD`, `EUR`, `JPY`). Always capitalized for calls. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.CallResource.Direction" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.AnsweredBy">
            <summary> Either `human` or `machine` if this call was initiated with answering machine detection. Empty otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.ApiVersion">
            <summary> The API version used to create the call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.ForwardedFrom">
            <summary> The forwarding phone number if this call was an incoming call forwarded from another number (depends on carrier supporting forwarding). Otherwise, empty. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.GroupSid">
            <summary> The Group SID associated with this call. If no Group is associated with the call, the field is empty. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.CallerName">
            <summary> The caller's name if this call was an incoming call to a phone number with caller ID Lookup enabled. Otherwise, empty. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.QueueTime">
            <summary> The wait time in milliseconds before the call is placed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.TrunkSid">
            <summary> The unique identifier of the trunk resource that was used for this call. The field is empty if the call was not made using a SIP trunk or if the call is not terminated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.Uri">
            <summary> The URI of this resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CallResource.SubresourceUris">
            <summary> A list of subresources available to this call, identified by their URIs relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.ReadEventOptions">
            <summary> Retrieve a list of all events for a call. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.ReadEventOptions.PathCallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.ReadEventOptions.PathAccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.ReadEventOptions.#ctor(System.String)">
            <summary> Construct a new ListCallEventOptions </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.ReadEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.Read(Twilio.Rest.Api.V2010.Account.Call.ReadEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all events for a call. </summary>
            <param name="options"> Read Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Call.ReadEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all events for a call. </summary>
            <param name="options"> Read Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all events for a call. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="pathAccountSid"> The unique SID identifier of the Account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all events for a call. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="pathAccountSid"> The unique SID identifier of the Account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Call.EventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Call.EventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EventResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EventResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.EventResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.EventResource.Request">
            <summary> Contains a dictionary representing the request of the call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.EventResource.Response">
            <summary> Contains a dictionary representing the call response, including a list of the call events. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.FetchNotificationOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.FetchNotificationOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the Call Notification resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.FetchNotificationOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Call Notification resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.FetchNotificationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.FetchNotificationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchCallNotificationOptions </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the Call Notification resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Call Notification resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.FetchNotificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the Call Notification resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions.Log">
            <summary> Only read notifications of the specified log level. Can be:  `0` to read only ERROR notifications or `1` to read only WARNING notifications. By default, all notifications are read. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions.MessageDate" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions.MessageDateBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions.MessageDateAfter" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions.#ctor(System.String)">
            <summary> Construct a new ListCallNotificationOptions </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the Call Notification resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.Fetch(Twilio.Rest.Api.V2010.Account.Call.FetchNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Call.FetchNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the Call Notification resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Call Notification resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the Call Notification resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Call Notification resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.Read(Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Call.ReadNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.Read(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Call.NotificationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Call.NotificationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NotificationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NotificationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Call Notification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.ApiVersion">
            <summary> The API version used to create the Call Notification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Call Notification resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.ErrorCode">
            <summary> A unique error code for the error condition that is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.Log">
            <summary> An integer log level that corresponds to the type of notification: `0` is ERROR, `1` is WARNING. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.MessageDate">
            <summary> The date the notification was actually generated in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. Message buffering can cause this value to differ from `date_created`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.MessageText">
            <summary> The text of the notification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.MoreInfo">
            <summary> The URL for more information about the error condition. This value is a page in our [Error Dictionary](https://www.twilio.com/docs/api/errors). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.RequestMethod">
            <summary> The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.RequestUrl">
            <summary> The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.RequestVariables">
            <summary> The HTTP GET or POST variables we sent to your server. However, if the notification was generated by our REST API, this contains the HTTP POST or PUT variables you sent to our API. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.ResponseBody">
            <summary> The HTTP body returned by your server. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.ResponseHeaders">
            <summary> The HTTP headers returned by your server. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.Sid">
            <summary> The unique string that that we created to identify the Call Notification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.NotificationResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions">
            <summary> create an instance of payments. This will start a new payments session </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.PathCallSid">
            <summary> The SID of the call that will create the resource. Call leg associated with this sid is expected to provide payment information thru DTMF. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.IdempotencyKey">
            <summary> A unique token that will be used to ensure that multiple API calls with the same information do not result in multiple transactions. This should be a unique string value per API call and can be a randomly generated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.StatusCallback">
            <summary> Provide an absolute or relative URL to receive status updates regarding your Pay session. Read more about the [expected StatusCallback values](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback) </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.ChargeAmount">
            <summary> A positive decimal value less than 1,000,000 to charge against the credit card or bank account. Default currency can be overwritten with `currency` field. Leave blank or set to 0 to tokenize. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.Currency">
            <summary> The currency of the `charge_amount`, formatted as [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format. The default value is `USD` and all values allowed from the Pay Connector are accepted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.Description">
            <summary> The description can be used to provide more details regarding the transaction. This information is submitted along with the payment details to the Payment Connector which are then posted on the transactions. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.Input">
            <summary> A list of inputs that should be accepted. Currently only `dtmf` is supported. All digits captured during a pay session are redacted from the logs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.MinPostalCodeLength">
            <summary> A positive integer that is used to validate the length of the `PostalCode` inputted by the user. User must enter this many digits. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.Parameter" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.PaymentConnector" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.PostalCode">
            <summary> Indicates whether the credit card postal code (zip code) is a required piece of payment information that must be provided by the caller. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.SecurityCode">
            <summary> Indicates whether the credit card security code is a required piece of payment information that must be provided by the caller. The default is `true`. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.Timeout" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.ValidCardTypes">
            <summary> Credit card types separated by space that Pay should accept. The default value is `visa mastercard amex` </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.#ctor(System.String,System.String,System.Uri)">
            <summary> Construct a new CreatePaymentsOptions </summary>
            <param name="pathCallSid"> The SID of the call that will create the resource. Call leg associated with this sid is expected to provide payment information thru DTMF. </param>
            <param name="idempotencyKey"> A unique token that will be used to ensure that multiple API calls with the same information do not result in multiple transactions. This should be a unique string value per API call and can be a randomly generated. </param>
            <param name="statusCallback"> Provide an absolute or relative URL to receive status updates regarding your Pay session. Read more about the [expected StatusCallback values](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback) </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions">
            <summary> update an instance of payments with different phases of payment flows. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions.PathCallSid">
            <summary> The SID of the call that will update the resource. This should be the same call sid that was used to create payments resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions.PathSid">
            <summary> The SID of Payments session that needs to be updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions.IdempotencyKey">
            <summary> A unique token that will be used to ensure that multiple API calls with the same information do not result in multiple transactions. This should be a unique string value per API call and can be a randomly generated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions.StatusCallback">
            <summary> Provide an absolute or relative URL to receive status updates regarding your Pay session. Read more about the [Update](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-update) and [Complete/Cancel](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-cancelcomplete) POST requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will update the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions.#ctor(System.String,System.String,System.String,System.Uri)">
            <summary> Construct a new UpdatePaymentsOptions </summary>
            <param name="pathCallSid"> The SID of the call that will update the resource. This should be the same call sid that was used to create payments resource. </param>
            <param name="pathSid"> The SID of Payments session that needs to be updated. </param>
            <param name="idempotencyKey"> A unique token that will be used to ensure that multiple API calls with the same information do not result in multiple transactions. This should be a unique string value per API call and can be a randomly generated. </param>
            <param name="statusCallback"> Provide an absolute or relative URL to receive status updates regarding your Pay session. Read more about the [Update](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-update) and [Complete/Cancel](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-cancelcomplete) POST requests. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.Create(Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create an instance of payments. This will start a new payments session </summary>
            <param name="options"> Create Payment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payment </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Call.CreatePaymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create an instance of payments. This will start a new payments session </summary>
            <param name="options"> Create Payment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payment </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.Create(System.String,System.String,System.Uri,System.String,Twilio.Rest.Api.V2010.Account.Call.PaymentResource.BankAccountTypeEnum,System.Nullable{System.Decimal},System.String,System.String,System.String,System.Nullable{System.Int32},System.Object,System.String,Twilio.Rest.Api.V2010.Account.Call.PaymentResource.PaymentMethodEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},Twilio.Rest.Api.V2010.Account.Call.PaymentResource.TokenTypeEnum,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.CreateAsync(System.String,System.String,System.Uri,System.String,Twilio.Rest.Api.V2010.Account.Call.PaymentResource.BankAccountTypeEnum,System.Nullable{System.Decimal},System.String,System.String,System.String,System.Nullable{System.Int32},System.Object,System.String,Twilio.Rest.Api.V2010.Account.Call.PaymentResource.PaymentMethodEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},Twilio.Rest.Api.V2010.Account.Call.PaymentResource.TokenTypeEnum,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.Update(Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update an instance of payments with different phases of payment flows. </summary>
            <param name="options"> Update Payment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payment </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Call.UpdatePaymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update an instance of payments with different phases of payment flows. </summary>
            <param name="options"> Update Payment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payment </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.Update(System.String,System.String,System.String,System.Uri,System.String,Twilio.Rest.Api.V2010.Account.Call.PaymentResource.CaptureEnum,Twilio.Rest.Api.V2010.Account.Call.PaymentResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update an instance of payments with different phases of payment flows. </summary>
            <param name="pathCallSid"> The SID of the call that will update the resource. This should be the same call sid that was used to create payments resource. </param>
            <param name="pathSid"> The SID of Payments session that needs to be updated. </param>
            <param name="idempotencyKey"> A unique token that will be used to ensure that multiple API calls with the same information do not result in multiple transactions. This should be a unique string value per API call and can be a randomly generated. </param>
            <param name="statusCallback"> Provide an absolute or relative URL to receive status updates regarding your Pay session. Read more about the [Update](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-update) and [Complete/Cancel](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-cancelcomplete) POST requests. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will update the resource. </param>
            <param name="capture">  </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payment </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.UpdateAsync(System.String,System.String,System.String,System.Uri,System.String,Twilio.Rest.Api.V2010.Account.Call.PaymentResource.CaptureEnum,Twilio.Rest.Api.V2010.Account.Call.PaymentResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update an instance of payments with different phases of payment flows. </summary>
            <param name="pathCallSid"> The SID of the call that will update the resource. This should be the same call sid that was used to create payments resource. </param>
            <param name="pathSid"> The SID of Payments session that needs to be updated. </param>
            <param name="idempotencyKey"> A unique token that will be used to ensure that multiple API calls with the same information do not result in multiple transactions. This should be a unique string value per API call and can be a randomly generated. </param>
            <param name="statusCallback"> Provide an absolute or relative URL to receive status updates regarding your Pay session. Read more about the [Update](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-update) and [Complete/Cancel](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-cancelcomplete) POST requests. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will update the resource. </param>
            <param name="capture">  </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payment </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PaymentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PaymentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Payments resource is associated with. This will refer to the call sid that is producing the payment card (credit/ACH) information thru DTMF. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.Sid">
            <summary> The SID of the Payments resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.PaymentResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions">
            <summary> Create a recording for the call </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) to associate the resource with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.RecordingStatusCallbackEvent">
            <summary> The recording status events on which we should call the `recording_status_callback` URL. Can be: `in-progress`, `completed` and `absent` and the default is `completed`. Separate multiple event values with a space. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.RecordingStatusCallback">
            <summary> The URL we should call using the `recording_status_callback_method` on each recording event specified in  `recording_status_callback_event`. For more information, see [RecordingStatusCallback parameters](https://www.twilio.com/docs/voice/api/recording#recordingstatuscallback). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.RecordingStatusCallbackMethod">
            <summary> The HTTP method we should use to call `recording_status_callback`. Can be: `GET` or `POST` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.Trim">
            <summary> Whether to trim any leading and trailing silence in the recording. Can be: `trim-silence` or `do-not-trim` and the default is `do-not-trim`. `trim-silence` trims the silence from the beginning and end of the recording and `do-not-trim` does not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.RecordingChannels">
            <summary> The number of channels used in the recording. Can be: `mono` or `dual` and the default is `mono`. `mono` records all parties of the call into one channel. `dual` records each party of a 2-party call into separate channels. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.RecordingTrack">
            <summary> The audio track to record for the call. Can be: `inbound`, `outbound` or `both`. The default is `both`. `inbound` records the audio that is received by Twilio. `outbound` records the audio that is generated from Twilio. `both` records the audio that is received and generated by Twilio. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.#ctor(System.String)">
            <summary> Construct a new CreateCallRecordingOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) to associate the resource with. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions">
            <summary> Delete a recording from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteCallRecordingOptions </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.FetchRecordingOptions">
            <summary> Fetch an instance of a recording for a call </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.FetchRecordingOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.FetchRecordingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.FetchRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.FetchRecordingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchCallRecordingOptions </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.FetchRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions">
            <summary> Retrieve a list of recordings belonging to the call used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions.DateCreated" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions.DateCreatedBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions.DateCreatedAfter" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions.#ctor(System.String)">
            <summary> Construct a new ListCallRecordingOptions </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions.PauseBehavior">
            <summary> Whether to record during a pause. Can be: `skip` or `silence` and the default is `silence`. `skip` does not record during the pause period, while `silence` will replace the actual audio of the call with silence during the pause period. This parameter only applies when setting `status` is set to `paused`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions.#ctor(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.RecordingResource.StatusEnum)">
            <summary> Construct a new UpdateCallRecordingOptions </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to update. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Create(Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a recording for the call </summary>
            <param name="options"> Create Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Call.CreateRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a recording for the call </summary>
            <param name="options"> Create Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Create(System.String,System.String,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a recording for the call </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) to associate the resource with. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="recordingStatusCallbackEvent"> The recording status events on which we should call the `recording_status_callback` URL. Can be: `in-progress`, `completed` and `absent` and the default is `completed`. Separate multiple event values with a space. </param>
            <param name="recordingStatusCallback"> The URL we should call using the `recording_status_callback_method` on each recording event specified in  `recording_status_callback_event`. For more information, see [RecordingStatusCallback parameters](https://www.twilio.com/docs/voice/api/recording#recordingstatuscallback). </param>
            <param name="recordingStatusCallbackMethod"> The HTTP method we should use to call `recording_status_callback`. Can be: `GET` or `POST` and the default is `POST`. </param>
            <param name="trim"> Whether to trim any leading and trailing silence in the recording. Can be: `trim-silence` or `do-not-trim` and the default is `do-not-trim`. `trim-silence` trims the silence from the beginning and end of the recording and `do-not-trim` does not. </param>
            <param name="recordingChannels"> The number of channels used in the recording. Can be: `mono` or `dual` and the default is `mono`. `mono` records all parties of the call into one channel. `dual` records each party of a 2-party call into separate channels. </param>
            <param name="recordingTrack"> The audio track to record for the call. Can be: `inbound`, `outbound` or `both`. The default is `both`. `inbound` records the audio that is received by Twilio. `outbound` records the audio that is generated from Twilio. `both` records the audio that is received and generated by Twilio. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.CreateAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a recording for the call </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) to associate the resource with. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="recordingStatusCallbackEvent"> The recording status events on which we should call the `recording_status_callback` URL. Can be: `in-progress`, `completed` and `absent` and the default is `completed`. Separate multiple event values with a space. </param>
            <param name="recordingStatusCallback"> The URL we should call using the `recording_status_callback_method` on each recording event specified in  `recording_status_callback_event`. For more information, see [RecordingStatusCallback parameters](https://www.twilio.com/docs/voice/api/recording#recordingstatuscallback). </param>
            <param name="recordingStatusCallbackMethod"> The HTTP method we should use to call `recording_status_callback`. Can be: `GET` or `POST` and the default is `POST`. </param>
            <param name="trim"> Whether to trim any leading and trailing silence in the recording. Can be: `trim-silence` or `do-not-trim` and the default is `do-not-trim`. `trim-silence` trims the silence from the beginning and end of the recording and `do-not-trim` does not. </param>
            <param name="recordingChannels"> The number of channels used in the recording. Can be: `mono` or `dual` and the default is `mono`. `mono` records all parties of the call into one channel. `dual` records each party of a 2-party call into separate channels. </param>
            <param name="recordingTrack"> The audio track to record for the call. Can be: `inbound`, `outbound` or `both`. The default is `both`. `inbound` records the audio that is received by Twilio. `outbound` records the audio that is generated from Twilio. `both` records the audio that is received and generated by Twilio. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Delete(Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Call.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Fetch(Twilio.Rest.Api.V2010.Account.Call.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording for a call </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Call.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording for a call </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording for a call </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording for a call </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Read(Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of recordings belonging to the call used to make the request </summary>
            <param name="options"> Read Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Call.ReadRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of recordings belonging to the call used to make the request </summary>
            <param name="options"> Read Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Read(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.ReadAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Call.RecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Call.RecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Update(Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording. </summary>
            <param name="options"> Update Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Call.UpdateRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording. </summary>
            <param name="options"> Update Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Update(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.RecordingResource.StatusEnum,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording. </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to update. </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to update. </param>
            <param name="pauseBehavior"> Whether to record during a pause. Can be: `skip` or `silence` and the default is `silence`. `skip` does not record during the pause period, while `silence` will replace the actual audio of the call with silence during the pause period. This parameter only applies when setting `status` is set to `paused`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.UpdateAsync(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.RecordingResource.StatusEnum,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording. </summary>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to update. </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to update. </param>
            <param name="pauseBehavior"> Whether to record during a pause. Can be: `skip` or `silence` and the default is `silence`. `skip` does not record during the pause period, while `silence` will replace the actual audio of the call with silence during the pause period. This parameter only applies when setting `status` is set to `paused`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RecordingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RecordingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.ApiVersion">
            <summary> The API version used to make the recording. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Recording resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.ConferenceSid">
            <summary> The Conference SID that identifies the conference associated with the recording, if a conference recording. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.StartTime">
            <summary> The start time of the recording in GMT and in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Duration">
            <summary> The length of the recording in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Sid">
            <summary> The unique string that that we created to identify the Recording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Price">
            <summary> The one-time cost of creating the recording in the `price_unit` currency. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.EncryptionDetails">
            <summary> How to decrypt the recording if it was encrypted using [Call Recording Encryption](https://www.twilio.com/docs/voice/tutorials/voice-recording-encryption) feature. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.PriceUnit">
            <summary> The currency used in the `price` property. Example: `USD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Channels">
            <summary> The number of channels in the final recording file.  Can be: `1`, or `2`. Separating a two leg call into two separate channels of the recording file is supported in [Dial](https://www.twilio.com/docs/voice/twiml/dial#attributes-record) and [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls) record options. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.ErrorCode">
            <summary> The error code that describes why the recording is `absent`. The error code is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). This value is null if the recording `status` is not `absent`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.RecordingResource.Track">
            <summary> The recorded track. Can be: `inbound`, `outbound`, or `both`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions">
            <summary> Create a Siprec </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Name">
            <summary> The user-specified name of this Siprec, if one was given when the Siprec was created. This may be used to stop the Siprec. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.ConnectorName">
            <summary> Unique name used when configuring the connector via Marketplace Add-on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.StatusCallback">
            <summary> Absolute URL of the status callback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.StatusCallbackMethod">
            <summary> The http method for the status_callback (one of GET, POST). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter1Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter1Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter2Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter2Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter3Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter3Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter4Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter4Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter5Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter5Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter6Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter6Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter7Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter7Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter8Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter8Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter9Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter9Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter10Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter10Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter11Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter11Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter12Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter12Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter13Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter13Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter14Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter14Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter15Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter15Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter16Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter16Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter17Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter17Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter18Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter18Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter19Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter19Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter20Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter20Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter21Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter21Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter22Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter22Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter23Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter23Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter24Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter24Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter25Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter25Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter26Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter26Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter27Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter27Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter28Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter28Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter29Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter29Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter30Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter30Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter31Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter31Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter32Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter32Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter33Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter33Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter34Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter34Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter35Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter35Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter36Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter36Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter37Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter37Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter38Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter38Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter39Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter39Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter40Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter40Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter41Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter41Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter42Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter42Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter43Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter43Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter44Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter44Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter45Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter45Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter46Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter46Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter47Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter47Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter48Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter48Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter49Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter49Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter50Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter50Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter51Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter51Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter52Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter52Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter53Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter53Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter54Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter54Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter55Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter55Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter56Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter56Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter57Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter57Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter58Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter58Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter59Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter59Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter60Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter60Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter61Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter61Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter62Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter62Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter63Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter63Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter64Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter64Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter65Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter65Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter66Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter66Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter67Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter67Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter68Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter68Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter69Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter69Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter70Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter70Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter71Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter71Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter72Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter72Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter73Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter73Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter74Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter74Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter75Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter75Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter76Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter76Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter77Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter77Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter78Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter78Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter79Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter79Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter80Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter80Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter81Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter81Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter82Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter82Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter83Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter83Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter84Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter84Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter85Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter85Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter86Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter86Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter87Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter87Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter88Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter88Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter89Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter89Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter90Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter90Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter91Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter91Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter92Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter92Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter93Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter93Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter94Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter94Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter95Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter95Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter96Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter96Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter97Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter97Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter98Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter98Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter99Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.Parameter99Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.#ctor(System.String)">
            <summary> Construct a new CreateSiprecOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.UpdateSiprecOptions">
            <summary> Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateSiprecOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateSiprecOptions.PathSid">
            <summary> The SID of the Siprec resource, or the `name` used when creating the resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateSiprecOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdateSiprecOptions.#ctor(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.SiprecResource.UpdateStatusEnum)">
            <summary> Construct a new UpdateSiprecOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </param>
            <param name="pathSid"> The SID of the Siprec resource, or the `name` used when creating the resource </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdateSiprecOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.Create(Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Siprec </summary>
            <param name="options"> Create Siprec parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Siprec </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Call.CreateSiprecOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Siprec </summary>
            <param name="options"> Create Siprec parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Siprec </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.Create(System.String,System.String,System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.SiprecResource.TrackEnum,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Siprec </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. </param>
            <param name="name"> The user-specified name of this Siprec, if one was given when the Siprec was created. This may be used to stop the Siprec. </param>
            <param name="connectorName"> Unique name used when configuring the connector via Marketplace Add-on. </param>
            <param name="track">  </param>
            <param name="statusCallback"> Absolute URL of the status callback. </param>
            <param name="statusCallbackMethod"> The http method for the status_callback (one of GET, POST). </param>
            <param name="parameter1Name"> Parameter name </param>
            <param name="parameter1Value"> Parameter value </param>
            <param name="parameter2Name"> Parameter name </param>
            <param name="parameter2Value"> Parameter value </param>
            <param name="parameter3Name"> Parameter name </param>
            <param name="parameter3Value"> Parameter value </param>
            <param name="parameter4Name"> Parameter name </param>
            <param name="parameter4Value"> Parameter value </param>
            <param name="parameter5Name"> Parameter name </param>
            <param name="parameter5Value"> Parameter value </param>
            <param name="parameter6Name"> Parameter name </param>
            <param name="parameter6Value"> Parameter value </param>
            <param name="parameter7Name"> Parameter name </param>
            <param name="parameter7Value"> Parameter value </param>
            <param name="parameter8Name"> Parameter name </param>
            <param name="parameter8Value"> Parameter value </param>
            <param name="parameter9Name"> Parameter name </param>
            <param name="parameter9Value"> Parameter value </param>
            <param name="parameter10Name"> Parameter name </param>
            <param name="parameter10Value"> Parameter value </param>
            <param name="parameter11Name"> Parameter name </param>
            <param name="parameter11Value"> Parameter value </param>
            <param name="parameter12Name"> Parameter name </param>
            <param name="parameter12Value"> Parameter value </param>
            <param name="parameter13Name"> Parameter name </param>
            <param name="parameter13Value"> Parameter value </param>
            <param name="parameter14Name"> Parameter name </param>
            <param name="parameter14Value"> Parameter value </param>
            <param name="parameter15Name"> Parameter name </param>
            <param name="parameter15Value"> Parameter value </param>
            <param name="parameter16Name"> Parameter name </param>
            <param name="parameter16Value"> Parameter value </param>
            <param name="parameter17Name"> Parameter name </param>
            <param name="parameter17Value"> Parameter value </param>
            <param name="parameter18Name"> Parameter name </param>
            <param name="parameter18Value"> Parameter value </param>
            <param name="parameter19Name"> Parameter name </param>
            <param name="parameter19Value"> Parameter value </param>
            <param name="parameter20Name"> Parameter name </param>
            <param name="parameter20Value"> Parameter value </param>
            <param name="parameter21Name"> Parameter name </param>
            <param name="parameter21Value"> Parameter value </param>
            <param name="parameter22Name"> Parameter name </param>
            <param name="parameter22Value"> Parameter value </param>
            <param name="parameter23Name"> Parameter name </param>
            <param name="parameter23Value"> Parameter value </param>
            <param name="parameter24Name"> Parameter name </param>
            <param name="parameter24Value"> Parameter value </param>
            <param name="parameter25Name"> Parameter name </param>
            <param name="parameter25Value"> Parameter value </param>
            <param name="parameter26Name"> Parameter name </param>
            <param name="parameter26Value"> Parameter value </param>
            <param name="parameter27Name"> Parameter name </param>
            <param name="parameter27Value"> Parameter value </param>
            <param name="parameter28Name"> Parameter name </param>
            <param name="parameter28Value"> Parameter value </param>
            <param name="parameter29Name"> Parameter name </param>
            <param name="parameter29Value"> Parameter value </param>
            <param name="parameter30Name"> Parameter name </param>
            <param name="parameter30Value"> Parameter value </param>
            <param name="parameter31Name"> Parameter name </param>
            <param name="parameter31Value"> Parameter value </param>
            <param name="parameter32Name"> Parameter name </param>
            <param name="parameter32Value"> Parameter value </param>
            <param name="parameter33Name"> Parameter name </param>
            <param name="parameter33Value"> Parameter value </param>
            <param name="parameter34Name"> Parameter name </param>
            <param name="parameter34Value"> Parameter value </param>
            <param name="parameter35Name"> Parameter name </param>
            <param name="parameter35Value"> Parameter value </param>
            <param name="parameter36Name"> Parameter name </param>
            <param name="parameter36Value"> Parameter value </param>
            <param name="parameter37Name"> Parameter name </param>
            <param name="parameter37Value"> Parameter value </param>
            <param name="parameter38Name"> Parameter name </param>
            <param name="parameter38Value"> Parameter value </param>
            <param name="parameter39Name"> Parameter name </param>
            <param name="parameter39Value"> Parameter value </param>
            <param name="parameter40Name"> Parameter name </param>
            <param name="parameter40Value"> Parameter value </param>
            <param name="parameter41Name"> Parameter name </param>
            <param name="parameter41Value"> Parameter value </param>
            <param name="parameter42Name"> Parameter name </param>
            <param name="parameter42Value"> Parameter value </param>
            <param name="parameter43Name"> Parameter name </param>
            <param name="parameter43Value"> Parameter value </param>
            <param name="parameter44Name"> Parameter name </param>
            <param name="parameter44Value"> Parameter value </param>
            <param name="parameter45Name"> Parameter name </param>
            <param name="parameter45Value"> Parameter value </param>
            <param name="parameter46Name"> Parameter name </param>
            <param name="parameter46Value"> Parameter value </param>
            <param name="parameter47Name"> Parameter name </param>
            <param name="parameter47Value"> Parameter value </param>
            <param name="parameter48Name"> Parameter name </param>
            <param name="parameter48Value"> Parameter value </param>
            <param name="parameter49Name"> Parameter name </param>
            <param name="parameter49Value"> Parameter value </param>
            <param name="parameter50Name"> Parameter name </param>
            <param name="parameter50Value"> Parameter value </param>
            <param name="parameter51Name"> Parameter name </param>
            <param name="parameter51Value"> Parameter value </param>
            <param name="parameter52Name"> Parameter name </param>
            <param name="parameter52Value"> Parameter value </param>
            <param name="parameter53Name"> Parameter name </param>
            <param name="parameter53Value"> Parameter value </param>
            <param name="parameter54Name"> Parameter name </param>
            <param name="parameter54Value"> Parameter value </param>
            <param name="parameter55Name"> Parameter name </param>
            <param name="parameter55Value"> Parameter value </param>
            <param name="parameter56Name"> Parameter name </param>
            <param name="parameter56Value"> Parameter value </param>
            <param name="parameter57Name"> Parameter name </param>
            <param name="parameter57Value"> Parameter value </param>
            <param name="parameter58Name"> Parameter name </param>
            <param name="parameter58Value"> Parameter value </param>
            <param name="parameter59Name"> Parameter name </param>
            <param name="parameter59Value"> Parameter value </param>
            <param name="parameter60Name"> Parameter name </param>
            <param name="parameter60Value"> Parameter value </param>
            <param name="parameter61Name"> Parameter name </param>
            <param name="parameter61Value"> Parameter value </param>
            <param name="parameter62Name"> Parameter name </param>
            <param name="parameter62Value"> Parameter value </param>
            <param name="parameter63Name"> Parameter name </param>
            <param name="parameter63Value"> Parameter value </param>
            <param name="parameter64Name"> Parameter name </param>
            <param name="parameter64Value"> Parameter value </param>
            <param name="parameter65Name"> Parameter name </param>
            <param name="parameter65Value"> Parameter value </param>
            <param name="parameter66Name"> Parameter name </param>
            <param name="parameter66Value"> Parameter value </param>
            <param name="parameter67Name"> Parameter name </param>
            <param name="parameter67Value"> Parameter value </param>
            <param name="parameter68Name"> Parameter name </param>
            <param name="parameter68Value"> Parameter value </param>
            <param name="parameter69Name"> Parameter name </param>
            <param name="parameter69Value"> Parameter value </param>
            <param name="parameter70Name"> Parameter name </param>
            <param name="parameter70Value"> Parameter value </param>
            <param name="parameter71Name"> Parameter name </param>
            <param name="parameter71Value"> Parameter value </param>
            <param name="parameter72Name"> Parameter name </param>
            <param name="parameter72Value"> Parameter value </param>
            <param name="parameter73Name"> Parameter name </param>
            <param name="parameter73Value"> Parameter value </param>
            <param name="parameter74Name"> Parameter name </param>
            <param name="parameter74Value"> Parameter value </param>
            <param name="parameter75Name"> Parameter name </param>
            <param name="parameter75Value"> Parameter value </param>
            <param name="parameter76Name"> Parameter name </param>
            <param name="parameter76Value"> Parameter value </param>
            <param name="parameter77Name"> Parameter name </param>
            <param name="parameter77Value"> Parameter value </param>
            <param name="parameter78Name"> Parameter name </param>
            <param name="parameter78Value"> Parameter value </param>
            <param name="parameter79Name"> Parameter name </param>
            <param name="parameter79Value"> Parameter value </param>
            <param name="parameter80Name"> Parameter name </param>
            <param name="parameter80Value"> Parameter value </param>
            <param name="parameter81Name"> Parameter name </param>
            <param name="parameter81Value"> Parameter value </param>
            <param name="parameter82Name"> Parameter name </param>
            <param name="parameter82Value"> Parameter value </param>
            <param name="parameter83Name"> Parameter name </param>
            <param name="parameter83Value"> Parameter value </param>
            <param name="parameter84Name"> Parameter name </param>
            <param name="parameter84Value"> Parameter value </param>
            <param name="parameter85Name"> Parameter name </param>
            <param name="parameter85Value"> Parameter value </param>
            <param name="parameter86Name"> Parameter name </param>
            <param name="parameter86Value"> Parameter value </param>
            <param name="parameter87Name"> Parameter name </param>
            <param name="parameter87Value"> Parameter value </param>
            <param name="parameter88Name"> Parameter name </param>
            <param name="parameter88Value"> Parameter value </param>
            <param name="parameter89Name"> Parameter name </param>
            <param name="parameter89Value"> Parameter value </param>
            <param name="parameter90Name"> Parameter name </param>
            <param name="parameter90Value"> Parameter value </param>
            <param name="parameter91Name"> Parameter name </param>
            <param name="parameter91Value"> Parameter value </param>
            <param name="parameter92Name"> Parameter name </param>
            <param name="parameter92Value"> Parameter value </param>
            <param name="parameter93Name"> Parameter name </param>
            <param name="parameter93Value"> Parameter value </param>
            <param name="parameter94Name"> Parameter name </param>
            <param name="parameter94Value"> Parameter value </param>
            <param name="parameter95Name"> Parameter name </param>
            <param name="parameter95Value"> Parameter value </param>
            <param name="parameter96Name"> Parameter name </param>
            <param name="parameter96Value"> Parameter value </param>
            <param name="parameter97Name"> Parameter name </param>
            <param name="parameter97Value"> Parameter value </param>
            <param name="parameter98Name"> Parameter name </param>
            <param name="parameter98Value"> Parameter value </param>
            <param name="parameter99Name"> Parameter name </param>
            <param name="parameter99Value"> Parameter value </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Siprec </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.SiprecResource.TrackEnum,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Siprec </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. </param>
            <param name="name"> The user-specified name of this Siprec, if one was given when the Siprec was created. This may be used to stop the Siprec. </param>
            <param name="connectorName"> Unique name used when configuring the connector via Marketplace Add-on. </param>
            <param name="track">  </param>
            <param name="statusCallback"> Absolute URL of the status callback. </param>
            <param name="statusCallbackMethod"> The http method for the status_callback (one of GET, POST). </param>
            <param name="parameter1Name"> Parameter name </param>
            <param name="parameter1Value"> Parameter value </param>
            <param name="parameter2Name"> Parameter name </param>
            <param name="parameter2Value"> Parameter value </param>
            <param name="parameter3Name"> Parameter name </param>
            <param name="parameter3Value"> Parameter value </param>
            <param name="parameter4Name"> Parameter name </param>
            <param name="parameter4Value"> Parameter value </param>
            <param name="parameter5Name"> Parameter name </param>
            <param name="parameter5Value"> Parameter value </param>
            <param name="parameter6Name"> Parameter name </param>
            <param name="parameter6Value"> Parameter value </param>
            <param name="parameter7Name"> Parameter name </param>
            <param name="parameter7Value"> Parameter value </param>
            <param name="parameter8Name"> Parameter name </param>
            <param name="parameter8Value"> Parameter value </param>
            <param name="parameter9Name"> Parameter name </param>
            <param name="parameter9Value"> Parameter value </param>
            <param name="parameter10Name"> Parameter name </param>
            <param name="parameter10Value"> Parameter value </param>
            <param name="parameter11Name"> Parameter name </param>
            <param name="parameter11Value"> Parameter value </param>
            <param name="parameter12Name"> Parameter name </param>
            <param name="parameter12Value"> Parameter value </param>
            <param name="parameter13Name"> Parameter name </param>
            <param name="parameter13Value"> Parameter value </param>
            <param name="parameter14Name"> Parameter name </param>
            <param name="parameter14Value"> Parameter value </param>
            <param name="parameter15Name"> Parameter name </param>
            <param name="parameter15Value"> Parameter value </param>
            <param name="parameter16Name"> Parameter name </param>
            <param name="parameter16Value"> Parameter value </param>
            <param name="parameter17Name"> Parameter name </param>
            <param name="parameter17Value"> Parameter value </param>
            <param name="parameter18Name"> Parameter name </param>
            <param name="parameter18Value"> Parameter value </param>
            <param name="parameter19Name"> Parameter name </param>
            <param name="parameter19Value"> Parameter value </param>
            <param name="parameter20Name"> Parameter name </param>
            <param name="parameter20Value"> Parameter value </param>
            <param name="parameter21Name"> Parameter name </param>
            <param name="parameter21Value"> Parameter value </param>
            <param name="parameter22Name"> Parameter name </param>
            <param name="parameter22Value"> Parameter value </param>
            <param name="parameter23Name"> Parameter name </param>
            <param name="parameter23Value"> Parameter value </param>
            <param name="parameter24Name"> Parameter name </param>
            <param name="parameter24Value"> Parameter value </param>
            <param name="parameter25Name"> Parameter name </param>
            <param name="parameter25Value"> Parameter value </param>
            <param name="parameter26Name"> Parameter name </param>
            <param name="parameter26Value"> Parameter value </param>
            <param name="parameter27Name"> Parameter name </param>
            <param name="parameter27Value"> Parameter value </param>
            <param name="parameter28Name"> Parameter name </param>
            <param name="parameter28Value"> Parameter value </param>
            <param name="parameter29Name"> Parameter name </param>
            <param name="parameter29Value"> Parameter value </param>
            <param name="parameter30Name"> Parameter name </param>
            <param name="parameter30Value"> Parameter value </param>
            <param name="parameter31Name"> Parameter name </param>
            <param name="parameter31Value"> Parameter value </param>
            <param name="parameter32Name"> Parameter name </param>
            <param name="parameter32Value"> Parameter value </param>
            <param name="parameter33Name"> Parameter name </param>
            <param name="parameter33Value"> Parameter value </param>
            <param name="parameter34Name"> Parameter name </param>
            <param name="parameter34Value"> Parameter value </param>
            <param name="parameter35Name"> Parameter name </param>
            <param name="parameter35Value"> Parameter value </param>
            <param name="parameter36Name"> Parameter name </param>
            <param name="parameter36Value"> Parameter value </param>
            <param name="parameter37Name"> Parameter name </param>
            <param name="parameter37Value"> Parameter value </param>
            <param name="parameter38Name"> Parameter name </param>
            <param name="parameter38Value"> Parameter value </param>
            <param name="parameter39Name"> Parameter name </param>
            <param name="parameter39Value"> Parameter value </param>
            <param name="parameter40Name"> Parameter name </param>
            <param name="parameter40Value"> Parameter value </param>
            <param name="parameter41Name"> Parameter name </param>
            <param name="parameter41Value"> Parameter value </param>
            <param name="parameter42Name"> Parameter name </param>
            <param name="parameter42Value"> Parameter value </param>
            <param name="parameter43Name"> Parameter name </param>
            <param name="parameter43Value"> Parameter value </param>
            <param name="parameter44Name"> Parameter name </param>
            <param name="parameter44Value"> Parameter value </param>
            <param name="parameter45Name"> Parameter name </param>
            <param name="parameter45Value"> Parameter value </param>
            <param name="parameter46Name"> Parameter name </param>
            <param name="parameter46Value"> Parameter value </param>
            <param name="parameter47Name"> Parameter name </param>
            <param name="parameter47Value"> Parameter value </param>
            <param name="parameter48Name"> Parameter name </param>
            <param name="parameter48Value"> Parameter value </param>
            <param name="parameter49Name"> Parameter name </param>
            <param name="parameter49Value"> Parameter value </param>
            <param name="parameter50Name"> Parameter name </param>
            <param name="parameter50Value"> Parameter value </param>
            <param name="parameter51Name"> Parameter name </param>
            <param name="parameter51Value"> Parameter value </param>
            <param name="parameter52Name"> Parameter name </param>
            <param name="parameter52Value"> Parameter value </param>
            <param name="parameter53Name"> Parameter name </param>
            <param name="parameter53Value"> Parameter value </param>
            <param name="parameter54Name"> Parameter name </param>
            <param name="parameter54Value"> Parameter value </param>
            <param name="parameter55Name"> Parameter name </param>
            <param name="parameter55Value"> Parameter value </param>
            <param name="parameter56Name"> Parameter name </param>
            <param name="parameter56Value"> Parameter value </param>
            <param name="parameter57Name"> Parameter name </param>
            <param name="parameter57Value"> Parameter value </param>
            <param name="parameter58Name"> Parameter name </param>
            <param name="parameter58Value"> Parameter value </param>
            <param name="parameter59Name"> Parameter name </param>
            <param name="parameter59Value"> Parameter value </param>
            <param name="parameter60Name"> Parameter name </param>
            <param name="parameter60Value"> Parameter value </param>
            <param name="parameter61Name"> Parameter name </param>
            <param name="parameter61Value"> Parameter value </param>
            <param name="parameter62Name"> Parameter name </param>
            <param name="parameter62Value"> Parameter value </param>
            <param name="parameter63Name"> Parameter name </param>
            <param name="parameter63Value"> Parameter value </param>
            <param name="parameter64Name"> Parameter name </param>
            <param name="parameter64Value"> Parameter value </param>
            <param name="parameter65Name"> Parameter name </param>
            <param name="parameter65Value"> Parameter value </param>
            <param name="parameter66Name"> Parameter name </param>
            <param name="parameter66Value"> Parameter value </param>
            <param name="parameter67Name"> Parameter name </param>
            <param name="parameter67Value"> Parameter value </param>
            <param name="parameter68Name"> Parameter name </param>
            <param name="parameter68Value"> Parameter value </param>
            <param name="parameter69Name"> Parameter name </param>
            <param name="parameter69Value"> Parameter value </param>
            <param name="parameter70Name"> Parameter name </param>
            <param name="parameter70Value"> Parameter value </param>
            <param name="parameter71Name"> Parameter name </param>
            <param name="parameter71Value"> Parameter value </param>
            <param name="parameter72Name"> Parameter name </param>
            <param name="parameter72Value"> Parameter value </param>
            <param name="parameter73Name"> Parameter name </param>
            <param name="parameter73Value"> Parameter value </param>
            <param name="parameter74Name"> Parameter name </param>
            <param name="parameter74Value"> Parameter value </param>
            <param name="parameter75Name"> Parameter name </param>
            <param name="parameter75Value"> Parameter value </param>
            <param name="parameter76Name"> Parameter name </param>
            <param name="parameter76Value"> Parameter value </param>
            <param name="parameter77Name"> Parameter name </param>
            <param name="parameter77Value"> Parameter value </param>
            <param name="parameter78Name"> Parameter name </param>
            <param name="parameter78Value"> Parameter value </param>
            <param name="parameter79Name"> Parameter name </param>
            <param name="parameter79Value"> Parameter value </param>
            <param name="parameter80Name"> Parameter name </param>
            <param name="parameter80Value"> Parameter value </param>
            <param name="parameter81Name"> Parameter name </param>
            <param name="parameter81Value"> Parameter value </param>
            <param name="parameter82Name"> Parameter name </param>
            <param name="parameter82Value"> Parameter value </param>
            <param name="parameter83Name"> Parameter name </param>
            <param name="parameter83Value"> Parameter value </param>
            <param name="parameter84Name"> Parameter name </param>
            <param name="parameter84Value"> Parameter value </param>
            <param name="parameter85Name"> Parameter name </param>
            <param name="parameter85Value"> Parameter value </param>
            <param name="parameter86Name"> Parameter name </param>
            <param name="parameter86Value"> Parameter value </param>
            <param name="parameter87Name"> Parameter name </param>
            <param name="parameter87Value"> Parameter value </param>
            <param name="parameter88Name"> Parameter name </param>
            <param name="parameter88Value"> Parameter value </param>
            <param name="parameter89Name"> Parameter name </param>
            <param name="parameter89Value"> Parameter value </param>
            <param name="parameter90Name"> Parameter name </param>
            <param name="parameter90Value"> Parameter value </param>
            <param name="parameter91Name"> Parameter name </param>
            <param name="parameter91Value"> Parameter value </param>
            <param name="parameter92Name"> Parameter name </param>
            <param name="parameter92Value"> Parameter value </param>
            <param name="parameter93Name"> Parameter name </param>
            <param name="parameter93Value"> Parameter value </param>
            <param name="parameter94Name"> Parameter name </param>
            <param name="parameter94Value"> Parameter value </param>
            <param name="parameter95Name"> Parameter name </param>
            <param name="parameter95Value"> Parameter value </param>
            <param name="parameter96Name"> Parameter name </param>
            <param name="parameter96Value"> Parameter value </param>
            <param name="parameter97Name"> Parameter name </param>
            <param name="parameter97Value"> Parameter value </param>
            <param name="parameter98Name"> Parameter name </param>
            <param name="parameter98Value"> Parameter value </param>
            <param name="parameter99Name"> Parameter name </param>
            <param name="parameter99Value"> Parameter value </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Siprec </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.Update(Twilio.Rest.Api.V2010.Account.Call.UpdateSiprecOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource </summary>
            <param name="options"> Update Siprec parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Siprec </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Call.UpdateSiprecOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource </summary>
            <param name="options"> Update Siprec parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Siprec </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.Update(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.SiprecResource.UpdateStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </param>
            <param name="pathSid"> The SID of the Siprec resource, or the `name` used when creating the resource </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Siprec </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.UpdateAsync(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.SiprecResource.UpdateStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </param>
            <param name="pathSid"> The SID of the Siprec resource, or the `name` used when creating the resource </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Siprec </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SiprecResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SiprecResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.Sid">
            <summary> The SID of the Siprec resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Siprec resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Siprec resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.Name">
            <summary> The user-specified name of this Siprec, if one was given when the Siprec was created. This may be used to stop the Siprec. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.DateUpdated">
            <summary> The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.SiprecResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions">
            <summary> Create a Stream </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Url">
            <summary> Relative or absolute URL where WebSocket connection will be established. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Name">
            <summary> The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.StatusCallback">
            <summary> Absolute URL to which Twilio sends status callback HTTP requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.StatusCallbackMethod">
            <summary> The HTTP method Twilio uses when sending `status_callback` requests. Possible values are `GET` and `POST`. Default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter1Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter1Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter2Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter2Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter3Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter3Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter4Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter4Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter5Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter5Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter6Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter6Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter7Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter7Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter8Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter8Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter9Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter9Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter10Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter10Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter11Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter11Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter12Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter12Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter13Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter13Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter14Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter14Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter15Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter15Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter16Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter16Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter17Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter17Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter18Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter18Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter19Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter19Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter20Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter20Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter21Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter21Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter22Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter22Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter23Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter23Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter24Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter24Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter25Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter25Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter26Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter26Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter27Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter27Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter28Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter28Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter29Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter29Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter30Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter30Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter31Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter31Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter32Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter32Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter33Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter33Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter34Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter34Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter35Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter35Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter36Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter36Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter37Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter37Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter38Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter38Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter39Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter39Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter40Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter40Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter41Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter41Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter42Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter42Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter43Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter43Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter44Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter44Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter45Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter45Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter46Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter46Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter47Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter47Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter48Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter48Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter49Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter49Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter50Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter50Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter51Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter51Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter52Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter52Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter53Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter53Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter54Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter54Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter55Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter55Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter56Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter56Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter57Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter57Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter58Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter58Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter59Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter59Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter60Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter60Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter61Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter61Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter62Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter62Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter63Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter63Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter64Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter64Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter65Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter65Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter66Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter66Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter67Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter67Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter68Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter68Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter69Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter69Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter70Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter70Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter71Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter71Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter72Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter72Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter73Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter73Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter74Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter74Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter75Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter75Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter76Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter76Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter77Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter77Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter78Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter78Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter79Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter79Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter80Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter80Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter81Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter81Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter82Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter82Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter83Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter83Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter84Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter84Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter85Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter85Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter86Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter86Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter87Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter87Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter88Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter88Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter89Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter89Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter90Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter90Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter91Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter91Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter92Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter92Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter93Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter93Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter94Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter94Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter95Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter95Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter96Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter96Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter97Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter97Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter98Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter98Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter99Name">
            <summary> Parameter name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.Parameter99Value">
            <summary> Parameter value </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.#ctor(System.String,System.Uri)">
            <summary> Construct a new CreateStreamOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
            <param name="url"> Relative or absolute URL where WebSocket connection will be established. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.UpdateStreamOptions">
            <summary> Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateStreamOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateStreamOptions.PathSid">
            <summary> The SID or the `name` of the Stream resource to be stopped </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateStreamOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdateStreamOptions.#ctor(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.StreamResource.UpdateStatusEnum)">
            <summary> Construct a new UpdateStreamOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
            <param name="pathSid"> The SID or the `name` of the Stream resource to be stopped </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdateStreamOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.Create(Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Stream </summary>
            <param name="options"> Create Stream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Stream </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Call.CreateStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Stream </summary>
            <param name="options"> Create Stream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Stream </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.Create(System.String,System.Uri,System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.StreamResource.TrackEnum,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Stream </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
            <param name="url"> Relative or absolute URL where WebSocket connection will be established. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </param>
            <param name="name"> The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream. </param>
            <param name="track">  </param>
            <param name="statusCallback"> Absolute URL to which Twilio sends status callback HTTP requests. </param>
            <param name="statusCallbackMethod"> The HTTP method Twilio uses when sending `status_callback` requests. Possible values are `GET` and `POST`. Default is `POST`. </param>
            <param name="parameter1Name"> Parameter name </param>
            <param name="parameter1Value"> Parameter value </param>
            <param name="parameter2Name"> Parameter name </param>
            <param name="parameter2Value"> Parameter value </param>
            <param name="parameter3Name"> Parameter name </param>
            <param name="parameter3Value"> Parameter value </param>
            <param name="parameter4Name"> Parameter name </param>
            <param name="parameter4Value"> Parameter value </param>
            <param name="parameter5Name"> Parameter name </param>
            <param name="parameter5Value"> Parameter value </param>
            <param name="parameter6Name"> Parameter name </param>
            <param name="parameter6Value"> Parameter value </param>
            <param name="parameter7Name"> Parameter name </param>
            <param name="parameter7Value"> Parameter value </param>
            <param name="parameter8Name"> Parameter name </param>
            <param name="parameter8Value"> Parameter value </param>
            <param name="parameter9Name"> Parameter name </param>
            <param name="parameter9Value"> Parameter value </param>
            <param name="parameter10Name"> Parameter name </param>
            <param name="parameter10Value"> Parameter value </param>
            <param name="parameter11Name"> Parameter name </param>
            <param name="parameter11Value"> Parameter value </param>
            <param name="parameter12Name"> Parameter name </param>
            <param name="parameter12Value"> Parameter value </param>
            <param name="parameter13Name"> Parameter name </param>
            <param name="parameter13Value"> Parameter value </param>
            <param name="parameter14Name"> Parameter name </param>
            <param name="parameter14Value"> Parameter value </param>
            <param name="parameter15Name"> Parameter name </param>
            <param name="parameter15Value"> Parameter value </param>
            <param name="parameter16Name"> Parameter name </param>
            <param name="parameter16Value"> Parameter value </param>
            <param name="parameter17Name"> Parameter name </param>
            <param name="parameter17Value"> Parameter value </param>
            <param name="parameter18Name"> Parameter name </param>
            <param name="parameter18Value"> Parameter value </param>
            <param name="parameter19Name"> Parameter name </param>
            <param name="parameter19Value"> Parameter value </param>
            <param name="parameter20Name"> Parameter name </param>
            <param name="parameter20Value"> Parameter value </param>
            <param name="parameter21Name"> Parameter name </param>
            <param name="parameter21Value"> Parameter value </param>
            <param name="parameter22Name"> Parameter name </param>
            <param name="parameter22Value"> Parameter value </param>
            <param name="parameter23Name"> Parameter name </param>
            <param name="parameter23Value"> Parameter value </param>
            <param name="parameter24Name"> Parameter name </param>
            <param name="parameter24Value"> Parameter value </param>
            <param name="parameter25Name"> Parameter name </param>
            <param name="parameter25Value"> Parameter value </param>
            <param name="parameter26Name"> Parameter name </param>
            <param name="parameter26Value"> Parameter value </param>
            <param name="parameter27Name"> Parameter name </param>
            <param name="parameter27Value"> Parameter value </param>
            <param name="parameter28Name"> Parameter name </param>
            <param name="parameter28Value"> Parameter value </param>
            <param name="parameter29Name"> Parameter name </param>
            <param name="parameter29Value"> Parameter value </param>
            <param name="parameter30Name"> Parameter name </param>
            <param name="parameter30Value"> Parameter value </param>
            <param name="parameter31Name"> Parameter name </param>
            <param name="parameter31Value"> Parameter value </param>
            <param name="parameter32Name"> Parameter name </param>
            <param name="parameter32Value"> Parameter value </param>
            <param name="parameter33Name"> Parameter name </param>
            <param name="parameter33Value"> Parameter value </param>
            <param name="parameter34Name"> Parameter name </param>
            <param name="parameter34Value"> Parameter value </param>
            <param name="parameter35Name"> Parameter name </param>
            <param name="parameter35Value"> Parameter value </param>
            <param name="parameter36Name"> Parameter name </param>
            <param name="parameter36Value"> Parameter value </param>
            <param name="parameter37Name"> Parameter name </param>
            <param name="parameter37Value"> Parameter value </param>
            <param name="parameter38Name"> Parameter name </param>
            <param name="parameter38Value"> Parameter value </param>
            <param name="parameter39Name"> Parameter name </param>
            <param name="parameter39Value"> Parameter value </param>
            <param name="parameter40Name"> Parameter name </param>
            <param name="parameter40Value"> Parameter value </param>
            <param name="parameter41Name"> Parameter name </param>
            <param name="parameter41Value"> Parameter value </param>
            <param name="parameter42Name"> Parameter name </param>
            <param name="parameter42Value"> Parameter value </param>
            <param name="parameter43Name"> Parameter name </param>
            <param name="parameter43Value"> Parameter value </param>
            <param name="parameter44Name"> Parameter name </param>
            <param name="parameter44Value"> Parameter value </param>
            <param name="parameter45Name"> Parameter name </param>
            <param name="parameter45Value"> Parameter value </param>
            <param name="parameter46Name"> Parameter name </param>
            <param name="parameter46Value"> Parameter value </param>
            <param name="parameter47Name"> Parameter name </param>
            <param name="parameter47Value"> Parameter value </param>
            <param name="parameter48Name"> Parameter name </param>
            <param name="parameter48Value"> Parameter value </param>
            <param name="parameter49Name"> Parameter name </param>
            <param name="parameter49Value"> Parameter value </param>
            <param name="parameter50Name"> Parameter name </param>
            <param name="parameter50Value"> Parameter value </param>
            <param name="parameter51Name"> Parameter name </param>
            <param name="parameter51Value"> Parameter value </param>
            <param name="parameter52Name"> Parameter name </param>
            <param name="parameter52Value"> Parameter value </param>
            <param name="parameter53Name"> Parameter name </param>
            <param name="parameter53Value"> Parameter value </param>
            <param name="parameter54Name"> Parameter name </param>
            <param name="parameter54Value"> Parameter value </param>
            <param name="parameter55Name"> Parameter name </param>
            <param name="parameter55Value"> Parameter value </param>
            <param name="parameter56Name"> Parameter name </param>
            <param name="parameter56Value"> Parameter value </param>
            <param name="parameter57Name"> Parameter name </param>
            <param name="parameter57Value"> Parameter value </param>
            <param name="parameter58Name"> Parameter name </param>
            <param name="parameter58Value"> Parameter value </param>
            <param name="parameter59Name"> Parameter name </param>
            <param name="parameter59Value"> Parameter value </param>
            <param name="parameter60Name"> Parameter name </param>
            <param name="parameter60Value"> Parameter value </param>
            <param name="parameter61Name"> Parameter name </param>
            <param name="parameter61Value"> Parameter value </param>
            <param name="parameter62Name"> Parameter name </param>
            <param name="parameter62Value"> Parameter value </param>
            <param name="parameter63Name"> Parameter name </param>
            <param name="parameter63Value"> Parameter value </param>
            <param name="parameter64Name"> Parameter name </param>
            <param name="parameter64Value"> Parameter value </param>
            <param name="parameter65Name"> Parameter name </param>
            <param name="parameter65Value"> Parameter value </param>
            <param name="parameter66Name"> Parameter name </param>
            <param name="parameter66Value"> Parameter value </param>
            <param name="parameter67Name"> Parameter name </param>
            <param name="parameter67Value"> Parameter value </param>
            <param name="parameter68Name"> Parameter name </param>
            <param name="parameter68Value"> Parameter value </param>
            <param name="parameter69Name"> Parameter name </param>
            <param name="parameter69Value"> Parameter value </param>
            <param name="parameter70Name"> Parameter name </param>
            <param name="parameter70Value"> Parameter value </param>
            <param name="parameter71Name"> Parameter name </param>
            <param name="parameter71Value"> Parameter value </param>
            <param name="parameter72Name"> Parameter name </param>
            <param name="parameter72Value"> Parameter value </param>
            <param name="parameter73Name"> Parameter name </param>
            <param name="parameter73Value"> Parameter value </param>
            <param name="parameter74Name"> Parameter name </param>
            <param name="parameter74Value"> Parameter value </param>
            <param name="parameter75Name"> Parameter name </param>
            <param name="parameter75Value"> Parameter value </param>
            <param name="parameter76Name"> Parameter name </param>
            <param name="parameter76Value"> Parameter value </param>
            <param name="parameter77Name"> Parameter name </param>
            <param name="parameter77Value"> Parameter value </param>
            <param name="parameter78Name"> Parameter name </param>
            <param name="parameter78Value"> Parameter value </param>
            <param name="parameter79Name"> Parameter name </param>
            <param name="parameter79Value"> Parameter value </param>
            <param name="parameter80Name"> Parameter name </param>
            <param name="parameter80Value"> Parameter value </param>
            <param name="parameter81Name"> Parameter name </param>
            <param name="parameter81Value"> Parameter value </param>
            <param name="parameter82Name"> Parameter name </param>
            <param name="parameter82Value"> Parameter value </param>
            <param name="parameter83Name"> Parameter name </param>
            <param name="parameter83Value"> Parameter value </param>
            <param name="parameter84Name"> Parameter name </param>
            <param name="parameter84Value"> Parameter value </param>
            <param name="parameter85Name"> Parameter name </param>
            <param name="parameter85Value"> Parameter value </param>
            <param name="parameter86Name"> Parameter name </param>
            <param name="parameter86Value"> Parameter value </param>
            <param name="parameter87Name"> Parameter name </param>
            <param name="parameter87Value"> Parameter value </param>
            <param name="parameter88Name"> Parameter name </param>
            <param name="parameter88Value"> Parameter value </param>
            <param name="parameter89Name"> Parameter name </param>
            <param name="parameter89Value"> Parameter value </param>
            <param name="parameter90Name"> Parameter name </param>
            <param name="parameter90Value"> Parameter value </param>
            <param name="parameter91Name"> Parameter name </param>
            <param name="parameter91Value"> Parameter value </param>
            <param name="parameter92Name"> Parameter name </param>
            <param name="parameter92Value"> Parameter value </param>
            <param name="parameter93Name"> Parameter name </param>
            <param name="parameter93Value"> Parameter value </param>
            <param name="parameter94Name"> Parameter name </param>
            <param name="parameter94Value"> Parameter value </param>
            <param name="parameter95Name"> Parameter name </param>
            <param name="parameter95Value"> Parameter value </param>
            <param name="parameter96Name"> Parameter name </param>
            <param name="parameter96Value"> Parameter value </param>
            <param name="parameter97Name"> Parameter name </param>
            <param name="parameter97Value"> Parameter value </param>
            <param name="parameter98Name"> Parameter name </param>
            <param name="parameter98Value"> Parameter value </param>
            <param name="parameter99Name"> Parameter name </param>
            <param name="parameter99Value"> Parameter value </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Stream </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.CreateAsync(System.String,System.Uri,System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.StreamResource.TrackEnum,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Stream </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
            <param name="url"> Relative or absolute URL where WebSocket connection will be established. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </param>
            <param name="name"> The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream. </param>
            <param name="track">  </param>
            <param name="statusCallback"> Absolute URL to which Twilio sends status callback HTTP requests. </param>
            <param name="statusCallbackMethod"> The HTTP method Twilio uses when sending `status_callback` requests. Possible values are `GET` and `POST`. Default is `POST`. </param>
            <param name="parameter1Name"> Parameter name </param>
            <param name="parameter1Value"> Parameter value </param>
            <param name="parameter2Name"> Parameter name </param>
            <param name="parameter2Value"> Parameter value </param>
            <param name="parameter3Name"> Parameter name </param>
            <param name="parameter3Value"> Parameter value </param>
            <param name="parameter4Name"> Parameter name </param>
            <param name="parameter4Value"> Parameter value </param>
            <param name="parameter5Name"> Parameter name </param>
            <param name="parameter5Value"> Parameter value </param>
            <param name="parameter6Name"> Parameter name </param>
            <param name="parameter6Value"> Parameter value </param>
            <param name="parameter7Name"> Parameter name </param>
            <param name="parameter7Value"> Parameter value </param>
            <param name="parameter8Name"> Parameter name </param>
            <param name="parameter8Value"> Parameter value </param>
            <param name="parameter9Name"> Parameter name </param>
            <param name="parameter9Value"> Parameter value </param>
            <param name="parameter10Name"> Parameter name </param>
            <param name="parameter10Value"> Parameter value </param>
            <param name="parameter11Name"> Parameter name </param>
            <param name="parameter11Value"> Parameter value </param>
            <param name="parameter12Name"> Parameter name </param>
            <param name="parameter12Value"> Parameter value </param>
            <param name="parameter13Name"> Parameter name </param>
            <param name="parameter13Value"> Parameter value </param>
            <param name="parameter14Name"> Parameter name </param>
            <param name="parameter14Value"> Parameter value </param>
            <param name="parameter15Name"> Parameter name </param>
            <param name="parameter15Value"> Parameter value </param>
            <param name="parameter16Name"> Parameter name </param>
            <param name="parameter16Value"> Parameter value </param>
            <param name="parameter17Name"> Parameter name </param>
            <param name="parameter17Value"> Parameter value </param>
            <param name="parameter18Name"> Parameter name </param>
            <param name="parameter18Value"> Parameter value </param>
            <param name="parameter19Name"> Parameter name </param>
            <param name="parameter19Value"> Parameter value </param>
            <param name="parameter20Name"> Parameter name </param>
            <param name="parameter20Value"> Parameter value </param>
            <param name="parameter21Name"> Parameter name </param>
            <param name="parameter21Value"> Parameter value </param>
            <param name="parameter22Name"> Parameter name </param>
            <param name="parameter22Value"> Parameter value </param>
            <param name="parameter23Name"> Parameter name </param>
            <param name="parameter23Value"> Parameter value </param>
            <param name="parameter24Name"> Parameter name </param>
            <param name="parameter24Value"> Parameter value </param>
            <param name="parameter25Name"> Parameter name </param>
            <param name="parameter25Value"> Parameter value </param>
            <param name="parameter26Name"> Parameter name </param>
            <param name="parameter26Value"> Parameter value </param>
            <param name="parameter27Name"> Parameter name </param>
            <param name="parameter27Value"> Parameter value </param>
            <param name="parameter28Name"> Parameter name </param>
            <param name="parameter28Value"> Parameter value </param>
            <param name="parameter29Name"> Parameter name </param>
            <param name="parameter29Value"> Parameter value </param>
            <param name="parameter30Name"> Parameter name </param>
            <param name="parameter30Value"> Parameter value </param>
            <param name="parameter31Name"> Parameter name </param>
            <param name="parameter31Value"> Parameter value </param>
            <param name="parameter32Name"> Parameter name </param>
            <param name="parameter32Value"> Parameter value </param>
            <param name="parameter33Name"> Parameter name </param>
            <param name="parameter33Value"> Parameter value </param>
            <param name="parameter34Name"> Parameter name </param>
            <param name="parameter34Value"> Parameter value </param>
            <param name="parameter35Name"> Parameter name </param>
            <param name="parameter35Value"> Parameter value </param>
            <param name="parameter36Name"> Parameter name </param>
            <param name="parameter36Value"> Parameter value </param>
            <param name="parameter37Name"> Parameter name </param>
            <param name="parameter37Value"> Parameter value </param>
            <param name="parameter38Name"> Parameter name </param>
            <param name="parameter38Value"> Parameter value </param>
            <param name="parameter39Name"> Parameter name </param>
            <param name="parameter39Value"> Parameter value </param>
            <param name="parameter40Name"> Parameter name </param>
            <param name="parameter40Value"> Parameter value </param>
            <param name="parameter41Name"> Parameter name </param>
            <param name="parameter41Value"> Parameter value </param>
            <param name="parameter42Name"> Parameter name </param>
            <param name="parameter42Value"> Parameter value </param>
            <param name="parameter43Name"> Parameter name </param>
            <param name="parameter43Value"> Parameter value </param>
            <param name="parameter44Name"> Parameter name </param>
            <param name="parameter44Value"> Parameter value </param>
            <param name="parameter45Name"> Parameter name </param>
            <param name="parameter45Value"> Parameter value </param>
            <param name="parameter46Name"> Parameter name </param>
            <param name="parameter46Value"> Parameter value </param>
            <param name="parameter47Name"> Parameter name </param>
            <param name="parameter47Value"> Parameter value </param>
            <param name="parameter48Name"> Parameter name </param>
            <param name="parameter48Value"> Parameter value </param>
            <param name="parameter49Name"> Parameter name </param>
            <param name="parameter49Value"> Parameter value </param>
            <param name="parameter50Name"> Parameter name </param>
            <param name="parameter50Value"> Parameter value </param>
            <param name="parameter51Name"> Parameter name </param>
            <param name="parameter51Value"> Parameter value </param>
            <param name="parameter52Name"> Parameter name </param>
            <param name="parameter52Value"> Parameter value </param>
            <param name="parameter53Name"> Parameter name </param>
            <param name="parameter53Value"> Parameter value </param>
            <param name="parameter54Name"> Parameter name </param>
            <param name="parameter54Value"> Parameter value </param>
            <param name="parameter55Name"> Parameter name </param>
            <param name="parameter55Value"> Parameter value </param>
            <param name="parameter56Name"> Parameter name </param>
            <param name="parameter56Value"> Parameter value </param>
            <param name="parameter57Name"> Parameter name </param>
            <param name="parameter57Value"> Parameter value </param>
            <param name="parameter58Name"> Parameter name </param>
            <param name="parameter58Value"> Parameter value </param>
            <param name="parameter59Name"> Parameter name </param>
            <param name="parameter59Value"> Parameter value </param>
            <param name="parameter60Name"> Parameter name </param>
            <param name="parameter60Value"> Parameter value </param>
            <param name="parameter61Name"> Parameter name </param>
            <param name="parameter61Value"> Parameter value </param>
            <param name="parameter62Name"> Parameter name </param>
            <param name="parameter62Value"> Parameter value </param>
            <param name="parameter63Name"> Parameter name </param>
            <param name="parameter63Value"> Parameter value </param>
            <param name="parameter64Name"> Parameter name </param>
            <param name="parameter64Value"> Parameter value </param>
            <param name="parameter65Name"> Parameter name </param>
            <param name="parameter65Value"> Parameter value </param>
            <param name="parameter66Name"> Parameter name </param>
            <param name="parameter66Value"> Parameter value </param>
            <param name="parameter67Name"> Parameter name </param>
            <param name="parameter67Value"> Parameter value </param>
            <param name="parameter68Name"> Parameter name </param>
            <param name="parameter68Value"> Parameter value </param>
            <param name="parameter69Name"> Parameter name </param>
            <param name="parameter69Value"> Parameter value </param>
            <param name="parameter70Name"> Parameter name </param>
            <param name="parameter70Value"> Parameter value </param>
            <param name="parameter71Name"> Parameter name </param>
            <param name="parameter71Value"> Parameter value </param>
            <param name="parameter72Name"> Parameter name </param>
            <param name="parameter72Value"> Parameter value </param>
            <param name="parameter73Name"> Parameter name </param>
            <param name="parameter73Value"> Parameter value </param>
            <param name="parameter74Name"> Parameter name </param>
            <param name="parameter74Value"> Parameter value </param>
            <param name="parameter75Name"> Parameter name </param>
            <param name="parameter75Value"> Parameter value </param>
            <param name="parameter76Name"> Parameter name </param>
            <param name="parameter76Value"> Parameter value </param>
            <param name="parameter77Name"> Parameter name </param>
            <param name="parameter77Value"> Parameter value </param>
            <param name="parameter78Name"> Parameter name </param>
            <param name="parameter78Value"> Parameter value </param>
            <param name="parameter79Name"> Parameter name </param>
            <param name="parameter79Value"> Parameter value </param>
            <param name="parameter80Name"> Parameter name </param>
            <param name="parameter80Value"> Parameter value </param>
            <param name="parameter81Name"> Parameter name </param>
            <param name="parameter81Value"> Parameter value </param>
            <param name="parameter82Name"> Parameter name </param>
            <param name="parameter82Value"> Parameter value </param>
            <param name="parameter83Name"> Parameter name </param>
            <param name="parameter83Value"> Parameter value </param>
            <param name="parameter84Name"> Parameter name </param>
            <param name="parameter84Value"> Parameter value </param>
            <param name="parameter85Name"> Parameter name </param>
            <param name="parameter85Value"> Parameter value </param>
            <param name="parameter86Name"> Parameter name </param>
            <param name="parameter86Value"> Parameter value </param>
            <param name="parameter87Name"> Parameter name </param>
            <param name="parameter87Value"> Parameter value </param>
            <param name="parameter88Name"> Parameter name </param>
            <param name="parameter88Value"> Parameter value </param>
            <param name="parameter89Name"> Parameter name </param>
            <param name="parameter89Value"> Parameter value </param>
            <param name="parameter90Name"> Parameter name </param>
            <param name="parameter90Value"> Parameter value </param>
            <param name="parameter91Name"> Parameter name </param>
            <param name="parameter91Value"> Parameter value </param>
            <param name="parameter92Name"> Parameter name </param>
            <param name="parameter92Value"> Parameter value </param>
            <param name="parameter93Name"> Parameter name </param>
            <param name="parameter93Value"> Parameter value </param>
            <param name="parameter94Name"> Parameter name </param>
            <param name="parameter94Value"> Parameter value </param>
            <param name="parameter95Name"> Parameter name </param>
            <param name="parameter95Value"> Parameter value </param>
            <param name="parameter96Name"> Parameter name </param>
            <param name="parameter96Value"> Parameter value </param>
            <param name="parameter97Name"> Parameter name </param>
            <param name="parameter97Value"> Parameter value </param>
            <param name="parameter98Name"> Parameter name </param>
            <param name="parameter98Value"> Parameter value </param>
            <param name="parameter99Name"> Parameter name </param>
            <param name="parameter99Value"> Parameter value </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Stream </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.Update(Twilio.Rest.Api.V2010.Account.Call.UpdateStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource </summary>
            <param name="options"> Update Stream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Stream </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Call.UpdateStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource </summary>
            <param name="options"> Update Stream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Stream </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.Update(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.StreamResource.UpdateStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
            <param name="pathSid"> The SID or the `name` of the Stream resource to be stopped </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Stream </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.UpdateAsync(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.StreamResource.UpdateStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </param>
            <param name="pathSid"> The SID or the `name` of the Stream resource to be stopped </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Stream </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a StreamResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> StreamResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.StreamResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.StreamResource.Sid">
            <summary> The SID of the Stream resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.StreamResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.StreamResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.StreamResource.Name">
            <summary> The user-specified name of this Stream, if one was given when the Stream was created. This can be used to stop the Stream. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.StreamResource.DateUpdated">
            <summary> The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.StreamResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions">
            <summary> Create a Transcription </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.Name">
            <summary> The user-specified name of this Transcription, if one was given when the Transcription was created. This may be used to stop the Transcription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.StatusCallbackUrl">
            <summary> Absolute URL of the status callback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.StatusCallbackMethod">
            <summary> The http method for the status_callback (one of GET, POST). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.InboundTrackLabel">
            <summary> Friendly name given to the Inbound Track </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.OutboundTrackLabel">
            <summary> Friendly name given to the Outbound Track </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.PartialResults">
            <summary> Indicates if partial results are going to be sent to the customer </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.LanguageCode">
            <summary> Language code used by the transcription engine, specified in [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) format </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.TranscriptionEngine">
            <summary> Definition of the transcription engine to be used, among those supported by Twilio </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.ProfanityFilter">
            <summary> indicates if the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.SpeechModel">
            <summary> Recognition model used by the transcription engine, among those supported by the provider </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.Hints">
            <summary> A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.EnableAutomaticPunctuation">
            <summary> The provider will add punctuation to recognition result </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.IntelligenceService">
            <summary> The SID or unique name of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators . </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.#ctor(System.String)">
            <summary> Construct a new CreateRealtimeTranscriptionOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.UpdateTranscriptionOptions">
            <summary> Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateTranscriptionOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateTranscriptionOptions.PathSid">
            <summary> The SID of the Transcription resource, or the `name` used when creating the resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UpdateTranscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdateTranscriptionOptions.#ctor(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.UpdateStatusEnum)">
            <summary> Construct a new UpdateRealtimeTranscriptionOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </param>
            <param name="pathSid"> The SID of the Transcription resource, or the `name` used when creating the resource </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UpdateTranscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.Create(Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Transcription </summary>
            <param name="options"> Create Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Call.CreateTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Transcription </summary>
            <param name="options"> Create Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.Create(System.String,System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.TrackEnum,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Transcription </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. </param>
            <param name="name"> The user-specified name of this Transcription, if one was given when the Transcription was created. This may be used to stop the Transcription. </param>
            <param name="track">  </param>
            <param name="statusCallbackUrl"> Absolute URL of the status callback. </param>
            <param name="statusCallbackMethod"> The http method for the status_callback (one of GET, POST). </param>
            <param name="inboundTrackLabel"> Friendly name given to the Inbound Track </param>
            <param name="outboundTrackLabel"> Friendly name given to the Outbound Track </param>
            <param name="partialResults"> Indicates if partial results are going to be sent to the customer </param>
            <param name="languageCode"> Language code used by the transcription engine, specified in [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) format </param>
            <param name="transcriptionEngine"> Definition of the transcription engine to be used, among those supported by Twilio </param>
            <param name="profanityFilter"> indicates if the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks </param>
            <param name="speechModel"> Recognition model used by the transcription engine, among those supported by the provider </param>
            <param name="hints"> A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them. </param>
            <param name="enableAutomaticPunctuation"> The provider will add punctuation to recognition result </param>
            <param name="intelligenceService"> The SID or unique name of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators . </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.CreateAsync(System.String,System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.TrackEnum,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Transcription </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. </param>
            <param name="name"> The user-specified name of this Transcription, if one was given when the Transcription was created. This may be used to stop the Transcription. </param>
            <param name="track">  </param>
            <param name="statusCallbackUrl"> Absolute URL of the status callback. </param>
            <param name="statusCallbackMethod"> The http method for the status_callback (one of GET, POST). </param>
            <param name="inboundTrackLabel"> Friendly name given to the Inbound Track </param>
            <param name="outboundTrackLabel"> Friendly name given to the Outbound Track </param>
            <param name="partialResults"> Indicates if partial results are going to be sent to the customer </param>
            <param name="languageCode"> Language code used by the transcription engine, specified in [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) format </param>
            <param name="transcriptionEngine"> Definition of the transcription engine to be used, among those supported by Twilio </param>
            <param name="profanityFilter"> indicates if the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks </param>
            <param name="speechModel"> Recognition model used by the transcription engine, among those supported by the provider </param>
            <param name="hints"> A Phrase contains words and phrase \\\"hints\\\" so that the speech recognition engine is more likely to recognize them. </param>
            <param name="enableAutomaticPunctuation"> The provider will add punctuation to recognition result </param>
            <param name="intelligenceService"> The SID or unique name of the [Voice Intelligence Service](https://www.twilio.com/docs/voice/intelligence/api/service-resource) for persisting transcripts and running post-call Language Operators . </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.Update(Twilio.Rest.Api.V2010.Account.Call.UpdateTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource </summary>
            <param name="options"> Update Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Call.UpdateTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource </summary>
            <param name="options"> Update Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.Update(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.UpdateStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </param>
            <param name="pathSid"> The SID of the Transcription resource, or the `name` used when creating the resource </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.UpdateAsync(System.String,System.String,Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.UpdateStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </param>
            <param name="pathSid"> The SID of the Transcription resource, or the `name` used when creating the resource </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TranscriptionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TranscriptionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.Sid">
            <summary> The SID of the Transcription resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Transcription resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Transcription resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.Name">
            <summary> The user-specified name of this Transcription, if one was given when the Transcription was created. This may be used to stop the Transcription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.DateUpdated">
            <summary> The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.TranscriptionResource.Uri">
            <summary> The uri </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions">
            <summary> Create a new User Defined Message for the given Call SID. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions.Content">
            <summary> The User Defined Message in the form of URL-encoded JSON string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created User Defined Message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions.IdempotencyKey">
            <summary> A unique string value to identify API call. This should be a unique string value per API call and can be a randomly generated. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateUserDefinedMessageOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message is associated with. </param>
            <param name="content"> The User Defined Message in the form of URL-encoded JSON string. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.Create(Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new User Defined Message for the given Call SID. </summary>
            <param name="options"> Create UserDefinedMessage parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserDefinedMessage </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new User Defined Message for the given Call SID. </summary>
            <param name="options"> Create UserDefinedMessage parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserDefinedMessage </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new User Defined Message for the given Call SID. </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message is associated with. </param>
            <param name="content"> The User Defined Message in the form of URL-encoded JSON string. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created User Defined Message. </param>
            <param name="idempotencyKey"> A unique string value to identify API call. This should be a unique string value per API call and can be a randomly generated. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserDefinedMessage </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new User Defined Message for the given Call SID. </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message is associated with. </param>
            <param name="content"> The User Defined Message in the form of URL-encoded JSON string. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created User Defined Message. </param>
            <param name="idempotencyKey"> A unique string value to identify API call. This should be a unique string value per API call and can be a randomly generated. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserDefinedMessage </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserDefinedMessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserDefinedMessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created User Defined Message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.Sid">
            <summary> The SID that uniquely identifies this User Defined Message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageResource.DateCreated">
            <summary> The date that this User Defined Message was created, given in RFC 2822 format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions">
            <summary> Subscribe to User Defined Messages for a given Call SID. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the Call SID that is producing the user defined messages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions.Callback">
            <summary> The URL we should call using the `method` to send user defined events to your application. URLs must contain a valid hostname (underscores are not permitted). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions.IdempotencyKey">
            <summary> A unique string value to identify API call. This should be a unique string value per API call and can be a randomly generated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions.Method">
            <summary> The HTTP method Twilio will use when requesting the above `Url`. Either `GET` or `POST`. Default is `POST`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions.#ctor(System.String,System.Uri)">
            <summary> Construct a new CreateUserDefinedMessageSubscriptionOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the Call SID that is producing the user defined messages. </param>
            <param name="callback"> The URL we should call using the `method` to send user defined events to your application. URLs must contain a valid hostname (underscores are not permitted). </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions">
            <summary> Delete a specific User Defined Message Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions.PathCallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions.PathSid">
            <summary> The SID that uniquely identifies this User Defined Message Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteUserDefinedMessageSubscriptionOptions </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages. </param>
            <param name="pathSid"> The SID that uniquely identifies this User Defined Message Subscription. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.Create(Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Subscribe to User Defined Messages for a given Call SID. </summary>
            <param name="options"> Create UserDefinedMessageSubscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Call.CreateUserDefinedMessageSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Subscribe to User Defined Messages for a given Call SID. </summary>
            <param name="options"> Create UserDefinedMessageSubscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.Create(System.String,System.Uri,System.String,System.String,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Subscribe to User Defined Messages for a given Call SID. </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the Call SID that is producing the user defined messages. </param>
            <param name="callback"> The URL we should call using the `method` to send user defined events to your application. URLs must contain a valid hostname (underscores are not permitted). </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages. </param>
            <param name="idempotencyKey"> A unique string value to identify API call. This should be a unique string value per API call and can be a randomly generated. </param>
            <param name="method"> The HTTP method Twilio will use when requesting the above `Url`. Either `GET` or `POST`. Default is `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.CreateAsync(System.String,System.Uri,System.String,System.String,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Subscribe to User Defined Messages for a given Call SID. </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Messages subscription is associated with. This refers to the Call SID that is producing the user defined messages. </param>
            <param name="callback"> The URL we should call using the `method` to send user defined events to your application. URLs must contain a valid hostname (underscores are not permitted). </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages. </param>
            <param name="idempotencyKey"> A unique string value to identify API call. This should be a unique string value per API call and can be a randomly generated. </param>
            <param name="method"> The HTTP method Twilio will use when requesting the above `Url`. Either `GET` or `POST`. Default is `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Defined Message Subscription. </summary>
            <param name="options"> Delete UserDefinedMessageSubscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.Delete(Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Defined Message Subscription. </summary>
            <param name="options"> Delete UserDefinedMessageSubscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Call.DeleteUserDefinedMessageSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Defined Message Subscription. </summary>
            <param name="options"> Delete UserDefinedMessageSubscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Defined Message Subscription. </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages. </param>
            <param name="pathSid"> The SID that uniquely identifies this User Defined Message Subscription. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Defined Message Subscription. </summary>
            <param name="pathCallSid"> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages. </param>
            <param name="pathSid"> The SID that uniquely identifies this User Defined Message Subscription. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserDefinedMessageSubscription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserDefinedMessageSubscriptionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserDefinedMessageSubscriptionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that subscribed to the User Defined Messages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the User Defined Message Subscription is associated with. This refers to the Call SID that is producing the User Defined Messages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.Sid">
            <summary> The SID that uniquely identifies this User Defined Message Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.DateCreated">
            <summary> The date that this User Defined Message Subscription was created, given in RFC 2822 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Call.UserDefinedMessageSubscriptionResource.Uri">
            <summary> The URI of the User Defined Message Subscription Resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchConferenceOptions">
            <summary> Fetch an instance of a conference </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchConferenceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Conference resource to fetch </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchConferenceOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchConferenceOptions.#ctor(System.String)">
            <summary> Construct a new FetchConferenceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference resource to fetch </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchConferenceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions">
            <summary> Retrieve a list of conferences belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to read. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.DateCreated" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.DateCreatedBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.DateCreatedAfter" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.DateUpdated" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.DateUpdatedBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.DateUpdatedAfter" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.FriendlyName">
            <summary> The string that identifies the Conference resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.Status">
            <summary> The status of the resources to read. Can be: `init`, `in-progress`, or `completed`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadConferenceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Conference resource to update </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to update. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions.AnnounceUrl" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions.AnnounceMethod">
            <summary> The HTTP method used to call `announce_url`. Can be: `GET` or `POST` and the default is `POST` </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateConferenceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference resource to update </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a conference </summary>
            <param name="options"> Fetch Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a conference </summary>
            <param name="options"> Fetch Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a conference </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference resource to fetch </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a conference </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference resource to fetch </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference resource(s) to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.Read(Twilio.Rest.Api.V2010.Account.ReadConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conferences belonging to the account used to make the request </summary>
            <param name="options"> Read Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conferences belonging to the account used to make the request </summary>
            <param name="options"> Read Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conference </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.ConferenceResource.Read(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Api.V2010.Account.ConferenceResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.ConferenceResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Api.V2010.Account.ConferenceResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.ConferenceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.ConferenceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.Update(Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conference </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.ConferenceResource.Update(System.String,System.String,Twilio.Rest.Api.V2010.Account.ConferenceResource.UpdateStatusEnum,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.ConferenceResource.UpdateAsync(System.String,System.String,Twilio.Rest.Api.V2010.Account.ConferenceResource.UpdateStatusEnum,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConferenceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConferenceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConferenceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Conference resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.DateCreated">
            <summary> The date and time in UTC that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.DateUpdated">
            <summary> The date and time in UTC that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.ApiVersion">
            <summary> The API version used to create this conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.FriendlyName">
            <summary> A string that you assigned to describe this conference room. Maximum length is 128 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.Region">
            <summary> A string that represents the Twilio Region where the conference audio was mixed. May be `us1`, `ie1`,  `de1`, `sg1`, `br1`, `au1`, and `jp1`. Basic conference audio will always be mixed in `us1`. Global Conference audio will be mixed nearest to the majority of participants. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.Sid">
            <summary> The unique, Twilio-provided string used to identify this Conference resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.Uri">
            <summary> The URI of this resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConferenceResource.CallSidEndingConference">
            <summary> The call SID that caused the conference to end. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.PathConferenceSid">
            <summary> The SID of the participant's conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.From">
            <summary> The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). Client identifiers are formatted `client:name`. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `from` must also be a phone number. If `to` is sip address, this value of `from` should be a username portion to be used to populate the P-Asserted-Identity header that is passed to the SIP endpoint. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.To">
            <summary> The phone number, SIP address, or Client identifier that received this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). SIP addresses are formatted as `sip:name@company.com`. Client identifiers are formatted `client:name`. [Custom parameters](https://www.twilio.com/docs/voice/api/conference-participant-resource#custom-parameters) may also be specified. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` and `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.StatusCallbackEvent">
            <summary> The conference state changes that should generate a call to `status_callback`. Can be: `initiated`, `ringing`, `answered`, and `completed`. Separate multiple values with a space. The default value is `completed`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Label">
            <summary> A label for this participant. If one is supplied, it may subsequently be used to fetch, update or delete the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Timeout">
            <summary> The number of seconds that we should allow the phone to ring before assuming there is no answer. Can be an integer between `5` and `600`, inclusive. The default value is `60`. We always add a 5-second timeout buffer to outgoing calls, so  value of 10 would result in an actual timeout that was closer to 15 seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Record">
            <summary> Whether to record the participant and their conferences, including the time between conferences. Can be `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Muted">
            <summary> Whether the agent is muted in the conference. Can be `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Beep">
            <summary> Whether to play a notification beep to the conference when the participant joins. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.StartConferenceOnEnter">
            <summary> Whether to start the conference when the participant joins, if it has not already started. Can be: `true` or `false` and the default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.EndConferenceOnExit">
            <summary> Whether to end the conference when the participant leaves. Can be: `true` or `false` and defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.WaitUrl">
            <summary> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.WaitMethod">
            <summary> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.EarlyMedia">
            <summary> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. Can be: `true` or `false` and defaults to `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.MaxParticipants">
            <summary> The maximum number of participants in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.ConferenceRecord">
            <summary> Whether to record the conference the participant is joining. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.ConferenceTrim">
            <summary> Whether to trim leading and trailing silence from the conference recording. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.ConferenceStatusCallback">
            <summary> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.ConferenceStatusCallbackMethod">
            <summary> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.ConferenceStatusCallbackEvent">
            <summary> The conference state changes that should generate a call to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `modify`, `speaker`, and `announcement`. Separate multiple values with a space. Defaults to `start end`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.RecordingChannels">
            <summary> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.RecordingStatusCallback">
            <summary> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.RecordingStatusCallbackMethod">
            <summary> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.SipAuthUsername">
            <summary> The SIP username used for authentication. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.SipAuthPassword">
            <summary> The SIP password for authentication. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Region">
            <summary> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.ConferenceRecordingStatusCallback">
            <summary> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.ConferenceRecordingStatusCallbackMethod">
            <summary> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.RecordingStatusCallbackEvent">
            <summary> The recording state changes that should generate a call to `recording_status_callback`. Can be: `started`, `in-progress`, `paused`, `resumed`, `stopped`, `completed`, `failed`, and `absent`. Separate multiple values with a space, ex: `'in-progress completed failed'`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.ConferenceRecordingStatusCallbackEvent">
            <summary> The conference recording state changes that generate a call to `conference_recording_status_callback`. Can be: `in-progress`, `completed`, `failed`, and `absent`. Separate multiple values with a space, ex: `'in-progress completed failed'` </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Coaching">
            <summary> Whether the participant is coaching another call. Can be: `true` or `false`. If not present, defaults to `false` unless `call_sid_to_coach` is defined. If `true`, `call_sid_to_coach` must be defined. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.CallSidToCoach">
            <summary> The SID of the participant who is being `coached`. The participant being coached is the only participant who can hear the participant who is `coaching`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.JitterBufferSize">
            <summary> Jitter buffer size for the connecting participant. Twilio will use this setting to apply Jitter Buffer before participant's audio is mixed into the conference. Can be: `off`, `small`, `medium`, and `large`. Default to `large`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Byoc">
            <summary> The SID of a BYOC (Bring Your Own Carrier) trunk to route this call with. Note that `byoc` is only meaningful when `to` is a phone number; it will otherwise be ignored. (Beta) </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.CallerId">
            <summary> The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). Client identifiers are formatted `client:name`. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `callerId` must also be a phone number. If `to` is sip address, this value of `callerId` should be a username portion to be used to populate the From header that is passed to the SIP endpoint. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.CallReason">
            <summary> The Reason for the outgoing call. Use it to specify the purpose of the call that is presented on the called party's phone. (Branded Calls Beta) </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.RecordingTrack">
            <summary> The audio track to record for the call. Can be: `inbound`, `outbound` or `both`. The default is `both`. `inbound` records the audio that is received by Twilio. `outbound` records the audio that is sent from Twilio. `both` records the audio that is received and sent by Twilio. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.TimeLimit">
            <summary> The maximum duration of the call in seconds. Constraints depend on account and configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.MachineDetection">
            <summary> Whether to detect if a human, answering machine, or fax has picked up the call. Can be: `Enable` or `DetectMessageEnd`. Use `Enable` if you would like us to return `AnsweredBy` as soon as the called party is identified. Use `DetectMessageEnd`, if you would like to leave a message on an answering machine. For more information, see [Answering Machine Detection](https://www.twilio.com/docs/voice/answering-machine-detection). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.MachineDetectionTimeout">
            <summary> The number of seconds that we should attempt to detect an answering machine before timing out and sending a voice request with `AnsweredBy` of `unknown`. The default timeout is 30 seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.MachineDetectionSpeechThreshold">
            <summary> The number of milliseconds that is used as the measuring stick for the length of the speech activity, where durations lower than this value will be interpreted as a human and longer than this value as a machine. Possible Values: 1000-6000. Default: 2400. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.MachineDetectionSpeechEndThreshold">
            <summary> The number of milliseconds of silence after speech activity at which point the speech activity is considered complete. Possible Values: 500-5000. Default: 1200. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.MachineDetectionSilenceTimeout">
            <summary> The number of milliseconds of initial silence after which an `unknown` AnsweredBy result will be returned. Possible Values: 2000-10000. Default: 5000. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.AmdStatusCallback">
            <summary> The URL that we should call using the `amd_status_callback_method` to notify customer application whether the call was answered by human, machine or fax. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.AmdStatusCallbackMethod">
            <summary> The HTTP method we should use when calling the `amd_status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.Trim">
            <summary> Whether to trim any leading and trailing silence from the participant recording. Can be: `trim-silence` or `do-not-trim` and the default is `trim-silence`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.CallToken">
            <summary> A token string needed to invoke a forwarded call. A call_token is generated when an incoming call is received on a Twilio number. Pass an incoming call's call_token value to a forwarded call via the call_token parameter when creating a new call. A forwarded call should bear the same CallerID of the original incoming call. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.#ctor(System.String,Twilio.Types.IEndpoint,Twilio.Types.IEndpoint)">
            <summary> Construct a new CreateParticipantOptions </summary>
            <param name="pathConferenceSid"> The SID of the participant's conference. </param>
            <param name="from"> The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). Client identifiers are formatted `client:name`. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `from` must also be a phone number. If `to` is sip address, this value of `from` should be a username portion to be used to populate the P-Asserted-Identity header that is passed to the SIP endpoint. </param>
            <param name="to"> The phone number, SIP address, or Client identifier that received this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). SIP addresses are formatted as `sip:name@company.com`. Client identifiers are formatted `client:name`. [Custom parameters](https://www.twilio.com/docs/voice/api/conference-participant-resource#custom-parameters) may also be specified. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions">
            <summary> Kick a participant from a given conference </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions.PathConferenceSid">
            <summary> The SID of the conference with the participants to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to delete. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteParticipantOptions </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participants to delete. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to delete. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.FetchParticipantOptions">
            <summary> Fetch an instance of a participant </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.FetchParticipantOptions.PathConferenceSid">
            <summary> The SID of the conference with the participant to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.FetchParticipantOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to fetch. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.FetchParticipantOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.FetchParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchParticipantOptions </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participant to fetch. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to fetch. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.FetchParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions">
            <summary> Retrieve a list of participants belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions.PathConferenceSid">
            <summary> The SID of the conference with the participants to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions.Muted">
            <summary> Whether to return only participants that are muted. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions.Hold">
            <summary> Whether to return only participants that are on hold. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions.Coaching">
            <summary> Whether to return only participants who are coaching another call. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions.#ctor(System.String)">
            <summary> Construct a new ListParticipantOptions </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participants to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions">
            <summary> Update the properties of the participant </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.PathConferenceSid">
            <summary> The SID of the conference with the participant to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to update. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.Muted">
            <summary> Whether the participant should be muted. Can be `true` or `false`. `true` will mute the participant, and `false` will un-mute them. Anything value other than `true` or `false` is interpreted as `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.Hold">
            <summary> Whether the participant should be on hold. Can be: `true` or `false`. `true` puts the participant on hold, and `false` lets them rejoin the conference. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.HoldUrl" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.HoldMethod">
            <summary> The HTTP method we should use to call `hold_url`. Can be: `GET` or `POST` and the default is `GET`. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.AnnounceUrl" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.AnnounceMethod">
            <summary> The HTTP method we should use to call `announce_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.WaitUrl" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.WaitMethod">
            <summary> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.BeepOnExit">
            <summary> Whether to play a notification beep to the conference when the participant exits. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.EndConferenceOnExit">
            <summary> Whether to end the conference when the participant leaves. Can be: `true` or `false` and defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.Coaching">
            <summary> Whether the participant is coaching another call. Can be: `true` or `false`. If not present, defaults to `false` unless `call_sid_to_coach` is defined. If `true`, `call_sid_to_coach` must be defined. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.CallSidToCoach">
            <summary> The SID of the participant who is being `coached`. The participant being coached is the only participant who can hear the participant who is `coaching`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateParticipantOptions </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participant to update. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to update. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Create(Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Conference.CreateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Create(System.String,Twilio.Types.IEndpoint,Twilio.Types.IEndpoint,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.String,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathConferenceSid"> The SID of the participant's conference. </param>
            <param name="from"> The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). Client identifiers are formatted `client:name`. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `from` must also be a phone number. If `to` is sip address, this value of `from` should be a username portion to be used to populate the P-Asserted-Identity header that is passed to the SIP endpoint. </param>
            <param name="to"> The phone number, SIP address, or Client identifier that received this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). SIP addresses are formatted as `sip:name@company.com`. Client identifiers are formatted `client:name`. [Custom parameters](https://www.twilio.com/docs/voice/api/conference-participant-resource#custom-parameters) may also be specified. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` and `POST` and defaults to `POST`. </param>
            <param name="statusCallbackEvent"> The conference state changes that should generate a call to `status_callback`. Can be: `initiated`, `ringing`, `answered`, and `completed`. Separate multiple values with a space. The default value is `completed`. </param>
            <param name="label"> A label for this participant. If one is supplied, it may subsequently be used to fetch, update or delete the participant. </param>
            <param name="timeout"> The number of seconds that we should allow the phone to ring before assuming there is no answer. Can be an integer between `5` and `600`, inclusive. The default value is `60`. We always add a 5-second timeout buffer to outgoing calls, so  value of 10 would result in an actual timeout that was closer to 15 seconds. </param>
            <param name="record"> Whether to record the participant and their conferences, including the time between conferences. Can be `true` or `false` and the default is `false`. </param>
            <param name="muted"> Whether the agent is muted in the conference. Can be `true` or `false` and the default is `false`. </param>
            <param name="beep"> Whether to play a notification beep to the conference when the participant joins. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </param>
            <param name="startConferenceOnEnter"> Whether to start the conference when the participant joins, if it has not already started. Can be: `true` or `false` and the default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </param>
            <param name="endConferenceOnExit"> Whether to end the conference when the participant leaves. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="waitUrl"> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </param>
            <param name="waitMethod"> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </param>
            <param name="earlyMedia"> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. Can be: `true` or `false` and defaults to `true`. </param>
            <param name="maxParticipants"> The maximum number of participants in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </param>
            <param name="conferenceRecord"> Whether to record the conference the participant is joining. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </param>
            <param name="conferenceTrim"> Whether to trim leading and trailing silence from the conference recording. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </param>
            <param name="conferenceStatusCallback"> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </param>
            <param name="conferenceStatusCallbackMethod"> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceStatusCallbackEvent"> The conference state changes that should generate a call to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `modify`, `speaker`, and `announcement`. Separate multiple values with a space. Defaults to `start end`. </param>
            <param name="recordingChannels"> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </param>
            <param name="recordingStatusCallback"> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </param>
            <param name="recordingStatusCallbackMethod"> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="sipAuthUsername"> The SIP username used for authentication. </param>
            <param name="sipAuthPassword"> The SIP password for authentication. </param>
            <param name="region"> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </param>
            <param name="conferenceRecordingStatusCallback"> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </param>
            <param name="conferenceRecordingStatusCallbackMethod"> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="recordingStatusCallbackEvent"> The recording state changes that should generate a call to `recording_status_callback`. Can be: `started`, `in-progress`, `paused`, `resumed`, `stopped`, `completed`, `failed`, and `absent`. Separate multiple values with a space, ex: `'in-progress completed failed'`. </param>
            <param name="conferenceRecordingStatusCallbackEvent"> The conference recording state changes that generate a call to `conference_recording_status_callback`. Can be: `in-progress`, `completed`, `failed`, and `absent`. Separate multiple values with a space, ex: `'in-progress completed failed'` </param>
            <param name="coaching"> Whether the participant is coaching another call. Can be: `true` or `false`. If not present, defaults to `false` unless `call_sid_to_coach` is defined. If `true`, `call_sid_to_coach` must be defined. </param>
            <param name="callSidToCoach"> The SID of the participant who is being `coached`. The participant being coached is the only participant who can hear the participant who is `coaching`. </param>
            <param name="jitterBufferSize"> Jitter buffer size for the connecting participant. Twilio will use this setting to apply Jitter Buffer before participant's audio is mixed into the conference. Can be: `off`, `small`, `medium`, and `large`. Default to `large`. </param>
            <param name="byoc"> The SID of a BYOC (Bring Your Own Carrier) trunk to route this call with. Note that `byoc` is only meaningful when `to` is a phone number; it will otherwise be ignored. (Beta) </param>
            <param name="callerId"> The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). Client identifiers are formatted `client:name`. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `callerId` must also be a phone number. If `to` is sip address, this value of `callerId` should be a username portion to be used to populate the From header that is passed to the SIP endpoint. </param>
            <param name="callReason"> The Reason for the outgoing call. Use it to specify the purpose of the call that is presented on the called party's phone. (Branded Calls Beta) </param>
            <param name="recordingTrack"> The audio track to record for the call. Can be: `inbound`, `outbound` or `both`. The default is `both`. `inbound` records the audio that is received by Twilio. `outbound` records the audio that is sent from Twilio. `both` records the audio that is received and sent by Twilio. </param>
            <param name="timeLimit"> The maximum duration of the call in seconds. Constraints depend on account and configuration. </param>
            <param name="machineDetection"> Whether to detect if a human, answering machine, or fax has picked up the call. Can be: `Enable` or `DetectMessageEnd`. Use `Enable` if you would like us to return `AnsweredBy` as soon as the called party is identified. Use `DetectMessageEnd`, if you would like to leave a message on an answering machine. For more information, see [Answering Machine Detection](https://www.twilio.com/docs/voice/answering-machine-detection). </param>
            <param name="machineDetectionTimeout"> The number of seconds that we should attempt to detect an answering machine before timing out and sending a voice request with `AnsweredBy` of `unknown`. The default timeout is 30 seconds. </param>
            <param name="machineDetectionSpeechThreshold"> The number of milliseconds that is used as the measuring stick for the length of the speech activity, where durations lower than this value will be interpreted as a human and longer than this value as a machine. Possible Values: 1000-6000. Default: 2400. </param>
            <param name="machineDetectionSpeechEndThreshold"> The number of milliseconds of silence after speech activity at which point the speech activity is considered complete. Possible Values: 500-5000. Default: 1200. </param>
            <param name="machineDetectionSilenceTimeout"> The number of milliseconds of initial silence after which an `unknown` AnsweredBy result will be returned. Possible Values: 2000-10000. Default: 5000. </param>
            <param name="amdStatusCallback"> The URL that we should call using the `amd_status_callback_method` to notify customer application whether the call was answered by human, machine or fax. </param>
            <param name="amdStatusCallbackMethod"> The HTTP method we should use when calling the `amd_status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. </param>
            <param name="trim"> Whether to trim any leading and trailing silence from the participant recording. Can be: `trim-silence` or `do-not-trim` and the default is `trim-silence`. </param>
            <param name="callToken"> A token string needed to invoke a forwarded call. A call_token is generated when an incoming call is received on a Twilio number. Pass an incoming call's call_token value to a forwarded call via the call_token parameter when creating a new call. A forwarded call should bear the same CallerID of the original incoming call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.CreateAsync(System.String,Twilio.Types.IEndpoint,Twilio.Types.IEndpoint,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.String,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathConferenceSid"> The SID of the participant's conference. </param>
            <param name="from"> The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). Client identifiers are formatted `client:name`. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `from` must also be a phone number. If `to` is sip address, this value of `from` should be a username portion to be used to populate the P-Asserted-Identity header that is passed to the SIP endpoint. </param>
            <param name="to"> The phone number, SIP address, or Client identifier that received this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). SIP addresses are formatted as `sip:name@company.com`. Client identifiers are formatted `client:name`. [Custom parameters](https://www.twilio.com/docs/voice/api/conference-participant-resource#custom-parameters) may also be specified. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` and `POST` and defaults to `POST`. </param>
            <param name="statusCallbackEvent"> The conference state changes that should generate a call to `status_callback`. Can be: `initiated`, `ringing`, `answered`, and `completed`. Separate multiple values with a space. The default value is `completed`. </param>
            <param name="label"> A label for this participant. If one is supplied, it may subsequently be used to fetch, update or delete the participant. </param>
            <param name="timeout"> The number of seconds that we should allow the phone to ring before assuming there is no answer. Can be an integer between `5` and `600`, inclusive. The default value is `60`. We always add a 5-second timeout buffer to outgoing calls, so  value of 10 would result in an actual timeout that was closer to 15 seconds. </param>
            <param name="record"> Whether to record the participant and their conferences, including the time between conferences. Can be `true` or `false` and the default is `false`. </param>
            <param name="muted"> Whether the agent is muted in the conference. Can be `true` or `false` and the default is `false`. </param>
            <param name="beep"> Whether to play a notification beep to the conference when the participant joins. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </param>
            <param name="startConferenceOnEnter"> Whether to start the conference when the participant joins, if it has not already started. Can be: `true` or `false` and the default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </param>
            <param name="endConferenceOnExit"> Whether to end the conference when the participant leaves. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="waitUrl"> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </param>
            <param name="waitMethod"> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </param>
            <param name="earlyMedia"> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. Can be: `true` or `false` and defaults to `true`. </param>
            <param name="maxParticipants"> The maximum number of participants in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </param>
            <param name="conferenceRecord"> Whether to record the conference the participant is joining. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </param>
            <param name="conferenceTrim"> Whether to trim leading and trailing silence from the conference recording. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </param>
            <param name="conferenceStatusCallback"> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </param>
            <param name="conferenceStatusCallbackMethod"> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceStatusCallbackEvent"> The conference state changes that should generate a call to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `modify`, `speaker`, and `announcement`. Separate multiple values with a space. Defaults to `start end`. </param>
            <param name="recordingChannels"> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </param>
            <param name="recordingStatusCallback"> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </param>
            <param name="recordingStatusCallbackMethod"> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="sipAuthUsername"> The SIP username used for authentication. </param>
            <param name="sipAuthPassword"> The SIP password for authentication. </param>
            <param name="region"> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </param>
            <param name="conferenceRecordingStatusCallback"> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </param>
            <param name="conferenceRecordingStatusCallbackMethod"> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="recordingStatusCallbackEvent"> The recording state changes that should generate a call to `recording_status_callback`. Can be: `started`, `in-progress`, `paused`, `resumed`, `stopped`, `completed`, `failed`, and `absent`. Separate multiple values with a space, ex: `'in-progress completed failed'`. </param>
            <param name="conferenceRecordingStatusCallbackEvent"> The conference recording state changes that generate a call to `conference_recording_status_callback`. Can be: `in-progress`, `completed`, `failed`, and `absent`. Separate multiple values with a space, ex: `'in-progress completed failed'` </param>
            <param name="coaching"> Whether the participant is coaching another call. Can be: `true` or `false`. If not present, defaults to `false` unless `call_sid_to_coach` is defined. If `true`, `call_sid_to_coach` must be defined. </param>
            <param name="callSidToCoach"> The SID of the participant who is being `coached`. The participant being coached is the only participant who can hear the participant who is `coaching`. </param>
            <param name="jitterBufferSize"> Jitter buffer size for the connecting participant. Twilio will use this setting to apply Jitter Buffer before participant's audio is mixed into the conference. Can be: `off`, `small`, `medium`, and `large`. Default to `large`. </param>
            <param name="byoc"> The SID of a BYOC (Bring Your Own Carrier) trunk to route this call with. Note that `byoc` is only meaningful when `to` is a phone number; it will otherwise be ignored. (Beta) </param>
            <param name="callerId"> The phone number, Client identifier, or username portion of SIP address that made this call. Phone numbers are in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (e.g., +16175551212). Client identifiers are formatted `client:name`. If using a phone number, it must be a Twilio number or a Verified [outgoing caller id](https://www.twilio.com/docs/voice/api/outgoing-caller-ids) for your account. If the `to` parameter is a phone number, `callerId` must also be a phone number. If `to` is sip address, this value of `callerId` should be a username portion to be used to populate the From header that is passed to the SIP endpoint. </param>
            <param name="callReason"> The Reason for the outgoing call. Use it to specify the purpose of the call that is presented on the called party's phone. (Branded Calls Beta) </param>
            <param name="recordingTrack"> The audio track to record for the call. Can be: `inbound`, `outbound` or `both`. The default is `both`. `inbound` records the audio that is received by Twilio. `outbound` records the audio that is sent from Twilio. `both` records the audio that is received and sent by Twilio. </param>
            <param name="timeLimit"> The maximum duration of the call in seconds. Constraints depend on account and configuration. </param>
            <param name="machineDetection"> Whether to detect if a human, answering machine, or fax has picked up the call. Can be: `Enable` or `DetectMessageEnd`. Use `Enable` if you would like us to return `AnsweredBy` as soon as the called party is identified. Use `DetectMessageEnd`, if you would like to leave a message on an answering machine. For more information, see [Answering Machine Detection](https://www.twilio.com/docs/voice/answering-machine-detection). </param>
            <param name="machineDetectionTimeout"> The number of seconds that we should attempt to detect an answering machine before timing out and sending a voice request with `AnsweredBy` of `unknown`. The default timeout is 30 seconds. </param>
            <param name="machineDetectionSpeechThreshold"> The number of milliseconds that is used as the measuring stick for the length of the speech activity, where durations lower than this value will be interpreted as a human and longer than this value as a machine. Possible Values: 1000-6000. Default: 2400. </param>
            <param name="machineDetectionSpeechEndThreshold"> The number of milliseconds of silence after speech activity at which point the speech activity is considered complete. Possible Values: 500-5000. Default: 1200. </param>
            <param name="machineDetectionSilenceTimeout"> The number of milliseconds of initial silence after which an `unknown` AnsweredBy result will be returned. Possible Values: 2000-10000. Default: 5000. </param>
            <param name="amdStatusCallback"> The URL that we should call using the `amd_status_callback_method` to notify customer application whether the call was answered by human, machine or fax. </param>
            <param name="amdStatusCallbackMethod"> The HTTP method we should use when calling the `amd_status_callback` URL. Can be: `GET` or `POST` and the default is `POST`. </param>
            <param name="trim"> Whether to trim any leading and trailing silence from the participant recording. Can be: `trim-silence` or `do-not-trim` and the default is `trim-silence`. </param>
            <param name="callToken"> A token string needed to invoke a forwarded call. A call_token is generated when an incoming call is received on a Twilio number. Pass an incoming call's call_token value to a forwarded call via the call_token parameter when creating a new call. A forwarded call should bear the same CallerID of the original incoming call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Kick a participant from a given conference </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Delete(Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Kick a participant from a given conference </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Conference.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Kick a participant from a given conference </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Kick a participant from a given conference </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participants to delete. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to delete. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Kick a participant from a given conference </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participants to delete. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to delete. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Fetch(Twilio.Rest.Api.V2010.Account.Conference.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a participant </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Conference.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a participant </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a participant </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participant to fetch. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to fetch. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a participant </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participant to fetch. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID or label of the participant to fetch. Non URL safe characters in a label must be percent encoded, for example, a space character is represented as %20. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Read(Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of participants belonging to the account used to make the request </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Conference.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of participants belonging to the account used to make the request </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Read(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of participants belonging to the account used to make the request </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participants to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to read. </param>
            <param name="muted"> Whether to return only participants that are muted. Can be: `true` or `false`. </param>
            <param name="hold"> Whether to return only participants that are on hold. Can be: `true` or `false`. </param>
            <param name="coaching"> Whether to return only participants who are coaching another call. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.ReadAsync(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of participants belonging to the account used to make the request </summary>
            <param name="pathConferenceSid"> The SID of the conference with the participants to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resources to read. </param>
            <param name="muted"> Whether to return only participants that are muted. Can be: `true` or `false`. </param>
            <param name="hold"> Whether to return only participants that are on hold. Can be: `true` or `false`. </param>
            <param name="coaching"> Whether to return only participants who are coaching another call. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Update(Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the properties of the participant </summary>
            <param name="options"> Update Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Conference.UpdateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the properties of the participant </summary>
            <param name="options"> Update Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ParticipantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ParticipantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Label">
            <summary> The user-specified label of this participant, if one was given when the participant was created. This may be used to fetch, update or delete the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.CallSidToCoach">
            <summary> The SID of the participant who is being `coached`. The participant being coached is the only participant who can hear the participant who is `coaching`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Coaching">
            <summary> Whether the participant is coaching another call. Can be: `true` or `false`. If not present, defaults to `false` unless `call_sid_to_coach` is defined. If `true`, `call_sid_to_coach` must be defined. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.ConferenceSid">
            <summary> The SID of the conference the participant is in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.EndConferenceOnExit">
            <summary> Whether the conference ends when the participant leaves. Can be: `true` or `false` and the default is `false`. If `true`, the conference ends and all other participants drop out when the participant leaves. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Muted">
            <summary> Whether the participant is muted. Can be `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Hold">
            <summary> Whether the participant is on hold. Can be `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.StartConferenceOnEnter">
            <summary> Whether the conference starts when the participant joins the conference, if it has not already started. Can be: `true` or `false` and the default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.QueueTime">
            <summary> The wait time in milliseconds before participant's call is placed. Only available in the response to a create participant request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ParticipantResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions">
            <summary> Delete a recording from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions.PathConferenceSid">
            <summary> The Conference SID that identifies the conference associated with the recording to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Conference Recording resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteConferenceRecordingOptions </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.FetchRecordingOptions">
            <summary> Fetch an instance of a recording for a call </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.FetchRecordingOptions.PathConferenceSid">
            <summary> The Conference SID that identifies the conference associated with the recording to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.FetchRecordingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Conference Recording resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.FetchRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.FetchRecordingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchConferenceRecordingOptions </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.FetchRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions">
            <summary> Retrieve a list of recordings belonging to the call used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions.PathConferenceSid">
            <summary> The Conference SID that identifies the conference associated with the recording to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to read. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions.DateCreated" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions.DateCreatedBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions.DateCreatedAfter" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions.#ctor(System.String)">
            <summary> Construct a new ListConferenceRecordingOptions </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions.PathConferenceSid">
            <summary> The Conference SID that identifies the conference associated with the recording to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Conference Recording resource to update. Use `Twilio.CURRENT` to reference the current active recording. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions.PauseBehavior">
            <summary> Whether to record during a pause. Can be: `skip` or `silence` and the default is `silence`. `skip` does not record during the pause period, while `silence` will replace the actual audio of the call with silence during the pause period. This parameter only applies when setting `status` is set to `paused`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions.#ctor(System.String,System.String,Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.StatusEnum)">
            <summary> Construct a new UpdateConferenceRecordingOptions </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to update. Use `Twilio.CURRENT` to reference the current active recording. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Delete(Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Conference.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Fetch(Twilio.Rest.Api.V2010.Account.Conference.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording for a call </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Conference.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording for a call </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording for a call </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording for a call </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Read(Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of recordings belonging to the call used to make the request </summary>
            <param name="options"> Read Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Conference.ReadRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of recordings belonging to the call used to make the request </summary>
            <param name="options"> Read Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Read(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.ReadAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Conference.RecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Conference.RecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Update(Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid. </summary>
            <param name="options"> Update Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Conference.UpdateRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid. </summary>
            <param name="options"> Update Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Update(System.String,System.String,Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.StatusEnum,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid. </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to update. Use `Twilio.CURRENT` to reference the current active recording. </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to update. </param>
            <param name="pauseBehavior"> Whether to record during a pause. Can be: `skip` or `silence` and the default is `silence`. `skip` does not record during the pause period, while `silence` will replace the actual audio of the call with silence during the pause period. This parameter only applies when setting `status` is set to `paused`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.UpdateAsync(System.String,System.String,Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.StatusEnum,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid. </summary>
            <param name="pathConferenceSid"> The Conference SID that identifies the conference associated with the recording to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Conference Recording resource to update. Use `Twilio.CURRENT` to reference the current active recording. </param>
            <param name="status">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource to update. </param>
            <param name="pauseBehavior"> Whether to record during a pause. Can be: `skip` or `silence` and the default is `silence`. `skip` does not record during the pause period, while `silence` will replace the actual audio of the call with silence during the pause period. This parameter only applies when setting `status` is set to `paused`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RecordingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RecordingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Conference Recording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.ApiVersion">
            <summary> The API version used to create the recording. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Conference Recording resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.ConferenceSid">
            <summary> The Conference SID that identifies the conference associated with the recording. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.StartTime">
            <summary> The start time of the recording in GMT and in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Duration">
            <summary> The length of the recording in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Sid">
            <summary> The unique string that that we created to identify the Conference Recording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Price">
            <summary> The one-time cost of creating the recording in the `price_unit` currency. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.PriceUnit">
            <summary> The currency used in the `price` property. Example: `USD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Channels">
            <summary> The number of channels in the final recording file.  Can be: `1`, or `2`. Separating a two leg call into two separate channels of the recording file is supported in [Dial](https://www.twilio.com/docs/voice/twiml/dial#attributes-record) and [Outbound Rest API](https://www.twilio.com/docs/voice/make-calls) record options. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.ErrorCode">
            <summary> The error code that describes why the recording is `absent`. The error code is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). This value is null if the recording `status` is not `absent`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.EncryptionDetails">
            <summary> How to decrypt the recording if it was encrypted using [Call Recording Encryption](https://www.twilio.com/docs/voice/tutorials/voice-recording-encryption) feature. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Conference.RecordingResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteConnectAppOptions">
            <summary> Delete an instance of a connect-app </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteConnectAppOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteConnectAppOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteConnectAppOptions.#ctor(System.String)">
            <summary> Construct a new DeleteConnectAppOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteConnectAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchConnectAppOptions">
            <summary> Fetch an instance of a connect-app </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchConnectAppOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchConnectAppOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchConnectAppOptions.#ctor(System.String)">
            <summary> Construct a new FetchConnectAppOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchConnectAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadConnectAppOptions">
            <summary> Retrieve a list of connect-apps belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadConnectAppOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadConnectAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions">
            <summary> Update a connect-app with the specified parameters </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the ConnectApp resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.AuthorizeRedirectUrl">
            <summary> The URL to redirect the user to after we authenticate the user and obtain authorization to access the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.CompanyName">
            <summary> The company name to set for the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.DeauthorizeCallbackMethod">
            <summary> The HTTP method to use when calling `deauthorize_callback_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.DeauthorizeCallbackUrl">
            <summary> The URL to call using the `deauthorize_callback_method` to de-authorize the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.Description">
            <summary> A description of the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.HomepageUrl">
            <summary> A public URL where users can obtain more information about this Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.Permissions">
            <summary> A comma-separated list of the permissions you will request from the users of this ConnectApp.  Can include: `get-all` and `post-all`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.#ctor(System.String)">
            <summary> Construct a new UpdateConnectAppOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a connect-app </summary>
            <param name="options"> Delete ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a connect-app </summary>
            <param name="options"> Delete ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a connect-app </summary>
            <param name="options"> Delete ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a connect-app </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a connect-app </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a connect-app </summary>
            <param name="options"> Fetch ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a connect-app </summary>
            <param name="options"> Fetch ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a connect-app </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a connect-app </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Read(Twilio.Rest.Api.V2010.Account.ReadConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of connect-apps belonging to the account used to make the request </summary>
            <param name="options"> Read ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of connect-apps belonging to the account used to make the request </summary>
            <param name="options"> Read ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of connect-apps belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of connect-apps belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.ConnectAppResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.ConnectAppResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Update(Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a connect-app with the specified parameters </summary>
            <param name="options"> Update ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateConnectAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a connect-app with the specified parameters </summary>
            <param name="options"> Update ConnectApp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Update(System.String,System.String,System.Uri,System.String,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,System.Uri,System.Collections.Generic.List{Twilio.Rest.Api.V2010.Account.ConnectAppResource.PermissionEnum},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a connect-app with the specified parameters </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to update. </param>
            <param name="authorizeRedirectUrl"> The URL to redirect the user to after we authenticate the user and obtain authorization to access the Connect App. </param>
            <param name="companyName"> The company name to set for the Connect App. </param>
            <param name="deauthorizeCallbackMethod"> The HTTP method to use when calling `deauthorize_callback_url`. </param>
            <param name="deauthorizeCallbackUrl"> The URL to call using the `deauthorize_callback_method` to de-authorize the Connect App. </param>
            <param name="description"> A description of the Connect App. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="homepageUrl"> A public URL where users can obtain more information about this Connect App. </param>
            <param name="permissions"> A comma-separated list of the permissions you will request from the users of this ConnectApp.  Can include: `get-all` and `post-all`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.UpdateAsync(System.String,System.String,System.Uri,System.String,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,System.Uri,System.Collections.Generic.List{Twilio.Rest.Api.V2010.Account.ConnectAppResource.PermissionEnum},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a connect-app with the specified parameters </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ConnectApp resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resources to update. </param>
            <param name="authorizeRedirectUrl"> The URL to redirect the user to after we authenticate the user and obtain authorization to access the Connect App. </param>
            <param name="companyName"> The company name to set for the Connect App. </param>
            <param name="deauthorizeCallbackMethod"> The HTTP method to use when calling `deauthorize_callback_url`. </param>
            <param name="deauthorizeCallbackUrl"> The URL to call using the `deauthorize_callback_method` to de-authorize the Connect App. </param>
            <param name="description"> A description of the Connect App. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="homepageUrl"> A public URL where users can obtain more information about this Connect App. </param>
            <param name="permissions"> A comma-separated list of the permissions you will request from the users of this ConnectApp.  Can include: `get-all` and `post-all`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectApp </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConnectAppResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConnectAppResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ConnectAppResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ConnectApp resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.AuthorizeRedirectUrl">
            <summary> The URL we redirect the user to after we authenticate the user and obtain authorization to access the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.CompanyName">
            <summary> The company name set for the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.DeauthorizeCallbackMethod">
            <summary> The HTTP method we use to call `deauthorize_callback_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.DeauthorizeCallbackUrl">
            <summary> The URL we call using the `deauthorize_callback_method` to de-authorize the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Description">
            <summary> The description of the Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.HomepageUrl">
            <summary> The public URL where users can obtain more information about this Connect App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Permissions">
            <summary> The set of permissions that your ConnectApp requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Sid">
            <summary> The unique string that that we created to identify the ConnectApp resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ConnectAppResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions">
            <summary> Purchase a phone-number for the account. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.ApiVersion">
            <summary> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.FriendlyName">
            <summary> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the new phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.SmsApplicationSid">
            <summary> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.SmsFallbackMethod">
            <summary> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.SmsFallbackUrl">
            <summary> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.SmsMethod">
            <summary> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.SmsUrl">
            <summary> The URL we should call when the new phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.VoiceApplicationSid">
            <summary> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.VoiceCallerIdLookup">
            <summary> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.VoiceFallbackMethod">
            <summary> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.VoiceMethod">
            <summary> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.VoiceUrl">
            <summary> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration to use for emergency calling from the new phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.TrunkSid">
            <summary> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.IdentitySid">
            <summary> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.AddressSid">
            <summary> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.PhoneNumber">
            <summary> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.AreaCode">
            <summary> The desired area code for your new incoming phone number. Can be any three-digit, US or Canada area code. We will provision an available phone number within this area code for you. **You must provide an `area_code` or a `phone_number`.** (US and Canada only). </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteIncomingPhoneNumberOptions">
            <summary> Delete a phone-numbers belonging to the account used to make the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteIncomingPhoneNumberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteIncomingPhoneNumberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteIncomingPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new DeleteIncomingPhoneNumberOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteIncomingPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchIncomingPhoneNumberOptions">
            <summary> Fetch an incoming-phone-number belonging to the account used to make the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchIncomingPhoneNumberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchIncomingPhoneNumberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchIncomingPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new FetchIncomingPhoneNumberOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchIncomingPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions">
            <summary> Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions.Beta">
            <summary> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions.FriendlyName">
            <summary> A string that identifies the IncomingPhoneNumber resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions.PhoneNumber">
            <summary> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions.Origin">
            <summary> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions">
            <summary> Update an incoming-phone-number instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update.  For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update.  For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.ApiVersion">
            <summary> The API version to use for incoming calls made to the phone number. The default is `2010-04-01`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.FriendlyName">
            <summary> A descriptive string that you created to describe this phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.SmsApplicationSid">
            <summary> The SID of the application that should handle SMS messages sent to the number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.SmsFallbackMethod">
            <summary> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.SmsFallbackUrl">
            <summary> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.SmsMethod">
            <summary> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.SmsUrl">
            <summary> The URL we should call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.VoiceApplicationSid">
            <summary> The SID of the application we should use to handle phone calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.VoiceCallerIdLookup">
            <summary> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.VoiceFallbackMethod">
            <summary> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.VoiceMethod">
            <summary> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.VoiceUrl">
            <summary> The URL that we should call to answer a call to the phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration to use for emergency calling from this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.TrunkSid">
            <summary> The SID of the Trunk we should use to handle phone calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.IdentitySid">
            <summary> The SID of the Identity resource that we should associate with the phone number. Some regions require an identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.AddressSid">
            <summary> The SID of the Address resource we should associate with the phone number. Some regions require addresses to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new UpdateIncomingPhoneNumberOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Create(Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Purchase a phone-number for the account. </summary>
            <param name="options"> Create IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Purchase a phone-number for the account. </summary>
            <param name="options"> Create IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Create(System.String,Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.EmergencyStatusEnum,System.String,System.String,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceReceiveModeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Purchase a phone-number for the account. </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="areaCode"> The desired area code for your new incoming phone number. Can be any three-digit, US or Canada area code. We will provision an available phone number within this area code for you. **You must provide an `area_code` or a `phone_number`.** (US and Canada only). </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the new phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the new phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from the new phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.CreateAsync(System.String,Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.EmergencyStatusEnum,System.String,System.String,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceReceiveModeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Purchase a phone-number for the account. </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="areaCode"> The desired area code for your new incoming phone number. Can be any three-digit, US or Canada area code. We will provision an available phone number within this area code for you. **You must provide an `area_code` or a `phone_number`.** (US and Canada only). </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the new phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the new phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from the new phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a phone-numbers belonging to the account used to make the request. </summary>
            <param name="options"> Delete IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a phone-numbers belonging to the account used to make the request. </summary>
            <param name="options"> Delete IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a phone-numbers belonging to the account used to make the request. </summary>
            <param name="options"> Delete IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a phone-numbers belonging to the account used to make the request. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a phone-numbers belonging to the account used to make the request. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an incoming-phone-number belonging to the account used to make the request. </summary>
            <param name="options"> Fetch IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an incoming-phone-number belonging to the account used to make the request. </summary>
            <param name="options"> Fetch IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an incoming-phone-number belonging to the account used to make the request. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an incoming-phone-number belonging to the account used to make the request. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Read(Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. </summary>
            <param name="options"> Read IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. </summary>
            <param name="options"> Read IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Read(System.String,System.Nullable{System.Boolean},System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to read. </param>
            <param name="beta"> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="friendlyName"> A string that identifies the IncomingPhoneNumber resources to read. </param>
            <param name="phoneNumber"> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="origin"> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.ReadAsync(System.String,System.Nullable{System.Boolean},System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resources to read. </param>
            <param name="beta"> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="friendlyName"> A string that identifies the IncomingPhoneNumber resources to read. </param>
            <param name="phoneNumber"> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="origin"> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Update(Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an incoming-phone-number instance. </summary>
            <param name="options"> Update IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateIncomingPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an incoming-phone-number instance. </summary>
            <param name="options"> Update IncomingPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Update(System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.EmergencyStatusEnum,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceReceiveModeEnum,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an incoming-phone-number instance. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update.  For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers). </param>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update.  For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers). </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe this phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle phone calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from this phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle phone calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the phone number. Some regions require an identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the phone number. Some regions require addresses to meet local regulations. </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.EmergencyStatusEnum,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceReceiveModeEnum,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an incoming-phone-number instance. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IncomingPhoneNumber resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update.  For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers). </param>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IncomingPhoneNumber resource to update.  For more information, see [Exchanging Numbers Between Subaccounts](https://www.twilio.com/docs/iam/api/subaccounts#exchanging-numbers). </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe this phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle phone calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from this phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle phone calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the phone number. Some regions require an identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the phone number. Some regions require addresses to meet local regulations. </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IncomingPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a IncomingPhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> IncomingPhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.AddressSid">
            <summary> The SID of the Address resource associated with the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.ApiVersion">
            <summary> The API version used to start a new TwiML session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.IdentitySid">
            <summary> The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Origin">
            <summary> The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Sid">
            <summary> The unique string that that we created to identify this IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.SmsApplicationSid">
            <summary> The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.SmsFallbackMethod">
            <summary> The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.SmsFallbackUrl">
            <summary> The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.SmsMethod">
            <summary> The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.SmsUrl">
            <summary> The URL we call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.StatusCallback">
            <summary> The URL we call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.StatusCallbackMethod">
            <summary> The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.TrunkSid">
            <summary> The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceApplicationSid">
            <summary> The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceCallerIdLookup">
            <summary> Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceFallbackMethod">
            <summary> The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceFallbackUrl">
            <summary> The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.VoiceUrl">
            <summary> The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration that we use for emergency calling from this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumberResource.Status">
            <summary> The status </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateAssignedAddOnOptions">
            <summary> Assign an Add-on installation to the Number specified. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateAssignedAddOnOptions.PathResourceSid">
            <summary> The SID of the Phone Number to assign the Add-on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateAssignedAddOnOptions.InstalledAddOnSid">
            <summary> The SID that identifies the Add-on installation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateAssignedAddOnOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateAssignedAddOnOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateIncomingPhoneNumberAssignedAddOnOptions </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to assign the Add-on. </param>
            <param name="installedAddOnSid"> The SID that identifies the Add-on installation. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateAssignedAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions">
            <summary> Remove the assignment of an Add-on installation from the Number specified. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions.PathResourceSid">
            <summary> The SID of the Phone Number to which the Add-on is assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteIncomingPhoneNumberAssignedAddOnOptions </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.FetchAssignedAddOnOptions">
            <summary> Fetch an instance of an Add-on installation currently assigned to this Number. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.FetchAssignedAddOnOptions.PathResourceSid">
            <summary> The SID of the Phone Number to which the Add-on is assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.FetchAssignedAddOnOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.FetchAssignedAddOnOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.FetchAssignedAddOnOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchIncomingPhoneNumberAssignedAddOnOptions </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.FetchAssignedAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadAssignedAddOnOptions">
            <summary> Retrieve a list of Add-on installations currently assigned to this Number. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadAssignedAddOnOptions.PathResourceSid">
            <summary> The SID of the Phone Number to which the Add-on is assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadAssignedAddOnOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadAssignedAddOnOptions.#ctor(System.String)">
            <summary> Construct a new ListIncomingPhoneNumberAssignedAddOnOptions </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadAssignedAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Create(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Add-on installation to the Number specified. </summary>
            <param name="options"> Create AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.CreateAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Add-on installation to the Number specified. </summary>
            <param name="options"> Create AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Add-on installation to the Number specified. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to assign the Add-on. </param>
            <param name="installedAddOnSid"> The SID that identifies the Add-on installation. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Add-on installation to the Number specified. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to assign the Add-on. </param>
            <param name="installedAddOnSid"> The SID that identifies the Add-on installation. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove the assignment of an Add-on installation from the Number specified. </summary>
            <param name="options"> Delete AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Delete(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove the assignment of an Add-on installation from the Number specified. </summary>
            <param name="options"> Delete AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.DeleteAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove the assignment of an Add-on installation from the Number specified. </summary>
            <param name="options"> Delete AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove the assignment of an Add-on installation from the Number specified. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove the assignment of an Add-on installation from the Number specified. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Fetch(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.FetchAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on installation currently assigned to this Number. </summary>
            <param name="options"> Fetch AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.FetchAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.FetchAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on installation currently assigned to this Number. </summary>
            <param name="options"> Fetch AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on installation currently assigned to this Number. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on installation currently assigned to this Number. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Read(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-on installations currently assigned to this Number. </summary>
            <param name="options"> Read AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.ReadAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadAssignedAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-on installations currently assigned to this Number. </summary>
            <param name="options"> Read AssignedAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-on installations currently assigned to this Number. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-on installations currently assigned to this Number. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AssignedAddOnResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AssignedAddOnResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Sid">
            <summary> The unique string that that we created to identify the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.ResourceSid">
            <summary> The SID of the Phone Number to which the Add-on is assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Description">
            <summary> A short description of the functionality that the Add-on provides. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Configuration">
            <summary> A JSON string that represents the current configuration of this Add-on installation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOnResource.SubresourceUris">
            <summary> A list of related resources identified by their relative URIs. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions">
            <summary> Fetch an instance of an Extension for the Assigned Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions.PathResourceSid">
            <summary> The SID of the Phone Number to which the Add-on is assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions.PathAssignedAddOnSid">
            <summary> The SID that uniquely identifies the assigned Add-on installation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchIncomingPhoneNumberAssignedAddOnExtensionOptions </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathAssignedAddOnSid"> The SID that uniquely identifies the assigned Add-on installation. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.ReadAssignedAddOnExtensionOptions">
            <summary> Retrieve a list of Extensions for the Assigned Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.ReadAssignedAddOnExtensionOptions.PathResourceSid">
            <summary> The SID of the Phone Number to which the Add-on is assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.ReadAssignedAddOnExtensionOptions.PathAssignedAddOnSid">
            <summary> The SID that uniquely identifies the assigned Add-on installation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.ReadAssignedAddOnExtensionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.ReadAssignedAddOnExtensionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListIncomingPhoneNumberAssignedAddOnExtensionOptions </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathAssignedAddOnSid"> The SID that uniquely identifies the assigned Add-on installation. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.ReadAssignedAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.Fetch(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Assigned Add-on. </summary>
            <param name="options"> Fetch AssignedAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.FetchAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.FetchAssignedAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Assigned Add-on. </summary>
            <param name="options"> Fetch AssignedAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.Fetch(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Assigned Add-on. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathAssignedAddOnSid"> The SID that uniquely identifies the assigned Add-on installation. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.FetchAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Assigned Add-on. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathAssignedAddOnSid"> The SID that uniquely identifies the assigned Add-on installation. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.Read(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.ReadAssignedAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Assigned Add-on. </summary>
            <param name="options"> Read AssignedAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.ReadAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.ReadAssignedAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Assigned Add-on. </summary>
            <param name="options"> Read AssignedAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Assigned Add-on. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathAssignedAddOnSid"> The SID that uniquely identifies the assigned Add-on installation. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssignedAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Assigned Add-on. </summary>
            <param name="pathResourceSid"> The SID of the Phone Number to which the Add-on is assigned. </param>
            <param name="pathAssignedAddOnSid"> The SID that uniquely identifies the assigned Add-on installation. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssignedAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AssignedAddOnExtensionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AssignedAddOnExtensionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.Sid">
            <summary> The unique string that that we created to identify the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.ResourceSid">
            <summary> The SID of the Phone Number to which the Add-on is assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.AssignedAddOnSid">
            <summary> The SID that uniquely identifies the assigned Add-on installation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.ProductName">
            <summary> A string that you assigned to describe the Product this Extension is used within. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.AssignedAddOn.AssignedAddOnExtensionResource.Enabled">
            <summary> Whether the Extension will be invoked. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.PhoneNumber">
            <summary> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.ApiVersion">
            <summary> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.FriendlyName">
            <summary> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.SmsApplicationSid">
            <summary> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.SmsFallbackMethod">
            <summary> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.SmsFallbackUrl">
            <summary> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.SmsMethod">
            <summary> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.SmsUrl">
            <summary> The URL we should call when the new phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.VoiceApplicationSid">
            <summary> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.VoiceCallerIdLookup">
            <summary> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.VoiceFallbackMethod">
            <summary> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.VoiceMethod">
            <summary> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.VoiceUrl">
            <summary> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.IdentitySid">
            <summary> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.AddressSid">
            <summary> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration to use for emergency calling from the new phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.TrunkSid">
            <summary> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new CreateIncomingPhoneNumberLocalOptions </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions.Beta">
            <summary> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions.FriendlyName">
            <summary> A string that identifies the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions.PhoneNumber">
            <summary> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions.Origin">
            <summary> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Create(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Local parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.CreateAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateLocalOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Local parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Create(Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.EmergencyStatusEnum,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.VoiceReceiveModeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the new phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from the new phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.CreateAsync(Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.EmergencyStatusEnum,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.VoiceReceiveModeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those set on the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the new phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from the new phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Read(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Local parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.ReadAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadLocalOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Local parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Read(System.String,System.Nullable{System.Boolean},System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="beta"> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="friendlyName"> A string that identifies the resources to read. </param>
            <param name="phoneNumber"> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="origin"> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.ReadAsync(System.String,System.Nullable{System.Boolean},System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="beta"> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="friendlyName"> A string that identifies the resources to read. </param>
            <param name="phoneNumber"> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="origin"> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Local </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a LocalResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> LocalResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.AddressSid">
            <summary> The SID of the Address resource associated with the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.ApiVersion">
            <summary> The API version used to start a new TwiML session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.IdentitySid">
            <summary> The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Origin">
            <summary> The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Sid">
            <summary> The unique string that that we created to identify the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.SmsApplicationSid">
            <summary> The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.SmsFallbackMethod">
            <summary> The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.SmsFallbackUrl">
            <summary> The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.SmsMethod">
            <summary> The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.SmsUrl">
            <summary> The URL we call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.StatusCallback">
            <summary> The URL we call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.StatusCallbackMethod">
            <summary> The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.TrunkSid">
            <summary> The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.VoiceApplicationSid">
            <summary> The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.VoiceCallerIdLookup">
            <summary> Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.VoiceFallbackMethod">
            <summary> The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.VoiceFallbackUrl">
            <summary> The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.VoiceUrl">
            <summary> The URL we call when this phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration that we use for emergency calling from this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.LocalResource.Status">
            <summary> The status </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.PhoneNumber">
            <summary> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.ApiVersion">
            <summary> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.FriendlyName">
            <summary> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, the is a formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.SmsApplicationSid">
            <summary> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those of the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.SmsFallbackMethod">
            <summary> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.SmsFallbackUrl">
            <summary> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.SmsMethod">
            <summary> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.SmsUrl">
            <summary> The URL we should call when the new phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.VoiceApplicationSid">
            <summary> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.VoiceCallerIdLookup">
            <summary> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.VoiceFallbackMethod">
            <summary> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.VoiceMethod">
            <summary> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.VoiceUrl">
            <summary> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.IdentitySid">
            <summary> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.AddressSid">
            <summary> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration to use for emergency calling from the new phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.TrunkSid">
            <summary> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new CreateIncomingPhoneNumberMobileOptions </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions.Beta">
            <summary> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions.FriendlyName">
            <summary> A string that identifies the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions.PhoneNumber">
            <summary> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions.Origin">
            <summary> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Create(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Mobile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.CreateAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateMobileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Mobile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Create(Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.EmergencyStatusEnum,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.VoiceReceiveModeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, the is a formatted version of the phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those of the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the new phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from the new phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.CreateAsync(Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.EmergencyStatusEnum,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.VoiceReceiveModeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, the is a formatted version of the phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all of the `sms_*_url` urls and use those of the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the new phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use only those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the new phone number. Some regions require an identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from the new phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Read(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Mobile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.ReadAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadMobileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Mobile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Read(System.String,System.Nullable{System.Boolean},System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="beta"> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="friendlyName"> A string that identifies the resources to read. </param>
            <param name="phoneNumber"> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="origin"> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.ReadAsync(System.String,System.Nullable{System.Boolean},System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="beta"> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="friendlyName"> A string that identifies the resources to read. </param>
            <param name="phoneNumber"> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="origin"> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Mobile </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MobileResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MobileResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.AddressSid">
            <summary> The SID of the Address resource associated with the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.ApiVersion">
            <summary> The API version used to start a new TwiML session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.IdentitySid">
            <summary> The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Origin">
            <summary> The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Sid">
            <summary> The unique string that that we created to identify the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.SmsApplicationSid">
            <summary> The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.SmsFallbackMethod">
            <summary> The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.SmsFallbackUrl">
            <summary> The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.SmsMethod">
            <summary> The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.SmsUrl">
            <summary> The URL we call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.StatusCallback">
            <summary> The URL we call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.StatusCallbackMethod">
            <summary> The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.TrunkSid">
            <summary> The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.VoiceApplicationSid">
            <summary> The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.VoiceCallerIdLookup">
            <summary> Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.VoiceFallbackMethod">
            <summary> The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.VoiceFallbackUrl">
            <summary> The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.VoiceUrl">
            <summary> The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration that we use for emergency calling from this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.MobileResource.Status">
            <summary> The status </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.PhoneNumber">
            <summary> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.ApiVersion">
            <summary> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.FriendlyName">
            <summary> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.SmsApplicationSid">
            <summary> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.SmsFallbackMethod">
            <summary> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.SmsFallbackUrl">
            <summary> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.SmsMethod">
            <summary> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.SmsUrl">
            <summary> The URL we should call when the new phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.VoiceApplicationSid">
            <summary> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.VoiceCallerIdLookup">
            <summary> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.VoiceFallbackMethod">
            <summary> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.VoiceMethod">
            <summary> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.VoiceUrl">
            <summary> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.IdentitySid">
            <summary> The SID of the Identity resource that we should associate with the new phone number. Some regions require an Identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.AddressSid">
            <summary> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration to use for emergency calling from the new phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.TrunkSid">
            <summary> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new CreateIncomingPhoneNumberTollFreeOptions </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions.Beta">
            <summary> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions.FriendlyName">
            <summary> A string that identifies the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions.PhoneNumber">
            <summary> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions.Origin">
            <summary> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Create(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create TollFree parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.CreateAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.CreateTollFreeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create TollFree parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Create(Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.EmergencyStatusEnum,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.VoiceReceiveModeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the new phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the new phone number. Some regions require an Identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from the new phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.CreateAsync(Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.EmergencyStatusEnum,System.String,System.String,Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.VoiceReceiveModeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="phoneNumber"> The phone number to purchase specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="apiVersion"> The API version to use for incoming calls made to the new phone number. The default is `2010-04-01`. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the new phone number. It can be up to 64 characters long. By default, this is a formatted version of the phone number. </param>
            <param name="smsApplicationSid"> The SID of the application that should handle SMS messages sent to the new phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call `sms_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call when an error occurs while requesting or executing the TwiML defined by `sms_url`. </param>
            <param name="smsMethod"> The HTTP method that we should use to call `sms_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="smsUrl"> The URL we should call when the new phone number receives an incoming SMS message. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceApplicationSid"> The SID of the application we should use to handle calls to the new phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </param>
            <param name="voiceCallerIdLookup"> Whether to lookup the caller's name from the CNAM database and post it to your app. Can be: `true` or `false` and defaults to `false`. </param>
            <param name="voiceFallbackMethod"> The HTTP method that we should use to call `voice_fallback_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`. </param>
            <param name="voiceMethod"> The HTTP method that we should use to call `voice_url`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="voiceUrl"> The URL that we should call to answer a call to the new phone number. The `voice_url` will not be called if a `voice_application_sid` or a `trunk_sid` is set. </param>
            <param name="identitySid"> The SID of the Identity resource that we should associate with the new phone number. Some regions require an Identity to meet local regulations. </param>
            <param name="addressSid"> The SID of the Address resource we should associate with the new phone number. Some regions require addresses to meet local regulations. </param>
            <param name="emergencyStatus">  </param>
            <param name="emergencyAddressSid"> The SID of the emergency address configuration to use for emergency calling from the new phone number. </param>
            <param name="trunkSid"> The SID of the Trunk we should use to handle calls to the new phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use only those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </param>
            <param name="voiceReceiveMode">  </param>
            <param name="bundleSid"> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Read(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TollFree parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.ReadAsync(Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.ReadTollFreeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TollFree parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Read(System.String,System.Nullable{System.Boolean},System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="beta"> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="friendlyName"> A string that identifies the resources to read. </param>
            <param name="phoneNumber"> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="origin"> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.ReadAsync(System.String,System.Nullable{System.Boolean},System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resources to read. </param>
            <param name="beta"> Whether to include phone numbers new to the Twilio platform. Can be: `true` or `false` and the default is `true`. </param>
            <param name="friendlyName"> A string that identifies the resources to read. </param>
            <param name="phoneNumber"> The phone numbers of the IncomingPhoneNumber resources to read. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="origin"> Whether to include phone numbers based on their origin. Can be: `twilio` or `hosted`. By default, phone numbers of all origin are included. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollFree </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TollFreeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TollFreeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.AddressSid">
            <summary> The SID of the Address resource associated with the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.ApiVersion">
            <summary> The API version used to start a new TwiML session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.IdentitySid">
            <summary> The SID of the Identity resource that we associate with the phone number. Some regions require an Identity to meet local regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Origin">
            <summary> The phone number's origin. `twilio` identifies Twilio-owned phone numbers and `hosted` identifies hosted phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Sid">
            <summary> The unique string that that we created to identify the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.SmsApplicationSid">
            <summary> The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.SmsFallbackMethod">
            <summary> The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.SmsFallbackUrl">
            <summary> The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.SmsMethod">
            <summary> The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.SmsUrl">
            <summary> The URL we call when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.StatusCallback">
            <summary> The URL we call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.StatusCallbackMethod">
            <summary> The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.TrunkSid">
            <summary> The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice urls and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.VoiceApplicationSid">
            <summary> The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice urls and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.VoiceCallerIdLookup">
            <summary> Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.VoiceFallbackMethod">
            <summary> The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.VoiceFallbackUrl">
            <summary> The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.VoiceUrl">
            <summary> The URL we call when the phone number receives a call. The `voice_url` will not be used if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.EmergencyAddressSid">
            <summary> The SID of the emergency address configuration that we use for emergency calling from this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.BundleSid">
            <summary> The SID of the Bundle resource that you associate with the phone number. Some regions require a Bundle to meet local Regulations. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.IncomingPhoneNumber.TollFreeResource.Status">
            <summary> The status </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteKeyOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Key resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteKeyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteKeyOptions.#ctor(System.String)">
            <summary> Construct a new DeleteKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchKeyOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Key resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchKeyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchKeyOptions.#ctor(System.String)">
            <summary> Construct a new FetchKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadKeyOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadKeyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateKeyOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Key resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateKeyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateKeyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateKeyOptions.#ctor(System.String)">
            <summary> Construct a new UpdateKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.Read(Twilio.Rest.Api.V2010.Account.ReadKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.KeyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.KeyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.Update(Twilio.Rest.Api.V2010.Account.UpdateKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Key resources to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a KeyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> KeyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.KeyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.KeyResource.Sid">
            <summary> The unique string that that we created to identify the Key resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.KeyResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.KeyResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.KeyResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateMessageOptions">
            <summary> Send a message </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.To">
            <summary> The recipient's phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (for SMS/MMS) or [channel address](https://www.twilio.com/docs/messaging/channels), e.g. `whatsapp:+15552229999`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) creating the Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.StatusCallback">
            <summary> The URL of the endpoint to which Twilio sends [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url). URL must contain a valid hostname and underscores are not allowed. If you include this parameter with the `messaging_service_sid`, Twilio uses this URL instead of the Status Callback URL of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource).  </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.ApplicationSid">
            <summary> The SID of the associated [TwiML Application](https://www.twilio.com/docs/usage/api/applications). [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url) are sent to the TwiML App's `message_status_callback` URL. Note that the `status_callback` parameter of a request takes priority over the `application_sid` parameter; if both are included `application_sid` is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.MaxPrice">
            <summary> [OBSOLETE] This parameter will no longer have any effect as of 2024-06-03. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.ProvideFeedback">
            <summary> Boolean indicating whether or not you intend to provide delivery confirmation feedback to Twilio (used in conjunction with the [Message Feedback subresource](https://www.twilio.com/docs/sms/api/message-feedback-resource)). Default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.Attempt">
            <summary> Total number of attempts made (including this request) to send the message regardless of the provider used </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.ValidityPeriod">
            <summary> The maximum length in seconds that the Message can remain in Twilio's outgoing message queue. If a queued Message exceeds the `validity_period`, the Message is not sent. Accepted values are integers from `1` to `36000`. Default value is `36000`. A `validity_period` greater than `5` is recommended. [Learn more about the validity period](https://www.twilio.com/blog/take-more-control-of-outbound-messages-using-validity-period-html) </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.ForceDelivery">
            <summary> Reserved </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.SmartEncoded">
            <summary> Whether to detect Unicode characters that have a similar GSM-7 character and replace them. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.PersistentAction">
            <summary> Rich actions for non-SMS/MMS channels. Used for [sending location in WhatsApp messages](https://www.twilio.com/docs/whatsapp/message-features#location-messages-with-whatsapp). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.ShortenUrls">
            <summary> For Messaging Services with [Link Shortening configured](https://www.twilio.com/docs/messaging/features/link-shortening) only: A Boolean indicating whether or not Twilio should shorten links in the `body` of the Message. Default value is `false`. If `true`, the `messaging_service_sid` parameter must also be provided. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.SendAt">
            <summary> The time that Twilio will send the message. Must be in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.SendAsMms">
            <summary> If set to `true`, Twilio delivers the message as a single MMS message, regardless of the presence of media. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.ContentVariables">
            <summary> For [Content Editor/API](https://www.twilio.com/docs/content) only: Key-value pairs of [Template variables](https://www.twilio.com/docs/content/using-variables-with-content-api) and their substitution values. `content_sid` parameter must also be provided. If values are not defined in the `content_variables` parameter, the [Template's default placeholder values](https://www.twilio.com/docs/content/content-api-resources#create-templates) are used. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.From">
            <summary> The sender's Twilio phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/quickstart), [Wireless SIM](https://www.twilio.com/docs/iot/wireless/programmable-wireless-send-machine-machine-sms-commands), [short code](https://www.twilio.com/en-us/messaging/channels/sms/short-codes), or [channel address](https://www.twilio.com/docs/messaging/channels) (e.g., `whatsapp:+15554449999`). The value of the `from` parameter must be a sender that is hosted within Twilio and belongs to the Account creating the Message. If you are using `messaging_service_sid`, this parameter can be empty (Twilio assigns a `from` value from the Messaging Service's Sender Pool) or you can provide a specific sender from your Sender Pool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) you want to associate with the Message. When this parameter is provided and the `from` parameter is omitted, Twilio selects the optimal sender from the Messaging Service's Sender Pool. You may also provide a `from` parameter if you want to use a specific Sender from the Sender Pool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.Body">
            <summary> The text content of the outgoing message. Can be up to 1,600 characters in length. SMS only: If the `body` contains more than 160 [GSM-7](https://www.twilio.com/docs/glossary/what-is-gsm-7-character-encoding) characters (or 70 [UCS-2](https://www.twilio.com/docs/glossary/what-is-ucs-2-character-encoding) characters), the message is segmented and charged accordingly. For long `body` text, consider using the [send_as_mms parameter](https://www.twilio.com/blog/mms-for-long-text-messages). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.MediaUrl">
            <summary> The URL of media to include in the Message content. `jpeg`, `jpg`, `gif`, and `png` file types are fully supported by Twilio and content is formatted for delivery on destination devices. The media size limit is 5 MB for supported file types (`jpeg`, `jpg`, `png`, `gif`) and 500 KB for [other types](https://www.twilio.com/docs/messaging/guides/accepted-mime-types) of accepted media. To send more than one image in the message, provide multiple `media_url` parameters in the POST request. You can include up to ten `media_url` parameters per message. [International](https://support.twilio.com/hc/en-us/articles/223179808-Sending-and-receiving-MMS-messages) and [carrier](https://support.twilio.com/hc/en-us/articles/223133707-Is-MMS-supported-for-all-carriers-in-US-and-Canada-) limits apply. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.ContentSid">
            <summary> For [Content Editor/API](https://www.twilio.com/docs/content) only: The SID of the Content Template to be used with the Message, e.g., `HXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`. If this parameter is not provided, a Content Template is not used. Find the SID in the Console on the Content Editor page. For Content API users, the SID is found in Twilio's response when [creating the Template](https://www.twilio.com/docs/content/content-api-resources#create-templates) or by [fetching your Templates](https://www.twilio.com/docs/content/content-api-resources#fetch-all-content-resources). </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new CreateMessageOptions </summary>
            <param name="to"> The recipient's phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (for SMS/MMS) or [channel address](https://www.twilio.com/docs/messaging/channels), e.g. `whatsapp:+15552229999`. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteMessageOptions">
            <summary> Deletes a Message resource from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteMessageOptions.PathSid">
            <summary> The SID of the Message resource you wish to delete </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteMessageOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteMessageOptions.#ctor(System.String)">
            <summary> Construct a new DeleteMessageOptions </summary>
            <param name="pathSid"> The SID of the Message resource you wish to delete </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchMessageOptions">
            <summary> Fetch a specific Message </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchMessageOptions.PathSid">
            <summary> The SID of the Message resource to be fetched </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchMessageOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchMessageOptions.#ctor(System.String)">
            <summary> Construct a new FetchMessageOptions </summary>
            <param name="pathSid"> The SID of the Message resource to be fetched </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadMessageOptions">
            <summary> Retrieve a list of Message resources associated with a Twilio Account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadMessageOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadMessageOptions.To">
            <summary> Filter by recipient. For example: Set this `to` parameter to `+15558881111` to retrieve a list of Message resources with `to` properties of `+15558881111` </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadMessageOptions.From">
            <summary> Filter by sender. For example: Set this `from` parameter to `+15552229999` to retrieve a list of Message resources with `from` properties of `+15552229999` </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadMessageOptions.DateSent" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadMessageOptions.DateSentBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadMessageOptions.DateSentAfter" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateMessageOptions">
            <summary> Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateMessageOptions.PathSid">
            <summary> The SID of the Message resource to be updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateMessageOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateMessageOptions.Body">
            <summary> The new `body` of the Message resource. To redact the text content of a Message, this parameter's value must be an empty string </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateMessageOptions.#ctor(System.String)">
            <summary> Construct a new UpdateMessageOptions </summary>
            <param name="pathSid"> The SID of the Message resource to be updated </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Create(Twilio.Rest.Api.V2010.Account.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Send a message </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Send a message </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Create(Twilio.Types.PhoneNumber,System.String,Twilio.Types.PhoneNumber,System.String,System.String,System.Collections.Generic.List{System.Uri},System.String,System.Uri,System.String,System.Nullable{System.Decimal},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Rest.Api.V2010.Account.MessageResource.ContentRetentionEnum,Twilio.Rest.Api.V2010.Account.MessageResource.AddressRetentionEnum,System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.Nullable{System.Boolean},Twilio.Rest.Api.V2010.Account.MessageResource.ScheduleTypeEnum,System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.String,Twilio.Rest.Api.V2010.Account.MessageResource.RiskCheckEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Send a message </summary>
            <param name="to"> The recipient's phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (for SMS/MMS) or [channel address](https://www.twilio.com/docs/messaging/channels), e.g. `whatsapp:+15552229999`. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) creating the Message resource. </param>
            <param name="from"> The sender's Twilio phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/quickstart), [Wireless SIM](https://www.twilio.com/docs/iot/wireless/programmable-wireless-send-machine-machine-sms-commands), [short code](https://www.twilio.com/en-us/messaging/channels/sms/short-codes), or [channel address](https://www.twilio.com/docs/messaging/channels) (e.g., `whatsapp:+15554449999`). The value of the `from` parameter must be a sender that is hosted within Twilio and belongs to the Account creating the Message. If you are using `messaging_service_sid`, this parameter can be empty (Twilio assigns a `from` value from the Messaging Service's Sender Pool) or you can provide a specific sender from your Sender Pool. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) you want to associate with the Message. When this parameter is provided and the `from` parameter is omitted, Twilio selects the optimal sender from the Messaging Service's Sender Pool. You may also provide a `from` parameter if you want to use a specific Sender from the Sender Pool. </param>
            <param name="body"> The text content of the outgoing message. Can be up to 1,600 characters in length. SMS only: If the `body` contains more than 160 [GSM-7](https://www.twilio.com/docs/glossary/what-is-gsm-7-character-encoding) characters (or 70 [UCS-2](https://www.twilio.com/docs/glossary/what-is-ucs-2-character-encoding) characters), the message is segmented and charged accordingly. For long `body` text, consider using the [send_as_mms parameter](https://www.twilio.com/blog/mms-for-long-text-messages). </param>
            <param name="mediaUrl"> The URL of media to include in the Message content. `jpeg`, `jpg`, `gif`, and `png` file types are fully supported by Twilio and content is formatted for delivery on destination devices. The media size limit is 5 MB for supported file types (`jpeg`, `jpg`, `png`, `gif`) and 500 KB for [other types](https://www.twilio.com/docs/messaging/guides/accepted-mime-types) of accepted media. To send more than one image in the message, provide multiple `media_url` parameters in the POST request. You can include up to ten `media_url` parameters per message. [International](https://support.twilio.com/hc/en-us/articles/223179808-Sending-and-receiving-MMS-messages) and [carrier](https://support.twilio.com/hc/en-us/articles/223133707-Is-MMS-supported-for-all-carriers-in-US-and-Canada-) limits apply. </param>
            <param name="contentSid"> For [Content Editor/API](https://www.twilio.com/docs/content) only: The SID of the Content Template to be used with the Message, e.g., `HXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`. If this parameter is not provided, a Content Template is not used. Find the SID in the Console on the Content Editor page. For Content API users, the SID is found in Twilio's response when [creating the Template](https://www.twilio.com/docs/content/content-api-resources#create-templates) or by [fetching your Templates](https://www.twilio.com/docs/content/content-api-resources#fetch-all-content-resources). </param>
            <param name="statusCallback"> The URL of the endpoint to which Twilio sends [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url). URL must contain a valid hostname and underscores are not allowed. If you include this parameter with the `messaging_service_sid`, Twilio uses this URL instead of the Status Callback URL of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource).  </param>
            <param name="applicationSid"> The SID of the associated [TwiML Application](https://www.twilio.com/docs/usage/api/applications). [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url) are sent to the TwiML App's `message_status_callback` URL. Note that the `status_callback` parameter of a request takes priority over the `application_sid` parameter; if both are included `application_sid` is ignored. </param>
            <param name="maxPrice"> [OBSOLETE] This parameter will no longer have any effect as of 2024-06-03. </param>
            <param name="provideFeedback"> Boolean indicating whether or not you intend to provide delivery confirmation feedback to Twilio (used in conjunction with the [Message Feedback subresource](https://www.twilio.com/docs/sms/api/message-feedback-resource)). Default value is `false`. </param>
            <param name="attempt"> Total number of attempts made (including this request) to send the message regardless of the provider used </param>
            <param name="validityPeriod"> The maximum length in seconds that the Message can remain in Twilio's outgoing message queue. If a queued Message exceeds the `validity_period`, the Message is not sent. Accepted values are integers from `1` to `36000`. Default value is `36000`. A `validity_period` greater than `5` is recommended. [Learn more about the validity period](https://www.twilio.com/blog/take-more-control-of-outbound-messages-using-validity-period-html) </param>
            <param name="forceDelivery"> Reserved </param>
            <param name="contentRetention">  </param>
            <param name="addressRetention">  </param>
            <param name="smartEncoded"> Whether to detect Unicode characters that have a similar GSM-7 character and replace them. Can be: `true` or `false`. </param>
            <param name="persistentAction"> Rich actions for non-SMS/MMS channels. Used for [sending location in WhatsApp messages](https://www.twilio.com/docs/whatsapp/message-features#location-messages-with-whatsapp). </param>
            <param name="shortenUrls"> For Messaging Services with [Link Shortening configured](https://www.twilio.com/docs/messaging/features/link-shortening) only: A Boolean indicating whether or not Twilio should shorten links in the `body` of the Message. Default value is `false`. If `true`, the `messaging_service_sid` parameter must also be provided. </param>
            <param name="scheduleType">  </param>
            <param name="sendAt"> The time that Twilio will send the message. Must be in ISO 8601 format. </param>
            <param name="sendAsMms"> If set to `true`, Twilio delivers the message as a single MMS message, regardless of the presence of media. </param>
            <param name="contentVariables"> For [Content Editor/API](https://www.twilio.com/docs/content) only: Key-value pairs of [Template variables](https://www.twilio.com/docs/content/using-variables-with-content-api) and their substitution values. `content_sid` parameter must also be provided. If values are not defined in the `content_variables` parameter, the [Template's default placeholder values](https://www.twilio.com/docs/content/content-api-resources#create-templates) are used. </param>
            <param name="riskCheck">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.CreateAsync(Twilio.Types.PhoneNumber,System.String,Twilio.Types.PhoneNumber,System.String,System.String,System.Collections.Generic.List{System.Uri},System.String,System.Uri,System.String,System.Nullable{System.Decimal},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Rest.Api.V2010.Account.MessageResource.ContentRetentionEnum,Twilio.Rest.Api.V2010.Account.MessageResource.AddressRetentionEnum,System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.Nullable{System.Boolean},Twilio.Rest.Api.V2010.Account.MessageResource.ScheduleTypeEnum,System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.String,Twilio.Rest.Api.V2010.Account.MessageResource.RiskCheckEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Send a message </summary>
            <param name="to"> The recipient's phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format (for SMS/MMS) or [channel address](https://www.twilio.com/docs/messaging/channels), e.g. `whatsapp:+15552229999`. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) creating the Message resource. </param>
            <param name="from"> The sender's Twilio phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/quickstart), [Wireless SIM](https://www.twilio.com/docs/iot/wireless/programmable-wireless-send-machine-machine-sms-commands), [short code](https://www.twilio.com/en-us/messaging/channels/sms/short-codes), or [channel address](https://www.twilio.com/docs/messaging/channels) (e.g., `whatsapp:+15554449999`). The value of the `from` parameter must be a sender that is hosted within Twilio and belongs to the Account creating the Message. If you are using `messaging_service_sid`, this parameter can be empty (Twilio assigns a `from` value from the Messaging Service's Sender Pool) or you can provide a specific sender from your Sender Pool. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) you want to associate with the Message. When this parameter is provided and the `from` parameter is omitted, Twilio selects the optimal sender from the Messaging Service's Sender Pool. You may also provide a `from` parameter if you want to use a specific Sender from the Sender Pool. </param>
            <param name="body"> The text content of the outgoing message. Can be up to 1,600 characters in length. SMS only: If the `body` contains more than 160 [GSM-7](https://www.twilio.com/docs/glossary/what-is-gsm-7-character-encoding) characters (or 70 [UCS-2](https://www.twilio.com/docs/glossary/what-is-ucs-2-character-encoding) characters), the message is segmented and charged accordingly. For long `body` text, consider using the [send_as_mms parameter](https://www.twilio.com/blog/mms-for-long-text-messages). </param>
            <param name="mediaUrl"> The URL of media to include in the Message content. `jpeg`, `jpg`, `gif`, and `png` file types are fully supported by Twilio and content is formatted for delivery on destination devices. The media size limit is 5 MB for supported file types (`jpeg`, `jpg`, `png`, `gif`) and 500 KB for [other types](https://www.twilio.com/docs/messaging/guides/accepted-mime-types) of accepted media. To send more than one image in the message, provide multiple `media_url` parameters in the POST request. You can include up to ten `media_url` parameters per message. [International](https://support.twilio.com/hc/en-us/articles/223179808-Sending-and-receiving-MMS-messages) and [carrier](https://support.twilio.com/hc/en-us/articles/223133707-Is-MMS-supported-for-all-carriers-in-US-and-Canada-) limits apply. </param>
            <param name="contentSid"> For [Content Editor/API](https://www.twilio.com/docs/content) only: The SID of the Content Template to be used with the Message, e.g., `HXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`. If this parameter is not provided, a Content Template is not used. Find the SID in the Console on the Content Editor page. For Content API users, the SID is found in Twilio's response when [creating the Template](https://www.twilio.com/docs/content/content-api-resources#create-templates) or by [fetching your Templates](https://www.twilio.com/docs/content/content-api-resources#fetch-all-content-resources). </param>
            <param name="statusCallback"> The URL of the endpoint to which Twilio sends [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url). URL must contain a valid hostname and underscores are not allowed. If you include this parameter with the `messaging_service_sid`, Twilio uses this URL instead of the Status Callback URL of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource).  </param>
            <param name="applicationSid"> The SID of the associated [TwiML Application](https://www.twilio.com/docs/usage/api/applications). [Message status callback requests](https://www.twilio.com/docs/sms/api/message-resource#twilios-request-to-the-statuscallback-url) are sent to the TwiML App's `message_status_callback` URL. Note that the `status_callback` parameter of a request takes priority over the `application_sid` parameter; if both are included `application_sid` is ignored. </param>
            <param name="maxPrice"> [OBSOLETE] This parameter will no longer have any effect as of 2024-06-03. </param>
            <param name="provideFeedback"> Boolean indicating whether or not you intend to provide delivery confirmation feedback to Twilio (used in conjunction with the [Message Feedback subresource](https://www.twilio.com/docs/sms/api/message-feedback-resource)). Default value is `false`. </param>
            <param name="attempt"> Total number of attempts made (including this request) to send the message regardless of the provider used </param>
            <param name="validityPeriod"> The maximum length in seconds that the Message can remain in Twilio's outgoing message queue. If a queued Message exceeds the `validity_period`, the Message is not sent. Accepted values are integers from `1` to `36000`. Default value is `36000`. A `validity_period` greater than `5` is recommended. [Learn more about the validity period](https://www.twilio.com/blog/take-more-control-of-outbound-messages-using-validity-period-html) </param>
            <param name="forceDelivery"> Reserved </param>
            <param name="contentRetention">  </param>
            <param name="addressRetention">  </param>
            <param name="smartEncoded"> Whether to detect Unicode characters that have a similar GSM-7 character and replace them. Can be: `true` or `false`. </param>
            <param name="persistentAction"> Rich actions for non-SMS/MMS channels. Used for [sending location in WhatsApp messages](https://www.twilio.com/docs/whatsapp/message-features#location-messages-with-whatsapp). </param>
            <param name="shortenUrls"> For Messaging Services with [Link Shortening configured](https://www.twilio.com/docs/messaging/features/link-shortening) only: A Boolean indicating whether or not Twilio should shorten links in the `body` of the Message. Default value is `false`. If `true`, the `messaging_service_sid` parameter must also be provided. </param>
            <param name="scheduleType">  </param>
            <param name="sendAt"> The time that Twilio will send the message. Must be in ISO 8601 format. </param>
            <param name="sendAsMms"> If set to `true`, Twilio delivers the message as a single MMS message, regardless of the presence of media. </param>
            <param name="contentVariables"> For [Content Editor/API](https://www.twilio.com/docs/content) only: Key-value pairs of [Template variables](https://www.twilio.com/docs/content/using-variables-with-content-api) and their substitution values. `content_sid` parameter must also be provided. If values are not defined in the `content_variables` parameter, the [Template's default placeholder values](https://www.twilio.com/docs/content/content-api-resources#create-templates) are used. </param>
            <param name="riskCheck">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Message resource from your account </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Message resource from your account </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Message resource from your account </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Message resource from your account </summary>
            <param name="pathSid"> The SID of the Message resource you wish to delete </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Message resource from your account </summary>
            <param name="pathSid"> The SID of the Message resource you wish to delete </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Message </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Message </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Message </summary>
            <param name="pathSid"> The SID of the Message resource to be fetched </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Message </summary>
            <param name="pathSid"> The SID of the Message resource to be fetched </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Read(Twilio.Rest.Api.V2010.Account.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Message resources associated with a Twilio Account </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Message resources associated with a Twilio Account </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.MessageResource.Read(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.MessageResource.ReadAsync(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Update(Twilio.Rest.Api.V2010.Account.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.Update(System.String,System.String,System.String,Twilio.Rest.Api.V2010.Account.MessageResource.UpdateStatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) </summary>
            <param name="pathSid"> The SID of the Message resource to be updated </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to update. </param>
            <param name="body"> The new `body` of the Message resource. To redact the text content of a Message, this parameter's value must be an empty string </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.Api.V2010.Account.MessageResource.UpdateStatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) </summary>
            <param name="pathSid"> The SID of the Message resource to be updated </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resources to update. </param>
            <param name="body"> The new `body` of the Message resource. To redact the text content of a Message, this parameter's value must be an empty string </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.Body">
            <summary> The text content of the message </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.NumSegments">
            <summary> The number of segments that make up the complete message. SMS message bodies that exceed the [character limit](https://www.twilio.com/docs/glossary/what-sms-character-limit) are segmented and charged as multiple messages. Note: For messages sent via a Messaging Service, `num_segments` is initially `0`, since a sender hasn't yet been assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.From">
            <summary> The sender's phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format), [alphanumeric sender ID](https://www.twilio.com/docs/sms/quickstart), [Wireless SIM](https://www.twilio.com/docs/iot/wireless/programmable-wireless-send-machine-machine-sms-commands), [short code](https://www.twilio.com/en-us/messaging/channels/sms/short-codes), or  [channel address](https://www.twilio.com/docs/messaging/channels) (e.g., `whatsapp:+15554449999`). For incoming messages, this is the number or channel address of the sender. For outgoing messages, this value is a Twilio phone number, alphanumeric sender ID, short code, or channel address from which the message is sent. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.To">
            <summary> The recipient's phone number (in [E.164](https://en.wikipedia.org/wiki/E.164) format) or [channel address](https://www.twilio.com/docs/messaging/channels) (e.g. `whatsapp:+15552229999`) </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.DateUpdated">
            <summary> The [RFC 2822](https://datatracker.ietf.org/doc/html/rfc2822#section-3.3) timestamp (in GMT) of when the Message resource was last updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.Price">
            <summary> The amount billed for the message in the currency specified by `price_unit`. The `price` is populated after the message has been sent/received, and may not be immediately availalble. View the [Pricing page](https://www.twilio.com/en-us/pricing) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.ErrorMessage">
            <summary> The description of the `error_code` if the Message `status` is `failed` or `undelivered`. If no error was encountered, the value is `null`. The value returned in this field for a specific error cause is subject to change as Twilio improves errors. Users should not use the `error_code` and `error_message` fields programmatically. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.Uri">
            <summary> The URI of the Message resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.NumMedia">
            <summary> The number of media files associated with the Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) associated with the Message resource. A unique default value is assigned if a Messaging Service is not used. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.Sid">
            <summary> The unique, Twilio-provided string that identifies the Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.DateSent">
            <summary> The [RFC 2822](https://datatracker.ietf.org/doc/html/rfc2822#section-3.3) timestamp (in GMT) of when the Message was sent. For an outgoing message, this is when Twilio sent the message. For an incoming message, this is when Twilio sent the HTTP request to your incoming message webhook URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.DateCreated">
            <summary> The [RFC 2822](https://datatracker.ietf.org/doc/html/rfc2822#section-3.3) timestamp (in GMT) of when the Message resource was created </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.ErrorCode">
            <summary> The [error code](https://www.twilio.com/docs/api/errors) returned if the Message `status` is `failed` or `undelivered`. If no error was encountered, the value is `null`. The value returned in this field for a specific error cause is subject to change as Twilio improves errors. Users should not use the `error_code` and `error_message` fields programmatically. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.ApiVersion">
            <summary> The API version used to process the Message </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.MessageResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs relative to `https://api.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Message.CreateFeedbackOptions">
            <summary> Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.CreateFeedbackOptions.PathMessageSid">
            <summary> The SID of the Message resource for which to create MessageFeedback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.CreateFeedbackOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource for which to create MessageFeedback. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.CreateFeedbackOptions.#ctor(System.String)">
            <summary> Construct a new CreateMessageFeedbackOptions </summary>
            <param name="pathMessageSid"> The SID of the Message resource for which to create MessageFeedback. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.CreateFeedbackOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.Create(Twilio.Rest.Api.V2010.Account.Message.CreateFeedbackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message </summary>
            <param name="options"> Create Feedback parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Message.CreateFeedbackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message </summary>
            <param name="options"> Create Feedback parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.Create(System.String,System.String,Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.OutcomeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message </summary>
            <param name="pathMessageSid"> The SID of the Message resource for which to create MessageFeedback. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource for which to create MessageFeedback. </param>
            <param name="outcome">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.CreateAsync(System.String,System.String,Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.OutcomeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message </summary>
            <param name="pathMessageSid"> The SID of the Message resource for which to create MessageFeedback. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Message resource for which to create MessageFeedback. </param>
            <param name="outcome">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FeedbackResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FeedbackResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with this MessageFeedback resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.MessageSid">
            <summary> The SID of the Message resource associated with this MessageFeedback resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.DateCreated">
            <summary> The date and time in GMT when this MessageFeedback resource was created, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.DateUpdated">
            <summary> The date and time in GMT when this MessageFeedback resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.FeedbackResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions">
            <summary> Delete the Media resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions.PathMessageSid">
            <summary> The SID of the Message resource that is associated with the Media resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions.PathSid">
            <summary> The unique identifier of the to-be-deleted Media resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is associated with the Media resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteMediaOptions </summary>
            <param name="pathMessageSid"> The SID of the Message resource that is associated with the Media resource. </param>
            <param name="pathSid"> The unique identifier of the to-be-deleted Media resource. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Message.FetchMediaOptions">
            <summary> Fetch a single Media resource associated with a specific Message resource </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.FetchMediaOptions.PathMessageSid">
            <summary> The SID of the Message resource that is associated with the Media resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.FetchMediaOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Media resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.FetchMediaOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Media resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.FetchMediaOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchMediaOptions </summary>
            <param name="pathMessageSid"> The SID of the Message resource that is associated with the Media resource. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Media resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.FetchMediaOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions">
            <summary> Read a list of Media resources associated with a specific Message resource </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions.PathMessageSid">
            <summary> The SID of the Message resource that is associated with the Media resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is associated with the Media resources. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions.DateCreated" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions.DateCreatedBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions.DateCreatedAfter" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions.#ctor(System.String)">
            <summary> Construct a new ListMediaOptions </summary>
            <param name="pathMessageSid"> The SID of the Message resource that is associated with the Media resources. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Media resource. </summary>
            <param name="options"> Delete Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.Delete(Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Media resource. </summary>
            <param name="options"> Delete Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Message.DeleteMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Media resource. </summary>
            <param name="options"> Delete Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Media resource. </summary>
            <param name="pathMessageSid"> The SID of the Message resource that is associated with the Media resource. </param>
            <param name="pathSid"> The unique identifier of the to-be-deleted Media resource. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is associated with the Media resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Media resource. </summary>
            <param name="pathMessageSid"> The SID of the Message resource that is associated with the Media resource. </param>
            <param name="pathSid"> The unique identifier of the to-be-deleted Media resource. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that is associated with the Media resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.Fetch(Twilio.Rest.Api.V2010.Account.Message.FetchMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single Media resource associated with a specific Message resource </summary>
            <param name="options"> Fetch Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Message.FetchMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single Media resource associated with a specific Message resource </summary>
            <param name="options"> Fetch Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single Media resource associated with a specific Message resource </summary>
            <param name="pathMessageSid"> The SID of the Message resource that is associated with the Media resource. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Media resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Media resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single Media resource associated with a specific Message resource </summary>
            <param name="pathMessageSid"> The SID of the Message resource that is associated with the Media resource. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Media resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Media resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.Read(Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read a list of Media resources associated with a specific Message resource </summary>
            <param name="options"> Read Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Message.ReadMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read a list of Media resources associated with a specific Message resource </summary>
            <param name="options"> Read Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Media </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.Read(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.ReadAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Message.MediaResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Message.MediaResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MediaResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MediaResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Message.MediaResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.MediaResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with this Media resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.MediaResource.ContentType">
            <summary> The default [MIME type](https://en.wikipedia.org/wiki/Internet_media_type) of the media, for example `image/jpeg`, `image/png`, or `image/gif`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.MediaResource.DateCreated">
            <summary> The date and time in GMT when this Media resource was created, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.MediaResource.DateUpdated">
            <summary> The date and time in GMT when this Media resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.MediaResource.ParentSid">
            <summary> The SID of the Message resource that is associated with this Media resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.MediaResource.Sid">
            <summary> The unique string that identifies this Media resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Message.MediaResource.Uri">
            <summary> The URI of this Media resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateNewKeyOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateNewKeyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateNewKeyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateNewKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewKeyResource.Create(Twilio.Rest.Api.V2010.Account.CreateNewKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create NewKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NewKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewKeyResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateNewKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create NewKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NewKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewKeyResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NewKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewKeyResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NewKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewKeyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NewKeyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NewKeyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewKeyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewKeyResource.Sid">
            <summary> The unique string that that we created to identify the NewKey resource. You will use this as the basic-auth `user` when authenticating to the API. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewKeyResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewKeyResource.DateCreated">
            <summary> The date and time in GMT that the API Key was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewKeyResource.DateUpdated">
            <summary> The date and time in GMT that the new API Key was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewKeyResource.Secret">
            <summary> The secret your application uses to sign Access Tokens and to authenticate to the REST API (you will use this as the basic-auth `password`).  **Note that for security reasons, this field is ONLY returned when the API Key is first created.** </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateNewSigningKeyOptions">
            <summary> Create a new Signing Key for the account making the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateNewSigningKeyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateNewSigningKeyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateNewSigningKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.Create(Twilio.Rest.Api.V2010.Account.CreateNewSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Signing Key for the account making the request. </summary>
            <param name="options"> Create NewSigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NewSigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateNewSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Signing Key for the account making the request. </summary>
            <param name="options"> Create NewSigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NewSigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Signing Key for the account making the request. </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NewSigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Signing Key for the account making the request. </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will be responsible for the new Key resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NewSigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NewSigningKeyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NewSigningKeyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.Sid">
            <summary> The unique string that that we created to identify the NewSigningKey resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NewSigningKeyResource.Secret">
            <summary> The secret your application uses to sign Access Tokens and to authenticate to the REST API (you will use this as the basic-auth `password`).  **Note that for security reasons, this field is ONLY returned when the API Key is first created.** </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchNotificationOptions">
            <summary> Fetch a notification belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchNotificationOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Notification resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchNotificationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchNotificationOptions.#ctor(System.String)">
            <summary> Construct a new FetchNotificationOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Notification resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchNotificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadNotificationOptions">
            <summary> Retrieve a list of notifications belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadNotificationOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadNotificationOptions.Log">
            <summary> Only read notifications of the specified log level. Can be:  `0` to read only ERROR notifications or `1` to read only WARNING notifications. By default, all notifications are read. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadNotificationOptions.MessageDate" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadNotificationOptions.MessageDateBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadNotificationOptions.MessageDateAfter" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadNotificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a notification belonging to the account used to make the request </summary>
            <param name="options"> Fetch Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a notification belonging to the account used to make the request </summary>
            <param name="options"> Fetch Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a notification belonging to the account used to make the request </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Notification resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a notification belonging to the account used to make the request </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Notification resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.Read(Twilio.Rest.Api.V2010.Account.ReadNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of notifications belonging to the account used to make the request </summary>
            <param name="options"> Read Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of notifications belonging to the account used to make the request </summary>
            <param name="options"> Read Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.NotificationResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.NotificationResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.NotificationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.NotificationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NotificationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NotificationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.NotificationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.ApiVersion">
            <summary> The API version used to generate the notification. Can be empty for events that don't have a specific API version, such as incoming phone calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Notification resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.ErrorCode">
            <summary> A unique error code for the error condition that is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.Log">
            <summary> An integer log level that corresponds to the type of notification: `0` is ERROR, `1` is WARNING. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.MessageDate">
            <summary> The date the notification was actually generated in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. Message buffering can cause this value to differ from `date_created`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.MessageText">
            <summary> The text of the notification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.MoreInfo">
            <summary> The URL for more information about the error condition. This value is a page in our [Error Dictionary](https://www.twilio.com/docs/api/errors). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.RequestMethod">
            <summary> The HTTP method used to generate the notification. If the notification was generated during a phone call, this is the HTTP Method used to request the resource on your server. If the notification was generated by your use of our REST API, this is the HTTP method used to call the resource on our servers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.RequestUrl">
            <summary> The URL of the resource that generated the notification. If the notification was generated during a phone call, this is the URL of the resource on your server that caused the notification. If the notification was generated by your use of our REST API, this is the URL of the resource you called. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.RequestVariables">
            <summary> The HTTP GET or POST variables we sent to your server. However, if the notification was generated by our REST API, this contains the HTTP POST or PUT variables you sent to our API. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.ResponseBody">
            <summary> The HTTP body returned by your server. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.ResponseHeaders">
            <summary> The HTTP headers returned by your server. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.Sid">
            <summary> The unique string that that we created to identify the Notification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.NotificationResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteOutgoingCallerIdOptions">
            <summary> Delete the caller-id specified from the account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteOutgoingCallerIdOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteOutgoingCallerIdOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteOutgoingCallerIdOptions.#ctor(System.String)">
            <summary> Construct a new DeleteOutgoingCallerIdOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteOutgoingCallerIdOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchOutgoingCallerIdOptions">
            <summary> Fetch an outgoing-caller-id belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchOutgoingCallerIdOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchOutgoingCallerIdOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchOutgoingCallerIdOptions.#ctor(System.String)">
            <summary> Construct a new FetchOutgoingCallerIdOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchOutgoingCallerIdOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadOutgoingCallerIdOptions">
            <summary> Retrieve a list of outgoing-caller-ids belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadOutgoingCallerIdOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadOutgoingCallerIdOptions.PhoneNumber">
            <summary> The phone number of the OutgoingCallerId resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadOutgoingCallerIdOptions.FriendlyName">
            <summary> The string that identifies the OutgoingCallerId resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadOutgoingCallerIdOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateOutgoingCallerIdOptions">
            <summary> Updates the caller-id </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateOutgoingCallerIdOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateOutgoingCallerIdOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateOutgoingCallerIdOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateOutgoingCallerIdOptions.#ctor(System.String)">
            <summary> Construct a new UpdateOutgoingCallerIdOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateOutgoingCallerIdOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the caller-id specified from the account </summary>
            <param name="options"> Delete OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the caller-id specified from the account </summary>
            <param name="options"> Delete OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the caller-id specified from the account </summary>
            <param name="options"> Delete OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the caller-id specified from the account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the caller-id specified from the account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an outgoing-caller-id belonging to the account used to make the request </summary>
            <param name="options"> Fetch OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an outgoing-caller-id belonging to the account used to make the request </summary>
            <param name="options"> Fetch OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an outgoing-caller-id belonging to the account used to make the request </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an outgoing-caller-id belonging to the account used to make the request </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Read(Twilio.Rest.Api.V2010.Account.ReadOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of outgoing-caller-ids belonging to the account used to make the request </summary>
            <param name="options"> Read OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of outgoing-caller-ids belonging to the account used to make the request </summary>
            <param name="options"> Read OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Read(System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of outgoing-caller-ids belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to read. </param>
            <param name="phoneNumber"> The phone number of the OutgoingCallerId resources to read. </param>
            <param name="friendlyName"> The string that identifies the OutgoingCallerId resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.ReadAsync(System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of outgoing-caller-ids belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to read. </param>
            <param name="phoneNumber"> The phone number of the OutgoingCallerId resources to read. </param>
            <param name="friendlyName"> The string that identifies the OutgoingCallerId resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Update(Twilio.Rest.Api.V2010.Account.UpdateOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the caller-id </summary>
            <param name="options"> Update OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateOutgoingCallerIdOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the caller-id </summary>
            <param name="options"> Update OutgoingCallerId parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the caller-id </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the caller-id </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OutgoingCallerId </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a OutgoingCallerIdResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> OutgoingCallerIdResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Sid">
            <summary> The unique string that that we created to identify the OutgoingCallerId resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.OutgoingCallerIdResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateQueueOptions">
            <summary> Create a queue </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateQueueOptions.FriendlyName">
            <summary> A descriptive string that you created to describe this resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateQueueOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateQueueOptions.MaxSize">
            <summary> The maximum number of calls allowed to be in the queue. The default is 1000. The maximum is 5000. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateQueueOptions.#ctor(System.String)">
            <summary> Construct a new CreateQueueOptions </summary>
            <param name="friendlyName"> A descriptive string that you created to describe this resource. It can be up to 64 characters long. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteQueueOptions">
            <summary> Remove an empty queue </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteQueueOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Queue resource to delete </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteQueueOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteQueueOptions.#ctor(System.String)">
            <summary> Construct a new DeleteQueueOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to delete </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchQueueOptions">
            <summary> Fetch an instance of a queue identified by the QueueSid </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchQueueOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Queue resource to fetch </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchQueueOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchQueueOptions.#ctor(System.String)">
            <summary> Construct a new FetchQueueOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to fetch </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadQueueOptions">
            <summary> Retrieve a list of queues belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadQueueOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateQueueOptions">
            <summary> Update the queue with the new parameters </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateQueueOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Queue resource to update </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateQueueOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateQueueOptions.FriendlyName">
            <summary> A descriptive string that you created to describe this resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateQueueOptions.MaxSize">
            <summary> The maximum number of calls allowed to be in the queue. The default is 1000. The maximum is 5000. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateQueueOptions.#ctor(System.String)">
            <summary> Construct a new UpdateQueueOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to update </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Create(Twilio.Rest.Api.V2010.Account.CreateQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a queue </summary>
            <param name="options"> Create Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a queue </summary>
            <param name="options"> Create Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Create(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a queue </summary>
            <param name="friendlyName"> A descriptive string that you created to describe this resource. It can be up to 64 characters long. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="maxSize"> The maximum number of calls allowed to be in the queue. The default is 1000. The maximum is 5000. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.CreateAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a queue </summary>
            <param name="friendlyName"> A descriptive string that you created to describe this resource. It can be up to 64 characters long. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="maxSize"> The maximum number of calls allowed to be in the queue. The default is 1000. The maximum is 5000. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an empty queue </summary>
            <param name="options"> Delete Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an empty queue </summary>
            <param name="options"> Delete Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an empty queue </summary>
            <param name="options"> Delete Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an empty queue </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to delete </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an empty queue </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to delete </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a queue identified by the QueueSid </summary>
            <param name="options"> Fetch Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a queue identified by the QueueSid </summary>
            <param name="options"> Fetch Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a queue identified by the QueueSid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to fetch </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a queue identified by the QueueSid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to fetch </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Read(Twilio.Rest.Api.V2010.Account.ReadQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of queues belonging to the account used to make the request </summary>
            <param name="options"> Read Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of queues belonging to the account used to make the request </summary>
            <param name="options"> Read Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of queues belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of queues belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.QueueResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.QueueResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Update(Twilio.Rest.Api.V2010.Account.UpdateQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the queue with the new parameters </summary>
            <param name="options"> Update Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the queue with the new parameters </summary>
            <param name="options"> Update Queue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.Update(System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update the queue with the new parameters </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to update </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to update. </param>
            <param name="friendlyName"> A descriptive string that you created to describe this resource. It can be up to 64 characters long. </param>
            <param name="maxSize"> The maximum number of calls allowed to be in the queue. The default is 1000. The maximum is 5000. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update the queue with the new parameters </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Queue resource to update </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Queue resource to update. </param>
            <param name="friendlyName"> A descriptive string that you created to describe this resource. It can be up to 64 characters long. </param>
            <param name="maxSize"> The maximum number of calls allowed to be in the queue. The default is 1000. The maximum is 5000. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Queue </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a QueueResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> QueueResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.QueueResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.DateUpdated">
            <summary> The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.CurrentSize">
            <summary> The number of calls currently in the queue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.FriendlyName">
            <summary> A string that you assigned to describe this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.Uri">
            <summary> The URI of this resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Queue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.AverageWaitTime">
            <summary>  The average wait time in seconds of the members in this queue. This is calculated at the time of the request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.Sid">
            <summary> The unique string that that we created to identify this Queue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.DateCreated">
            <summary> The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.QueueResource.MaxSize">
            <summary>  The maximum number of calls that can be in the queue. The default is 1000 and the maximum is 5000. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Queue.FetchMemberOptions">
            <summary> Fetch a specific member from the queue </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.FetchMemberOptions.PathQueueSid">
            <summary> The SID of the Queue in which to find the members to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.FetchMemberOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.FetchMemberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.FetchMemberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchMemberOptions </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members to fetch. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.FetchMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Queue.ReadMemberOptions">
            <summary> Retrieve the members of the queue </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.ReadMemberOptions.PathQueueSid">
            <summary> The SID of the Queue in which to find the members </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.ReadMemberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.ReadMemberOptions.#ctor(System.String)">
            <summary> Construct a new ListMemberOptions </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.ReadMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions">
            <summary> Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions.PathQueueSid">
            <summary> The SID of the Queue in which to find the members to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions.PathCallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions.Url">
            <summary> The absolute URL of the Queue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions.Method">
            <summary> How to pass the update request data. Can be `GET` or `POST` and the default is `POST`. `POST` sends the data as encoded form data and `GET` sends the data as query parameters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions.#ctor(System.String,System.String,System.Uri)">
            <summary> Construct a new UpdateMemberOptions </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members to update. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to update. </param>
            <param name="url"> The absolute URL of the Queue resource. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.Fetch(Twilio.Rest.Api.V2010.Account.Queue.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific member from the queue </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Queue.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific member from the queue </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific member from the queue </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members to fetch. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific member from the queue </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members to fetch. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.Read(Twilio.Rest.Api.V2010.Account.Queue.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the members of the queue </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Queue.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the members of the queue </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the members of the queue </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the members of the queue </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Queue.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Queue.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.Update(Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Queue.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.Update(System.String,System.String,System.Uri,System.String,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members to update. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to update. </param>
            <param name="url"> The absolute URL of the Queue resource. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to update. </param>
            <param name="method"> How to pass the update request data. Can be `GET` or `POST` and the default is `POST`. `POST` sends the data as encoded form data and `GET` sends the data as query parameters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.UpdateAsync(System.String,System.String,System.Uri,System.String,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL </summary>
            <param name="pathQueueSid"> The SID of the Queue in which to find the members to update. </param>
            <param name="pathCallSid"> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resource(s) to update. </param>
            <param name="url"> The absolute URL of the Queue resource. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource(s) to update. </param>
            <param name="method"> How to pass the update request data. Can be `GET` or `POST` and the default is `POST`. `POST` sends the data as encoded form data and `GET` sends the data as query parameters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MemberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MemberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Member resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.DateEnqueued">
            <summary> The date that the member was enqueued, given in RFC 2822 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.Position">
            <summary> This member's current position in the queue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.WaitTime">
            <summary> The number of seconds the member has been in the queue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Queue.MemberResource.QueueSid">
            <summary> The SID of the Queue the member is in. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteRecordingOptions">
            <summary> Delete a recording from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteRecordingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteRecordingOptions.#ctor(System.String)">
            <summary> Construct a new DeleteRecordingOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchRecordingOptions">
            <summary> Fetch an instance of a recording </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchRecordingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchRecordingOptions.IncludeSoftDeleted">
            <summary> A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchRecordingOptions.#ctor(System.String)">
            <summary> Construct a new FetchRecordingOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions">
            <summary> Retrieve a list of recordings belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to read. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions.DateCreated" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions.DateCreatedBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions.DateCreatedAfter" -->
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions.CallSid">
            <summary> The [Call](https://www.twilio.com/docs/voice/api/call-resource) SID of the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions.ConferenceSid">
            <summary> The Conference SID that identifies the conference associated with the recording to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions.IncludeSoftDeleted">
            <summary> A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a recording from your account </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.Fetch(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch. </param>
            <param name="includeSoftDeleted"> A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.FetchAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a recording </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource to fetch. </param>
            <param name="includeSoftDeleted"> A boolean parameter indicating whether to retrieve soft deleted recordings or not. Recordings metadata are kept after deletion for a retention period of 40 days. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.Read(Twilio.Rest.Api.V2010.Account.ReadRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of recordings belonging to the account used to make the request </summary>
            <param name="options"> Read Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of recordings belonging to the account used to make the request </summary>
            <param name="options"> Read Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.RecordingResource.Read(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Api.V2010.Account.RecordingResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.RecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.RecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RecordingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RecordingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.RecordingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.ApiVersion">
            <summary> The API version used during the recording. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Recording resource is associated with. This will always refer to the parent leg of a two-leg call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.ConferenceSid">
            <summary> The Conference SID that identifies the conference associated with the recording, if a conference recording. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.StartTime">
            <summary> The start time of the recording in GMT and in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.Duration">
            <summary> The length of the recording in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.Sid">
            <summary> The unique string that that we created to identify the Recording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.Price">
            <summary> The one-time cost of creating the recording in the `price_unit` currency. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.PriceUnit">
            <summary> The currency used in the `price` property. Example: `USD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.Channels">
            <summary> The number of channels in the final recording file. Can be: `1` or `2`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.ErrorCode">
            <summary> The error code that describes why the recording is `absent`. The error code is described in our [Error Dictionary](https://www.twilio.com/docs/api/errors). This value is null if the recording `status` is not `absent`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.EncryptionDetails">
            <summary> How to decrypt the recording if it was encrypted using [Call Recording Encryption](https://www.twilio.com/docs/voice/tutorials/voice-recording-encryption) feature. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.SubresourceUris">
            <summary> A list of related resources identified by their relative URIs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.RecordingResource.MediaUrl">
            <summary> The URL of the media file associated with this recording resource. When stored externally, this is the full URL location of the media file. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions">
            <summary> Delete a result and purge all associated Payloads </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions.PathReferenceSid">
            <summary> The SID of the recording to which the result to delete belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRecordingAddOnResultOptions </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to delete belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.FetchAddOnResultOptions">
            <summary> Fetch an instance of an AddOnResult </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.FetchAddOnResultOptions.PathReferenceSid">
            <summary> The SID of the recording to which the result to fetch belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.FetchAddOnResultOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.FetchAddOnResultOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.FetchAddOnResultOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRecordingAddOnResultOptions </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to fetch belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.FetchAddOnResultOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.ReadAddOnResultOptions">
            <summary> Retrieve a list of results belonging to the recording </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.ReadAddOnResultOptions.PathReferenceSid">
            <summary> The SID of the recording to which the result to read belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.ReadAddOnResultOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.ReadAddOnResultOptions.#ctor(System.String)">
            <summary> Construct a new ListRecordingAddOnResultOptions </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to read belongs. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.ReadAddOnResultOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a result and purge all associated Payloads </summary>
            <param name="options"> Delete AddOnResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.Delete(Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a result and purge all associated Payloads </summary>
            <param name="options"> Delete AddOnResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Recording.DeleteAddOnResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a result and purge all associated Payloads </summary>
            <param name="options"> Delete AddOnResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a result and purge all associated Payloads </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to delete belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a result and purge all associated Payloads </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to delete belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.Fetch(Twilio.Rest.Api.V2010.Account.Recording.FetchAddOnResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an AddOnResult </summary>
            <param name="options"> Fetch AddOnResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Recording.FetchAddOnResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an AddOnResult </summary>
            <param name="options"> Fetch AddOnResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an AddOnResult </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to fetch belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an AddOnResult </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to fetch belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.Read(Twilio.Rest.Api.V2010.Account.Recording.ReadAddOnResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of results belonging to the recording </summary>
            <param name="options"> Read AddOnResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Recording.ReadAddOnResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of results belonging to the recording </summary>
            <param name="options"> Read AddOnResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of results belonging to the recording </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to read belongs. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of results belonging to the recording </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the result to read belongs. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddOnResult </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AddOnResultResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AddOnResultResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.Sid">
            <summary> The unique string that that we created to identify the Recording AddOnResult resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.AddOnSid">
            <summary> The SID of the Add-on to which the result belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.AddOnConfigurationSid">
            <summary> The SID of the Add-on configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.DateCompleted">
            <summary> The date and time in GMT that the result was completed specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.ReferenceSid">
            <summary> The SID of the recording to which the AddOnResult resource belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResultResource.SubresourceUris">
            <summary> A list of related resources identified by their relative URIs. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions">
            <summary> Delete a payload from the result along with all associated Data </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions.PathReferenceSid">
            <summary> The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions.PathAddOnResultSid">
            <summary> The SID of the AddOnResult to which the payloads to delete belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteRecordingAddOnResultPayloadOptions </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payloads to delete belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions">
            <summary> Fetch an instance of a result payload </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions.PathReferenceSid">
            <summary> The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions.PathAddOnResultSid">
            <summary> The SID of the AddOnResult to which the payload to fetch belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchRecordingAddOnResultPayloadOptions </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payload to fetch belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.ReadPayloadOptions">
            <summary> Retrieve a list of payloads belonging to the AddOnResult </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.ReadPayloadOptions.PathReferenceSid">
            <summary> The SID of the recording to which the AddOnResult resource that contains the payloads to read belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.ReadPayloadOptions.PathAddOnResultSid">
            <summary> The SID of the AddOnResult to which the payloads to read belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.ReadPayloadOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.ReadPayloadOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListRecordingAddOnResultPayloadOptions </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payloads to read belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payloads to read belongs. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.ReadPayloadOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a payload from the result along with all associated Data </summary>
            <param name="options"> Delete Payload parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.Delete(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a payload from the result along with all associated Data </summary>
            <param name="options"> Delete Payload parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.DeletePayloadOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a payload from the result along with all associated Data </summary>
            <param name="options"> Delete Payload parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.Delete(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a payload from the result along with all associated Data </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payloads to delete belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.DeleteAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a payload from the result along with all associated Data </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payloads to delete belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payloads to delete belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.Fetch(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a result payload </summary>
            <param name="options"> Fetch Payload parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.FetchPayloadOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a result payload </summary>
            <param name="options"> Fetch Payload parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.Fetch(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a result payload </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payload to fetch belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.FetchAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a result payload </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payload to fetch belongs. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.Read(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.ReadPayloadOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of payloads belonging to the AddOnResult </summary>
            <param name="options"> Read Payload parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.ReadPayloadOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of payloads belonging to the AddOnResult </summary>
            <param name="options"> Read Payload parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of payloads belonging to the AddOnResult </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payloads to read belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payloads to read belongs. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of payloads belonging to the AddOnResult </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payloads to read belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payloads to read belongs. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Payload </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PayloadResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PayloadResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.Sid">
            <summary> The unique string that that we created to identify the Recording AddOnResult Payload resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.AddOnResultSid">
            <summary> The SID of the AddOnResult to which the payload belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.Label">
            <summary> The string provided by the vendor that describes the payload. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.AddOnSid">
            <summary> The SID of the Add-on to which the result belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.AddOnConfigurationSid">
            <summary> The SID of the Add-on configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.ContentType">
            <summary> The MIME type of the payload. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.ReferenceSid">
            <summary> The SID of the recording to which the AddOnResult resource that contains the payload belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.PayloadResource.SubresourceUris">
            <summary> A list of related resources identified by their relative URIs. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions">
            <summary> Fetch an instance of a result payload </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions.PathReferenceSid">
            <summary> The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions.PathAddOnResultSid">
            <summary> The SID of the AddOnResult to which the payload to fetch belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions.PathPayloadSid">
            <summary> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchRecordingAddOnResultPayloadDataOptions </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payload to fetch belongs. </param>
            <param name="pathPayloadSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.DataResource.Fetch(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a result payload </summary>
            <param name="options"> Fetch Data parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Data </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.DataResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.FetchDataOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a result payload </summary>
            <param name="options"> Fetch Data parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Data </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.DataResource.Fetch(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a result payload </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payload to fetch belongs. </param>
            <param name="pathPayloadSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Data </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.DataResource.FetchAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a result payload </summary>
            <param name="pathReferenceSid"> The SID of the recording to which the AddOnResult resource that contains the payload to fetch belongs. </param>
            <param name="pathAddOnResultSid"> The SID of the AddOnResult to which the payload to fetch belongs. </param>
            <param name="pathPayloadSid"> The Twilio-provided string that uniquely identifies the Recording AddOnResult Payload resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording AddOnResult Payload resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Data </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.DataResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DataResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DataResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.DataResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.AddOnResult.Payload.DataResource.RedirectTo">
            <summary> The URL to redirect to to get the data returned by the AddOn that was previously stored. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions.PathRecordingSid">
            <summary> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Transcription resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRecordingTranscriptionOptions </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.FetchTranscriptionOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.FetchTranscriptionOptions.PathRecordingSid">
            <summary> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.FetchTranscriptionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Transcription resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.FetchTranscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.FetchTranscriptionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRecordingTranscriptionOptions </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.FetchTranscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Recording.ReadTranscriptionOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.ReadTranscriptionOptions.PathRecordingSid">
            <summary> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcriptions to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.ReadTranscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.ReadTranscriptionOptions.#ctor(System.String)">
            <summary> Construct a new ListRecordingTranscriptionOptions </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcriptions to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.ReadTranscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Delete(Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Recording.DeleteTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Fetch(Twilio.Rest.Api.V2010.Account.Recording.FetchTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Recording.FetchTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcription to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Read(Twilio.Rest.Api.V2010.Account.Recording.ReadTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Recording.ReadTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcriptions to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathRecordingSid"> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) that created the transcriptions to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TranscriptionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TranscriptionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.ApiVersion">
            <summary> The API version used to create the transcription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Duration">
            <summary> The duration of the transcribed audio in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Price">
            <summary> The charge for the transcript in the currency associated with the account. This value is populated after the transcript is complete so it may not be available immediately. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.RecordingSid">
            <summary> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) from which the transcription was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Sid">
            <summary> The unique string that that we created to identify the Transcription resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.TranscriptionText">
            <summary> The text content of the transcription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Type">
            <summary> The transcription type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Recording.TranscriptionResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchShortCodeOptions">
            <summary> Fetch an instance of a short code </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchShortCodeOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the ShortCode resource to fetch </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchShortCodeOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchShortCodeOptions.#ctor(System.String)">
            <summary> Construct a new FetchShortCodeOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to fetch </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadShortCodeOptions">
            <summary> Retrieve a list of short-codes belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadShortCodeOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadShortCodeOptions.FriendlyName">
            <summary> The string that identifies the ShortCode resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadShortCodeOptions.ShortCode">
            <summary> Only show the ShortCode resources that match this pattern. You can specify partial numbers and use '*' as a wildcard for any digit. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions">
            <summary> Update a short code with the following parameters </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the ShortCode resource to update </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.FriendlyName">
            <summary> A descriptive string that you created to describe this resource. It can be up to 64 characters long. By default, the `FriendlyName` is the short code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.ApiVersion">
            <summary> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.SmsUrl">
            <summary> The URL we should call when receiving an incoming SMS message to this short code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.SmsMethod">
            <summary> The HTTP method we should use when calling the `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.SmsFallbackUrl">
            <summary> The URL that we should call if an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.SmsFallbackMethod">
            <summary> The HTTP method that we should use to call the `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.#ctor(System.String)">
            <summary> Construct a new UpdateShortCodeOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to update </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a short code </summary>
            <param name="options"> Fetch ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a short code </summary>
            <param name="options"> Fetch ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a short code </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to fetch </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a short code </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to fetch </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.Read(Twilio.Rest.Api.V2010.Account.ReadShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of short-codes belonging to the account used to make the request </summary>
            <param name="options"> Read ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of short-codes belonging to the account used to make the request </summary>
            <param name="options"> Read ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of short-codes belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to read. </param>
            <param name="friendlyName"> The string that identifies the ShortCode resources to read. </param>
            <param name="shortCode"> Only show the ShortCode resources that match this pattern. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of short-codes belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to read. </param>
            <param name="friendlyName"> The string that identifies the ShortCode resources to read. </param>
            <param name="shortCode"> Only show the ShortCode resources that match this pattern. You can specify partial numbers and use '*' as a wildcard for any digit. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.ShortCodeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.ShortCodeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.Update(Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a short code with the following parameters </summary>
            <param name="options"> Update ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a short code with the following parameters </summary>
            <param name="options"> Update ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.Update(System.String,System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a short code with the following parameters </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to update </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to update. </param>
            <param name="friendlyName"> A descriptive string that you created to describe this resource. It can be up to 64 characters long. By default, the `FriendlyName` is the short code. </param>
            <param name="apiVersion"> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. </param>
            <param name="smsUrl"> The URL we should call when receiving an incoming SMS message to this short code. </param>
            <param name="smsMethod"> The HTTP method we should use when calling the `sms_url`. Can be: `GET` or `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call if an error occurs while retrieving or executing the TwiML from `sms_url`. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call the `sms_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a short code with the following parameters </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to update </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource(s) to update. </param>
            <param name="friendlyName"> A descriptive string that you created to describe this resource. It can be up to 64 characters long. By default, the `FriendlyName` is the short code. </param>
            <param name="apiVersion"> The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. </param>
            <param name="smsUrl"> The URL we should call when receiving an incoming SMS message to this short code. </param>
            <param name="smsMethod"> The HTTP method we should use when calling the `sms_url`. Can be: `GET` or `POST`. </param>
            <param name="smsFallbackUrl"> The URL that we should call if an error occurs while retrieving or executing the TwiML from `sms_url`. </param>
            <param name="smsFallbackMethod"> The HTTP method that we should use to call the `sms_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ShortCodeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ShortCodeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ShortCodeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this ShortCode resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.ApiVersion">
            <summary> The API version used to start a new TwiML session when an SMS message is sent to this short code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.DateCreated">
            <summary> The date and time in GMT that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.DateUpdated">
            <summary> The date and time in GMT that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.FriendlyName">
            <summary> A string that you assigned to describe this resource. By default, the `FriendlyName` is the short code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.ShortCode">
            <summary> The short code. e.g., 894546. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.Sid">
            <summary> The unique string that that we created to identify this ShortCode resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.SmsFallbackMethod">
            <summary> The HTTP method we use to call the `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.SmsFallbackUrl">
            <summary> The URL that we call if an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.SmsMethod">
            <summary> The HTTP method we use to call the `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.SmsUrl">
            <summary> The URL we call when receiving an incoming SMS message to this short code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ShortCodeResource.Uri">
            <summary> The URI of this resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteSigningKeyOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteSigningKeyOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSigningKeyOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteSigningKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchSigningKeyOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchSigningKeyOptions.#ctor(System.String)">
            <summary> Construct a new FetchSigningKeyOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchSigningKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadSigningKeyOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadSigningKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.UpdateSigningKeyOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateSigningKeyOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSigningKeyOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.UpdateSigningKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="pathAccountSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="pathAccountSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="pathAccountSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="pathAccountSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Read(Twilio.Rest.Api.V2010.Account.ReadSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.SigningKeyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.SigningKeyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Update(Twilio.Rest.Api.V2010.Account.UpdateSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.UpdateSigningKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SigningKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="pathAccountSid">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="pathAccountSid">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningKey </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SigningKeyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SigningKeyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.SigningKeyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.SigningKeyResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.SigningKeyResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.SigningKeyResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.SigningKeyResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.CreateCredentialListOptions">
            <summary> Create a Credential List </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateCredentialListOptions.FriendlyName">
            <summary> A human readable descriptive text that describes the CredentialList, up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateCredentialListOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CreateCredentialListOptions.#ctor(System.String)">
            <summary> Construct a new CreateSipCredentialListOptions </summary>
            <param name="friendlyName"> A human readable descriptive text that describes the CredentialList, up to 64 characters long. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CreateCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.DeleteCredentialListOptions">
            <summary> Delete a Credential List </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DeleteCredentialListOptions.PathSid">
            <summary> The credential list Sid that uniquely identifies this resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DeleteCredentialListOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DeleteCredentialListOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSipCredentialListOptions </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DeleteCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.FetchCredentialListOptions">
            <summary> Get a Credential List </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.FetchCredentialListOptions.PathSid">
            <summary> The credential list Sid that uniquely identifies this resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.FetchCredentialListOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.FetchCredentialListOptions.#ctor(System.String)">
            <summary> Construct a new FetchSipCredentialListOptions </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.FetchCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.ReadCredentialListOptions">
            <summary> Get All Credential Lists </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.ReadCredentialListOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.ReadCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.UpdateCredentialListOptions">
            <summary> Update a Credential List </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateCredentialListOptions.PathSid">
            <summary> The credential list Sid that uniquely identifies this resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateCredentialListOptions.FriendlyName">
            <summary> A human readable descriptive text for a CredentialList, up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateCredentialListOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.UpdateCredentialListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSipCredentialListOptions </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
            <param name="friendlyName"> A human readable descriptive text for a CredentialList, up to 64 characters long. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.UpdateCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Create(Twilio.Rest.Api.V2010.Account.Sip.CreateCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Credential List </summary>
            <param name="options"> Create CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.CreateCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Credential List </summary>
            <param name="options"> Create CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Credential List </summary>
            <param name="friendlyName"> A human readable descriptive text that describes the CredentialList, up to 64 characters long. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Credential List </summary>
            <param name="friendlyName"> A human readable descriptive text that describes the CredentialList, up to 64 characters long. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.DeleteCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential List </summary>
            <param name="options"> Delete CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.DeleteCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential List </summary>
            <param name="options"> Delete CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.DeleteCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential List </summary>
            <param name="options"> Delete CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential List </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Credential List </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.FetchCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a Credential List </summary>
            <param name="options"> Fetch CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.FetchCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a Credential List </summary>
            <param name="options"> Fetch CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a Credential List </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a Credential List </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Read(Twilio.Rest.Api.V2010.Account.Sip.ReadCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get All Credential Lists </summary>
            <param name="options"> Read CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.ReadCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get All Credential Lists </summary>
            <param name="options"> Read CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get All Credential Lists </summary>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get All Credential Lists </summary>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Update(Twilio.Rest.Api.V2010.Account.Sip.UpdateCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Credential List </summary>
            <param name="options"> Update CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Sip.UpdateCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Credential List </summary>
            <param name="options"> Update CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Credential List </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
            <param name="friendlyName"> A human readable descriptive text for a CredentialList, up to 64 characters long. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Credential List </summary>
            <param name="pathSid"> The credential list Sid that uniquely identifies this resource </param>
            <param name="friendlyName"> A human readable descriptive text for a CredentialList, up to 64 characters long. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialListResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialListResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.AccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) that owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.DateCreated">
            <summary> The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.DateUpdated">
            <summary> The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.FriendlyName">
            <summary> A human readable descriptive text that describes the CredentialList, up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.SubresourceUris">
            <summary> A list of credentials associated with this credential list. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialListResource.Uri">
            <summary> The URI for this resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions">
            <summary> Create a new credential resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions.PathCredentialListSid">
            <summary> The unique id that identifies the credential list to include the created credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions.Username">
            <summary> The username that will be passed when authenticating SIP requests. The username should be sent in response to Twilio's challenge of the initial INVITE. It can be up to 32 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions.Password">
            <summary> The password that the username will use when authenticating SIP requests. The password must be a minimum of 12 characters, contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`) </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateSipCredentialOptions </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list to include the created credential. </param>
            <param name="username"> The username that will be passed when authenticating SIP requests. The username should be sent in response to Twilio's challenge of the initial INVITE. It can be up to 32 characters long. </param>
            <param name="password"> The password that the username will use when authenticating SIP requests. The password must be a minimum of 12 characters, contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`) </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions">
            <summary> Delete a credential resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions.PathCredentialListSid">
            <summary> The unique id that identifies the credential list that contains the desired credentials. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions.PathSid">
            <summary> The unique id that identifies the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSipCredentialOptions </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credentials. </param>
            <param name="pathSid"> The unique id that identifies the resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.FetchCredentialOptions">
            <summary> Fetch a single credential. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.FetchCredentialOptions.PathCredentialListSid">
            <summary> The unique id that identifies the credential list that contains the desired credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.FetchCredentialOptions.PathSid">
            <summary> The unique id that identifies the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.FetchCredentialOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.FetchCredentialOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSipCredentialOptions </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credential. </param>
            <param name="pathSid"> The unique id that identifies the resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.FetchCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.ReadCredentialOptions">
            <summary> Retrieve a list of credentials. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.ReadCredentialOptions.PathCredentialListSid">
            <summary> The unique id that identifies the credential list that contains the desired credentials. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.ReadCredentialOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.ReadCredentialOptions.#ctor(System.String)">
            <summary> Construct a new ListSipCredentialOptions </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credentials. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.ReadCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions">
            <summary> Update a credential resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions.PathCredentialListSid">
            <summary> The unique id that identifies the credential list that includes this credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions.PathSid">
            <summary> The unique id that identifies the resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions.Password">
            <summary> The password that the username will use when authenticating SIP requests. The password must be a minimum of 12 characters, contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`) </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSipCredentialOptions </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that includes this credential. </param>
            <param name="pathSid"> The unique id that identifies the resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Create(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential resource. </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential resource. </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential resource. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list to include the created credential. </param>
            <param name="username"> The username that will be passed when authenticating SIP requests. The username should be sent in response to Twilio's challenge of the initial INVITE. It can be up to 32 characters long. </param>
            <param name="password"> The password that the username will use when authenticating SIP requests. The password must be a minimum of 12 characters, contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`) </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential resource. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list to include the created credential. </param>
            <param name="username"> The username that will be passed when authenticating SIP requests. The username should be sent in response to Twilio's challenge of the initial INVITE. It can be up to 32 characters long. </param>
            <param name="password"> The password that the username will use when authenticating SIP requests. The password must be a minimum of 12 characters, contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`) </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential resource. </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential resource. </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential resource. </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential resource. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credentials. </param>
            <param name="pathSid"> The unique id that identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential resource. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credentials. </param>
            <param name="pathSid"> The unique id that identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single credential. </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single credential. </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single credential. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credential. </param>
            <param name="pathSid"> The unique id that identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single credential. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credential. </param>
            <param name="pathSid"> The unique id that identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Read(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credentials. </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credentials. </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credentials. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credentials. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credentials. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that contains the desired credentials. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Update(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a credential resource. </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Sip.CredentialList.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a credential resource. </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Update(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a credential resource. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that includes this credential. </param>
            <param name="pathSid"> The unique id that identifies the resource to update. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="password"> The password that the username will use when authenticating SIP requests. The password must be a minimum of 12 characters, contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`) </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.UpdateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a credential resource. </summary>
            <param name="pathCredentialListSid"> The unique id that identifies the credential list that includes this credential. </param>
            <param name="pathSid"> The unique id that identifies the resource to update. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="password"> The password that the username will use when authenticating SIP requests. The password must be a minimum of 12 characters, contain at least 1 digit, and have mixed case. (eg `IWasAtSignal2018`) </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.AccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.CredentialListSid">
            <summary> The unique id that identifies the credential list that includes this credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Username">
            <summary> The username for this credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.DateCreated">
            <summary> The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.DateUpdated">
            <summary> The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CredentialList.CredentialResource.Uri">
            <summary> The URI for this resource, relative to `https://api.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions">
            <summary> Create a new Domain </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.DomainName">
            <summary> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \\\"-\\\" and must end with `sip.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.FriendlyName">
            <summary> A descriptive string that you created to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.VoiceUrl">
            <summary> The URL we should when the domain receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.VoiceMethod">
            <summary> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs while retrieving or executing the TwiML from `voice_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.VoiceFallbackMethod">
            <summary> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.VoiceStatusCallbackUrl">
            <summary> The URL that we should call to pass status parameters (such as call ended) to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.VoiceStatusCallbackMethod">
            <summary> The HTTP method we should use to call `voice_status_callback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.SipRegistration">
            <summary> Whether to allow SIP Endpoints to register with the domain to receive calls. Can be `true` or `false`. `true` allows SIP Endpoints to register with the domain to receive calls, `false` does not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.EmergencyCallingEnabled">
            <summary> Whether emergency calling is enabled for the domain. If enabled, allows emergency calls on the domain from phone numbers with validated addresses. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.Secure">
            <summary> Whether secure SIP is enabled for the domain. If enabled, TLS will be enforced and SRTP will be negotiated on all incoming calls to this sip domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.ByocTrunkSid">
            <summary> The SID of the BYOC Trunk(Bring Your Own Carrier) resource that the Sip Domain will be associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.EmergencyCallerSid">
            <summary> Whether an emergency caller sid is configured for the domain. If present, this phone number will be used as the callback for the emergency call. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.#ctor(System.String)">
            <summary> Construct a new CreateSipDomainOptions </summary>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \\\"-\\\" and must end with `sip.twilio.com`. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.DeleteDomainOptions">
            <summary> Delete an instance of a Domain </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DeleteDomainOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the SipDomain resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DeleteDomainOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DeleteDomainOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSipDomainOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DeleteDomainOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.FetchDomainOptions">
            <summary> Fetch an instance of a Domain </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.FetchDomainOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the SipDomain resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.FetchDomainOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.FetchDomainOptions.#ctor(System.String)">
            <summary> Construct a new FetchSipDomainOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.FetchDomainOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.ReadDomainOptions">
            <summary> Retrieve a list of domains belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.ReadDomainOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.ReadDomainOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions">
            <summary> Update the attributes of a domain </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the SipDomain resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.FriendlyName">
            <summary> A descriptive string that you created to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.VoiceFallbackMethod">
            <summary> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs while retrieving or executing the TwiML requested by `voice_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.VoiceMethod">
            <summary> The HTTP method we should use to call `voice_url` </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.VoiceStatusCallbackMethod">
            <summary> The HTTP method we should use to call `voice_status_callback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.VoiceStatusCallbackUrl">
            <summary> The URL that we should call to pass status parameters (such as call ended) to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.VoiceUrl">
            <summary> The URL we should call when the domain receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.SipRegistration">
            <summary> Whether to allow SIP Endpoints to register with the domain to receive calls. Can be `true` or `false`. `true` allows SIP Endpoints to register with the domain to receive calls, `false` does not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.DomainName">
            <summary> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \\\"-\\\" and must end with `sip.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.EmergencyCallingEnabled">
            <summary> Whether emergency calling is enabled for the domain. If enabled, allows emergency calls on the domain from phone numbers with validated addresses. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.Secure">
            <summary> Whether secure SIP is enabled for the domain. If enabled, TLS will be enforced and SRTP will be negotiated on all incoming calls to this sip domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.ByocTrunkSid">
            <summary> The SID of the BYOC Trunk(Bring Your Own Carrier) resource that the Sip Domain will be associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.EmergencyCallerSid">
            <summary> Whether an emergency caller sid is configured for the domain. If present, this phone number will be used as the callback for the emergency call. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSipDomainOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Create(Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Domain </summary>
            <param name="options"> Create Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.CreateDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Domain </summary>
            <param name="options"> Create Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Create(System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Domain </summary>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \\\"-\\\" and must end with `sip.twilio.com`. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the resource. It can be up to 64 characters long. </param>
            <param name="voiceUrl"> The URL we should when the domain receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML from `voice_url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceStatusCallbackUrl"> The URL that we should call to pass status parameters (such as call ended) to your application. </param>
            <param name="voiceStatusCallbackMethod"> The HTTP method we should use to call `voice_status_callback_url`. Can be: `GET` or `POST`. </param>
            <param name="sipRegistration"> Whether to allow SIP Endpoints to register with the domain to receive calls. Can be `true` or `false`. `true` allows SIP Endpoints to register with the domain to receive calls, `false` does not. </param>
            <param name="emergencyCallingEnabled"> Whether emergency calling is enabled for the domain. If enabled, allows emergency calls on the domain from phone numbers with validated addresses. </param>
            <param name="secure"> Whether secure SIP is enabled for the domain. If enabled, TLS will be enforced and SRTP will be negotiated on all incoming calls to this sip domain. </param>
            <param name="byocTrunkSid"> The SID of the BYOC Trunk(Bring Your Own Carrier) resource that the Sip Domain will be associated with. </param>
            <param name="emergencyCallerSid"> Whether an emergency caller sid is configured for the domain. If present, this phone number will be used as the callback for the emergency call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.CreateAsync(System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Domain </summary>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \\\"-\\\" and must end with `sip.twilio.com`. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the resource. It can be up to 64 characters long. </param>
            <param name="voiceUrl"> The URL we should when the domain receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML from `voice_url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceStatusCallbackUrl"> The URL that we should call to pass status parameters (such as call ended) to your application. </param>
            <param name="voiceStatusCallbackMethod"> The HTTP method we should use to call `voice_status_callback_url`. Can be: `GET` or `POST`. </param>
            <param name="sipRegistration"> Whether to allow SIP Endpoints to register with the domain to receive calls. Can be `true` or `false`. `true` allows SIP Endpoints to register with the domain to receive calls, `false` does not. </param>
            <param name="emergencyCallingEnabled"> Whether emergency calling is enabled for the domain. If enabled, allows emergency calls on the domain from phone numbers with validated addresses. </param>
            <param name="secure"> Whether secure SIP is enabled for the domain. If enabled, TLS will be enforced and SRTP will be negotiated on all incoming calls to this sip domain. </param>
            <param name="byocTrunkSid"> The SID of the BYOC Trunk(Bring Your Own Carrier) resource that the Sip Domain will be associated with. </param>
            <param name="emergencyCallerSid"> Whether an emergency caller sid is configured for the domain. If present, this phone number will be used as the callback for the emergency call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.DeleteDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a Domain </summary>
            <param name="options"> Delete Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.DeleteDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a Domain </summary>
            <param name="options"> Delete Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.DeleteDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a Domain </summary>
            <param name="options"> Delete Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a Domain </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an instance of a Domain </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.FetchDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a Domain </summary>
            <param name="options"> Fetch Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.FetchDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a Domain </summary>
            <param name="options"> Fetch Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a Domain </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a Domain </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Read(Twilio.Rest.Api.V2010.Account.Sip.ReadDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of domains belonging to the account used to make the request </summary>
            <param name="options"> Read Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.ReadDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of domains belonging to the account used to make the request </summary>
            <param name="options"> Read Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of domains belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of domains belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.DomainResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.DomainResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Update(Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the attributes of a domain </summary>
            <param name="options"> Update Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Sip.UpdateDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the attributes of a domain </summary>
            <param name="options"> Update Domain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Update(System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,Twilio.Http.HttpMethod,System.Uri,System.Uri,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the attributes of a domain </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to update. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the resource. It can be up to 64 characters long. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML requested by `voice_url`. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url` </param>
            <param name="voiceStatusCallbackMethod"> The HTTP method we should use to call `voice_status_callback_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceStatusCallbackUrl"> The URL that we should call to pass status parameters (such as call ended) to your application. </param>
            <param name="voiceUrl"> The URL we should call when the domain receives a call. </param>
            <param name="sipRegistration"> Whether to allow SIP Endpoints to register with the domain to receive calls. Can be `true` or `false`. `true` allows SIP Endpoints to register with the domain to receive calls, `false` does not. </param>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \\\"-\\\" and must end with `sip.twilio.com`. </param>
            <param name="emergencyCallingEnabled"> Whether emergency calling is enabled for the domain. If enabled, allows emergency calls on the domain from phone numbers with validated addresses. </param>
            <param name="secure"> Whether secure SIP is enabled for the domain. If enabled, TLS will be enforced and SRTP will be negotiated on all incoming calls to this sip domain. </param>
            <param name="byocTrunkSid"> The SID of the BYOC Trunk(Bring Your Own Carrier) resource that the Sip Domain will be associated with. </param>
            <param name="emergencyCallerSid"> Whether an emergency caller sid is configured for the domain. If present, this phone number will be used as the callback for the emergency call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.UpdateAsync(System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,Twilio.Http.HttpMethod,System.Uri,System.Uri,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the attributes of a domain </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the SipDomain resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource to update. </param>
            <param name="friendlyName"> A descriptive string that you created to describe the resource. It can be up to 64 characters long. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML requested by `voice_url`. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url` </param>
            <param name="voiceStatusCallbackMethod"> The HTTP method we should use to call `voice_status_callback_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceStatusCallbackUrl"> The URL that we should call to pass status parameters (such as call ended) to your application. </param>
            <param name="voiceUrl"> The URL we should call when the domain receives a call. </param>
            <param name="sipRegistration"> Whether to allow SIP Endpoints to register with the domain to receive calls. Can be `true` or `false`. `true` allows SIP Endpoints to register with the domain to receive calls, `false` does not. </param>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \\\"-\\\" and must end with `sip.twilio.com`. </param>
            <param name="emergencyCallingEnabled"> Whether emergency calling is enabled for the domain. If enabled, allows emergency calls on the domain from phone numbers with validated addresses. </param>
            <param name="secure"> Whether secure SIP is enabled for the domain. If enabled, TLS will be enforced and SRTP will be negotiated on all incoming calls to this sip domain. </param>
            <param name="byocTrunkSid"> The SID of the BYOC Trunk(Bring Your Own Carrier) resource that the Sip Domain will be associated with. </param>
            <param name="emergencyCallerSid"> Whether an emergency caller sid is configured for the domain. If present, this phone number will be used as the callback for the emergency call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Domain </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DomainResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DomainResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SipDomain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.ApiVersion">
            <summary> The API version used to process the call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.AuthType">
            <summary> The types of authentication you have mapped to your domain. Can be: `IP_ACL` and `CREDENTIAL_LIST`. If you have both defined for your domain, both will be returned in a comma delimited string. If `auth_type` is not defined, the domain will not be able to receive any traffic. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.DomainName">
            <summary> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and \"-\" and must end with `sip.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Sid">
            <summary> The unique string that that we created to identify the SipDomain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.VoiceFallbackMethod">
            <summary> The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.VoiceFallbackUrl">
            <summary> The URL that we call when an error occurs while retrieving or executing the TwiML requested from `voice_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.VoiceStatusCallbackMethod">
            <summary> The HTTP method we use to call `voice_status_callback_url`. Either `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.VoiceStatusCallbackUrl">
            <summary> The URL that we call to pass status parameters (such as call ended) to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.VoiceUrl">
            <summary> The URL we call using the `voice_method` when the domain receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.SubresourceUris">
            <summary> A list of mapping resources associated with the SIP Domain resource identified by their relative URIs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.SipRegistration">
            <summary> Whether to allow SIP Endpoints to register with the domain to receive calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.EmergencyCallingEnabled">
            <summary> Whether emergency calling is enabled for the domain. If enabled, allows emergency calls on the domain from phone numbers with validated addresses. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.Secure">
            <summary> Whether secure SIP is enabled for the domain. If enabled, TLS will be enforced and SRTP will be negotiated on all incoming calls to this sip domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.ByocTrunkSid">
            <summary> The SID of the BYOC Trunk(Bring Your Own Carrier) resource that the Sip Domain will be associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DomainResource.EmergencyCallerSid">
            <summary> Whether an emergency caller sid is configured for the domain. If present, this phone number will be used as the callback for the emergency call. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsCredentialListMappingOptions">
            <summary> Create a new credential list mapping resource </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsCredentialListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that will contain the new resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsCredentialListMappingOptions.CredentialListSid">
            <summary> The SID of the CredentialList resource to map to the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsCredentialListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSipAuthCallsCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="credentialListSid"> The SID of the CredentialList resource to map to the SIP domain. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions">
            <summary> Delete a credential list mapping from the requested domain </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSipAuthCallsCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsCredentialListMappingOptions">
            <summary> Fetch a specific instance of a credential list mapping </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsCredentialListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsCredentialListMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsCredentialListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSipAuthCallsCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsCredentialListMappingOptions">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsCredentialListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsCredentialListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsCredentialListMappingOptions.#ctor(System.String)">
            <summary> Construct a new ListSipAuthCallsCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Create(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential list mapping resource </summary>
            <param name="options"> Create AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential list mapping resource </summary>
            <param name="options"> Create AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential list mapping resource </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="credentialListSid"> The SID of the CredentialList resource to map to the SIP domain. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential list mapping resource </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="credentialListSid"> The SID of the CredentialList resource to map to the SIP domain. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="options"> Delete AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="options"> Delete AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="options"> Delete AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of a credential list mapping </summary>
            <param name="options"> Fetch AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of a credential list mapping </summary>
            <param name="options"> Fetch AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of a credential list mapping </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of a credential list mapping </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Read(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
            <param name="options"> Read AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
            <param name="options"> Read AuthCallsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthCallsCredentialListMappingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthCallsCredentialListMappingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsCredentialListMappingResource.Sid">
            <summary> The unique string that that we created to identify the CredentialListMapping resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsIpAccessControlListMappingOptions">
            <summary> Create a new IP Access Control List mapping </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsIpAccessControlListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that will contain the new resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsIpAccessControlListMappingOptions.IpAccessControlListSid">
            <summary> The SID of the IpAccessControlList resource to map to the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsIpAccessControlListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsIpAccessControlListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSipAuthCallsIpAccessControlListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="ipAccessControlListSid"> The SID of the IpAccessControlList resource to map to the SIP domain. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsIpAccessControlListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions">
            <summary> Delete an IP Access Control List mapping from the requested domain </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resources to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSipAuthCallsIpAccessControlListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsIpAccessControlListMappingOptions">
            <summary> Fetch a specific instance of an IP Access Control List mapping </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsIpAccessControlListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsIpAccessControlListMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsIpAccessControlListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsIpAccessControlListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSipAuthCallsIpAccessControlListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsIpAccessControlListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsIpAccessControlListMappingOptions">
            <summary> Retrieve a list of IP Access Control List mappings belonging to the domain used in the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsIpAccessControlListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsIpAccessControlListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsIpAccessControlListMappingOptions.#ctor(System.String)">
            <summary> Construct a new ListSipAuthCallsIpAccessControlListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsIpAccessControlListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Create(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IP Access Control List mapping </summary>
            <param name="options"> Create AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.CreateAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IP Access Control List mapping </summary>
            <param name="options"> Create AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IP Access Control List mapping </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="ipAccessControlListSid"> The SID of the IpAccessControlList resource to map to the SIP domain. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IP Access Control List mapping </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="ipAccessControlListSid"> The SID of the IpAccessControlList resource to map to the SIP domain. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IP Access Control List mapping from the requested domain </summary>
            <param name="options"> Delete AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IP Access Control List mapping from the requested domain </summary>
            <param name="options"> Delete AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.DeleteAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IP Access Control List mapping from the requested domain </summary>
            <param name="options"> Delete AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IP Access Control List mapping from the requested domain </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IP Access Control List mapping from the requested domain </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of an IP Access Control List mapping </summary>
            <param name="options"> Fetch AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.FetchAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of an IP Access Control List mapping </summary>
            <param name="options"> Fetch AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of an IP Access Control List mapping </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of an IP Access Control List mapping </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IpAccessControlListMapping resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Read(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Access Control List mappings belonging to the domain used in the request </summary>
            <param name="options"> Read AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.ReadAuthCallsIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Access Control List mappings belonging to the domain used in the request </summary>
            <param name="options"> Read AuthCallsIpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Access Control List mappings belonging to the domain used in the request </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Access Control List mappings belonging to the domain used in the request </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthCallsIpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthCallsIpAccessControlListMappingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthCallsIpAccessControlListMappingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlListMapping resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeCalls.AuthCallsIpAccessControlListMappingResource.Sid">
            <summary> The unique string that that we created to identify the IpAccessControlListMapping resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.CreateAuthRegistrationsCredentialListMappingOptions">
            <summary> Create a new credential list mapping resource </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.CreateAuthRegistrationsCredentialListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that will contain the new resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.CreateAuthRegistrationsCredentialListMappingOptions.CredentialListSid">
            <summary> The SID of the CredentialList resource to map to the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.CreateAuthRegistrationsCredentialListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.CreateAuthRegistrationsCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSipAuthRegistrationsCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="credentialListSid"> The SID of the CredentialList resource to map to the SIP domain. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.CreateAuthRegistrationsCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions">
            <summary> Delete a credential list mapping from the requested domain </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resources to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSipAuthRegistrationsCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.FetchAuthRegistrationsCredentialListMappingOptions">
            <summary> Fetch a specific instance of a credential list mapping </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.FetchAuthRegistrationsCredentialListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.FetchAuthRegistrationsCredentialListMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.FetchAuthRegistrationsCredentialListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.FetchAuthRegistrationsCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSipAuthRegistrationsCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.FetchAuthRegistrationsCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.ReadAuthRegistrationsCredentialListMappingOptions">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.ReadAuthRegistrationsCredentialListMappingOptions.PathDomainSid">
            <summary> The SID of the SIP domain that contains the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.ReadAuthRegistrationsCredentialListMappingOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.ReadAuthRegistrationsCredentialListMappingOptions.#ctor(System.String)">
            <summary> Construct a new ListSipAuthRegistrationsCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.ReadAuthRegistrationsCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Create(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.CreateAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential list mapping resource </summary>
            <param name="options"> Create AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.CreateAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential list mapping resource </summary>
            <param name="options"> Create AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential list mapping resource </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="credentialListSid"> The SID of the CredentialList resource to map to the SIP domain. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new credential list mapping resource </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that will contain the new resource. </param>
            <param name="credentialListSid"> The SID of the CredentialList resource to map to the SIP domain. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="options"> Delete AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="options"> Delete AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.DeleteAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="options"> Delete AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a credential list mapping from the requested domain </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.FetchAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of a credential list mapping </summary>
            <param name="options"> Fetch AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.FetchAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of a credential list mapping </summary>
            <param name="options"> Fetch AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of a credential list mapping </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of a credential list mapping </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the CredentialListMapping resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Read(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.ReadAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
            <param name="options"> Read AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.ReadAuthRegistrationsCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
            <param name="options"> Read AuthRegistrationsCredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of credential list mappings belonging to the domain used in the request </summary>
            <param name="pathDomainSid"> The SID of the SIP domain that contains the resources to read. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthRegistrationsCredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthRegistrationsCredentialListMappingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthRegistrationsCredentialListMappingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialListMapping resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.AuthTypes.AuthTypeRegistrations.AuthRegistrationsCredentialListMappingResource.Sid">
            <summary> The unique string that that we created to identify the CredentialListMapping resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateCredentialListMappingOptions">
            <summary> Create a CredentialListMapping resource for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateCredentialListMappingOptions.PathDomainSid">
            <summary> A 34 character string that uniquely identifies the SIP Domain for which the CredentialList resource will be mapped. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateCredentialListMappingOptions.CredentialListSid">
            <summary> A 34 character string that uniquely identifies the CredentialList resource to map to the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateCredentialListMappingOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSipCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain for which the CredentialList resource will be mapped. </param>
            <param name="credentialListSid"> A 34 character string that uniquely identifies the CredentialList resource to map to the SIP domain. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions">
            <summary> Delete a CredentialListMapping resource from an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions.PathDomainSid">
            <summary> A 34 character string that uniquely identifies the SIP Domain that includes the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSipCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to delete. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchCredentialListMappingOptions">
            <summary> Fetch a single CredentialListMapping resource from an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchCredentialListMappingOptions.PathDomainSid">
            <summary> A 34 character string that uniquely identifies the SIP Domain that includes the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchCredentialListMappingOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchCredentialListMappingOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchCredentialListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSipCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to fetch. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadCredentialListMappingOptions">
            <summary> Read multiple CredentialListMapping resources from an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadCredentialListMappingOptions.PathDomainSid">
            <summary> A 34 character string that uniquely identifies the SIP Domain that includes the resource to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadCredentialListMappingOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadCredentialListMappingOptions.#ctor(System.String)">
            <summary> Construct a new ListSipCredentialListMappingOptions </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadCredentialListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Create(Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a CredentialListMapping resource for an account. </summary>
            <param name="options"> Create CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a CredentialListMapping resource for an account. </summary>
            <param name="options"> Create CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a CredentialListMapping resource for an account. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain for which the CredentialList resource will be mapped. </param>
            <param name="credentialListSid"> A 34 character string that uniquely identifies the CredentialList resource to map to the SIP domain. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a CredentialListMapping resource for an account. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain for which the CredentialList resource will be mapped. </param>
            <param name="credentialListSid"> A 34 character string that uniquely identifies the CredentialList resource to map to the SIP domain. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a CredentialListMapping resource from an account. </summary>
            <param name="options"> Delete CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a CredentialListMapping resource from an account. </summary>
            <param name="options"> Delete CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a CredentialListMapping resource from an account. </summary>
            <param name="options"> Delete CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a CredentialListMapping resource from an account. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to delete. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a CredentialListMapping resource from an account. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to delete. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single CredentialListMapping resource from an account. </summary>
            <param name="options"> Fetch CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single CredentialListMapping resource from an account. </summary>
            <param name="options"> Fetch CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single CredentialListMapping resource from an account. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to fetch. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a single CredentialListMapping resource from an account. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to fetch. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Read(Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read multiple CredentialListMapping resources from an account. </summary>
            <param name="options"> Read CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadCredentialListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read multiple CredentialListMapping resources from an account. </summary>
            <param name="options"> Read CredentialListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Read multiple CredentialListMapping resources from an account. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to read. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Read multiple CredentialListMapping resources from an account. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP Domain that includes the resource to read. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialListMappingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialListMappingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.AccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.DateCreated">
            <summary> The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.DateUpdated">
            <summary> The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.DomainSid">
            <summary> The unique string that is created to identify the SipDomain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.FriendlyName">
            <summary> A human readable descriptive text for this resource, up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CredentialListMappingResource.Uri">
            <summary> The URI for this resource, relative to `https://api.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateIpAccessControlListMappingOptions">
            <summary> Create a new IpAccessControlListMapping resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateIpAccessControlListMappingOptions.PathDomainSid">
            <summary> A 34 character string that uniquely identifies the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateIpAccessControlListMappingOptions.IpAccessControlListSid">
            <summary> The unique id of the IP access control list to map to the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateIpAccessControlListMappingOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateIpAccessControlListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSipIpAccessControlListMappingOptions </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="ipAccessControlListSid"> The unique id of the IP access control list to map to the SIP domain. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateIpAccessControlListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions">
            <summary> Delete an IpAccessControlListMapping resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions.PathDomainSid">
            <summary> A 34 character string that uniquely identifies the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSipIpAccessControlListMappingOptions </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchIpAccessControlListMappingOptions">
            <summary> Fetch an IpAccessControlListMapping resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchIpAccessControlListMappingOptions.PathDomainSid">
            <summary> A 34 character string that uniquely identifies the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchIpAccessControlListMappingOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchIpAccessControlListMappingOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchIpAccessControlListMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSipIpAccessControlListMappingOptions </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchIpAccessControlListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadIpAccessControlListMappingOptions">
            <summary> Retrieve a list of IpAccessControlListMapping resources. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadIpAccessControlListMappingOptions.PathDomainSid">
            <summary> A 34 character string that uniquely identifies the SIP domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadIpAccessControlListMappingOptions.PathAccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadIpAccessControlListMappingOptions.#ctor(System.String)">
            <summary> Construct a new ListSipIpAccessControlListMappingOptions </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadIpAccessControlListMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Create(Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAccessControlListMapping resource. </summary>
            <param name="options"> Create IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.CreateIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAccessControlListMapping resource. </summary>
            <param name="options"> Create IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAccessControlListMapping resource. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="ipAccessControlListSid"> The unique id of the IP access control list to map to the SIP domain. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAccessControlListMapping resource. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="ipAccessControlListSid"> The unique id of the IP access control list to map to the SIP domain. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlListMapping resource. </summary>
            <param name="options"> Delete IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlListMapping resource. </summary>
            <param name="options"> Delete IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.DeleteIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlListMapping resource. </summary>
            <param name="options"> Delete IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlListMapping resource. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlListMapping resource. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an IpAccessControlListMapping resource. </summary>
            <param name="options"> Fetch IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.FetchIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an IpAccessControlListMapping resource. </summary>
            <param name="options"> Fetch IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an IpAccessControlListMapping resource. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an IpAccessControlListMapping resource. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Read(Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IpAccessControlListMapping resources. </summary>
            <param name="options"> Read IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.Domain.ReadIpAccessControlListMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IpAccessControlListMapping resources. </summary>
            <param name="options"> Read IpAccessControlListMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IpAccessControlListMapping resources. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IpAccessControlListMapping resources. </summary>
            <param name="pathDomainSid"> A 34 character string that uniquely identifies the SIP domain. </param>
            <param name="pathAccountSid"> The unique id of the Account that is responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlListMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a IpAccessControlListMappingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> IpAccessControlListMappingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.AccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.DateCreated">
            <summary> The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.DateUpdated">
            <summary> The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.DomainSid">
            <summary> The unique string that is created to identify the SipDomain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.FriendlyName">
            <summary> A human readable descriptive text for this resource, up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.Domain.IpAccessControlListMappingResource.Uri">
            <summary> The URI for this resource, relative to `https://api.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.CreateIpAccessControlListOptions">
            <summary> Create a new IpAccessControlList resource </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateIpAccessControlListOptions.FriendlyName">
            <summary> A human readable descriptive text that describes the IpAccessControlList, up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.CreateIpAccessControlListOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CreateIpAccessControlListOptions.#ctor(System.String)">
            <summary> Construct a new CreateSipIpAccessControlListOptions </summary>
            <param name="friendlyName"> A human readable descriptive text that describes the IpAccessControlList, up to 255 characters long. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.CreateIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.DeleteIpAccessControlListOptions">
            <summary> Delete an IpAccessControlList from the requested account </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DeleteIpAccessControlListOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.DeleteIpAccessControlListOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DeleteIpAccessControlListOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSipIpAccessControlListOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.DeleteIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.FetchIpAccessControlListOptions">
            <summary> Fetch a specific instance of an IpAccessControlList </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.FetchIpAccessControlListOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.FetchIpAccessControlListOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.FetchIpAccessControlListOptions.#ctor(System.String)">
            <summary> Construct a new FetchSipIpAccessControlListOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.FetchIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.ReadIpAccessControlListOptions">
            <summary> Retrieve a list of IpAccessControlLists that belong to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.ReadIpAccessControlListOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.ReadIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.UpdateIpAccessControlListOptions">
            <summary> Rename an IpAccessControlList </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateIpAccessControlListOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the resource to udpate. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateIpAccessControlListOptions.FriendlyName">
            <summary> A human readable descriptive text, up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.UpdateIpAccessControlListOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.UpdateIpAccessControlListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSipIpAccessControlListOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to udpate. </param>
            <param name="friendlyName"> A human readable descriptive text, up to 255 characters long. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.UpdateIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Create(Twilio.Rest.Api.V2010.Account.Sip.CreateIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAccessControlList resource </summary>
            <param name="options"> Create IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.CreateIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAccessControlList resource </summary>
            <param name="options"> Create IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAccessControlList resource </summary>
            <param name="friendlyName"> A human readable descriptive text that describes the IpAccessControlList, up to 255 characters long. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAccessControlList resource </summary>
            <param name="friendlyName"> A human readable descriptive text that describes the IpAccessControlList, up to 255 characters long. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.DeleteIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlList from the requested account </summary>
            <param name="options"> Delete IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.DeleteIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlList from the requested account </summary>
            <param name="options"> Delete IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.DeleteIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlList from the requested account </summary>
            <param name="options"> Delete IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlList from the requested account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAccessControlList from the requested account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.FetchIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of an IpAccessControlList </summary>
            <param name="options"> Fetch IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.FetchIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of an IpAccessControlList </summary>
            <param name="options"> Fetch IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of an IpAccessControlList </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific instance of an IpAccessControlList </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Read(Twilio.Rest.Api.V2010.Account.Sip.ReadIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IpAccessControlLists that belong to the account used to make the request </summary>
            <param name="options"> Read IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.ReadIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IpAccessControlLists that belong to the account used to make the request </summary>
            <param name="options"> Read IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IpAccessControlLists that belong to the account used to make the request </summary>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IpAccessControlLists that belong to the account used to make the request </summary>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Update(Twilio.Rest.Api.V2010.Account.Sip.UpdateIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Rename an IpAccessControlList </summary>
            <param name="options"> Update IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Sip.UpdateIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Rename an IpAccessControlList </summary>
            <param name="options"> Update IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Rename an IpAccessControlList </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to udpate. </param>
            <param name="friendlyName"> A human readable descriptive text, up to 255 characters long. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Rename an IpAccessControlList </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to udpate. </param>
            <param name="friendlyName"> A human readable descriptive text, up to 255 characters long. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a IpAccessControlListResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> IpAccessControlListResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.AccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) that owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.FriendlyName">
            <summary> A human readable descriptive text, up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.DateCreated">
            <summary> The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.DateUpdated">
            <summary> The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.SubresourceUris">
            <summary> A list of the IpAddress resources associated with this IP access control list resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlListResource.Uri">
            <summary> The URI for this resource, relative to `https://api.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions">
            <summary> Create a new IpAddress resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions.PathIpAccessControlListSid">
            <summary> The IpAccessControlList Sid with which to associate the created IpAddress resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions.FriendlyName">
            <summary> A human readable descriptive text for this resource, up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions.IpAddress">
            <summary> An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions.CidrPrefixLength">
            <summary> An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateSipIpAddressOptions </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid with which to associate the created IpAddress resource. </param>
            <param name="friendlyName"> A human readable descriptive text for this resource, up to 255 characters long. </param>
            <param name="ipAddress"> An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions">
            <summary> Delete an IpAddress resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions.PathIpAccessControlListSid">
            <summary> The IpAccessControlList Sid that identifies the IpAddress resources to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSipIpAddressOptions </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to delete. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.FetchIpAddressOptions">
            <summary> Read one IpAddress resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.FetchIpAddressOptions.PathIpAccessControlListSid">
            <summary> The IpAccessControlList Sid that identifies the IpAddress resources to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.FetchIpAddressOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the IpAddress resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.FetchIpAddressOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.FetchIpAddressOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSipIpAddressOptions </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to fetch. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the IpAddress resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.FetchIpAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.ReadIpAddressOptions">
            <summary> Read multiple IpAddress resources. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.ReadIpAddressOptions.PathIpAccessControlListSid">
            <summary> The IpAccessControlList Sid that identifies the IpAddress resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.ReadIpAddressOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.ReadIpAddressOptions.#ctor(System.String)">
            <summary> Construct a new ListSipIpAddressOptions </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.ReadIpAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions">
            <summary> Update an IpAddress resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions.PathIpAccessControlListSid">
            <summary> The IpAccessControlList Sid that identifies the IpAddress resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions.PathSid">
            <summary> A 34 character string that identifies the IpAddress resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions.PathAccountSid">
            <summary> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions.IpAddress">
            <summary> An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions.FriendlyName">
            <summary> A human readable descriptive text for this resource, up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions.CidrPrefixLength">
            <summary> An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSipIpAddressOptions </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to update. </param>
            <param name="pathSid"> A 34 character string that identifies the IpAddress resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Create(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAddress resource. </summary>
            <param name="options"> Create IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.CreateIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAddress resource. </summary>
            <param name="options"> Create IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Create(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAddress resource. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid with which to associate the created IpAddress resource. </param>
            <param name="friendlyName"> A human readable descriptive text for this resource, up to 255 characters long. </param>
            <param name="ipAddress"> An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="cidrPrefixLength"> An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.CreateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new IpAddress resource. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid with which to associate the created IpAddress resource. </param>
            <param name="friendlyName"> A human readable descriptive text for this resource, up to 255 characters long. </param>
            <param name="ipAddress"> An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="cidrPrefixLength"> An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAddress resource. </summary>
            <param name="options"> Delete IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Delete(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAddress resource. </summary>
            <param name="options"> Delete IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.DeleteIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAddress resource. </summary>
            <param name="options"> Delete IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAddress resource. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to delete. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an IpAddress resource. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to delete. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the resource to delete. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Fetch(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.FetchIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read one IpAddress resource. </summary>
            <param name="options"> Fetch IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.FetchIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read one IpAddress resource. </summary>
            <param name="options"> Fetch IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Read one IpAddress resource. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to fetch. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the IpAddress resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Read one IpAddress resource. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to fetch. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies the IpAddress resource to fetch. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Read(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.ReadIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read multiple IpAddress resources. </summary>
            <param name="options"> Read IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.ReadIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read multiple IpAddress resources. </summary>
            <param name="options"> Read IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Read multiple IpAddress resources. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to read. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Read multiple IpAddress resources. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to read. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Update(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an IpAddress resource. </summary>
            <param name="options"> Update IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.UpdateIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an IpAddress resource. </summary>
            <param name="options"> Update IpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an IpAddress resource. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to update. </param>
            <param name="pathSid"> A 34 character string that identifies the IpAddress resource to update. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="ipAddress"> An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. </param>
            <param name="friendlyName"> A human readable descriptive text for this resource, up to 255 characters long. </param>
            <param name="cidrPrefixLength"> An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an IpAddress resource. </summary>
            <param name="pathIpAccessControlListSid"> The IpAccessControlList Sid that identifies the IpAddress resources to update. </param>
            <param name="pathSid"> A 34 character string that identifies the IpAddress resource to update. </param>
            <param name="pathAccountSid"> The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this resource. </param>
            <param name="ipAddress"> An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. </param>
            <param name="friendlyName"> A human readable descriptive text for this resource, up to 255 characters long. </param>
            <param name="cidrPrefixLength"> An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a IpAddressResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> IpAddressResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.AccountSid">
            <summary> The unique id of the Account that is responsible for this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.FriendlyName">
            <summary> A human readable descriptive text for this resource, up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.IpAddress">
            <summary> An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.CidrPrefixLength">
            <summary> An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.IpAccessControlListSid">
            <summary> The unique id of the IpAccessControlList resource that includes this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.DateCreated">
            <summary> The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.DateUpdated">
            <summary> The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Sip.IpAccessControlList.IpAddressResource.Uri">
            <summary> The URI for this resource, relative to `https://api.twilio.com` </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateTokenOptions">
            <summary> Create a new token for ICE servers </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateTokenOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateTokenOptions.Ttl">
            <summary> The duration in seconds for which the generated credentials are valid. The default value is 86400 (24 hours). </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateTokenOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TokenResource.Create(Twilio.Rest.Api.V2010.Account.CreateTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new token for ICE servers </summary>
            <param name="options"> Create Token parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Token </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TokenResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new token for ICE servers </summary>
            <param name="options"> Create Token parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Token </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TokenResource.Create(System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new token for ICE servers </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="ttl"> The duration in seconds for which the generated credentials are valid. The default value is 86400 (24 hours). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Token </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TokenResource.CreateAsync(System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new token for ICE servers </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="ttl"> The duration in seconds for which the generated credentials are valid. The default value is 86400 (24 hours). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Token </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TokenResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TokenResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TokenResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TokenResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TokenResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Token resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TokenResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TokenResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TokenResource.IceServers">
            <summary> An array representing the ephemeral credentials and the STUN and TURN server URIs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TokenResource.Password">
            <summary> The temporary password that the username will use when authenticating with Twilio. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TokenResource.Ttl">
            <summary> The duration in seconds for which the username and password are valid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TokenResource.Username">
            <summary> The temporary username that uniquely identifies a Token. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.DeleteTranscriptionOptions">
            <summary> Delete a transcription from the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteTranscriptionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Transcription resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.DeleteTranscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteTranscriptionOptions.#ctor(System.String)">
            <summary> Construct a new DeleteTranscriptionOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.DeleteTranscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.FetchTranscriptionOptions">
            <summary> Fetch an instance of a Transcription </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchTranscriptionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Transcription resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.FetchTranscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchTranscriptionOptions.#ctor(System.String)">
            <summary> Construct a new FetchTranscriptionOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.FetchTranscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.ReadTranscriptionOptions">
            <summary> Retrieve a list of transcriptions belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ReadTranscriptionOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ReadTranscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.DeleteTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a transcription from the account used to make the request </summary>
            <param name="options"> Delete Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Delete(Twilio.Rest.Api.V2010.Account.DeleteTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a transcription from the account used to make the request </summary>
            <param name="options"> Delete Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.DeleteTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a transcription from the account used to make the request </summary>
            <param name="options"> Delete Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a transcription from the account used to make the request </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a transcription from the account used to make the request </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Fetch(Twilio.Rest.Api.V2010.Account.FetchTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a Transcription </summary>
            <param name="options"> Fetch Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.FetchAsync(Twilio.Rest.Api.V2010.Account.FetchTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a Transcription </summary>
            <param name="options"> Fetch Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a Transcription </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of a Transcription </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Transcription resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Read(Twilio.Rest.Api.V2010.Account.ReadTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of transcriptions belonging to the account used to make the request </summary>
            <param name="options"> Read Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.ReadAsync(Twilio.Rest.Api.V2010.Account.ReadTranscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of transcriptions belonging to the account used to make the request </summary>
            <param name="options"> Read Transcription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of transcriptions belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of transcriptions belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcription </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.TranscriptionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.TranscriptionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TranscriptionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TranscriptionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.TranscriptionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.ApiVersion">
            <summary> The API version used to create the transcription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Duration">
            <summary> The duration of the transcribed audio in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Price">
            <summary> The charge for the transcript in the currency associated with the account. This value is populated after the transcript is complete so it may not be available immediately. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.RecordingSid">
            <summary> The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) from which the transcription was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Sid">
            <summary> The unique string that that we created to identify the Transcription resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.TranscriptionText">
            <summary> The text content of the transcription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Type">
            <summary> The transcription type. Can only be: `fast`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.TranscriptionResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions">
            <summary> Retrieve a list of usage-records belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.Read(Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of usage-records belonging to the account used to make the request </summary>
            <param name="options"> Read Record parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Record </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.ReadRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of usage-records belonging to the account used to make the request </summary>
            <param name="options"> Read Record parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Record </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.RecordResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of usage-records belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Record </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.RecordResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of usage-records belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Record </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.RecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.RecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RecordResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RecordResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.RecordResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.Read(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read AllTime parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AllTime </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadAllTimeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read AllTime parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AllTime </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AllTime </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AllTime </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AllTimeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AllTimeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.AllTimeResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.Read(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Daily parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Daily </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadDailyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Daily parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Daily </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Daily </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Daily </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DailyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DailyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.DailyResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.Read(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read LastMonth parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LastMonth </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadLastMonthOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read LastMonth parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LastMonth </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LastMonth </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LastMonth </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a LastMonthResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> LastMonthResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.LastMonthResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.Read(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Monthly parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Monthly </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadMonthlyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Monthly parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Monthly </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Monthly </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Monthly </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MonthlyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MonthlyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.MonthlyResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.Read(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ThisMonth parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ThisMonth </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadThisMonthOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ThisMonth parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ThisMonth </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ThisMonth </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ThisMonth </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ThisMonthResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ThisMonthResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ThisMonthResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.Read(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Today parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Today </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadTodayOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Today parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Today </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Today </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Today </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TodayResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TodayResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.TodayResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.Read(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Yearly parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Yearly </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYearlyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Yearly parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Yearly </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Yearly </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Yearly </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a YearlyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> YearlyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YearlyResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions.Category">
            <summary> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions.IncludeSubaccounts">
            <summary> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.Read(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Yesterday parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Yesterday </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.Record.ReadYesterdayOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Yesterday parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Yesterday </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Yesterday </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.CategoryEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resources to read. </param>
            <param name="category"> The [usage category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories) of the UsageRecord resources to read. Only UsageRecord resources in the specified category are retrieved. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. You can also specify offsets from the current date, such as: `-30days`, which will set the start date to be 30 days before the current date. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.  You can also specify offsets from the current date, such as: `+30days`, which will set the end date to 30 days from the current date. </param>
            <param name="includeSubaccounts"> Whether to include usage from the master account and all its subaccounts. Can be: `true` (the default) to include usage from the master account and all subaccounts or `false` to retrieve usage from only the specified account. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Yesterday </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a YesterdayResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> YesterdayResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that accrued the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.AsOf">
            <summary> Usage records up to date as of this timestamp, formatted as YYYY-MM-DDTHH:MM:SS+00:00. All timestamps are in GMT </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.Count">
            <summary> The number of usage events, such as the number of calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.CountUnit">
            <summary> The units in which `count` is measured, such as `calls` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.Description">
            <summary> A plain-language description of the usage category. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.EndDate">
            <summary> The last date for which usage is included in the UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.Price">
            <summary> The total price of the usage in the currency specified in `price_unit` and associated with the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.PriceUnit">
            <summary> The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format, such as `usd`, `eur`, and `jpy`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.StartDate">
            <summary> The first date for which usage is included in this UsageRecord. The date is specified in GMT and formatted as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.SubresourceUris">
            <summary> A list of related resources identified by their URIs. For more information, see [List Subresources](https://www.twilio.com/docs/usage/api/usage-record#list-subresources). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.Usage">
            <summary> The amount used to bill usage and measured in units described in `usage_unit`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.Record.YesterdayResource.UsageUnit">
            <summary> The units in which `usage` is measured, such as `minutes` for calls or `messages` for SMS. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions">
            <summary> Create a new UsageTrigger </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions.CallbackUrl">
            <summary> The URL we should call using `callback_method` when the trigger fires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions.TriggerValue">
            <summary> The usage value at which the trigger should fire.  For convenience, you can use an offset value such as `+30` to specify a trigger_value that is 30 units more than the current usage value. Be sure to urlencode a `+` as `%2B`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions.CallbackMethod">
            <summary> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions.#ctor(System.Uri,System.String,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.UsageCategoryEnum)">
            <summary> Construct a new CreateUsageTriggerOptions </summary>
            <param name="callbackUrl"> The URL we should call using `callback_method` when the trigger fires. </param>
            <param name="triggerValue"> The usage value at which the trigger should fire.  For convenience, you can use an offset value such as `+30` to specify a trigger_value that is 30 units more than the current usage value. Be sure to urlencode a `+` as `%2B`. </param>
            <param name="usageCategory">  </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.DeleteTriggerOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.DeleteTriggerOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the UsageTrigger resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.DeleteTriggerOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.DeleteTriggerOptions.#ctor(System.String)">
            <summary> Construct a new DeleteUsageTriggerOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.DeleteTriggerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.FetchTriggerOptions">
            <summary> Fetch and instance of a usage-trigger </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.FetchTriggerOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the UsageTrigger resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.FetchTriggerOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.FetchTriggerOptions.#ctor(System.String)">
            <summary> Construct a new FetchUsageTriggerOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.FetchTriggerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.ReadTriggerOptions">
            <summary> Retrieve a list of usage-triggers belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadTriggerOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadTriggerOptions.Recurring">
            <summary> The frequency of recurring UsageTriggers to read. Can be: `daily`, `monthly`, or `yearly` to read recurring UsageTriggers. An empty value or a value of `alltime` reads non-recurring UsageTriggers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadTriggerOptions.TriggerBy">
            <summary> The trigger field of the UsageTriggers to read.  Can be: `count`, `usage`, or `price` as described in the [UsageRecords documentation](https://www.twilio.com/docs/usage/api/usage-record#usage-count-price). </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.ReadTriggerOptions.UsageCategory">
            <summary> The usage category of the UsageTriggers to read. Must be a supported [usage categories](https://www.twilio.com/docs/usage/api/usage-record#usage-categories). </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.ReadTriggerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions">
            <summary> Update an instance of a usage trigger </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the UsageTrigger resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions.CallbackMethod">
            <summary> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions.CallbackUrl">
            <summary> The URL we should call using `callback_method` when the trigger fires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions.#ctor(System.String)">
            <summary> Construct a new UpdateUsageTriggerOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Create(Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new UsageTrigger </summary>
            <param name="options"> Create Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.CreateAsync(Twilio.Rest.Api.V2010.Account.Usage.CreateTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new UsageTrigger </summary>
            <param name="options"> Create Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Create(System.Uri,System.String,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.UsageCategoryEnum,System.String,Twilio.Http.HttpMethod,System.String,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.RecurringEnum,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.TriggerFieldEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new UsageTrigger </summary>
            <param name="callbackUrl"> The URL we should call using `callback_method` when the trigger fires. </param>
            <param name="triggerValue"> The usage value at which the trigger should fire.  For convenience, you can use an offset value such as `+30` to specify a trigger_value that is 30 units more than the current usage value. Be sure to urlencode a `+` as `%2B`. </param>
            <param name="usageCategory">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is `POST`. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="recurring">  </param>
            <param name="triggerBy">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.CreateAsync(System.Uri,System.String,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.UsageCategoryEnum,System.String,Twilio.Http.HttpMethod,System.String,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.RecurringEnum,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.TriggerFieldEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new UsageTrigger </summary>
            <param name="callbackUrl"> The URL we should call using `callback_method` when the trigger fires. </param>
            <param name="triggerValue"> The usage value at which the trigger should fire.  For convenience, you can use an offset value such as `+30` to specify a trigger_value that is 30 units more than the current usage value. Be sure to urlencode a `+` as `%2B`. </param>
            <param name="usageCategory">  </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that will create the resource. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is `POST`. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="recurring">  </param>
            <param name="triggerBy">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.BuildDeleteRequest(Twilio.Rest.Api.V2010.Account.Usage.DeleteTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Delete(Twilio.Rest.Api.V2010.Account.Usage.DeleteTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.DeleteAsync(Twilio.Rest.Api.V2010.Account.Usage.DeleteTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to delete. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Fetch(Twilio.Rest.Api.V2010.Account.Usage.FetchTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch and instance of a usage-trigger </summary>
            <param name="options"> Fetch Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.FetchAsync(Twilio.Rest.Api.V2010.Account.Usage.FetchTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch and instance of a usage-trigger </summary>
            <param name="options"> Fetch Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch and instance of a usage-trigger </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch and instance of a usage-trigger </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to fetch. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Read(Twilio.Rest.Api.V2010.Account.Usage.ReadTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of usage-triggers belonging to the account used to make the request </summary>
            <param name="options"> Read Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.ReadAsync(Twilio.Rest.Api.V2010.Account.Usage.ReadTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of usage-triggers belonging to the account used to make the request </summary>
            <param name="options"> Read Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Read(System.String,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.RecurringEnum,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.TriggerFieldEnum,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.UsageCategoryEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of usage-triggers belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to read. </param>
            <param name="recurring"> The frequency of recurring UsageTriggers to read. Can be: `daily`, `monthly`, or `yearly` to read recurring UsageTriggers. An empty value or a value of `alltime` reads non-recurring UsageTriggers. </param>
            <param name="triggerBy"> The trigger field of the UsageTriggers to read.  Can be: `count`, `usage`, or `price` as described in the [UsageRecords documentation](https://www.twilio.com/docs/usage/api/usage-record#usage-count-price). </param>
            <param name="usageCategory"> The usage category of the UsageTriggers to read. Must be a supported [usage categories](https://www.twilio.com/docs/usage/api/usage-record#usage-categories). </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.ReadAsync(System.String,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.RecurringEnum,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.TriggerFieldEnum,Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.UsageCategoryEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of usage-triggers belonging to the account used to make the request </summary>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to read. </param>
            <param name="recurring"> The frequency of recurring UsageTriggers to read. Can be: `daily`, `monthly`, or `yearly` to read recurring UsageTriggers. An empty value or a value of `alltime` reads non-recurring UsageTriggers. </param>
            <param name="triggerBy"> The trigger field of the UsageTriggers to read.  Can be: `count`, `usage`, or `price` as described in the [UsageRecords documentation](https://www.twilio.com/docs/usage/api/usage-record#usage-count-price). </param>
            <param name="usageCategory"> The usage category of the UsageTriggers to read. Must be a supported [usage categories](https://www.twilio.com/docs/usage/api/usage-record#usage-categories). </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.NextPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.TriggerResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Api.V2010.Account.Usage.TriggerResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Update(Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an instance of a usage trigger </summary>
            <param name="options"> Update Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.UpdateAsync(Twilio.Rest.Api.V2010.Account.Usage.UpdateTriggerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an instance of a usage trigger </summary>
            <param name="options"> Update Trigger parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Update(System.String,System.String,Twilio.Http.HttpMethod,System.Uri,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an instance of a usage trigger </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to update. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is `POST`. </param>
            <param name="callbackUrl"> The URL we should call using `callback_method` when the trigger fires. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.UpdateAsync(System.String,System.String,Twilio.Http.HttpMethod,System.Uri,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an instance of a usage trigger </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the UsageTrigger resource to update. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageTrigger resources to update. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is `POST`. </param>
            <param name="callbackUrl"> The URL we should call using `callback_method` when the trigger fires. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trigger </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TriggerResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TriggerResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the trigger monitors. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.ApiVersion">
            <summary> The API version used to create the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.CallbackMethod">
            <summary> The HTTP method we use to call `callback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.CallbackUrl">
            <summary> The URL we call using the `callback_method` when the trigger fires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.CurrentValue">
            <summary> The current value of the field the trigger is watching. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.DateFired">
            <summary> The date and time in GMT that the trigger was last fired specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.FriendlyName">
            <summary> The string that you assigned to describe the trigger. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Sid">
            <summary> The unique string that that we created to identify the UsageTrigger resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.TriggerValue">
            <summary> The value at which the trigger will fire.  Must be a positive, numeric value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.Uri">
            <summary> The URI of the resource, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.Usage.TriggerResource.UsageRecordUri">
            <summary> The URI of the [UsageRecord](https://www.twilio.com/docs/usage/api/usage-record) resource this trigger watches, relative to `https://api.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.PhoneNumber">
            <summary> The phone number to verify in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.PathAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the new caller ID resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new caller ID resource. It can be up to 64 characters long. The default value is a formatted version of the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.CallDelay">
            <summary> The number of seconds to delay before initiating the verification call. Can be an integer between `0` and `60`, inclusive. The default is `0`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.Extension">
            <summary> The digits to dial after connecting the verification call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information about the verification process to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`, and the default is `POST`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new CreateValidationRequestOptions </summary>
            <param name="phoneNumber"> The phone number to verify in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </param>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.Create(Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ValidationRequest parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ValidationRequest </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.CreateAsync(Twilio.Rest.Api.V2010.Account.CreateValidationRequestOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ValidationRequest parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ValidationRequest </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.Create(Twilio.Types.PhoneNumber,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="phoneNumber"> The phone number to verify in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the new caller ID resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new caller ID resource. It can be up to 64 characters long. The default value is a formatted version of the phone number. </param>
            <param name="callDelay"> The number of seconds to delay before initiating the verification call. Can be an integer between `0` and `60`, inclusive. The default is `0`. </param>
            <param name="extension"> The digits to dial after connecting the verification call. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information about the verification process to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`, and the default is `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ValidationRequest </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.CreateAsync(Twilio.Types.PhoneNumber,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="phoneNumber"> The phone number to verify in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </param>
            <param name="pathAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the new caller ID resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new caller ID resource. It can be up to 64 characters long. The default value is a formatted version of the phone number. </param>
            <param name="callDelay"> The number of seconds to delay before initiating the verification call. Can be an integer between `0` and `60`, inclusive. The default is `0`. </param>
            <param name="extension"> The digits to dial after connecting the verification call. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information about the verification process to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`, and the default is `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ValidationRequest </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ValidationRequestResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ValidationRequestResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for the Caller ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.CallSid">
            <summary> The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Caller ID is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.PhoneNumber">
            <summary> The phone number to verify in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Api.V2010.Account.ValidationRequestResource.ValidationCode">
            <summary> The 6 digit validation code that someone must enter to validate the Caller ID  when `phone_number` is called. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.CreateAssistantOptions">
            <summary> create an assistant </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.CreateAssistantOptions.#ctor(Twilio.Rest.Assistants.V1.AssistantResource.AssistantsV1ServiceCreateAssistantRequest)">
            <summary> Construct a new CreateAssistantOptions </summary>
            <param name="assistantsV1ServiceCreateAssistantRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.CreateAssistantOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.DeleteAssistantOptions">
            <summary> delete an assistant </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.DeleteAssistantOptions.#ctor(System.String)">
            <summary> Construct a new DeleteAssistantOptions </summary>
            <param name="pathId">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.DeleteAssistantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.FetchAssistantOptions">
            <summary> get an assistant </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.FetchAssistantOptions.#ctor(System.String)">
            <summary> Construct a new FetchAssistantOptions </summary>
            <param name="pathId">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.FetchAssistantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.ReadAssistantOptions">
            <summary> list assistants </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ReadAssistantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.UpdateAssistantOptions">
            <summary> update an assistant </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.UpdateAssistantOptions.#ctor(System.String)">
            <summary> Construct a new UpdateAssistantOptions </summary>
            <param name="pathId">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.UpdateAssistantOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Create(Twilio.Rest.Assistants.V1.CreateAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create an assistant </summary>
            <param name="options"> Create Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.CreateAsync(Twilio.Rest.Assistants.V1.CreateAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create an assistant </summary>
            <param name="options"> Create Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Create(Twilio.Rest.Assistants.V1.AssistantResource.AssistantsV1ServiceCreateAssistantRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> create an assistant </summary>
            <param name="assistantsV1ServiceCreateAssistantRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.CreateAsync(Twilio.Rest.Assistants.V1.AssistantResource.AssistantsV1ServiceCreateAssistantRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> create an assistant </summary>
            <param name="assistantsV1ServiceCreateAssistantRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.BuildDeleteRequest(Twilio.Rest.Assistants.V1.DeleteAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete an assistant </summary>
            <param name="options"> Delete Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Delete(Twilio.Rest.Assistants.V1.DeleteAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete an assistant </summary>
            <param name="options"> Delete Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.DeleteAsync(Twilio.Rest.Assistants.V1.DeleteAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete an assistant </summary>
            <param name="options"> Delete Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete an assistant </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete an assistant </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Fetch(Twilio.Rest.Assistants.V1.FetchAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> get an assistant </summary>
            <param name="options"> Fetch Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.FetchAsync(Twilio.Rest.Assistants.V1.FetchAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> get an assistant </summary>
            <param name="options"> Fetch Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> get an assistant </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> get an assistant </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Read(Twilio.Rest.Assistants.V1.ReadAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> list assistants </summary>
            <param name="options"> Read Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.ReadAsync(Twilio.Rest.Assistants.V1.ReadAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> list assistants </summary>
            <param name="options"> Read Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Read(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> list assistants </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.ReadAsync(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> list assistants </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.AssistantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.AssistantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Update(Twilio.Rest.Assistants.V1.UpdateAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update an assistant </summary>
            <param name="options"> Update Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.UpdateAsync(Twilio.Rest.Assistants.V1.UpdateAssistantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update an assistant </summary>
            <param name="options"> Update Assistant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.Update(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update an assistant </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.UpdateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update an assistant </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assistant </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AssistantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AssistantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.AssistantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Assistant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.CustomerAi">
            <summary> The Personalization and Perception Engine settings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.Id">
            <summary> The Assistant ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.Model">
            <summary> The default model used by the assistant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.Name">
            <summary> The name of the assistant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.Owner">
            <summary> The owner/company of the assistant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.Url">
            <summary> The url of the assistant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.PersonalityPrompt">
            <summary> The personality prompt to be used for assistant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.DateCreated">
            <summary> The date and time in GMT when the Assistant was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.DateUpdated">
            <summary> The date and time in GMT when the Assistant was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.Knowledge">
            <summary> The list of knowledge sources associated with the assistant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.AssistantResource.Tools">
            <summary> The list of tools associated with the assistant. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsKnowledgeOptions">
            <summary> Attach Knowledge to Assistant </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsKnowledgeOptions.PathAssistantId">
            <summary> The assistant ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsKnowledgeOptions.PathId">
            <summary> The knowledge ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsKnowledgeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateAssistantKnowledgeAttachmentOptions </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The knowledge ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsKnowledgeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsKnowledgeOptions">
            <summary> Detach Knowledge to Assistant </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsKnowledgeOptions.PathAssistantId">
            <summary> The assistant ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsKnowledgeOptions.PathId">
            <summary> The knowledge ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsKnowledgeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteAssistantKnowledgeAttachmentOptions </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The knowledge ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsKnowledgeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsKnowledgeOptions">
            <summary> List all knowledge for an Assistant </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsKnowledgeOptions.PathAssistantId">
            <summary> The assistant ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsKnowledgeOptions.#ctor(System.String)">
            <summary> Construct a new ListKnowledgeByAssistantOptions </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsKnowledgeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Create(Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach Knowledge to Assistant </summary>
            <param name="options"> Create AssistantsKnowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.CreateAsync(Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach Knowledge to Assistant </summary>
            <param name="options"> Create AssistantsKnowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach Knowledge to Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The knowledge ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach Knowledge to Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The knowledge ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.BuildDeleteRequest(Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Knowledge to Assistant </summary>
            <param name="options"> Delete AssistantsKnowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Delete(Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Knowledge to Assistant </summary>
            <param name="options"> Delete AssistantsKnowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.DeleteAsync(Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Knowledge to Assistant </summary>
            <param name="options"> Delete AssistantsKnowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Knowledge to Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The knowledge ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Knowledge to Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The knowledge ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Read(Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all knowledge for an Assistant </summary>
            <param name="options"> Read AssistantsKnowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.ReadAsync(Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all knowledge for an Assistant </summary>
            <param name="options"> Read AssistantsKnowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all knowledge for an Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all knowledge for an Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsKnowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AssistantsKnowledgeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AssistantsKnowledgeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Description">
            <summary> The type of knowledge source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Id">
            <summary> The description of knowledge. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.KnowledgeSourceDetails">
            <summary> The details of the knowledge source based on the type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Name">
            <summary> The name of the knowledge source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Status">
            <summary> The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED') </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Type">
            <summary> The type of knowledge source ('Web', 'Database', 'Text', 'File') </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.Url">
            <summary> The url of the knowledge resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.EmbeddingModel">
            <summary> The embedding model to be used for the knowledge source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.DateCreated">
            <summary> The date and time in GMT when the Knowledge was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsKnowledgeResource.DateUpdated">
            <summary> The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsToolOptions">
            <summary> Attach Tool to Assistant </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsToolOptions.PathAssistantId">
            <summary> The assistant ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsToolOptions.PathId">
            <summary> The tool ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsToolOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateAssistantToolAttachmentOptions </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The tool ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsToolOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsToolOptions">
            <summary> Detach Tool to Assistant </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsToolOptions.PathAssistantId">
            <summary> The assistant ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsToolOptions.PathId">
            <summary> The tool ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsToolOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteAssistantToolAttachmentOptions </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The tool ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsToolOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsToolOptions">
            <summary> List tools for an Assistant </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsToolOptions.PathAssistantId">
            <summary> The assistant ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsToolOptions.#ctor(System.String)">
            <summary> Construct a new ListToolsByAssistantOptions </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsToolOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Create(Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach Tool to Assistant </summary>
            <param name="options"> Create AssistantsTool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.CreateAsync(Twilio.Rest.Assistants.V1.Assistant.CreateAssistantsToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach Tool to Assistant </summary>
            <param name="options"> Create AssistantsTool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach Tool to Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The tool ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach Tool to Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The tool ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.BuildDeleteRequest(Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Tool to Assistant </summary>
            <param name="options"> Delete AssistantsTool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Delete(Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Tool to Assistant </summary>
            <param name="options"> Delete AssistantsTool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.DeleteAsync(Twilio.Rest.Assistants.V1.Assistant.DeleteAssistantsToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Tool to Assistant </summary>
            <param name="options"> Delete AssistantsTool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Tool to Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The tool ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach Tool to Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pathId"> The tool ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Read(Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List tools for an Assistant </summary>
            <param name="options"> Read AssistantsTool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.ReadAsync(Twilio.Rest.Assistants.V1.Assistant.ReadAssistantsToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List tools for an Assistant </summary>
            <param name="options"> Read AssistantsTool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List tools for an Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List tools for an Assistant </summary>
            <param name="pathAssistantId"> The assistant ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssistantsTool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AssistantsToolResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AssistantsToolResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Tool resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Description">
            <summary> The description of the tool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Enabled">
            <summary> True if the tool is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Id">
            <summary> The tool ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Meta">
            <summary> The metadata related to method, url, input_schema to used with the Tool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Name">
            <summary> The name of the tool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.RequiresAuth">
            <summary> The authentication requirement for the tool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Type">
            <summary> The type of the tool. ('WEBHOOK') </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.Url">
            <summary> The url of the tool resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.DateCreated">
            <summary> The date and time in GMT when the Tool was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.AssistantsToolResource.DateUpdated">
            <summary> The date and time in GMT when the Tool was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.CreateFeedbackOptions">
            <summary> Create feedback </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.CreateFeedbackOptions.PathId">
            <summary> The assistant ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.CreateFeedbackOptions.#ctor(System.String,Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.AssistantsV1ServiceCreateFeedbackRequest)">
            <summary> Construct a new CreateFeedbackOptions </summary>
            <param name="pathId"> The assistant ID. </param>
            <param name="assistantsV1ServiceCreateFeedbackRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.CreateFeedbackOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.ReadFeedbackOptions">
            <summary> List feedbacks </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.ReadFeedbackOptions.PathId">
            <summary> The assistant ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.ReadFeedbackOptions.#ctor(System.String)">
            <summary> Construct a new ListFeedbackOptions </summary>
            <param name="pathId"> The assistant ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.ReadFeedbackOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.Create(Twilio.Rest.Assistants.V1.Assistant.CreateFeedbackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create feedback </summary>
            <param name="options"> Create Feedback parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.CreateAsync(Twilio.Rest.Assistants.V1.Assistant.CreateFeedbackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create feedback </summary>
            <param name="options"> Create Feedback parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.Create(System.String,Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.AssistantsV1ServiceCreateFeedbackRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create feedback </summary>
            <param name="pathId"> The assistant ID. </param>
            <param name="assistantsV1ServiceCreateFeedbackRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.CreateAsync(System.String,Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.AssistantsV1ServiceCreateFeedbackRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create feedback </summary>
            <param name="pathId"> The assistant ID. </param>
            <param name="assistantsV1ServiceCreateFeedbackRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.Read(Twilio.Rest.Assistants.V1.Assistant.ReadFeedbackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List feedbacks </summary>
            <param name="options"> Read Feedback parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.ReadAsync(Twilio.Rest.Assistants.V1.Assistant.ReadFeedbackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List feedbacks </summary>
            <param name="options"> Read Feedback parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List feedbacks </summary>
            <param name="pathId"> The assistant ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List feedbacks </summary>
            <param name="pathId"> The assistant ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Feedback </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Assistant.FeedbackResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Assistant.FeedbackResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FeedbackResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FeedbackResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.AssistantId">
            <summary> The Assistant ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.Id">
            <summary> The Feedback ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Feedback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.UserSid">
            <summary> The SID of the User created the Feedback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.MessageId">
            <summary> The Message ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.Score">
            <summary> The Score to provide as Feedback (0-1) </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.SessionId">
            <summary> The Session ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.Text">
            <summary> The text to be given as feedback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.DateCreated">
            <summary> The date and time in GMT when the Feedback was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.FeedbackResource.DateUpdated">
            <summary> The date and time in GMT when the Feedback was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Assistant.CreateMessageOptions">
            <summary> send a message </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.CreateMessageOptions.PathId">
            <summary> the Assistant ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.CreateMessageOptions.#ctor(System.String,Twilio.Rest.Assistants.V1.Assistant.MessageResource.AssistantsV1ServiceAssistantSendMessageRequest)">
            <summary> Construct a new CreateMessageOptions </summary>
            <param name="pathId"> the Assistant ID. </param>
            <param name="assistantsV1ServiceAssistantSendMessageRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.CreateMessageOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.MessageResource.Create(Twilio.Rest.Assistants.V1.Assistant.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> send a message </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.MessageResource.CreateAsync(Twilio.Rest.Assistants.V1.Assistant.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> send a message </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.MessageResource.Create(System.String,Twilio.Rest.Assistants.V1.Assistant.MessageResource.AssistantsV1ServiceAssistantSendMessageRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> send a message </summary>
            <param name="pathId"> the Assistant ID. </param>
            <param name="assistantsV1ServiceAssistantSendMessageRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.MessageResource.CreateAsync(System.String,Twilio.Rest.Assistants.V1.Assistant.MessageResource.AssistantsV1ServiceAssistantSendMessageRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> send a message </summary>
            <param name="pathId"> the Assistant ID. </param>
            <param name="assistantsV1ServiceAssistantSendMessageRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Assistant.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.MessageResource.Status">
            <summary> success or failure based on whether the request successfully generated a response. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.MessageResource.Flagged">
            <summary> If successful, this property will denote whether the response was flagged or not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.MessageResource.Aborted">
            <summary> This property will denote whether the request was aborted or not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.MessageResource.SessionId">
            <summary> The unique name for the session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.MessageResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that sent the Message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.MessageResource.Body">
            <summary> If successful, the body of the generated response </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Assistant.MessageResource.Error">
            <summary> The error message if generation was not successful </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.CreateKnowledgeOptions">
            <summary> Create knowledge </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.CreateKnowledgeOptions.#ctor(Twilio.Rest.Assistants.V1.KnowledgeResource.AssistantsV1ServiceCreateKnowledgeRequest)">
            <summary> Construct a new CreateKnowledgeOptions </summary>
            <param name="assistantsV1ServiceCreateKnowledgeRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.CreateKnowledgeOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.DeleteKnowledgeOptions">
            <summary> Delete knowledge </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.DeleteKnowledgeOptions.PathId">
            <summary> the Knowledge ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.DeleteKnowledgeOptions.#ctor(System.String)">
            <summary> Construct a new DeleteKnowledgeOptions </summary>
            <param name="pathId"> the Knowledge ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.DeleteKnowledgeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.FetchKnowledgeOptions">
            <summary> Get knowledge </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.FetchKnowledgeOptions.#ctor(System.String)">
            <summary> Construct a new FetchKnowledgeOptions </summary>
            <param name="pathId">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.FetchKnowledgeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.ReadKnowledgeOptions">
            <summary> List all knowledge </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ReadKnowledgeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.UpdateKnowledgeOptions">
            <summary> Update knowledge </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.UpdateKnowledgeOptions.#ctor(System.String)">
            <summary> Construct a new UpdateKnowledgeOptions </summary>
            <param name="pathId">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.UpdateKnowledgeOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Create(Twilio.Rest.Assistants.V1.CreateKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create knowledge </summary>
            <param name="options"> Create Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.CreateAsync(Twilio.Rest.Assistants.V1.CreateKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create knowledge </summary>
            <param name="options"> Create Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Create(Twilio.Rest.Assistants.V1.KnowledgeResource.AssistantsV1ServiceCreateKnowledgeRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create knowledge </summary>
            <param name="assistantsV1ServiceCreateKnowledgeRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.CreateAsync(Twilio.Rest.Assistants.V1.KnowledgeResource.AssistantsV1ServiceCreateKnowledgeRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create knowledge </summary>
            <param name="assistantsV1ServiceCreateKnowledgeRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.BuildDeleteRequest(Twilio.Rest.Assistants.V1.DeleteKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete knowledge </summary>
            <param name="options"> Delete Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Delete(Twilio.Rest.Assistants.V1.DeleteKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete knowledge </summary>
            <param name="options"> Delete Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.DeleteAsync(Twilio.Rest.Assistants.V1.DeleteKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete knowledge </summary>
            <param name="options"> Delete Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete knowledge </summary>
            <param name="pathId"> the Knowledge ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete knowledge </summary>
            <param name="pathId"> the Knowledge ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Fetch(Twilio.Rest.Assistants.V1.FetchKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get knowledge </summary>
            <param name="options"> Fetch Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.FetchAsync(Twilio.Rest.Assistants.V1.FetchKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get knowledge </summary>
            <param name="options"> Fetch Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get knowledge </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get knowledge </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Read(Twilio.Rest.Assistants.V1.ReadKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all knowledge </summary>
            <param name="options"> Read Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.ReadAsync(Twilio.Rest.Assistants.V1.ReadKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all knowledge </summary>
            <param name="options"> Read Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all knowledge </summary>
            <param name="assistantId">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all knowledge </summary>
            <param name="assistantId">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.KnowledgeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.KnowledgeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Update(Twilio.Rest.Assistants.V1.UpdateKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update knowledge </summary>
            <param name="options"> Update Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.UpdateAsync(Twilio.Rest.Assistants.V1.UpdateKnowledgeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update knowledge </summary>
            <param name="options"> Update Knowledge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.Update(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update knowledge </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.UpdateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update knowledge </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Knowledge </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a KnowledgeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> KnowledgeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.KnowledgeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.Description">
            <summary> The type of knowledge source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.Id">
            <summary> The description of knowledge. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.KnowledgeSourceDetails">
            <summary> The details of the knowledge source based on the type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.Name">
            <summary> The name of the knowledge source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.Status">
            <summary> The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED') </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.Type">
            <summary> The type of knowledge source ('Web', 'Database', 'Text', 'File') </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.Url">
            <summary> The url of the knowledge resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.EmbeddingModel">
            <summary> The embedding model to be used for the knowledge source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.DateCreated">
            <summary> The date and time in GMT when the Knowledge was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.KnowledgeResource.DateUpdated">
            <summary> The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Knowledge.ReadChunkOptions">
            <summary> List knowledge chunks </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.ReadChunkOptions.PathId">
            <summary> The knowledge ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ReadChunkOptions.#ctor(System.String)">
            <summary> Construct a new ListKnowledgeChunksOptions </summary>
            <param name="pathId"> The knowledge ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ReadChunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.Read(Twilio.Rest.Assistants.V1.Knowledge.ReadChunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List knowledge chunks </summary>
            <param name="options"> Read Chunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Chunk </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.ReadAsync(Twilio.Rest.Assistants.V1.Knowledge.ReadChunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List knowledge chunks </summary>
            <param name="options"> Read Chunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Chunk </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List knowledge chunks </summary>
            <param name="pathId"> The knowledge ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Chunk </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List knowledge chunks </summary>
            <param name="pathId"> The knowledge ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Chunk </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Knowledge.ChunkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Knowledge.ChunkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChunkResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChunkResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.Content">
            <summary> The chunk content. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.Metadata">
            <summary> The metadata of the chunk. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.DateCreated">
            <summary> The date and time in GMT when the Chunk was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.ChunkResource.DateUpdated">
            <summary> The date and time in GMT when the Chunk was updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Knowledge.FetchKnowledgeStatusOptions">
            <summary> Get knowledge status </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.FetchKnowledgeStatusOptions.PathId">
            <summary> the Knowledge ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.FetchKnowledgeStatusOptions.#ctor(System.String)">
            <summary> Construct a new FetchKnowledgeStatusOptions </summary>
            <param name="pathId"> the Knowledge ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.FetchKnowledgeStatusOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.Fetch(Twilio.Rest.Assistants.V1.Knowledge.FetchKnowledgeStatusOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get knowledge status </summary>
            <param name="options"> Fetch KnowledgeStatus parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of KnowledgeStatus </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.FetchAsync(Twilio.Rest.Assistants.V1.Knowledge.FetchKnowledgeStatusOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get knowledge status </summary>
            <param name="options"> Fetch KnowledgeStatus parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of KnowledgeStatus </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get knowledge status </summary>
            <param name="pathId"> the Knowledge ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of KnowledgeStatus </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get knowledge status </summary>
            <param name="pathId"> the Knowledge ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of KnowledgeStatus </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a KnowledgeStatusResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> KnowledgeStatusResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.Status">
            <summary> The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED') </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.LastStatus">
            <summary> The last status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED') </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Knowledge.KnowledgeStatusResource.DateUpdated">
            <summary> The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.ReadPolicyOptions">
            <summary> List policies </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ReadPolicyOptions.ToolId">
            <summary> The tool ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ReadPolicyOptions.KnowledgeId">
            <summary> The knowledge ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ReadPolicyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.Read(Twilio.Rest.Assistants.V1.ReadPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List policies </summary>
            <param name="options"> Read Policy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Policy </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.ReadAsync(Twilio.Rest.Assistants.V1.ReadPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List policies </summary>
            <param name="options"> Read Policy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Policy </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.Read(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List policies </summary>
            <param name="toolId"> The tool ID. </param>
            <param name="knowledgeId"> The knowledge ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Policy </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.ReadAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List policies </summary>
            <param name="toolId"> The tool ID. </param>
            <param name="knowledgeId"> The knowledge ID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Policy </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.PolicyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.PolicyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PolicyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PolicyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.PolicyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.Id">
            <summary> The Policy ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.Name">
            <summary> The name of the policy. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.Description">
            <summary> The description of the policy. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Policy resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.UserSid">
            <summary> The SID of the User that created the Policy resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.Type">
            <summary> The type of the policy. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.PolicyDetails">
            <summary> The details of the policy based on the type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.DateCreated">
            <summary> The date and time in GMT when the Policy was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.PolicyResource.DateUpdated">
            <summary> The date and time in GMT when the Policy was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.FetchSessionOptions">
            <summary> get a session </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.FetchSessionOptions.#ctor(System.String)">
            <summary> Construct a new FetchSessionOptions </summary>
            <param name="pathId">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.FetchSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.ReadSessionOptions">
            <summary> List sessions </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ReadSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.Fetch(Twilio.Rest.Assistants.V1.FetchSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> get a session </summary>
            <param name="options"> Fetch Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.FetchAsync(Twilio.Rest.Assistants.V1.FetchSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> get a session </summary>
            <param name="options"> Fetch Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> get a session </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> get a session </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.Read(Twilio.Rest.Assistants.V1.ReadSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List sessions </summary>
            <param name="options"> Read Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.ReadAsync(Twilio.Rest.Assistants.V1.ReadSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List sessions </summary>
            <param name="options"> Read Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.Read(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List sessions </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.ReadAsync(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List sessions </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.SessionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.SessionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SessionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SessionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.SessionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.SessionResource.Id">
            <summary> The Session ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.SessionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Session resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.SessionResource.AssistantId">
            <summary> The Assistant ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.SessionResource.Verified">
            <summary> True if the session is verified. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.SessionResource.Identity">
            <summary> The unique identity of user for the session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.SessionResource.DateCreated">
            <summary> The date and time in GMT when the Session was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.SessionResource.DateUpdated">
            <summary> The date and time in GMT when the Session was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.Session.ReadMessageOptions">
            <summary> List messages </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.ReadMessageOptions.PathSessionId">
            <summary> Session id or name </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.ReadMessageOptions.#ctor(System.String)">
            <summary> Construct a new ListMessagesOptions </summary>
            <param name="pathSessionId"> Session id or name </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.ReadMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.Read(Twilio.Rest.Assistants.V1.Session.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List messages </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.ReadAsync(Twilio.Rest.Assistants.V1.Session.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List messages </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List messages </summary>
            <param name="pathSessionId"> Session id or name </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List messages </summary>
            <param name="pathSessionId"> Session id or name </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Session.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.Session.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.Session.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.Id">
            <summary> The message ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.AssistantId">
            <summary> The Assistant ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.SessionId">
            <summary> The Session ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.Identity">
            <summary> The identity of the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.Role">
            <summary> The role of the user associated with the message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.Content">
            <summary> The content of the message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.Meta">
            <summary> The metadata of the message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.DateCreated">
            <summary> The date and time in GMT when the Message was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.Session.MessageResource.DateUpdated">
            <summary> The date and time in GMT when the Message was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.CreateToolOptions">
            <summary> Create tool </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.CreateToolOptions.#ctor(Twilio.Rest.Assistants.V1.ToolResource.AssistantsV1ServiceCreateToolRequest)">
            <summary> Construct a new CreateToolOptions </summary>
            <param name="assistantsV1ServiceCreateToolRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.CreateToolOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.DeleteToolOptions">
            <summary> delete a tool </summary>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.DeleteToolOptions.PathId">
            <summary> The tool ID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.DeleteToolOptions.#ctor(System.String)">
            <summary> Construct a new DeleteToolOptions </summary>
            <param name="pathId"> The tool ID. </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.DeleteToolOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.FetchToolOptions">
            <summary> Get tool </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.FetchToolOptions.#ctor(System.String)">
            <summary> Construct a new FetchToolOptions </summary>
            <param name="pathId">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.FetchToolOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.ReadToolOptions">
            <summary> List tools </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ReadToolOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Assistants.V1.UpdateToolOptions">
            <summary> Update tool </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.UpdateToolOptions.#ctor(System.String)">
            <summary> Construct a new UpdateToolOptions </summary>
            <param name="pathId">  </param>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.UpdateToolOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Create(Twilio.Rest.Assistants.V1.CreateToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create tool </summary>
            <param name="options"> Create Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.CreateAsync(Twilio.Rest.Assistants.V1.CreateToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create tool </summary>
            <param name="options"> Create Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Create(Twilio.Rest.Assistants.V1.ToolResource.AssistantsV1ServiceCreateToolRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create tool </summary>
            <param name="assistantsV1ServiceCreateToolRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.CreateAsync(Twilio.Rest.Assistants.V1.ToolResource.AssistantsV1ServiceCreateToolRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create tool </summary>
            <param name="assistantsV1ServiceCreateToolRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.BuildDeleteRequest(Twilio.Rest.Assistants.V1.DeleteToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete a tool </summary>
            <param name="options"> Delete Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Delete(Twilio.Rest.Assistants.V1.DeleteToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete a tool </summary>
            <param name="options"> Delete Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.DeleteAsync(Twilio.Rest.Assistants.V1.DeleteToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete a tool </summary>
            <param name="options"> Delete Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete a tool </summary>
            <param name="pathId"> The tool ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete a tool </summary>
            <param name="pathId"> The tool ID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Fetch(Twilio.Rest.Assistants.V1.FetchToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get tool </summary>
            <param name="options"> Fetch Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.FetchAsync(Twilio.Rest.Assistants.V1.FetchToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get tool </summary>
            <param name="options"> Fetch Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get tool </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get tool </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Read(Twilio.Rest.Assistants.V1.ReadToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List tools </summary>
            <param name="options"> Read Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.ReadAsync(Twilio.Rest.Assistants.V1.ReadToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List tools </summary>
            <param name="options"> Read Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List tools </summary>
            <param name="assistantId">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List tools </summary>
            <param name="assistantId">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.NextPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.ToolResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Assistants.V1.ToolResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Update(Twilio.Rest.Assistants.V1.UpdateToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update tool </summary>
            <param name="options"> Update Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.UpdateAsync(Twilio.Rest.Assistants.V1.UpdateToolOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update tool </summary>
            <param name="options"> Update Tool parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.Update(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update tool </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.UpdateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update tool </summary>
            <param name="pathId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Tool </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ToolResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ToolResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Assistants.V1.ToolResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Tool resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.Description">
            <summary> The description of the tool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.Enabled">
            <summary> True if the tool is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.Id">
            <summary> The tool ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.Meta">
            <summary> The metadata related to method, url, input_schema to used with the Tool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.Name">
            <summary> The name of the tool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.RequiresAuth">
            <summary> The authentication requirement for the tool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.Type">
            <summary> The type of the tool. ('WEBHOOK') </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.Url">
            <summary> The url of the tool resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.DateCreated">
            <summary> The date and time in GMT when the Tool was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.DateUpdated">
            <summary> The date and time in GMT when the Tool was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Assistants.V1.ToolResource.Policies">
            <summary> The Policies associated with the tool. </summary> 
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.FetchExportConfigurationOptions">
            <summary> Fetch a specific Export Configuration. </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.FetchExportConfigurationOptions.PathResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.FetchExportConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new FetchExportConfigurationOptions </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.FetchExportConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions">
            <summary> Update a specific Export Configuration. </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions.PathResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions.Enabled">
            <summary> If true, Twilio will automatically generate every day's file when the day is over. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions.WebhookUrl">
            <summary> Stores the URL destination for the method specified in webhook_method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions.WebhookMethod">
            <summary> Sets whether Twilio should call a webhook URL when the automatic generation is complete, using GET or POST. The actual destination is set in the webhook_url </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateExportConfigurationOptions </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.Fetch(Twilio.Rest.Bulkexports.V1.FetchExportConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Export Configuration. </summary>
            <param name="options"> Fetch ExportConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExportConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.FetchAsync(Twilio.Rest.Bulkexports.V1.FetchExportConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Export Configuration. </summary>
            <param name="options"> Fetch ExportConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExportConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Export Configuration. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExportConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Export Configuration. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExportConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.Update(Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Export Configuration. </summary>
            <param name="options"> Update ExportConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExportConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.UpdateAsync(Twilio.Rest.Bulkexports.V1.UpdateExportConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Export Configuration. </summary>
            <param name="options"> Update ExportConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExportConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.Update(System.String,System.Nullable{System.Boolean},System.Uri,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Export Configuration. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="enabled"> If true, Twilio will automatically generate every day's file when the day is over. </param>
            <param name="webhookUrl"> Stores the URL destination for the method specified in webhook_method. </param>
            <param name="webhookMethod"> Sets whether Twilio should call a webhook URL when the automatic generation is complete, using GET or POST. The actual destination is set in the webhook_url </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExportConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.UpdateAsync(System.String,System.Nullable{System.Boolean},System.Uri,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Export Configuration. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="enabled"> If true, Twilio will automatically generate every day's file when the day is over. </param>
            <param name="webhookUrl"> Stores the URL destination for the method specified in webhook_method. </param>
            <param name="webhookMethod"> Sets whether Twilio should call a webhook URL when the automatic generation is complete, using GET or POST. The actual destination is set in the webhook_url </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExportConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExportConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExportConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.Enabled">
            <summary> If true, Twilio will automatically generate every day's file when the day is over. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.WebhookUrl">
            <summary> Stores the URL destination for the method specified in webhook_method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.WebhookMethod">
            <summary> Sets whether Twilio should call a webhook URL when the automatic generation is complete, using GET or POST. The actual destination is set in the webhook_url </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.ResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.ExportConfigurationResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.FetchExportOptions">
            <summary> Fetch a specific Export. </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.FetchExportOptions.PathResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.FetchExportOptions.#ctor(System.String)">
            <summary> Construct a new FetchExportOptions </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.FetchExportOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportResource.Fetch(Twilio.Rest.Bulkexports.V1.FetchExportOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Export. </summary>
            <param name="options"> Fetch Export parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Export </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportResource.FetchAsync(Twilio.Rest.Bulkexports.V1.FetchExportOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Export. </summary>
            <param name="options"> Fetch Export parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Export </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Export. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Export </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Export. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Export </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExportResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExportResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.ExportResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.ExportResource.ResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.ExportResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.ExportResource.Links">
            <summary> Contains a dictionary of URL links to nested resources of this Export. </summary> 
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.Export.FetchDayOptions">
            <summary> Fetch a specific Day. </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.FetchDayOptions.PathResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.FetchDayOptions.PathDay">
            <summary> The ISO 8601 format date of the resources in the file, for a UTC day </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.FetchDayOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchDayOptions </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="pathDay"> The ISO 8601 format date of the resources in the file, for a UTC day </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.FetchDayOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.Export.ReadDayOptions">
            <summary> Retrieve a list of all Days for a resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ReadDayOptions.PathResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ReadDayOptions.#ctor(System.String)">
            <summary> Construct a new ListDayOptions </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ReadDayOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.Fetch(Twilio.Rest.Bulkexports.V1.Export.FetchDayOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Day. </summary>
            <param name="options"> Fetch Day parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Day </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.FetchAsync(Twilio.Rest.Bulkexports.V1.Export.FetchDayOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Day. </summary>
            <param name="options"> Fetch Day parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Day </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Day. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="pathDay"> The ISO 8601 format date of the resources in the file, for a UTC day </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Day </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Day. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="pathDay"> The ISO 8601 format date of the resources in the file, for a UTC day </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Day </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.Read(Twilio.Rest.Bulkexports.V1.Export.ReadDayOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Days for a resource. </summary>
            <param name="options"> Read Day parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Day </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.ReadAsync(Twilio.Rest.Bulkexports.V1.Export.ReadDayOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Days for a resource. </summary>
            <param name="options"> Read Day parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Day </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Days for a resource. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Day </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Days for a resource. </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Day </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.NextPage(Twilio.Base.Page{Twilio.Rest.Bulkexports.V1.Export.DayResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Bulkexports.V1.Export.DayResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DayResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DayResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DayResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.DayResource.RedirectTo">
            <summary> The redirect_to </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.DayResource.Day">
            <summary> The ISO 8601 format date of the resources in the file, for a UTC day </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.DayResource.Size">
            <summary> The size of the day's data file in bytes </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.DayResource.CreateDate">
            <summary> The ISO 8601 format date when resources is created </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.DayResource.FriendlyName">
            <summary> The friendly name specified when creating the job </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.DayResource.ResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.PathResourceType">
            <summary> The type of communication – Messages or Calls, Conferences, and Participants </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.StartDay">
            <summary> The start day for the custom export specified as a string in the format of yyyy-mm-dd </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.EndDay">
            <summary> The end day for the custom export specified as a string in the format of yyyy-mm-dd. End day is inclusive and must be 2 days earlier than the current UTC day. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.FriendlyName">
            <summary> The friendly name specified when creating the job </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.WebhookUrl">
            <summary> The optional webhook url called on completion of the job. If this is supplied, `WebhookMethod` must also be supplied. If you set neither webhook nor email, you will have to check your job's status manually. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.WebhookMethod">
            <summary> This is the method used to call the webhook on completion of the job. If this is supplied, `WebhookUrl` must also be supplied. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.Email">
            <summary> The optional email to send the completion notification to. You can set both webhook, and email, or one or the other. If you set neither, the job will run but you will have to query to determine your job's status. </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.#ctor(System.String,System.String,System.String,System.String)">
            <summary> Construct a new CreateExportCustomJobOptions </summary>
            <param name="pathResourceType"> The type of communication – Messages or Calls, Conferences, and Participants </param>
            <param name="startDay"> The start day for the custom export specified as a string in the format of yyyy-mm-dd </param>
            <param name="endDay"> The end day for the custom export specified as a string in the format of yyyy-mm-dd. End day is inclusive and must be 2 days earlier than the current UTC day. </param>
            <param name="friendlyName"> The friendly name specified when creating the job </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.Export.ReadExportCustomJobOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ReadExportCustomJobOptions.PathResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ReadExportCustomJobOptions.#ctor(System.String)">
            <summary> Construct a new ListExportCustomJobOptions </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ReadExportCustomJobOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.Create(Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ExportCustomJob parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExportCustomJob </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.CreateAsync(Twilio.Rest.Bulkexports.V1.Export.CreateExportCustomJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ExportCustomJob parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExportCustomJob </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathResourceType"> The type of communication – Messages or Calls, Conferences, and Participants </param>
            <param name="startDay"> The start day for the custom export specified as a string in the format of yyyy-mm-dd </param>
            <param name="endDay"> The end day for the custom export specified as a string in the format of yyyy-mm-dd. End day is inclusive and must be 2 days earlier than the current UTC day. </param>
            <param name="friendlyName"> The friendly name specified when creating the job </param>
            <param name="webhookUrl"> The optional webhook url called on completion of the job. If this is supplied, `WebhookMethod` must also be supplied. If you set neither webhook nor email, you will have to check your job's status manually. </param>
            <param name="webhookMethod"> This is the method used to call the webhook on completion of the job. If this is supplied, `WebhookUrl` must also be supplied. </param>
            <param name="email"> The optional email to send the completion notification to. You can set both webhook, and email, or one or the other. If you set neither, the job will run but you will have to query to determine your job's status. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExportCustomJob </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathResourceType"> The type of communication – Messages or Calls, Conferences, and Participants </param>
            <param name="startDay"> The start day for the custom export specified as a string in the format of yyyy-mm-dd </param>
            <param name="endDay"> The end day for the custom export specified as a string in the format of yyyy-mm-dd. End day is inclusive and must be 2 days earlier than the current UTC day. </param>
            <param name="friendlyName"> The friendly name specified when creating the job </param>
            <param name="webhookUrl"> The optional webhook url called on completion of the job. If this is supplied, `WebhookMethod` must also be supplied. If you set neither webhook nor email, you will have to check your job's status manually. </param>
            <param name="webhookMethod"> This is the method used to call the webhook on completion of the job. If this is supplied, `WebhookUrl` must also be supplied. </param>
            <param name="email"> The optional email to send the completion notification to. You can set both webhook, and email, or one or the other. If you set neither, the job will run but you will have to query to determine your job's status. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExportCustomJob </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.Read(Twilio.Rest.Bulkexports.V1.Export.ReadExportCustomJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ExportCustomJob parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExportCustomJob </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.ReadAsync(Twilio.Rest.Bulkexports.V1.Export.ReadExportCustomJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ExportCustomJob parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExportCustomJob </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExportCustomJob </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathResourceType"> The type of communication – Messages, Calls, Conferences, and Participants </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExportCustomJob </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.NextPage(Twilio.Base.Page{Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExportCustomJobResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExportCustomJobResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.FriendlyName">
            <summary> The friendly name specified when creating the job </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.ResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.StartDay">
            <summary> The start day for the custom export specified when creating the job </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.EndDay">
            <summary> The end day for the export specified when creating the job </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.WebhookUrl">
            <summary> The optional webhook url called on completion of the job. If this is supplied, `WebhookMethod` must also be supplied. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.WebhookMethod">
            <summary> This is the method used to call the webhook on completion of the job. If this is supplied, `WebhookUrl` must also be supplied. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.Email">
            <summary> The optional email to send the completion notification to </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.JobSid">
            <summary> The unique job_sid returned when the custom export was created </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.Details">
            <summary> The details of a job which is an object that contains an array of status grouped by `status` state.  Each `status` object has a `status` string, a count which is the number of days in that `status`, and list of days in that `status`. The day strings are in the format yyyy-MM-dd. As an example, a currently running job may have a status object for COMPLETED and a `status` object for SUBMITTED each with its own count and list of days. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.JobQueuePosition">
            <summary> This is the job position from the 1st in line. Your queue position will never increase. As jobs ahead of yours in the queue are processed, the queue position number will decrease </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.ExportCustomJobResource.EstimatedCompletionTime">
            <summary> this is the time estimated until your job is complete. This is calculated each time you request the job list. The time is calculated based on the current rate of job completion (which may vary) and your job queue position </summary> 
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.Export.DeleteJobOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.DeleteJobOptions.PathJobSid">
            <summary> The unique string that that we created to identify the Bulk Export job </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DeleteJobOptions.#ctor(System.String)">
            <summary> Construct a new DeleteJobOptions </summary>
            <param name="pathJobSid"> The unique string that that we created to identify the Bulk Export job </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.DeleteJobOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Bulkexports.V1.Export.FetchJobOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.FetchJobOptions.PathJobSid">
            <summary> The unique string that that we created to identify the Bulk Export job </summary> 
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.FetchJobOptions.#ctor(System.String)">
            <summary> Construct a new FetchJobOptions </summary>
            <param name="pathJobSid"> The unique string that that we created to identify the Bulk Export job </param>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.FetchJobOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.BuildDeleteRequest(Twilio.Rest.Bulkexports.V1.Export.DeleteJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Job parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.Delete(Twilio.Rest.Bulkexports.V1.Export.DeleteJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Job parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.DeleteAsync(Twilio.Rest.Bulkexports.V1.Export.DeleteJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Job parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathJobSid"> The unique string that that we created to identify the Bulk Export job </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathJobSid"> The unique string that that we created to identify the Bulk Export job </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.Fetch(Twilio.Rest.Bulkexports.V1.Export.FetchJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Job parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.FetchAsync(Twilio.Rest.Bulkexports.V1.Export.FetchJobOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Job parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathJobSid"> The unique string that that we created to identify the Bulk Export job </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathJobSid"> The unique string that that we created to identify the Bulk Export job </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Job </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a JobResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> JobResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Bulkexports.V1.Export.JobResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.ResourceType">
            <summary> The type of communication – Messages, Calls, Conferences, and Participants </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.FriendlyName">
            <summary> The friendly name specified when creating the job </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.Details">
            <summary> The details of a job which is an object that contains an array of status grouped by `status` state.  Each `status` object has a `status` string, a count which is the number of days in that `status`, and list of days in that `status`. The day strings are in the format yyyy-MM-dd. As an example, a currently running job may have a status object for COMPLETED and a `status` object for SUBMITTED each with its own count and list of days. </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.StartDay">
            <summary> The start time for the export specified when creating the job </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.EndDay">
            <summary> The end time for the export specified when creating the job </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.JobSid">
            <summary> The job_sid returned when the export was created </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.WebhookUrl">
            <summary> The optional webhook url called on completion </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.WebhookMethod">
            <summary> This is the method used to call the webhook </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.Email">
            <summary> The optional email to send the completion notification to </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.JobQueuePosition">
            <summary> This is the job position from the 1st in line. Your queue position will never increase. As jobs ahead of yours in the queue are processed, the queue position number will decrease </summary> 
        </member>
        <member name="P:Twilio.Rest.Bulkexports.V1.Export.JobResource.EstimatedCompletionTime">
            <summary> this is the time estimated until your job is complete. This is calculated each time you request the job list. The time is calculated based on the current rate of job completion (which may vary) and your job queue position </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.CreateCredentialOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CreateCredentialOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CreateCredentialOptions.Certificate">
            <summary> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== - - - - -END CERTIFICATE- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CreateCredentialOptions.PrivateKey">
            <summary> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR. - - - - -END RSA PRIVATE KEY- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CreateCredentialOptions.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CreateCredentialOptions.ApiKey">
            <summary> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CreateCredentialOptions.Secret">
            <summary> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CreateCredentialOptions.#ctor(Twilio.Rest.Chat.V1.CredentialResource.PushServiceEnum)">
            <summary> Construct a new CreateCredentialOptions </summary>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CreateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.DeleteCredentialOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.DeleteCredentialOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Credential resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.DeleteCredentialOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCredentialOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.DeleteCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.FetchCredentialOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.FetchCredentialOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Credential resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.FetchCredentialOptions.#ctor(System.String)">
            <summary> Construct a new FetchCredentialOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.FetchCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.ReadCredentialOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ReadCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.UpdateCredentialOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateCredentialOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Credential resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateCredentialOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateCredentialOptions.Certificate">
            <summary> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== - - - - -END CERTIFICATE- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateCredentialOptions.PrivateKey">
            <summary> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR. - - - - -END RSA PRIVATE KEY- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateCredentialOptions.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateCredentialOptions.ApiKey">
            <summary> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateCredentialOptions.Secret">
            <summary> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.UpdateCredentialOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCredentialOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.UpdateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Create(Twilio.Rest.Chat.V1.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.CreateAsync(Twilio.Rest.Chat.V1.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Create(Twilio.Rest.Chat.V1.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== - - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR. - - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.CreateAsync(Twilio.Rest.Chat.V1.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== - - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR. - - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.BuildDeleteRequest(Twilio.Rest.Chat.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Delete(Twilio.Rest.Chat.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.DeleteAsync(Twilio.Rest.Chat.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Fetch(Twilio.Rest.Chat.V1.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.FetchAsync(Twilio.Rest.Chat.V1.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Read(Twilio.Rest.Chat.V1.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.ReadAsync(Twilio.Rest.Chat.V1.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Update(Twilio.Rest.Chat.V1.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.UpdateAsync(Twilio.Rest.Chat.V1.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== - - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR. - - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A== - - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR. - - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CredentialResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CredentialResource.Sid">
            <summary> The unique string that we created to identify the Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CredentialResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CredentialResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CredentialResource.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CredentialResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CredentialResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CredentialResource.Url">
            <summary> The absolute URL of the Credential resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.CreateServiceOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.CreateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.DeleteServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.DeleteServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.FetchServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.FetchServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.ReadServiceOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.UpdateServiceOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.DefaultServiceRoleSid">
            <summary> The service role assigned to users when they are added to the service. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.DefaultChannelRoleSid">
            <summary> The channel role assigned to users when they are added to a channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.DefaultChannelCreatorRoleSid">
            <summary> The channel role assigned to a channel creator when they join a new channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.ReadStatusEnabled">
            <summary> Whether to enable the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.ReachabilityEnabled">
            <summary> Whether to enable the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) for this Service instance. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.TypingIndicatorTimeout">
            <summary> How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received.  The default is 5 seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.ConsumptionReportInterval">
            <summary> DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.NotificationsNewMessageEnabled">
            <summary> Whether to send a notification when a new message is added to a channel. Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.NotificationsNewMessageTemplate">
            <summary> The template to use to create the notification text displayed when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.NotificationsAddedToChannelEnabled">
            <summary> Whether to send a notification when a member is added to a channel. Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.NotificationsAddedToChannelTemplate">
            <summary> The template to use to create the notification text displayed when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.NotificationsRemovedFromChannelEnabled">
            <summary> Whether to send a notification to a user when they are removed from a channel. Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.NotificationsRemovedFromChannelTemplate">
            <summary> The template to use to create the notification text displayed to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.NotificationsInvitedToChannelEnabled">
            <summary> Whether to send a notification when a user is invited to a channel. Can be: `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.NotificationsInvitedToChannelTemplate">
            <summary> The template to use to create the notification text displayed when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.PreWebhookUrl">
            <summary> The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.PostWebhookUrl">
            <summary> The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhookMethod">
            <summary> The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks.  Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhookFilters">
            <summary> The list of WebHook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageSendUrl">
            <summary> The URL of the webhook to call in response to the `on_message_send` event using the `webhooks.on_message_send.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageSendMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_message_send.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageUpdateUrl">
            <summary> The URL of the webhook to call in response to the `on_message_update` event using the `webhooks.on_message_update.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageUpdateMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_message_update.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageRemoveUrl">
            <summary> The URL of the webhook to call in response to the `on_message_remove` event using the `webhooks.on_message_remove.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageRemoveMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_message_remove.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelAddUrl">
            <summary> The URL of the webhook to call in response to the `on_channel_add` event using the `webhooks.on_channel_add.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelAddMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_channel_add.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelDestroyUrl">
            <summary> The URL of the webhook to call in response to the `on_channel_destroy` event using the `webhooks.on_channel_destroy.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelDestroyMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_channel_destroy.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelUpdateUrl">
            <summary> The URL of the webhook to call in response to the `on_channel_update` event using the `webhooks.on_channel_update.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelUpdateMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_channel_update.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMemberAddUrl">
            <summary> The URL of the webhook to call in response to the `on_member_add` event using the `webhooks.on_member_add.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMemberAddMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_member_add.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMemberRemoveUrl">
            <summary> The URL of the webhook to call in response to the `on_member_remove` event using the `webhooks.on_member_remove.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMemberRemoveMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_member_remove.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageSentUrl">
            <summary> The URL of the webhook to call in response to the `on_message_sent` event using the `webhooks.on_message_sent.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageSentMethod">
            <summary> The URL of the webhook to call in response to the `on_message_sent` event`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageUpdatedUrl">
            <summary> The URL of the webhook to call in response to the `on_message_updated` event using the `webhooks.on_message_updated.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageUpdatedMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_message_updated.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageRemovedUrl">
            <summary> The URL of the webhook to call in response to the `on_message_removed` event using the `webhooks.on_message_removed.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMessageRemovedMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_message_removed.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelAddedUrl">
            <summary> The URL of the webhook to call in response to the `on_channel_added` event using the `webhooks.on_channel_added.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelAddedMethod">
            <summary> The URL of the webhook to call in response to the `on_channel_added` event`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelDestroyedUrl">
            <summary> The URL of the webhook to call in response to the `on_channel_added` event using the `webhooks.on_channel_destroyed.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelDestroyedMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_channel_destroyed.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelUpdatedUrl">
            <summary> The URL of the webhook to call in response to the `on_channel_updated` event using the `webhooks.on_channel_updated.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnChannelUpdatedMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_channel_updated.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMemberAddedUrl">
            <summary> The URL of the webhook to call in response to the `on_channel_updated` event using the `webhooks.on_channel_updated.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMemberAddedMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_channel_updated.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMemberRemovedUrl">
            <summary> The URL of the webhook to call in response to the `on_member_removed` event using the `webhooks.on_member_removed.method` HTTP method. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.WebhooksOnMemberRemovedMethod">
            <summary> The HTTP method to use when calling the `webhooks.on_member_removed.url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.LimitsChannelMembers">
            <summary> The maximum number of Members that can be added to Channels within this Service. Can be up to 1,000. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.UpdateServiceOptions.LimitsUserChannels">
            <summary> The maximum number of Channels Users can be a Member of within this Service. Can be up to 1,000. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Create(Twilio.Rest.Chat.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.CreateAsync(Twilio.Rest.Chat.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.BuildDeleteRequest(Twilio.Rest.Chat.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Delete(Twilio.Rest.Chat.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.DeleteAsync(Twilio.Rest.Chat.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Fetch(Twilio.Rest.Chat.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.FetchAsync(Twilio.Rest.Chat.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Read(Twilio.Rest.Chat.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.ReadAsync(Twilio.Rest.Chat.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Update(Twilio.Rest.Chat.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.UpdateAsync(Twilio.Rest.Chat.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="defaultServiceRoleSid"> The service role assigned to users when they are added to the service. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </param>
            <param name="defaultChannelRoleSid"> The channel role assigned to users when they are added to a channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </param>
            <param name="defaultChannelCreatorRoleSid"> The channel role assigned to a channel creator when they join a new channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </param>
            <param name="readStatusEnabled"> Whether to enable the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature. The default is `true`. </param>
            <param name="reachabilityEnabled"> Whether to enable the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) for this Service instance. The default is `false`. </param>
            <param name="typingIndicatorTimeout"> How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received.  The default is 5 seconds. </param>
            <param name="consumptionReportInterval"> DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints. </param>
            <param name="notificationsNewMessageEnabled"> Whether to send a notification when a new message is added to a channel. Can be: `true` or `false` and the default is `false`. </param>
            <param name="notificationsNewMessageTemplate"> The template to use to create the notification text displayed when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </param>
            <param name="notificationsAddedToChannelEnabled"> Whether to send a notification when a member is added to a channel. Can be: `true` or `false` and the default is `false`. </param>
            <param name="notificationsAddedToChannelTemplate"> The template to use to create the notification text displayed when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </param>
            <param name="notificationsRemovedFromChannelEnabled"> Whether to send a notification to a user when they are removed from a channel. Can be: `true` or `false` and the default is `false`. </param>
            <param name="notificationsRemovedFromChannelTemplate"> The template to use to create the notification text displayed to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </param>
            <param name="notificationsInvitedToChannelEnabled"> Whether to send a notification when a user is invited to a channel. Can be: `true` or `false` and the default is `false`. </param>
            <param name="notificationsInvitedToChannelTemplate"> The template to use to create the notification text displayed when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </param>
            <param name="preWebhookUrl"> The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details. </param>
            <param name="postWebhookUrl"> The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details. </param>
            <param name="webhookMethod"> The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks.  Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="webhookFilters"> The list of WebHook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="webhooksOnMessageSendUrl"> The URL of the webhook to call in response to the `on_message_send` event using the `webhooks.on_message_send.method` HTTP method. </param>
            <param name="webhooksOnMessageSendMethod"> The HTTP method to use when calling the `webhooks.on_message_send.url`. </param>
            <param name="webhooksOnMessageUpdateUrl"> The URL of the webhook to call in response to the `on_message_update` event using the `webhooks.on_message_update.method` HTTP method. </param>
            <param name="webhooksOnMessageUpdateMethod"> The HTTP method to use when calling the `webhooks.on_message_update.url`. </param>
            <param name="webhooksOnMessageRemoveUrl"> The URL of the webhook to call in response to the `on_message_remove` event using the `webhooks.on_message_remove.method` HTTP method. </param>
            <param name="webhooksOnMessageRemoveMethod"> The HTTP method to use when calling the `webhooks.on_message_remove.url`. </param>
            <param name="webhooksOnChannelAddUrl"> The URL of the webhook to call in response to the `on_channel_add` event using the `webhooks.on_channel_add.method` HTTP method. </param>
            <param name="webhooksOnChannelAddMethod"> The HTTP method to use when calling the `webhooks.on_channel_add.url`. </param>
            <param name="webhooksOnChannelDestroyUrl"> The URL of the webhook to call in response to the `on_channel_destroy` event using the `webhooks.on_channel_destroy.method` HTTP method. </param>
            <param name="webhooksOnChannelDestroyMethod"> The HTTP method to use when calling the `webhooks.on_channel_destroy.url`. </param>
            <param name="webhooksOnChannelUpdateUrl"> The URL of the webhook to call in response to the `on_channel_update` event using the `webhooks.on_channel_update.method` HTTP method. </param>
            <param name="webhooksOnChannelUpdateMethod"> The HTTP method to use when calling the `webhooks.on_channel_update.url`. </param>
            <param name="webhooksOnMemberAddUrl"> The URL of the webhook to call in response to the `on_member_add` event using the `webhooks.on_member_add.method` HTTP method. </param>
            <param name="webhooksOnMemberAddMethod"> The HTTP method to use when calling the `webhooks.on_member_add.url`. </param>
            <param name="webhooksOnMemberRemoveUrl"> The URL of the webhook to call in response to the `on_member_remove` event using the `webhooks.on_member_remove.method` HTTP method. </param>
            <param name="webhooksOnMemberRemoveMethod"> The HTTP method to use when calling the `webhooks.on_member_remove.url`. </param>
            <param name="webhooksOnMessageSentUrl"> The URL of the webhook to call in response to the `on_message_sent` event using the `webhooks.on_message_sent.method` HTTP method. </param>
            <param name="webhooksOnMessageSentMethod"> The URL of the webhook to call in response to the `on_message_sent` event`. </param>
            <param name="webhooksOnMessageUpdatedUrl"> The URL of the webhook to call in response to the `on_message_updated` event using the `webhooks.on_message_updated.method` HTTP method. </param>
            <param name="webhooksOnMessageUpdatedMethod"> The HTTP method to use when calling the `webhooks.on_message_updated.url`. </param>
            <param name="webhooksOnMessageRemovedUrl"> The URL of the webhook to call in response to the `on_message_removed` event using the `webhooks.on_message_removed.method` HTTP method. </param>
            <param name="webhooksOnMessageRemovedMethod"> The HTTP method to use when calling the `webhooks.on_message_removed.url`. </param>
            <param name="webhooksOnChannelAddedUrl"> The URL of the webhook to call in response to the `on_channel_added` event using the `webhooks.on_channel_added.method` HTTP method. </param>
            <param name="webhooksOnChannelAddedMethod"> The URL of the webhook to call in response to the `on_channel_added` event`. </param>
            <param name="webhooksOnChannelDestroyedUrl"> The URL of the webhook to call in response to the `on_channel_added` event using the `webhooks.on_channel_destroyed.method` HTTP method. </param>
            <param name="webhooksOnChannelDestroyedMethod"> The HTTP method to use when calling the `webhooks.on_channel_destroyed.url`. </param>
            <param name="webhooksOnChannelUpdatedUrl"> The URL of the webhook to call in response to the `on_channel_updated` event using the `webhooks.on_channel_updated.method` HTTP method. </param>
            <param name="webhooksOnChannelUpdatedMethod"> The HTTP method to use when calling the `webhooks.on_channel_updated.url`. </param>
            <param name="webhooksOnMemberAddedUrl"> The URL of the webhook to call in response to the `on_channel_updated` event using the `webhooks.on_channel_updated.method` HTTP method. </param>
            <param name="webhooksOnMemberAddedMethod"> The HTTP method to use when calling the `webhooks.on_channel_updated.url`. </param>
            <param name="webhooksOnMemberRemovedUrl"> The URL of the webhook to call in response to the `on_member_removed` event using the `webhooks.on_member_removed.method` HTTP method. </param>
            <param name="webhooksOnMemberRemovedMethod"> The HTTP method to use when calling the `webhooks.on_member_removed.url`. </param>
            <param name="limitsChannelMembers"> The maximum number of Members that can be added to Channels within this Service. Can be up to 1,000. </param>
            <param name="limitsUserChannels"> The maximum number of Channels Users can be a Member of within this Service. Can be up to 1,000. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="defaultServiceRoleSid"> The service role assigned to users when they are added to the service. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </param>
            <param name="defaultChannelRoleSid"> The channel role assigned to users when they are added to a channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </param>
            <param name="defaultChannelCreatorRoleSid"> The channel role assigned to a channel creator when they join a new channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </param>
            <param name="readStatusEnabled"> Whether to enable the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature. The default is `true`. </param>
            <param name="reachabilityEnabled"> Whether to enable the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) for this Service instance. The default is `false`. </param>
            <param name="typingIndicatorTimeout"> How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received.  The default is 5 seconds. </param>
            <param name="consumptionReportInterval"> DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints. </param>
            <param name="notificationsNewMessageEnabled"> Whether to send a notification when a new message is added to a channel. Can be: `true` or `false` and the default is `false`. </param>
            <param name="notificationsNewMessageTemplate"> The template to use to create the notification text displayed when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </param>
            <param name="notificationsAddedToChannelEnabled"> Whether to send a notification when a member is added to a channel. Can be: `true` or `false` and the default is `false`. </param>
            <param name="notificationsAddedToChannelTemplate"> The template to use to create the notification text displayed when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </param>
            <param name="notificationsRemovedFromChannelEnabled"> Whether to send a notification to a user when they are removed from a channel. Can be: `true` or `false` and the default is `false`. </param>
            <param name="notificationsRemovedFromChannelTemplate"> The template to use to create the notification text displayed to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </param>
            <param name="notificationsInvitedToChannelEnabled"> Whether to send a notification when a user is invited to a channel. Can be: `true` or `false` and the default is `false`. </param>
            <param name="notificationsInvitedToChannelTemplate"> The template to use to create the notification text displayed when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </param>
            <param name="preWebhookUrl"> The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details. </param>
            <param name="postWebhookUrl"> The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details. </param>
            <param name="webhookMethod"> The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks.  Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="webhookFilters"> The list of WebHook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="webhooksOnMessageSendUrl"> The URL of the webhook to call in response to the `on_message_send` event using the `webhooks.on_message_send.method` HTTP method. </param>
            <param name="webhooksOnMessageSendMethod"> The HTTP method to use when calling the `webhooks.on_message_send.url`. </param>
            <param name="webhooksOnMessageUpdateUrl"> The URL of the webhook to call in response to the `on_message_update` event using the `webhooks.on_message_update.method` HTTP method. </param>
            <param name="webhooksOnMessageUpdateMethod"> The HTTP method to use when calling the `webhooks.on_message_update.url`. </param>
            <param name="webhooksOnMessageRemoveUrl"> The URL of the webhook to call in response to the `on_message_remove` event using the `webhooks.on_message_remove.method` HTTP method. </param>
            <param name="webhooksOnMessageRemoveMethod"> The HTTP method to use when calling the `webhooks.on_message_remove.url`. </param>
            <param name="webhooksOnChannelAddUrl"> The URL of the webhook to call in response to the `on_channel_add` event using the `webhooks.on_channel_add.method` HTTP method. </param>
            <param name="webhooksOnChannelAddMethod"> The HTTP method to use when calling the `webhooks.on_channel_add.url`. </param>
            <param name="webhooksOnChannelDestroyUrl"> The URL of the webhook to call in response to the `on_channel_destroy` event using the `webhooks.on_channel_destroy.method` HTTP method. </param>
            <param name="webhooksOnChannelDestroyMethod"> The HTTP method to use when calling the `webhooks.on_channel_destroy.url`. </param>
            <param name="webhooksOnChannelUpdateUrl"> The URL of the webhook to call in response to the `on_channel_update` event using the `webhooks.on_channel_update.method` HTTP method. </param>
            <param name="webhooksOnChannelUpdateMethod"> The HTTP method to use when calling the `webhooks.on_channel_update.url`. </param>
            <param name="webhooksOnMemberAddUrl"> The URL of the webhook to call in response to the `on_member_add` event using the `webhooks.on_member_add.method` HTTP method. </param>
            <param name="webhooksOnMemberAddMethod"> The HTTP method to use when calling the `webhooks.on_member_add.url`. </param>
            <param name="webhooksOnMemberRemoveUrl"> The URL of the webhook to call in response to the `on_member_remove` event using the `webhooks.on_member_remove.method` HTTP method. </param>
            <param name="webhooksOnMemberRemoveMethod"> The HTTP method to use when calling the `webhooks.on_member_remove.url`. </param>
            <param name="webhooksOnMessageSentUrl"> The URL of the webhook to call in response to the `on_message_sent` event using the `webhooks.on_message_sent.method` HTTP method. </param>
            <param name="webhooksOnMessageSentMethod"> The URL of the webhook to call in response to the `on_message_sent` event`. </param>
            <param name="webhooksOnMessageUpdatedUrl"> The URL of the webhook to call in response to the `on_message_updated` event using the `webhooks.on_message_updated.method` HTTP method. </param>
            <param name="webhooksOnMessageUpdatedMethod"> The HTTP method to use when calling the `webhooks.on_message_updated.url`. </param>
            <param name="webhooksOnMessageRemovedUrl"> The URL of the webhook to call in response to the `on_message_removed` event using the `webhooks.on_message_removed.method` HTTP method. </param>
            <param name="webhooksOnMessageRemovedMethod"> The HTTP method to use when calling the `webhooks.on_message_removed.url`. </param>
            <param name="webhooksOnChannelAddedUrl"> The URL of the webhook to call in response to the `on_channel_added` event using the `webhooks.on_channel_added.method` HTTP method. </param>
            <param name="webhooksOnChannelAddedMethod"> The URL of the webhook to call in response to the `on_channel_added` event`. </param>
            <param name="webhooksOnChannelDestroyedUrl"> The URL of the webhook to call in response to the `on_channel_added` event using the `webhooks.on_channel_destroyed.method` HTTP method. </param>
            <param name="webhooksOnChannelDestroyedMethod"> The HTTP method to use when calling the `webhooks.on_channel_destroyed.url`. </param>
            <param name="webhooksOnChannelUpdatedUrl"> The URL of the webhook to call in response to the `on_channel_updated` event using the `webhooks.on_channel_updated.method` HTTP method. </param>
            <param name="webhooksOnChannelUpdatedMethod"> The HTTP method to use when calling the `webhooks.on_channel_updated.url`. </param>
            <param name="webhooksOnMemberAddedUrl"> The URL of the webhook to call in response to the `on_channel_updated` event using the `webhooks.on_channel_updated.method` HTTP method. </param>
            <param name="webhooksOnMemberAddedMethod"> The HTTP method to use when calling the `webhooks.on_channel_updated.url`. </param>
            <param name="webhooksOnMemberRemovedUrl"> The URL of the webhook to call in response to the `on_member_removed` event using the `webhooks.on_member_removed.method` HTTP method. </param>
            <param name="webhooksOnMemberRemovedMethod"> The HTTP method to use when calling the `webhooks.on_member_removed.url`. </param>
            <param name="limitsChannelMembers"> The maximum number of Members that can be added to Channels within this Service. Can be up to 1,000. </param>
            <param name="limitsUserChannels"> The maximum number of Channels Users can be a Member of within this Service. Can be up to 1,000. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.Sid">
            <summary> The unique string that we created to identify the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.DefaultServiceRoleSid">
            <summary> The service role assigned to users when they are added to the service. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.DefaultChannelRoleSid">
            <summary> The channel role assigned to users when they are added to a channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.DefaultChannelCreatorRoleSid">
            <summary> The channel role assigned to a channel creator when they join a new channel. See the [Roles endpoint](https://www.twilio.com/docs/chat/api/roles) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.ReadStatusEnabled">
            <summary> Whether the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature is enabled. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.ReachabilityEnabled">
            <summary> Whether the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) is enabled for this Service instance. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.TypingIndicatorTimeout">
            <summary> How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received.  The default is 5 seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.ConsumptionReportInterval">
            <summary> DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.Limits">
            <summary> An object that describes the limits of the service instance. The `limits` object contains  `channel_members` to describe the members/channel limit and `user_channels` to describe the channels/user limit. `channel_members` can be 1,000 or less, with a default of 250. `user_channels` can be 1,000 or less, with a default value of 100. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.Webhooks">
            <summary> An object that contains information about the webhooks configured for this service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.PreWebhookUrl">
            <summary> The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.PostWebhookUrl">
            <summary> The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/api/chat/webhooks) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.WebhookMethod">
            <summary> The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks.  Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.WebhookFilters">
            <summary> The list of WebHook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.Notifications">
            <summary> The notification configuration for the Service instance. See [Push Notification Configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.Url">
            <summary> The absolute URL of the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.ServiceResource.Links">
            <summary> The absolute URLs of the Service's [Channels](https://www.twilio.com/docs/chat/api/channels), [Roles](https://www.twilio.com/docs/chat/api/roles), and [Users](https://www.twilio.com/docs/chat/api/users). </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.CreateChannelOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateChannelOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateChannelOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateChannelOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.CreateChannelOptions.#ctor(System.String)">
            <summary> Construct a new CreateChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.CreateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.DeleteChannelOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.DeleteChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.DeleteChannelOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Channel resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.DeleteChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.DeleteChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.FetchChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.FetchChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.FetchChannelOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Channel resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.FetchChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.FetchChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.ReadChannelOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ReadChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ReadChannelOptions.Type">
            <summary> The visibility of the Channels to read. Can be: `public` or `private` and defaults to `public`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ReadChannelOptions.#ctor(System.String)">
            <summary> Construct a new ListChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ReadChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.UpdateChannelOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateChannelOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Channel resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateChannelOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateChannelOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateChannelOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UpdateChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UpdateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Create(Twilio.Rest.Chat.V1.Service.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.CreateAsync(Twilio.Rest.Chat.V1.Service.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Create(System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V1.Service.ChannelResource.ChannelTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="type">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V1.Service.ChannelResource.ChannelTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="type">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.BuildDeleteRequest(Twilio.Rest.Chat.V1.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Delete(Twilio.Rest.Chat.V1.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.DeleteAsync(Twilio.Rest.Chat.V1.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Fetch(Twilio.Rest.Chat.V1.Service.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.FetchAsync(Twilio.Rest.Chat.V1.Service.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Read(Twilio.Rest.Chat.V1.Service.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.ReadAsync(Twilio.Rest.Chat.V1.Service.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Read(System.String,System.Collections.Generic.List{Twilio.Rest.Chat.V1.Service.ChannelResource.ChannelTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="type"> The visibility of the Channels to read. Can be: `public` or `private` and defaults to `public`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.ReadAsync(System.String,System.Collections.Generic.List{Twilio.Rest.Chat.V1.Service.ChannelResource.ChannelTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="type"> The visibility of the Channels to read. Can be: `public` or `private` and defaults to `public`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Update(Twilio.Rest.Chat.V1.Service.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.UpdateAsync(Twilio.Rest.Chat.V1.Service.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Channel resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.Sid">
            <summary> The unique string that we created to identify the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.Attributes">
            <summary> The JSON string that stores application-specific data. **Note** If this property has been assigned a value, it's only  displayed in a FETCH action that returns a single resource; otherwise, it's null. If the attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.CreatedBy">
            <summary> The `identity` of the User that created the channel. If the Channel was created by using the API, the value is `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.MembersCount">
            <summary> The number of Members in the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.MessagesCount">
            <summary> The number of Messages in the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.Url">
            <summary> The absolute URL of the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ChannelResource.Links">
            <summary> The absolute URLs of the [Members](https://www.twilio.com/docs/chat/api/members), [Messages](https://www.twilio.com/docs/chat/api/messages) , [Invites](https://www.twilio.com/docs/chat/api/invites) and, if it exists, the last [Message](https://www.twilio.com/docs/chat/api/messages) for the Channel. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/v1/service). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the new member. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateInviteOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new resource belongs to. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/v1/service). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more info. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to delete belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Invite resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteInviteOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to delete belongs to. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Invite resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.FetchInviteOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchInviteOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchInviteOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to fetch belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchInviteOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Invite resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.FetchInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchInviteOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to fetch belongs to. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Invite resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.FetchInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.ReadInviteOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadInviteOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadInviteOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resources to read belong to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadInviteOptions.Identity">
            <summary> The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.ReadInviteOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListInviteOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resources to read belong to. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.ReadInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Create(Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.CreateAsync(Twilio.Rest.Chat.V1.Service.Channel.CreateInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new resource belongs to. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/v1/service). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more info. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the new member. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new resource belongs to. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/v1/service). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more info. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the new member. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.BuildDeleteRequest(Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Delete(Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.DeleteAsync(Twilio.Rest.Chat.V1.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to delete belongs to. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Invite resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to delete belongs to. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Invite resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Fetch(Twilio.Rest.Chat.V1.Service.Channel.FetchInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.FetchAsync(Twilio.Rest.Chat.V1.Service.Channel.FetchInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to fetch belongs to. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Invite resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to fetch belongs to. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Invite resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Read(Twilio.Rest.Chat.V1.Service.Channel.ReadInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.ReadAsync(Twilio.Rest.Chat.V1.Service.Channel.ReadInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resources to read belong to. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resources to read belong to. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.Channel.InviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.Channel.InviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InviteResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InviteResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Sid">
            <summary> The unique string that we created to identify the Invite resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Invite resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.ChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's [User](https://www.twilio.com/docs/api/chat/rest/users) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.CreatedBy">
            <summary> The `identity` of the User that created the invite. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.InviteResource.Url">
            <summary> The absolute URL of the Invite resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new member belongs to. Can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services). </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new member belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message belongs to.  Can be the Channel's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Member resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message belongs to.  Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.FetchMemberOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchMemberOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to fetch belongs to. Can be the Channel resource's `sid` or `unique_name` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchMemberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Member resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.FetchMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to fetch belongs to. Can be the Channel resource's `sid` or `unique_name` value. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.FetchMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.ReadMemberOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadMemberOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the members to read belong to. Can be the Channel resource's `sid` or `unique_name` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadMemberOptions.Identity">
            <summary> The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.ReadMemberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the members to read belong to. Can be the Channel resource's `sid` or `unique_name` value. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.ReadMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to update belongs to. Can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Member resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions.LastConsumedMessageIndex">
            <summary> The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) that the Member has read within the [Channel](https://www.twilio.com/docs/api/chat/rest/channels). </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to update belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Create(Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.CreateAsync(Twilio.Rest.Chat.V1.Service.Channel.CreateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new member belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new member belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.BuildDeleteRequest(Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Delete(Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.DeleteAsync(Twilio.Rest.Chat.V1.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message belongs to.  Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message belongs to.  Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Fetch(Twilio.Rest.Chat.V1.Service.Channel.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.FetchAsync(Twilio.Rest.Chat.V1.Service.Channel.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to fetch belongs to. Can be the Channel resource's `sid` or `unique_name` value. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to fetch belongs to. Can be the Channel resource's `sid` or `unique_name` value. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Read(Twilio.Rest.Chat.V1.Service.Channel.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.ReadAsync(Twilio.Rest.Chat.V1.Service.Channel.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the members to read belong to. Can be the Channel resource's `sid` or `unique_name` value. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the members to read belong to. Can be the Channel resource's `sid` or `unique_name` value. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/api/chat/rest/v1/user)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.Channel.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.Channel.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Update(Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.UpdateAsync(Twilio.Rest.Chat.V1.Service.Channel.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to update belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to update. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services). </param>
            <param name="lastConsumedMessageIndex"> The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) that the Member has read within the [Channel](https://www.twilio.com/docs/api/chat/rest/channels). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the member to update belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Member resource to update. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/api/services). </param>
            <param name="lastConsumedMessageIndex"> The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) that the Member has read within the [Channel](https://www.twilio.com/docs/api/chat/rest/channels). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MemberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MemberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Sid">
            <summary> The unique string that we created to identify the Member resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Member resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.ChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) for the member. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's [User](https://www.twilio.com/docs/api/chat/rest/users) within the [Service](https://www.twilio.com/docs/api/chat/rest/services). See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the member. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.LastConsumedMessageIndex">
            <summary> The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) in the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) that the Member has read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.LastConsumptionTimestamp">
            <summary> The ISO 8601 timestamp string that represents the date-time of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) read event for the Member within the [Channel](https://www.twilio.com/docs/api/chat/rest/channels). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MemberResource.Url">
            <summary> The absolute URL of the Member resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new resource belongs to. Can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions.Body">
            <summary> The message to send to the channel. Can also be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions.From">
            <summary> The [identity](https://www.twilio.com/docs/api/chat/guides/identity) of the new message's author. The default value is `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new resource belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="body"> The message to send to the channel. Can also be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to delete belongs to.  Can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Message resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to delete belongs to.  Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.FetchMessageOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchMessageOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to fetch belongs to. Can be the Channel's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.FetchMessageOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Message resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.FetchMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to fetch belongs to. Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.FetchMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.ReadMessageOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadMessageOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to read belongs to. Can be the Channel's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.ReadMessageOptions.Order">
            <summary> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending) with `asc` as the default. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.ReadMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to read belongs to. Can be the Channel's `sid` or `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.ReadMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions.PathChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message belongs to. Can be the Channel's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Message resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions.Body">
            <summary> The message to send to the channel. Can also be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message belongs to. Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Create(Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.CreateAsync(Twilio.Rest.Chat.V1.Service.Channel.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Create(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new resource belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="body"> The message to send to the channel. Can also be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
            <param name="from"> The [identity](https://www.twilio.com/docs/api/chat/guides/identity) of the new message's author. The default value is `system`. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the new resource belongs to. Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="body"> The message to send to the channel. Can also be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
            <param name="from"> The [identity](https://www.twilio.com/docs/api/chat/guides/identity) of the new message's author. The default value is `system`. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.BuildDeleteRequest(Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Delete(Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.DeleteAsync(Twilio.Rest.Chat.V1.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to delete belongs to.  Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to delete belongs to.  Can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Fetch(Twilio.Rest.Chat.V1.Service.Channel.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.FetchAsync(Twilio.Rest.Chat.V1.Service.Channel.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to fetch belongs to. Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to fetch belongs to. Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Read(Twilio.Rest.Chat.V1.Service.Channel.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.ReadAsync(Twilio.Rest.Chat.V1.Service.Channel.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Read(System.String,System.String,Twilio.Rest.Chat.V1.Service.Channel.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to read belongs to. Can be the Channel's `sid` or `unique_name`. </param>
            <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending) with `asc` as the default. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.ReadAsync(System.String,System.String,Twilio.Rest.Chat.V1.Service.Channel.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message to read belongs to. Can be the Channel's `sid` or `unique_name`. </param>
            <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending) with `asc` as the default. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.Channel.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.Channel.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Update(Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.UpdateAsync(Twilio.Rest.Chat.V1.Service.Channel.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message belongs to. Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to update. </param>
            <param name="body"> The message to send to the channel. Can also be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathChannelSid"> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the message belongs to. Can be the Channel's `sid` or `unique_name`. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Message resource to update. </param>
            <param name="body"> The message to send to the channel. Can also be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Sid">
            <summary> The unique string that we created to identify the Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Attributes">
            <summary> The JSON string that stores application-specific data. **Note** If this property has been assigned a value, it's only  displayed in a FETCH action that returns a single resource; otherwise, it's null. If the attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.To">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/api/channels) that the message was sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.ChannelSid">
            <summary> The unique ID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the Message resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.WasEdited">
            <summary> Whether the message has been edited since it was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.From">
            <summary> The [identity](https://www.twilio.com/docs/api/chat/guides/identity) of the message's author. The default value is `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Body">
            <summary> The content of the message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Index">
            <summary> The index of the message within the [Channel](https://www.twilio.com/docs/chat/api/channels). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.Channel.MessageResource.Url">
            <summary> The absolute URL of the Message resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.CreateRoleOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateRoleOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateRoleOptions.Permission">
            <summary> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type` and are described in the documentation. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.CreateRoleOptions.#ctor(System.String,System.String,Twilio.Rest.Chat.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String})">
            <summary> Construct a new CreateRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type` and are described in the documentation. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.CreateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.DeleteRoleOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.DeleteRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.DeleteRoleOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Role resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.DeleteRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.DeleteRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.FetchRoleOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.FetchRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.FetchRoleOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Role resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.FetchRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.FetchRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.ReadRoleOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ReadRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ReadRoleOptions.#ctor(System.String)">
            <summary> Construct a new ListRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ReadRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.UpdateRoleOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateRoleOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Role resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateRoleOptions.Permission">
            <summary> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type` and are described in the documentation. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UpdateRoleOptions.#ctor(System.String,System.String,System.Collections.Generic.List{System.String})">
            <summary> Construct a new UpdateRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type` and are described in the documentation. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UpdateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Create(Twilio.Rest.Chat.V1.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.CreateAsync(Twilio.Rest.Chat.V1.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Create(System.String,System.String,Twilio.Rest.Chat.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type` and are described in the documentation. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.CreateAsync(System.String,System.String,Twilio.Rest.Chat.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type` and are described in the documentation. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.BuildDeleteRequest(Twilio.Rest.Chat.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Delete(Twilio.Rest.Chat.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.DeleteAsync(Twilio.Rest.Chat.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Fetch(Twilio.Rest.Chat.V1.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.FetchAsync(Twilio.Rest.Chat.V1.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Read(Twilio.Rest.Chat.V1.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.ReadAsync(Twilio.Rest.Chat.V1.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Update(Twilio.Rest.Chat.V1.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.UpdateAsync(Twilio.Rest.Chat.V1.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.Update(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type` and are described in the documentation. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.UpdateAsync(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type` and are described in the documentation. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoleResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoleResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.RoleResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.RoleResource.Sid">
            <summary> The unique string that we created to identify the Role resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.RoleResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the Role resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.RoleResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.RoleResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.RoleResource.Permissions">
            <summary> An array of the permissions the role has been granted, formatted as a JSON string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.RoleResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.RoleResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.RoleResource.Url">
            <summary> The absolute URL of the Role resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.CreateUserOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateUserOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/v1/service). This value is often a username or email address. See the Identity documentation for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateUserOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the new User. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateUserOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.CreateUserOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. This value is often used for display purposes. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.CreateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/v1/service). This value is often a username or email address. See the Identity documentation for more details. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.CreateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.DeleteUserOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.DeleteUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.DeleteUserOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the User resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.DeleteUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.DeleteUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.FetchUserOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.FetchUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.FetchUserOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the User resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.FetchUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.FetchUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.ReadUserOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.ReadUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ReadUserOptions.#ctor(System.String)">
            <summary> Construct a new ListUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.ReadUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.UpdateUserOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateUserOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the User resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateUserOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to this user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateUserOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UpdateUserOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is often used for display purposes. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UpdateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UpdateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Create(Twilio.Rest.Chat.V1.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.CreateAsync(Twilio.Rest.Chat.V1.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Create(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/v1/service). This value is often a username or email address. See the Identity documentation for more details. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the new User. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. This value is often used for display purposes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to create the resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/api/chat/rest/v1/user) within the [Service](https://www.twilio.com/docs/api/chat/rest/v1/service). This value is often a username or email address. See the Identity documentation for more details. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the new User. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. This value is often used for display purposes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.BuildDeleteRequest(Twilio.Rest.Chat.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Delete(Twilio.Rest.Chat.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.DeleteAsync(Twilio.Rest.Chat.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Fetch(Twilio.Rest.Chat.V1.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.FetchAsync(Twilio.Rest.Chat.V1.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Read(Twilio.Rest.Chat.V1.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.ReadAsync(Twilio.Rest.Chat.V1.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Update(Twilio.Rest.Chat.V1.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.UpdateAsync(Twilio.Rest.Chat.V1.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to update. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to this user. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is often used for display purposes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the User resource to update. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to this user. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is often used for display purposes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.UserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.Sid">
            <summary> The unique string that we created to identify the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.Attributes">
            <summary> The JSON string that stores application-specific data. **Note** If this property has been assigned a value, it's only  displayed in a FETCH action that returns a single resource; otherwise, it's null. If the attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/api/chat/rest/roles) assigned to the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the [Service](https://www.twilio.com/docs/api/chat/rest/services). This value is often a username or an email address. See [access tokens](https://www.twilio.com/docs/api/chat/guides/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.IsOnline">
            <summary> Whether the User is actively connected to the Service instance and online. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, if the User has never been online for the Service instance, even if the Service's `reachability_enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.IsNotifiable">
            <summary> Whether the User has a potentially valid Push Notification registration (APN or GCM) for the Service instance. If at least one registration exists, `true`; otherwise `false`. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, and if the User has never had a notification registration, even if the Service's `reachability_enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.JoinedChannelsCount">
            <summary> The number of Channels this User is a Member of. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.Links">
            <summary> The absolute URLs of the [Channel](https://www.twilio.com/docs/chat/api/channels) and [Binding](https://www.twilio.com/docs/chat/rest/bindings-resource) resources related to the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.UserResource.Url">
            <summary> The absolute URL of the User resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V1.Service.User.ReadUserChannelOptions">
            <summary> List all Channels for a given User. </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.ReadUserChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.ReadUserChannelOptions.PathUserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.ReadUserChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListUserChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.ReadUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.Read(Twilio.Rest.Chat.V1.Service.User.ReadUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for a given User. </summary>
            <param name="options"> Read UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.ReadAsync(Twilio.Rest.Chat.V1.Service.User.ReadUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for a given User. </summary>
            <param name="options"> Read UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for a given User. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for a given User. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.User.UserChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V1.Service.User.UserChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/api/rest/account) that created the User Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.ChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.MemberSid">
            <summary> The SID of a [Member](https://www.twilio.com/docs/api/chat/rest/members) that represents the User on the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.LastConsumedMessageIndex">
            <summary> The index of the last [Message](https://www.twilio.com/docs/api/chat/rest/messages) in the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) that the Member has read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.UnreadMessagesCount">
            <summary> The number of unread Messages in the Channel for the User. Note that retrieving messages on a client endpoint does not mean that messages are consumed or read. See [Consumption Horizon feature](/docs/api/chat/guides/consumption-horizon) to learn how to mark messages as consumed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V1.Service.User.UserChannelResource.Links">
            <summary> The absolute URLs of the [Members](https://www.twilio.com/docs/chat/api/members), [Messages](https://www.twilio.com/docs/chat/api/messages) , [Invites](https://www.twilio.com/docs/chat/api/invites) and, if it exists, the last [Message](https://www.twilio.com/docs/chat/api/messages) for the Channel. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.CreateCredentialOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CreateCredentialOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CreateCredentialOptions.Certificate">
            <summary> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CreateCredentialOptions.PrivateKey">
            <summary> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CreateCredentialOptions.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CreateCredentialOptions.ApiKey">
            <summary> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CreateCredentialOptions.Secret">
            <summary> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CreateCredentialOptions.#ctor(Twilio.Rest.Chat.V2.CredentialResource.PushServiceEnum)">
            <summary> Construct a new CreateCredentialOptions </summary>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CreateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.DeleteCredentialOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.DeleteCredentialOptions.PathSid">
            <summary> The SID of the Credential resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.DeleteCredentialOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCredentialOptions </summary>
            <param name="pathSid"> The SID of the Credential resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.DeleteCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.FetchCredentialOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.FetchCredentialOptions.PathSid">
            <summary> The SID of the Credential resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.FetchCredentialOptions.#ctor(System.String)">
            <summary> Construct a new FetchCredentialOptions </summary>
            <param name="pathSid"> The SID of the Credential resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.FetchCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.ReadCredentialOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ReadCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.UpdateCredentialOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateCredentialOptions.PathSid">
            <summary> The SID of the Credential resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateCredentialOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateCredentialOptions.Certificate">
            <summary> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateCredentialOptions.PrivateKey">
            <summary> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateCredentialOptions.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateCredentialOptions.ApiKey">
            <summary> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateCredentialOptions.Secret">
            <summary> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.UpdateCredentialOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCredentialOptions </summary>
            <param name="pathSid"> The SID of the Credential resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.UpdateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Create(Twilio.Rest.Chat.V2.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.CreateAsync(Twilio.Rest.Chat.V2.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Create(Twilio.Rest.Chat.V2.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.CreateAsync(Twilio.Rest.Chat.V2.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Delete(Twilio.Rest.Chat.V2.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.DeleteAsync(Twilio.Rest.Chat.V2.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Credential resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Credential resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Fetch(Twilio.Rest.Chat.V2.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.FetchAsync(Twilio.Rest.Chat.V2.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Credential resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Credential resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Read(Twilio.Rest.Chat.V2.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.ReadAsync(Twilio.Rest.Chat.V2.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Update(Twilio.Rest.Chat.V2.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.UpdateAsync(Twilio.Rest.Chat.V2.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Credential resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Credential resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CredentialResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CredentialResource.Sid">
            <summary> The unique string that we created to identify the Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CredentialResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CredentialResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CredentialResource.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CredentialResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CredentialResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CredentialResource.Url">
            <summary> The absolute URL of the Credential resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.CreateServiceOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.CreateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.DeleteServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.DeleteServiceOptions.PathSid">
            <summary> The SID of the Service resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.FetchServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.FetchServiceOptions.PathSid">
            <summary> The SID of the Service resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.ReadServiceOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.UpdateServiceOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.PathSid">
            <summary> The SID of the Service resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.DefaultServiceRoleSid">
            <summary> The service role assigned to users when they are added to the service. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.DefaultChannelRoleSid">
            <summary> The channel role assigned to users when they are added to a channel. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.DefaultChannelCreatorRoleSid">
            <summary> The channel role assigned to a channel creator when they join a new channel. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.ReadStatusEnabled">
            <summary> Whether to enable the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.ReachabilityEnabled">
            <summary> Whether to enable the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) for this Service instance. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.TypingIndicatorTimeout">
            <summary> How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received.  The default is 5 seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.ConsumptionReportInterval">
            <summary> DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsNewMessageEnabled">
            <summary> Whether to send a notification when a new message is added to a channel. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsNewMessageTemplate">
            <summary> The template to use to create the notification text displayed when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsNewMessageSound">
            <summary> The name of the sound to play when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsNewMessageBadgeCountEnabled">
            <summary> Whether the new message badge is enabled. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsAddedToChannelEnabled">
            <summary> Whether to send a notification when a member is added to a channel. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsAddedToChannelTemplate">
            <summary> The template to use to create the notification text displayed when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsAddedToChannelSound">
            <summary> The name of the sound to play when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsRemovedFromChannelEnabled">
            <summary> Whether to send a notification to a user when they are removed from a channel. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsRemovedFromChannelTemplate">
            <summary> The template to use to create the notification text displayed to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsRemovedFromChannelSound">
            <summary> The name of the sound to play to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsInvitedToChannelEnabled">
            <summary> Whether to send a notification when a user is invited to a channel. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsInvitedToChannelTemplate">
            <summary> The template to use to create the notification text displayed when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsInvitedToChannelSound">
            <summary> The name of the sound to play when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.PreWebhookUrl">
            <summary> The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.PostWebhookUrl">
            <summary> The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.WebhookMethod">
            <summary> The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks.  Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.WebhookFilters">
            <summary> The list of webhook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.LimitsChannelMembers">
            <summary> The maximum number of Members that can be added to Channels within this Service. Can be up to 1,000. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.LimitsUserChannels">
            <summary> The maximum number of Channels Users can be a Member of within this Service. Can be up to 1,000. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.MediaCompatibilityMessage">
            <summary> The message to send when a media message has no text. Can be used as placeholder message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.PreWebhookRetryCount">
            <summary> The number of times to retry a call to the `pre_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. Default retry count is 0 times, which means the call won't be retried. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.PostWebhookRetryCount">
            <summary> The number of times to retry a call to the `post_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. The default is 0, which means the call won't be retried. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.UpdateServiceOptions.NotificationsLogEnabled">
            <summary> Whether to log notifications. The default is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Create(Twilio.Rest.Chat.V2.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.CreateAsync(Twilio.Rest.Chat.V2.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Delete(Twilio.Rest.Chat.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.DeleteAsync(Twilio.Rest.Chat.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Fetch(Twilio.Rest.Chat.V2.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.FetchAsync(Twilio.Rest.Chat.V2.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Read(Twilio.Rest.Chat.V2.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.ReadAsync(Twilio.Rest.Chat.V2.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Update(Twilio.Rest.Chat.V2.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.UpdateAsync(Twilio.Rest.Chat.V2.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. </param>
            <param name="defaultServiceRoleSid"> The service role assigned to users when they are added to the service. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </param>
            <param name="defaultChannelRoleSid"> The channel role assigned to users when they are added to a channel. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </param>
            <param name="defaultChannelCreatorRoleSid"> The channel role assigned to a channel creator when they join a new channel. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </param>
            <param name="readStatusEnabled"> Whether to enable the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature. The default is `true`. </param>
            <param name="reachabilityEnabled"> Whether to enable the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) for this Service instance. The default is `false`. </param>
            <param name="typingIndicatorTimeout"> How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received.  The default is 5 seconds. </param>
            <param name="consumptionReportInterval"> DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints. </param>
            <param name="notificationsNewMessageEnabled"> Whether to send a notification when a new message is added to a channel. The default is `false`. </param>
            <param name="notificationsNewMessageTemplate"> The template to use to create the notification text displayed when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </param>
            <param name="notificationsNewMessageSound"> The name of the sound to play when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </param>
            <param name="notificationsNewMessageBadgeCountEnabled"> Whether the new message badge is enabled. The default is `false`. </param>
            <param name="notificationsAddedToChannelEnabled"> Whether to send a notification when a member is added to a channel. The default is `false`. </param>
            <param name="notificationsAddedToChannelTemplate"> The template to use to create the notification text displayed when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </param>
            <param name="notificationsAddedToChannelSound"> The name of the sound to play when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </param>
            <param name="notificationsRemovedFromChannelEnabled"> Whether to send a notification to a user when they are removed from a channel. The default is `false`. </param>
            <param name="notificationsRemovedFromChannelTemplate"> The template to use to create the notification text displayed to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </param>
            <param name="notificationsRemovedFromChannelSound"> The name of the sound to play to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </param>
            <param name="notificationsInvitedToChannelEnabled"> Whether to send a notification when a user is invited to a channel. The default is `false`. </param>
            <param name="notificationsInvitedToChannelTemplate"> The template to use to create the notification text displayed when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </param>
            <param name="notificationsInvitedToChannelSound"> The name of the sound to play when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </param>
            <param name="preWebhookUrl"> The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="postWebhookUrl"> The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="webhookMethod"> The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks.  Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="webhookFilters"> The list of webhook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="limitsChannelMembers"> The maximum number of Members that can be added to Channels within this Service. Can be up to 1,000. </param>
            <param name="limitsUserChannels"> The maximum number of Channels Users can be a Member of within this Service. Can be up to 1,000. </param>
            <param name="mediaCompatibilityMessage"> The message to send when a media message has no text. Can be used as placeholder message. </param>
            <param name="preWebhookRetryCount"> The number of times to retry a call to the `pre_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. Default retry count is 0 times, which means the call won't be retried. </param>
            <param name="postWebhookRetryCount"> The number of times to retry a call to the `post_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. The default is 0, which means the call won't be retried. </param>
            <param name="notificationsLogEnabled"> Whether to log notifications. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. </param>
            <param name="defaultServiceRoleSid"> The service role assigned to users when they are added to the service. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </param>
            <param name="defaultChannelRoleSid"> The channel role assigned to users when they are added to a channel. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </param>
            <param name="defaultChannelCreatorRoleSid"> The channel role assigned to a channel creator when they join a new channel. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </param>
            <param name="readStatusEnabled"> Whether to enable the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature. The default is `true`. </param>
            <param name="reachabilityEnabled"> Whether to enable the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) for this Service instance. The default is `false`. </param>
            <param name="typingIndicatorTimeout"> How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received.  The default is 5 seconds. </param>
            <param name="consumptionReportInterval"> DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints. </param>
            <param name="notificationsNewMessageEnabled"> Whether to send a notification when a new message is added to a channel. The default is `false`. </param>
            <param name="notificationsNewMessageTemplate"> The template to use to create the notification text displayed when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </param>
            <param name="notificationsNewMessageSound"> The name of the sound to play when a new message is added to a channel and `notifications.new_message.enabled` is `true`. </param>
            <param name="notificationsNewMessageBadgeCountEnabled"> Whether the new message badge is enabled. The default is `false`. </param>
            <param name="notificationsAddedToChannelEnabled"> Whether to send a notification when a member is added to a channel. The default is `false`. </param>
            <param name="notificationsAddedToChannelTemplate"> The template to use to create the notification text displayed when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </param>
            <param name="notificationsAddedToChannelSound"> The name of the sound to play when a member is added to a channel and `notifications.added_to_channel.enabled` is `true`. </param>
            <param name="notificationsRemovedFromChannelEnabled"> Whether to send a notification to a user when they are removed from a channel. The default is `false`. </param>
            <param name="notificationsRemovedFromChannelTemplate"> The template to use to create the notification text displayed to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </param>
            <param name="notificationsRemovedFromChannelSound"> The name of the sound to play to a user when they are removed from a channel and `notifications.removed_from_channel.enabled` is `true`. </param>
            <param name="notificationsInvitedToChannelEnabled"> Whether to send a notification when a user is invited to a channel. The default is `false`. </param>
            <param name="notificationsInvitedToChannelTemplate"> The template to use to create the notification text displayed when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </param>
            <param name="notificationsInvitedToChannelSound"> The name of the sound to play when a user is invited to a channel and `notifications.invited_to_channel.enabled` is `true`. </param>
            <param name="preWebhookUrl"> The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="postWebhookUrl"> The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="webhookMethod"> The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks.  Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="webhookFilters"> The list of webhook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </param>
            <param name="limitsChannelMembers"> The maximum number of Members that can be added to Channels within this Service. Can be up to 1,000. </param>
            <param name="limitsUserChannels"> The maximum number of Channels Users can be a Member of within this Service. Can be up to 1,000. </param>
            <param name="mediaCompatibilityMessage"> The message to send when a media message has no text. Can be used as placeholder message. </param>
            <param name="preWebhookRetryCount"> The number of times to retry a call to the `pre_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. Default retry count is 0 times, which means the call won't be retried. </param>
            <param name="postWebhookRetryCount"> The number of times to retry a call to the `post_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. The default is 0, which means the call won't be retried. </param>
            <param name="notificationsLogEnabled"> Whether to log notifications. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.Sid">
            <summary> The unique string that we created to identify the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.DefaultServiceRoleSid">
            <summary> The service role assigned to users when they are added to the service. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.DefaultChannelRoleSid">
            <summary> The channel role assigned to users when they are added to a channel. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.DefaultChannelCreatorRoleSid">
            <summary> The channel role assigned to a channel creator when they join a new channel. See the [Role resource](https://www.twilio.com/docs/chat/rest/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.ReadStatusEnabled">
            <summary> Whether the [Message Consumption Horizon](https://www.twilio.com/docs/chat/consumption-horizon) feature is enabled. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.ReachabilityEnabled">
            <summary> Whether the [Reachability Indicator](https://www.twilio.com/docs/chat/reachability-indicator) is enabled for this Service instance. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.TypingIndicatorTimeout">
            <summary> How long in seconds after a `started typing` event until clients should assume that user is no longer typing, even if no `ended typing` message was received.  The default is 5 seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.ConsumptionReportInterval">
            <summary> DEPRECATED. The interval in seconds between consumption reports submission batches from client endpoints. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.Limits">
            <summary> An object that describes the limits of the service instance. The `limits` object contains  `channel_members` to describe the members/channel limit and `user_channels` to describe the channels/user limit. `channel_members` can be 1,000 or less, with a default of 250. `user_channels` can be 1,000 or less, with a default value of 100. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.PreWebhookUrl">
            <summary> The URL for pre-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.PostWebhookUrl">
            <summary> The URL for post-event webhooks, which are called by using the `webhook_method`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.WebhookMethod">
            <summary> The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks.  Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.WebhookFilters">
            <summary> The list of webhook events that are enabled for this Service instance. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.PreWebhookRetryCount">
            <summary> The number of times to retry a call to the `pre_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. Default retry count is 0 times, which means the call won't be retried. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.PostWebhookRetryCount">
            <summary> The number of times to retry a call to the `post_webhook_url` if the request times out (after 5 seconds) or it receives a 429, 503, or 504 HTTP response. The default is 0, which means the call won't be retried. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.Notifications">
            <summary> The notification configuration for the Service instance. See [Push Notification Configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.Media">
            <summary> An object that describes the properties of media that the service supports. The object contains the `size_limit_mb` property, which describes the size of the largest media file in MB; and the `compatibility_message` property, which contains the message text to send when a media message does not have any text. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.Url">
            <summary> The absolute URL of the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.ServiceResource.Links">
            <summary> The absolute URLs of the Service's [Channels](https://www.twilio.com/docs/chat/channels), [Roles](https://www.twilio.com/docs/chat/rest/role-resource), [Bindings](https://www.twilio.com/docs/chat/rest/binding-resource), and [Users](https://www.twilio.com/docs/chat/rest/user-resource). </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.DeleteBindingOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Binding resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteBindingOptions.PathSid">
            <summary> The SID of the Binding resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.FetchBindingOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.FetchBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Binding resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.FetchBindingOptions.PathSid">
            <summary> The SID of the Binding resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.FetchBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.FetchBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.ReadBindingOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ReadBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Binding resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ReadBindingOptions.BindingType">
            <summary> The push technology used by the Binding resources to read.  Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ReadBindingOptions.Identity">
            <summary> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ReadBindingOptions.#ctor(System.String)">
            <summary> Construct a new ListBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Binding resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ReadBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.Delete(Twilio.Rest.Chat.V2.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.Fetch(Twilio.Rest.Chat.V2.Service.FetchBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.FetchAsync(Twilio.Rest.Chat.V2.Service.FetchBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.Read(Twilio.Rest.Chat.V2.Service.ReadBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.ReadAsync(Twilio.Rest.Chat.V2.Service.ReadBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.Read(System.String,System.Collections.Generic.List{Twilio.Rest.Chat.V2.Service.BindingResource.BindingTypeEnum},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Binding resources from. </param>
            <param name="bindingType"> The push technology used by the Binding resources to read.  Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.ReadAsync(System.String,System.Collections.Generic.List{Twilio.Rest.Chat.V2.Service.BindingResource.BindingTypeEnum},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Binding resources from. </param>
            <param name="bindingType"> The push technology used by the Binding resources to read.  Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.BindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.BindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BindingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BindingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.BindingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.Sid">
            <summary> The unique string that we created to identify the Binding resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Binding resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Binding resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.Endpoint">
            <summary> The unique endpoint identifier for the Binding. The format of this value depends on the `binding_type`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.CredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/chat/rest/credential-resource) for the binding. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.MessageTypes">
            <summary> The [Programmable Chat message types](https://www.twilio.com/docs/chat/push-notification-configuration#push-types) the binding is subscribed to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.Url">
            <summary> The absolute URL of the Binding resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.BindingResource.Links">
            <summary> The absolute URLs of the Binding's [User](https://www.twilio.com/docs/chat/rest/user-resource). </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.CreateChannelOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Channel resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the Channel resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.DateCreated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this should only be used in cases where a Channel is being recreated from a backup/separate source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.DateUpdated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. The default value is `null`. Note that this parameter should only be used in cases where a Channel is being recreated from a backup/separate source  and where a Message was previously updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.CreatedBy">
            <summary> The `identity` of the User that created the channel. Default is: `system`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.#ctor(System.String)">
            <summary> Construct a new CreateChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Channel resource under. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.CreateChannelOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.DeleteChannelOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteChannelOptions.PathSid">
            <summary> The SID of the Channel resource to delete.  This value can be either the `sid` or the `unique_name` of the Channel resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteChannelOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the Channel resource to delete.  This value can be either the `sid` or the `unique_name` of the Channel resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteChannelOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.FetchChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.FetchChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Channel resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.FetchChannelOptions.PathSid">
            <summary> The SID of the Channel resource to fetch. This value can be either the `sid` or the `unique_name` of the Channel resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.FetchChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Channel resource from. </param>
            <param name="pathSid"> The SID of the Channel resource to fetch. This value can be either the `sid` or the `unique_name` of the Channel resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.FetchChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.ReadChannelOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ReadChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Channel resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ReadChannelOptions.Type">
            <summary> The visibility of the Channels to read. Can be: `public` or `private` and defaults to `public`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ReadChannelOptions.#ctor(System.String)">
            <summary> Construct a new ListChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Channel resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ReadChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Channel resource in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.PathSid">
            <summary> The SID of the Channel resource to update. This value can be either the `sid` or the `unique_name` of the Channel resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 256 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 256 characters or less in length and unique within the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.DateCreated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this should only be used in cases where a Channel is being recreated from a backup/separate source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.DateUpdated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.CreatedBy">
            <summary> The `identity` of the User that created the channel. Default is: `system`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Channel resource in. </param>
            <param name="pathSid"> The SID of the Channel resource to update. This value can be either the `sid` or the `unique_name` of the Channel resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UpdateChannelOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Create(Twilio.Rest.Chat.V2.Service.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.CreateAsync(Twilio.Rest.Chat.V2.Service.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Create(System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.ChannelResource.ChannelTypeEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Chat.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Channel resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the Channel resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="type">  </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this should only be used in cases where a Channel is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. The default value is `null`. Note that this parameter should only be used in cases where a Channel is being recreated from a backup/separate source  and where a Message was previously updated. </param>
            <param name="createdBy"> The `identity` of the User that created the channel. Default is: `system`. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.ChannelResource.ChannelTypeEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Chat.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Channel resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the Channel resource's `sid` in the URL. This value must be 64 characters or less in length and be unique within the Service. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="type">  </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this should only be used in cases where a Channel is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. The default value is `null`. Note that this parameter should only be used in cases where a Channel is being recreated from a backup/separate source  and where a Message was previously updated. </param>
            <param name="createdBy"> The `identity` of the User that created the channel. Default is: `system`. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Delete(Twilio.Rest.Chat.V2.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Delete(System.String,System.String,Twilio.Rest.Chat.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the Channel resource to delete.  This value can be either the `sid` or the `unique_name` of the Channel resource to delete. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.DeleteAsync(System.String,System.String,Twilio.Rest.Chat.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the Channel resource to delete.  This value can be either the `sid` or the `unique_name` of the Channel resource to delete. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Fetch(Twilio.Rest.Chat.V2.Service.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.FetchAsync(Twilio.Rest.Chat.V2.Service.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Channel resource from. </param>
            <param name="pathSid"> The SID of the Channel resource to fetch. This value can be either the `sid` or the `unique_name` of the Channel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Channel resource from. </param>
            <param name="pathSid"> The SID of the Channel resource to fetch. This value can be either the `sid` or the `unique_name` of the Channel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Read(Twilio.Rest.Chat.V2.Service.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.ReadAsync(Twilio.Rest.Chat.V2.Service.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Read(System.String,System.Collections.Generic.List{Twilio.Rest.Chat.V2.Service.ChannelResource.ChannelTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Channel resources from. </param>
            <param name="type"> The visibility of the Channels to read. Can be: `public` or `private` and defaults to `public`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.ReadAsync(System.String,System.Collections.Generic.List{Twilio.Rest.Chat.V2.Service.ChannelResource.ChannelTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Channel resources from. </param>
            <param name="type"> The visibility of the Channels to read. Can be: `public` or `private` and defaults to `public`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Update(Twilio.Rest.Chat.V2.Service.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.UpdateAsync(Twilio.Rest.Chat.V2.Service.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Chat.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Channel resource in. </param>
            <param name="pathSid"> The SID of the Channel resource to update. This value can be either the `sid` or the `unique_name` of the Channel resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 256 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 256 characters or less in length and unique within the Service. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this should only be used in cases where a Channel is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </param>
            <param name="createdBy"> The `identity` of the User that created the channel. Default is: `system`. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Chat.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Channel resource in. </param>
            <param name="pathSid"> The SID of the Channel resource to update. This value can be either the `sid` or the `unique_name` of the Channel resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 256 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. This value must be 256 characters or less in length and unique within the Service. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this should only be used in cases where a Channel is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </param>
            <param name="createdBy"> The `identity` of the User that created the channel. Default is: `system`. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.Sid">
            <summary> The unique string that we created to identify the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Channel resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.Attributes">
            <summary> The JSON string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.CreatedBy">
            <summary> The `identity` of the User that created the channel. If the Channel was created by using the API, the value is `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.MembersCount">
            <summary> The number of Members in the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.MessagesCount">
            <summary> The number of Messages that have been passed in the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.Url">
            <summary> The absolute URL of the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ChannelResource.Links">
            <summary> The absolute URLs of the [Members](https://www.twilio.com/docs/chat/rest/member-resource), [Messages](https://www.twilio.com/docs/chat/rest/message-resource), [Invites](https://www.twilio.com/docs/chat/rest/invite-resource), Webhooks and, if it exists, the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) for the Channel. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Invite resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Invite resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) assigned to the new member. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateInviteOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Invite resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Invite resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Invite resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions.PathSid">
            <summary> The SID of the Invite resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteInviteOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Invite resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Invite resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.FetchInviteOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchInviteOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Invite resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchInviteOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchInviteOptions.PathSid">
            <summary> The SID of the Invite resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.FetchInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchInviteOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Invite resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Invite resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.FetchInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.ReadInviteOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadInviteOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Invite resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadInviteOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadInviteOptions.Identity">
            <summary> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.ReadInviteOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListInviteOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Invite resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.ReadInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Create(Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.CreateAsync(Twilio.Rest.Chat.V2.Service.Channel.CreateInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Invite resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Invite resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) assigned to the new member. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Invite resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Invite resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) assigned to the new member. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Delete(Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Invite resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Invite resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Invite resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Invite resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Fetch(Twilio.Rest.Chat.V2.Service.Channel.FetchInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.FetchAsync(Twilio.Rest.Chat.V2.Service.Channel.FetchInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Invite resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Invite resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Invite resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Invite resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Read(Twilio.Rest.Chat.V2.Service.Channel.ReadInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.ReadAsync(Twilio.Rest.Chat.V2.Service.Channel.ReadInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Invite resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Invite resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.Channel.InviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.Channel.InviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InviteResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InviteResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Sid">
            <summary> The unique string that we created to identify the Invite resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Invite resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.ChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Invite resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Invite resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) assigned to the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.CreatedBy">
            <summary> The `identity` of the User that created the invite. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.InviteResource.Url">
            <summary> The absolute URL of the Invite resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Member resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Member resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/rest/service-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.LastConsumedMessageIndex">
            <summary> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. This parameter should only be used when recreating a Member from a backup/separate source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.LastConsumptionTimestamp">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.DateCreated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this parameter should only be used when a Member is being recreated from a backup/separate source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.DateUpdated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. The default value is `null`. Note that this parameter should only be used when a Member is being recreated from a backup/separate source and where a Member was previously updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Member resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Member resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Member resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions.PathSid">
            <summary> The SID of the Member resource to delete. This value can be either the Member's `sid` or its `identity` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Member resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to delete. This value can be either the Member's `sid` or its `identity` value. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.FetchMemberOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Member resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchMemberOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchMemberOptions.PathSid">
            <summary> The SID of the Member resource to fetch. This value can be either the Member's `sid` or its `identity` value. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.FetchMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Member resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to fetch. This value can be either the Member's `sid` or its `identity` value. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.FetchMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.ReadMemberOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Member resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadMemberOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadMemberOptions.Identity">
            <summary> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the Member resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.ReadMemberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Member resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.ReadMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Member resource in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.PathSid">
            <summary> The SID of the Member resource to update. This value can be either the Member's `sid` or its `identity` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/rest/service-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.LastConsumedMessageIndex">
            <summary> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) that the Member has read within the [Channel](https://www.twilio.com/docs/chat/channels). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.LastConsumptionTimestamp">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.DateCreated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this parameter should only be used when a Member is being recreated from a backup/separate source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.DateUpdated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMemberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Member resource in. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to update. This value can be either the Member's `sid` or its `identity` value. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Create(Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.CreateAsync(Twilio.Rest.Chat.V2.Service.Channel.CreateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Create(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Chat.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Member resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Member resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/rest/service-resource). </param>
            <param name="lastConsumedMessageIndex"> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. This parameter should only be used when recreating a Member from a backup/separate source. </param>
            <param name="lastConsumptionTimestamp"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this parameter should only be used when a Member is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. The default value is `null`. Note that this parameter should only be used when a Member is being recreated from a backup/separate source and where a Member was previously updated. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.CreateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Chat.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Member resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Member resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/rest/service-resource). </param>
            <param name="lastConsumedMessageIndex"> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. This parameter should only be used when recreating a Member from a backup/separate source. </param>
            <param name="lastConsumptionTimestamp"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this parameter should only be used when a Member is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. The default value is `null`. Note that this parameter should only be used when a Member is being recreated from a backup/separate source and where a Member was previously updated. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Delete(Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Delete(System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Member resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to delete. This value can be either the Member's `sid` or its `identity` value. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.DeleteAsync(System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Member resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to delete. This value can be either the Member's `sid` or its `identity` value. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Fetch(Twilio.Rest.Chat.V2.Service.Channel.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.FetchAsync(Twilio.Rest.Chat.V2.Service.Channel.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Member resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to fetch. This value can be either the Member's `sid` or its `identity` value. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Member resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to fetch. This value can be either the Member's `sid` or its `identity` value. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Read(Twilio.Rest.Chat.V2.Service.Channel.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.ReadAsync(Twilio.Rest.Chat.V2.Service.Channel.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Member resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the Member resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Member resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the Member resources to read. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.Channel.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.Channel.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Update(Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.UpdateAsync(Twilio.Rest.Chat.V2.Service.Channel.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Chat.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Member resource in. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to update. This value can be either the Member's `sid` or its `identity` value. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/rest/service-resource). </param>
            <param name="lastConsumedMessageIndex"> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) that the Member has read within the [Channel](https://www.twilio.com/docs/chat/channels). </param>
            <param name="lastConsumptionTimestamp"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this parameter should only be used when a Member is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Chat.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Member resource in. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Member resource to update. This value can be either the Member's `sid` or its `identity` value. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the member. The default roles are those specified on the [Service](https://www.twilio.com/docs/chat/rest/service-resource). </param>
            <param name="lastConsumedMessageIndex"> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) that the Member has read within the [Channel](https://www.twilio.com/docs/chat/channels). </param>
            <param name="lastConsumptionTimestamp"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service.  Note that this parameter should only be used when a Member is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MemberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MemberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Sid">
            <summary> The unique string that we created to identify the Member resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Member resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.ChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Member resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Member resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) assigned to the member. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.LastConsumedMessageIndex">
            <summary> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.LastConsumptionTimestamp">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Url">
            <summary> The absolute URL of the Member resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MemberResource.Attributes">
            <summary> The JSON string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Message resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Message resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.From">
            <summary> The [Identity](https://www.twilio.com/docs/chat/identity) of the new message's author. The default value is `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.DateCreated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service. This parameter should only be used when a Chat's history is being recreated from a backup/separate source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.DateUpdated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.LastUpdatedBy">
            <summary> The [Identity](https://www.twilio.com/docs/chat/identity) of the User who last updated the Message, if applicable. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.Body">
            <summary> The message to send to the channel. Can be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.MediaSid">
            <summary> The SID of the [Media](https://www.twilio.com/docs/chat/rest/media) to attach to the new Message. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Message resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Message resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Message resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions.PathSid">
            <summary> The SID of the Message resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Message resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.FetchMessageOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Message resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchMessageOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchMessageOptions.PathSid">
            <summary> The SID of the Message resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.FetchMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Message resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.FetchMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.ReadMessageOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Message resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadMessageOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to read belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadMessageOptions.Order">
            <summary> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending) with `asc` as the default. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.ReadMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Message resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to read belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.ReadMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Message resource in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.PathSid">
            <summary> The SID of the Message resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.Body">
            <summary> The message to send to the channel. Can be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.DateCreated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service. This parameter should only be used when a Chat's history is being recreated from a backup/separate source. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.DateUpdated">
            <summary> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.LastUpdatedBy">
            <summary> The [Identity](https://www.twilio.com/docs/chat/identity) of the User who last updated the Message, if applicable. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.From">
            <summary> The [Identity](https://www.twilio.com/docs/chat/identity) of the message's author. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Message resource in. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Create(Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.CreateAsync(Twilio.Rest.Chat.V2.Service.Channel.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Create(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Message resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Message resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="from"> The [Identity](https://www.twilio.com/docs/chat/identity) of the new message's author. The default value is `system`. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service. This parameter should only be used when a Chat's history is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </param>
            <param name="lastUpdatedBy"> The [Identity](https://www.twilio.com/docs/chat/identity) of the User who last updated the Message, if applicable. </param>
            <param name="body"> The message to send to the channel. Can be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
            <param name="mediaSid"> The SID of the [Media](https://www.twilio.com/docs/chat/rest/media) to attach to the new Message. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.CreateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Message resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Message resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="from"> The [Identity](https://www.twilio.com/docs/chat/identity) of the new message's author. The default value is `system`. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service. This parameter should only be used when a Chat's history is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </param>
            <param name="lastUpdatedBy"> The [Identity](https://www.twilio.com/docs/chat/identity) of the User who last updated the Message, if applicable. </param>
            <param name="body"> The message to send to the channel. Can be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
            <param name="mediaSid"> The SID of the [Media](https://www.twilio.com/docs/chat/rest/media) to attach to the new Message. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Delete(Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Delete(System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Message resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to delete. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.DeleteAsync(System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Message resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to delete. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Fetch(Twilio.Rest.Chat.V2.Service.Channel.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.FetchAsync(Twilio.Rest.Chat.V2.Service.Channel.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Message resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Message resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Read(Twilio.Rest.Chat.V2.Service.Channel.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.ReadAsync(Twilio.Rest.Chat.V2.Service.Channel.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Read(System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Message resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to read belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending) with `asc` as the default. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.ReadAsync(System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Message resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to read belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending) with `asc` as the default. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.Channel.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.Channel.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Update(Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.UpdateAsync(Twilio.Rest.Chat.V2.Service.Channel.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Message resource in. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to update. </param>
            <param name="body"> The message to send to the channel. Can be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service. This parameter should only be used when a Chat's history is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </param>
            <param name="lastUpdatedBy"> The [Identity](https://www.twilio.com/docs/chat/identity) of the User who last updated the Message, if applicable. </param>
            <param name="from"> The [Identity](https://www.twilio.com/docs/chat/identity) of the message's author. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Message resource in. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Message resource to update. </param>
            <param name="body"> The message to send to the channel. Can be an empty string or `null`, which sets the value as an empty string. You can send structured data in the body by serializing it as a string. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="dateCreated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was created. The default value is the current time set by the Chat service. This parameter should only be used when a Chat's history is being recreated from a backup/separate source. </param>
            <param name="dateUpdated"> The date, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, to assign to the resource as the date it was last updated. </param>
            <param name="lastUpdatedBy"> The [Identity](https://www.twilio.com/docs/chat/identity) of the User who last updated the Message, if applicable. </param>
            <param name="from"> The [Identity](https://www.twilio.com/docs/chat/identity) of the message's author. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Sid">
            <summary> The unique string that we created to identify the Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Attributes">
            <summary> The JSON string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Message resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.To">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) that the message was sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.ChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Message resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.LastUpdatedBy">
            <summary> The [Identity](https://www.twilio.com/docs/chat/identity) of the User who last updated the Message, if applicable. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.WasEdited">
            <summary> Whether the message has been edited since it was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.From">
            <summary> The [Identity](https://www.twilio.com/docs/chat/identity) of the message's author. The default value is `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Body">
            <summary> The content of the message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Index">
            <summary> The index of the message within the [Channel](https://www.twilio.com/docs/chat/channels). Indices may skip numbers, but will always be in order of when the message was received. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Type">
            <summary> The Message type. Can be: `text` or `media`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Media">
            <summary> An object that describes the Message's media, if the message contains media. The object contains these fields: `content_type` with the MIME type of the media, `filename` with the name of the media, `sid` with the SID of the Media resource, and `size` with the media object's file size in bytes. If the Message has no media, this value is `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.MessageResource.Url">
            <summary> The absolute URL of the Message resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to create the Webhook resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Channel Webhook resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.ConfigurationUrl">
            <summary> The URL of the webhook to call using the `configuration.method`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.ConfigurationFilters">
            <summary> The events that cause us to call the Channel Webhook. Used when `type` is `webhook`. This parameter takes only one event. To specify more than one event, repeat this parameter for each event. For the list of possible events, see [Webhook Event Triggers](https://www.twilio.com/docs/chat/webhook-events#webhook-event-trigger). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.ConfigurationTriggers">
            <summary> A string that will cause us to call the webhook when it is present in a message body. This parameter takes only one trigger string. To specify more than one, repeat this parameter for each trigger string up to a total of 5 trigger strings. Used only when `type` = `trigger`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.ConfigurationFlowSid">
            <summary> The SID of the Studio [Flow](https://www.twilio.com/docs/studio/rest-api/flow) to call when an event in `configuration.filters` occurs. Used only when `type` is `studio`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.ConfigurationRetryCount">
            <summary> The number of times to retry the webhook if the first attempt fails. Can be an integer between 0 and 3, inclusive, and the default is 0. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.#ctor(System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.TypeEnum)">
            <summary> Construct a new CreateChannelWebhookOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to create the Webhook resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Channel Webhook resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to delete the Webhook resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions.PathSid">
            <summary> The SID of the Channel Webhook resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteChannelWebhookOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to delete the Webhook resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.FetchWebhookOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchWebhookOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to fetch the Webhook resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchWebhookOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.FetchWebhookOptions.PathSid">
            <summary> The SID of the Channel Webhook resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.FetchWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchChannelWebhookOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to fetch the Webhook resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.FetchWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.ReadWebhookOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadWebhookOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.ReadWebhookOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.ReadWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListChannelWebhookOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to read the resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.ReadWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel that has the Webhook resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.PathSid">
            <summary> The SID of the Channel Webhook resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.ConfigurationUrl">
            <summary> The URL of the webhook to call using the `configuration.method`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.ConfigurationFilters">
            <summary> The events that cause us to call the Channel Webhook. Used when `type` is `webhook`. This parameter takes only one event. To specify more than one event, repeat this parameter for each event. For the list of possible events, see [Webhook Event Triggers](https://www.twilio.com/docs/chat/webhook-events#webhook-event-trigger). </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.ConfigurationTriggers">
            <summary> A string that will cause us to call the webhook when it is present in a message body. This parameter takes only one trigger string. To specify more than one, repeat this parameter for each trigger string up to a total of 5 trigger strings. Used only when `type` = `trigger`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.ConfigurationFlowSid">
            <summary> The SID of the Studio [Flow](https://www.twilio.com/docs/studio/rest-api/flow) to call when an event in `configuration.filters` occurs. Used only when `type` = `studio`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.ConfigurationRetryCount">
            <summary> The number of times to retry the webhook if the first attempt fails. Can be an integer between 0 and 3, inclusive, and the default is 0. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateChannelWebhookOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel that has the Webhook resource to update. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Create(Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.CreateAsync(Twilio.Rest.Chat.V2.Service.Channel.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Create(System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.TypeEnum,System.String,Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to create the Webhook resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Channel Webhook resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="type">  </param>
            <param name="configurationUrl"> The URL of the webhook to call using the `configuration.method`. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The events that cause us to call the Channel Webhook. Used when `type` is `webhook`. This parameter takes only one event. To specify more than one event, repeat this parameter for each event. For the list of possible events, see [Webhook Event Triggers](https://www.twilio.com/docs/chat/webhook-events#webhook-event-trigger). </param>
            <param name="configurationTriggers"> A string that will cause us to call the webhook when it is present in a message body. This parameter takes only one trigger string. To specify more than one, repeat this parameter for each trigger string up to a total of 5 trigger strings. Used only when `type` = `trigger`. </param>
            <param name="configurationFlowSid"> The SID of the Studio [Flow](https://www.twilio.com/docs/studio/rest-api/flow) to call when an event in `configuration.filters` occurs. Used only when `type` is `studio`. </param>
            <param name="configurationRetryCount"> The number of times to retry the webhook if the first attempt fails. Can be an integer between 0 and 3, inclusive, and the default is 0. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.CreateAsync(System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.TypeEnum,System.String,Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to create the Webhook resource under. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the new Channel Webhook resource belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="type">  </param>
            <param name="configurationUrl"> The URL of the webhook to call using the `configuration.method`. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The events that cause us to call the Channel Webhook. Used when `type` is `webhook`. This parameter takes only one event. To specify more than one event, repeat this parameter for each event. For the list of possible events, see [Webhook Event Triggers](https://www.twilio.com/docs/chat/webhook-events#webhook-event-trigger). </param>
            <param name="configurationTriggers"> A string that will cause us to call the webhook when it is present in a message body. This parameter takes only one trigger string. To specify more than one, repeat this parameter for each trigger string up to a total of 5 trigger strings. Used only when `type` = `trigger`. </param>
            <param name="configurationFlowSid"> The SID of the Studio [Flow](https://www.twilio.com/docs/studio/rest-api/flow) to call when an event in `configuration.filters` occurs. Used only when `type` is `studio`. </param>
            <param name="configurationRetryCount"> The number of times to retry the webhook if the first attempt fails. Can be an integer between 0 and 3, inclusive, and the default is 0. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Delete(Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.Channel.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to delete the Webhook resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to delete the Webhook resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to delete belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Fetch(Twilio.Rest.Chat.V2.Service.Channel.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.FetchAsync(Twilio.Rest.Chat.V2.Service.Channel.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to fetch the Webhook resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to fetch the Webhook resource from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to fetch belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Read(Twilio.Rest.Chat.V2.Service.Channel.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.ReadAsync(Twilio.Rest.Chat.V2.Service.Channel.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to read the resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel to read the resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resources to read belong to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.Channel.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.Channel.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Update(Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.UpdateAsync(Twilio.Rest.Chat.V2.Service.Channel.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Update(System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel that has the Webhook resource to update. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to update. </param>
            <param name="configurationUrl"> The URL of the webhook to call using the `configuration.method`. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The events that cause us to call the Channel Webhook. Used when `type` is `webhook`. This parameter takes only one event. To specify more than one event, repeat this parameter for each event. For the list of possible events, see [Webhook Event Triggers](https://www.twilio.com/docs/chat/webhook-events#webhook-event-trigger). </param>
            <param name="configurationTriggers"> A string that will cause us to call the webhook when it is present in a message body. This parameter takes only one trigger string. To specify more than one, repeat this parameter for each trigger string up to a total of 5 trigger strings. Used only when `type` = `trigger`. </param>
            <param name="configurationFlowSid"> The SID of the Studio [Flow](https://www.twilio.com/docs/studio/rest-api/flow) to call when an event in `configuration.filters` occurs. Used only when `type` = `studio`. </param>
            <param name="configurationRetryCount"> The number of times to retry the webhook if the first attempt fails. Can be an integer between 0 and 3, inclusive, and the default is 0. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.UpdateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) with the Channel that has the Webhook resource to update. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource to update belongs to. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="pathSid"> The SID of the Channel Webhook resource to update. </param>
            <param name="configurationUrl"> The URL of the webhook to call using the `configuration.method`. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The events that cause us to call the Channel Webhook. Used when `type` is `webhook`. This parameter takes only one event. To specify more than one event, repeat this parameter for each event. For the list of possible events, see [Webhook Event Triggers](https://www.twilio.com/docs/chat/webhook-events#webhook-event-trigger). </param>
            <param name="configurationTriggers"> A string that will cause us to call the webhook when it is present in a message body. This parameter takes only one trigger string. To specify more than one, repeat this parameter for each trigger string up to a total of 5 trigger strings. Used only when `type` = `trigger`. </param>
            <param name="configurationFlowSid"> The SID of the Studio [Flow](https://www.twilio.com/docs/studio/rest-api/flow) to call when an event in `configuration.filters` occurs. Used only when `type` = `studio`. </param>
            <param name="configurationRetryCount"> The number of times to retry the webhook if the first attempt fails. Can be an integer between 0 and 3, inclusive, and the default is 0. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebhookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebhookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Sid">
            <summary> The unique string that we created to identify the Channel Webhook resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel Webhook resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Channel Webhook resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.ChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the Channel Webhook resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Type">
            <summary> The type of webhook. Can be: `webhook`, `studio`, or `trigger`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Url">
            <summary> The absolute URL of the Channel Webhook resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.Configuration">
            <summary> The JSON string that describes how the channel webhook is configured. The configuration object contains the `url`, `method`, `filters`, and `retry_count` values that are configured by the create and update actions. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.Channel.WebhookResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.CreateRoleOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Role resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateRoleOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateRoleOptions.Permission">
            <summary> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.CreateRoleOptions.#ctor(System.String,System.String,Twilio.Rest.Chat.V2.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String})">
            <summary> Construct a new CreateRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Role resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.CreateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.DeleteRoleOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Role resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteRoleOptions.PathSid">
            <summary> The SID of the Role resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.FetchRoleOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.FetchRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Role resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.FetchRoleOptions.PathSid">
            <summary> The SID of the Role resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.FetchRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.FetchRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.ReadRoleOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ReadRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Role resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ReadRoleOptions.#ctor(System.String)">
            <summary> Construct a new ListRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Role resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ReadRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.UpdateRoleOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateRoleOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Role resource in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateRoleOptions.PathSid">
            <summary> The SID of the Role resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateRoleOptions.Permission">
            <summary> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UpdateRoleOptions.#ctor(System.String,System.String,System.Collections.Generic.List{System.String})">
            <summary> Construct a new UpdateRoleOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Role resource in. </param>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UpdateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Create(Twilio.Rest.Chat.V2.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.CreateAsync(Twilio.Rest.Chat.V2.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Create(System.String,System.String,Twilio.Rest.Chat.V2.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Role resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.CreateAsync(System.String,System.String,Twilio.Rest.Chat.V2.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the Role resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Delete(Twilio.Rest.Chat.V2.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Fetch(Twilio.Rest.Chat.V2.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.FetchAsync(Twilio.Rest.Chat.V2.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Read(Twilio.Rest.Chat.V2.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.ReadAsync(Twilio.Rest.Chat.V2.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Role resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the Role resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Update(Twilio.Rest.Chat.V2.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.UpdateAsync(Twilio.Rest.Chat.V2.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.Update(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Role resource in. </param>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.UpdateAsync(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the Role resource in. </param>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoleResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoleResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.RoleResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.RoleResource.Sid">
            <summary> The unique string that we created to identify the Role resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.RoleResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Role resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.RoleResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Role resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.RoleResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.RoleResource.Permissions">
            <summary> An array of the permissions the role has been granted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.RoleResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.RoleResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.RoleResource.Url">
            <summary> The absolute URL of the Role resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.CreateUserOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the User resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateUserOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). This value is often a username or email address. See the Identity documentation for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateUserOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the new User. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateUserOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.CreateUserOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. This value is often used for display purposes. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.CreateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the User resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). This value is often a username or email address. See the Identity documentation for more info. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.CreateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.CreateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.DeleteUserOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.DeleteUserOptions.PathSid">
            <summary> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.DeleteUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.FetchUserOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.FetchUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.FetchUserOptions.PathSid">
            <summary> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.FetchUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.FetchUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.ReadUserOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.ReadUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ReadUserOptions.#ctor(System.String)">
            <summary> Construct a new ListUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.ReadUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.UpdateUserOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User resource in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.PathSid">
            <summary> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.Attributes">
            <summary> A valid JSON string that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is often used for display purposes. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateUserOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User resource in. </param>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UpdateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Create(Twilio.Rest.Chat.V2.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.CreateAsync(Twilio.Rest.Chat.V2.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Create(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the User resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). This value is often a username or email address. See the Identity documentation for more info. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the new User. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. This value is often used for display purposes. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the User resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). This value is often a username or email address. See the Identity documentation for more info. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the new User. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. This value is often used for display purposes. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Delete(Twilio.Rest.Chat.V2.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Fetch(Twilio.Rest.Chat.V2.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.FetchAsync(Twilio.Rest.Chat.V2.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Read(Twilio.Rest.Chat.V2.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.ReadAsync(Twilio.Rest.Chat.V2.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Update(Twilio.Rest.Chat.V2.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.UpdateAsync(Twilio.Rest.Chat.V2.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User resource in. </param>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the User. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is often used for display purposes. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User resource in. </param>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
            <param name="roleSid"> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) to assign to the User. </param>
            <param name="attributes"> A valid JSON string that contains application-specific data. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is often used for display purposes. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.UserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.Sid">
            <summary> The unique string that we created to identify the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the User resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.Attributes">
            <summary> The JSON string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.RoleSid">
            <summary> The SID of the [Role](https://www.twilio.com/docs/chat/rest/role-resource) assigned to the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). This value is often a username or an email address, and is case-sensitive. See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.IsOnline">
            <summary> Whether the User is actively connected to the Service instance and online. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, if the User has never been online for the Service instance, even if the Service's `reachability_enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.IsNotifiable">
            <summary> Whether the User has a potentially valid Push Notification registration (APN or GCM) for the Service instance. If at least one registration exists, `true`; otherwise `false`. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, and if the User has never had a notification registration, even if the Service's `reachability_enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.JoinedChannelsCount">
            <summary> The number of Channels the User is a Member of. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.Links">
            <summary> The absolute URLs of the [Channel](https://www.twilio.com/docs/chat/channels) and [Binding](https://www.twilio.com/docs/chat/rest/binding-resource) resources related to the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.UserResource.Url">
            <summary> The absolute URL of the User resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User Binding resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions.PathUserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to delete.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions.PathSid">
            <summary> The SID of the User Binding resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteUserBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User Binding resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to delete.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="pathSid"> The SID of the User Binding resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.User.FetchUserBindingOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.FetchUserBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Binding resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.FetchUserBindingOptions.PathUserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resource to fetch.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.FetchUserBindingOptions.PathSid">
            <summary> The SID of the User Binding resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.FetchUserBindingOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchUserBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Binding resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resource to fetch.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="pathSid"> The SID of the User Binding resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.FetchUserBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.User.ReadUserBindingOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.ReadUserBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Binding resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.ReadUserBindingOptions.PathUserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to read.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.ReadUserBindingOptions.BindingType">
            <summary> The push technology used by the User Binding resources to read. Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.ReadUserBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListUserBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Binding resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to read.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.ReadUserBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Delete(Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.User.DeleteUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User Binding resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to delete.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="pathSid"> The SID of the User Binding resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the User Binding resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to delete.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="pathSid"> The SID of the User Binding resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Fetch(Twilio.Rest.Chat.V2.Service.User.FetchUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.FetchAsync(Twilio.Rest.Chat.V2.Service.User.FetchUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Binding resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resource to fetch.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="pathSid"> The SID of the User Binding resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Binding resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resource to fetch.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="pathSid"> The SID of the User Binding resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Read(Twilio.Rest.Chat.V2.Service.User.ReadUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.ReadAsync(Twilio.Rest.Chat.V2.Service.User.ReadUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Read(System.String,System.String,System.Collections.Generic.List{Twilio.Rest.Chat.V2.Service.User.UserBindingResource.BindingTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Binding resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to read.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="bindingType"> The push technology used by the User Binding resources to read. Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{Twilio.Rest.Chat.V2.Service.User.UserBindingResource.BindingTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Binding resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resources to read.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="bindingType"> The push technology used by the User Binding resources to read. Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.User.UserBindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.User.UserBindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserBindingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserBindingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Sid">
            <summary> The unique string that we created to identify the User Binding resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the User Binding resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the User Binding resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Endpoint">
            <summary> The unique endpoint identifier for the User Binding. The format of the value depends on the `binding_type`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/chat/rest/service-resource). See [access tokens](https://www.twilio.com/docs/chat/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.UserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) with the User Binding resource.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.CredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/chat/rest/credential-resource) for the binding. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.MessageTypes">
            <summary> The [Programmable Chat message types](https://www.twilio.com/docs/chat/push-notification-configuration#push-types) the binding is subscribed to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserBindingResource.Url">
            <summary> The absolute URL of the User Binding resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions">
            <summary> Removes User from selected Channel. </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions.PathUserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteUserChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.User.FetchUserChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.FetchUserChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Channel resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.FetchUserChannelOptions.PathUserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to fetch the User Channel resource from. This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.FetchUserChannelOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) that has the User Channel to fetch. This value can be either the `sid` or the `unique_name` of the Channel to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.FetchUserChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchUserChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Channel resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to fetch the User Channel resource from. This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) that has the User Channel to fetch. This value can be either the `sid` or the `unique_name` of the Channel to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.FetchUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.User.ReadUserChannelOptions">
            <summary> List all Channels for a given User. </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.ReadUserChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Channel resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.ReadUserChannelOptions.PathUserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to read the User Channel resources from. This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.ReadUserChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListUserChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Channel resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to read the User Channel resources from. This value can be either the `sid` or the `identity` of the User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.ReadUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User Channel resource in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions.PathUserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to update the User Channel resource from. This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions.PathChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) with the User Channel resource to update. This value can be the Channel resource's `sid` or `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions.LastConsumedMessageIndex">
            <summary> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions.LastConsumptionTimestamp">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateUserChannelOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User Channel resource in. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to update the User Channel resource from. This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) with the User Channel resource to update. This value can be the Channel resource's `sid` or `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.BuildDeleteRequest(Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Removes User from selected Channel. </summary>
            <param name="options"> Delete UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Delete(Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Removes User from selected Channel. </summary>
            <param name="options"> Delete UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.DeleteAsync(Twilio.Rest.Chat.V2.Service.User.DeleteUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Removes User from selected Channel. </summary>
            <param name="options"> Delete UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Delete(System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.User.UserChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Removes User from selected Channel. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.DeleteAsync(System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.User.UserChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Removes User from selected Channel. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to read the resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/api/chat/rest/users) to read the User Channel resources from. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource belongs to. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Fetch(Twilio.Rest.Chat.V2.Service.User.FetchUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.FetchAsync(Twilio.Rest.Chat.V2.Service.User.FetchUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Channel resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to fetch the User Channel resource from. This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) that has the User Channel to fetch. This value can be either the `sid` or the `unique_name` of the Channel to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the User Channel resource from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to fetch the User Channel resource from. This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) that has the User Channel to fetch. This value can be either the `sid` or the `unique_name` of the Channel to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Read(Twilio.Rest.Chat.V2.Service.User.ReadUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for a given User. </summary>
            <param name="options"> Read UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.ReadAsync(Twilio.Rest.Chat.V2.Service.User.ReadUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for a given User. </summary>
            <param name="options"> Read UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for a given User. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Channel resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to read the User Channel resources from. This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for a given User. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the User Channel resources from. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to read the User Channel resources from. This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.User.UserChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Chat.V2.Service.User.UserChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Update(Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.UpdateAsync(Twilio.Rest.Chat.V2.Service.User.UpdateUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Update(System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.User.UserChannelResource.NotificationLevelEnum,System.Nullable{System.Int32},System.Nullable{System.DateTime},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User Channel resource in. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to update the User Channel resource from. This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) with the User Channel resource to update. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="notificationLevel">  </param>
            <param name="lastConsumedMessageIndex"> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. </param>
            <param name="lastConsumptionTimestamp"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.Chat.V2.Service.User.UserChannelResource.NotificationLevelEnum,System.Nullable{System.Int32},System.Nullable{System.DateTime},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to update the User Channel resource in. </param>
            <param name="pathUserSid"> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) to update the User Channel resource from. This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathChannelSid"> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) with the User Channel resource to update. This value can be the Channel resource's `sid` or `unique_name`. </param>
            <param name="notificationLevel">  </param>
            <param name="lastConsumedMessageIndex"> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. </param>
            <param name="lastConsumptionTimestamp"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) read event for the Member within the [Channel](https://www.twilio.com/docs/chat/channels). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the User Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the User Channel resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.ChannelSid">
            <summary> The SID of the [Channel](https://www.twilio.com/docs/chat/channels) the User Channel resource belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.UserSid">
            <summary> The SID of the [User](https://www.twilio.com/docs/chat/rest/user-resource) the User Channel belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.MemberSid">
            <summary> The SID of a [Member](https://www.twilio.com/docs/chat/rest/member-resource) that represents the User on the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.LastConsumedMessageIndex">
            <summary> The index of the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) in the [Channel](https://www.twilio.com/docs/chat/channels) that the Member has read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.UnreadMessagesCount">
            <summary> The number of unread Messages in the Channel for the User. Note that retrieving messages on a client endpoint does not mean that messages are consumed or read. See [Consumption Horizon feature](https://www.twilio.com/docs/chat/consumption-horizon) to learn how to mark messages as consumed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Links">
            <summary> The absolute URLs of the [Members](https://www.twilio.com/docs/chat/rest/member-resource), [Messages](https://www.twilio.com/docs/chat/rest/message-resource) , [Invites](https://www.twilio.com/docs/chat/rest/invite-resource) and, if it exists, the last [Message](https://www.twilio.com/docs/chat/rest/message-resource) for the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V2.Service.User.UserChannelResource.Url">
            <summary> The absolute URL of the User Channel resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Chat.V3.UpdateChannelOptions">
            <summary> Update a specific Channel. </summary>
        </member>
        <member name="P:Twilio.Rest.Chat.V3.UpdateChannelOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.UpdateChannelOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.UpdateChannelOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.UpdateChannelOptions.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this channel belongs to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Chat.V3.UpdateChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateChannelOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Channel. </param>
        </member>
        <member name="M:Twilio.Rest.Chat.V3.UpdateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V3.UpdateChannelOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Chat.V3.ChannelResource.Update(Twilio.Rest.Chat.V3.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Channel. </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V3.ChannelResource.UpdateAsync(Twilio.Rest.Chat.V3.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Channel. </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V3.ChannelResource.Update(System.String,System.String,Twilio.Rest.Chat.V3.ChannelResource.ChannelTypeEnum,System.String,Twilio.Rest.Chat.V3.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Channel. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Channel. </param>
            <param name="type">  </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this channel belongs to. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V3.ChannelResource.UpdateAsync(System.String,System.String,Twilio.Rest.Chat.V3.ChannelResource.ChannelTypeEnum,System.String,Twilio.Rest.Chat.V3.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Channel. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Channel. </param>
            <param name="type">  </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this channel belongs to. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V3.ChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Chat.V3.ChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.Sid">
            <summary> The unique string that we created to identify the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the Channel resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.Attributes">
            <summary> The JSON string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.CreatedBy">
            <summary> The `identity` of the User that created the channel. If the Channel was created by using the API, the value is `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.MembersCount">
            <summary> The number of Members in the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.MessagesCount">
            <summary> The number of Messages that have been passed in the Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this channel belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Chat.V3.ChannelResource.Url">
            <summary> The absolute URL of the Channel resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Content.V1.ReadContentAndApprovalsOptions">
            <summary> Retrieve a list of Contents with approval statuses belonging to the account used to make the request </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ReadContentAndApprovalsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.Read(Twilio.Rest.Content.V1.ReadContentAndApprovalsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents with approval statuses belonging to the account used to make the request </summary>
            <param name="options"> Read ContentAndApprovals parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ContentAndApprovals </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.ReadAsync(Twilio.Rest.Content.V1.ReadContentAndApprovalsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents with approval statuses belonging to the account used to make the request </summary>
            <param name="options"> Read ContentAndApprovals parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ContentAndApprovals </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.Read(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents with approval statuses belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ContentAndApprovals </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.ReadAsync(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents with approval statuses belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ContentAndApprovals </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Content.V1.ContentAndApprovalsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Content.V1.ContentAndApprovalsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ContentAndApprovalsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ContentAndApprovalsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentAndApprovalsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.Sid">
            <summary> The unique string that that we created to identify the Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.FriendlyName">
            <summary> A string name used to describe the Content resource. Not visible to the end recipient. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.Language">
            <summary> Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.Variables">
            <summary> Defines the default placeholder values for variables included in the Content resource. e.g. {\"1\": \"Customer_Name\"}. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.Types">
            <summary> The [Content types](https://www.twilio.com/docs/content-api/content-types-overview) (e.g. twilio/text) for this Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentAndApprovalsResource.ApprovalRequests">
            <summary> The submitted information and approval request status of the Content resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Content.V1.CreateContentOptions">
            <summary> Create a Content resource </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.CreateContentOptions.#ctor(Twilio.Rest.Content.V1.ContentResource.ContentCreateRequest)">
            <summary> Construct a new CreateContentOptions </summary>
            <param name="contentCreateRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.Content.V1.CreateContentOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Content.V1.DeleteContentOptions">
            <summary> Deletes a Content resource </summary>
        </member>
        <member name="P:Twilio.Rest.Content.V1.DeleteContentOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Content resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Content.V1.DeleteContentOptions.#ctor(System.String)">
            <summary> Construct a new DeleteContentOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Content.V1.DeleteContentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Content.V1.FetchContentOptions">
            <summary> Fetch a Content resource by its unique Content Sid </summary>
        </member>
        <member name="P:Twilio.Rest.Content.V1.FetchContentOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Content resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Content.V1.FetchContentOptions.#ctor(System.String)">
            <summary> Construct a new FetchContentOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Content.V1.FetchContentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Content.V1.ReadContentOptions">
            <summary> Retrieve a list of Contents belonging to the account used to make the request </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ReadContentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.Create(Twilio.Rest.Content.V1.CreateContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Content resource </summary>
            <param name="options"> Create Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.CreateAsync(Twilio.Rest.Content.V1.CreateContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Content resource </summary>
            <param name="options"> Create Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.Create(Twilio.Rest.Content.V1.ContentResource.ContentCreateRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Content resource </summary>
            <param name="contentCreateRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.CreateAsync(Twilio.Rest.Content.V1.ContentResource.ContentCreateRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Content resource </summary>
            <param name="contentCreateRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.BuildDeleteRequest(Twilio.Rest.Content.V1.DeleteContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Content resource </summary>
            <param name="options"> Delete Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.Delete(Twilio.Rest.Content.V1.DeleteContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Content resource </summary>
            <param name="options"> Delete Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.DeleteAsync(Twilio.Rest.Content.V1.DeleteContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Content resource </summary>
            <param name="options"> Delete Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Content resource </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Deletes a Content resource </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.Fetch(Twilio.Rest.Content.V1.FetchContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Content resource by its unique Content Sid </summary>
            <param name="options"> Fetch Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.FetchAsync(Twilio.Rest.Content.V1.FetchContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Content resource by its unique Content Sid </summary>
            <param name="options"> Fetch Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Content resource by its unique Content Sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Content resource by its unique Content Sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.Read(Twilio.Rest.Content.V1.ReadContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents belonging to the account used to make the request </summary>
            <param name="options"> Read Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.ReadAsync(Twilio.Rest.Content.V1.ReadContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents belonging to the account used to make the request </summary>
            <param name="options"> Read Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.Read(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.ReadAsync(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Content.V1.ContentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Content.V1.ContentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ContentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ContentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ContentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.Sid">
            <summary> The unique string that that we created to identify the Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.FriendlyName">
            <summary> A string name used to describe the Content resource. Not visible to the end recipient. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.Language">
            <summary> Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.Variables">
            <summary> Defines the default placeholder values for variables included in the Content resource. e.g. {\"1\": \"Customer_Name\"}. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource._Types">
            <summary> The [Content types](https://www.twilio.com/docs/content-api/content-types-overview) (e.g. twilio/text) for this Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.Url">
            <summary> The URL of the resource, relative to `https://content.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.ContentResource.Links">
            <summary> A list of links related to the Content resource, such as approval_fetch and approval_create </summary> 
        </member>
        <member name="T:Twilio.Rest.Content.V1.Content.CreateApprovalCreateOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.CreateApprovalCreateOptions.#ctor(System.String,Twilio.Rest.Content.V1.Content.ApprovalCreateResource.ContentApprovalRequest)">
            <summary> Construct a new CreateApprovalCreateOptions </summary>
            <param name="pathContentSid">  </param>
            <param name="contentApprovalRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.CreateApprovalCreateOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.Create(Twilio.Rest.Content.V1.Content.CreateApprovalCreateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ApprovalCreate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApprovalCreate </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.CreateAsync(Twilio.Rest.Content.V1.Content.CreateApprovalCreateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ApprovalCreate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApprovalCreate </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.Create(System.String,Twilio.Rest.Content.V1.Content.ApprovalCreateResource.ContentApprovalRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathContentSid">  </param>
            <param name="contentApprovalRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApprovalCreate </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.CreateAsync(System.String,Twilio.Rest.Content.V1.Content.ApprovalCreateResource.ContentApprovalRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathContentSid">  </param>
            <param name="contentApprovalRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApprovalCreate </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ApprovalCreateResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ApprovalCreateResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.Name">
            <summary> The name </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.Category">
            <summary> The category </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.ContentType">
            <summary> The content_type </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.Status">
            <summary> The status </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.RejectionReason">
            <summary> The rejection_reason </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalCreateResource.AllowCategoryChange">
            <summary> The allow_category_change </summary> 
        </member>
        <member name="T:Twilio.Rest.Content.V1.Content.FetchApprovalFetchOptions">
            <summary> Fetch a Content resource's approval status by its unique Content Sid </summary>
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.FetchApprovalFetchOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Content resource whose approval information to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.FetchApprovalFetchOptions.#ctor(System.String)">
            <summary> Construct a new FetchApprovalFetchOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource whose approval information to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.FetchApprovalFetchOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.Fetch(Twilio.Rest.Content.V1.Content.FetchApprovalFetchOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Content resource's approval status by its unique Content Sid </summary>
            <param name="options"> Fetch ApprovalFetch parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApprovalFetch </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.FetchAsync(Twilio.Rest.Content.V1.Content.FetchApprovalFetchOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Content resource's approval status by its unique Content Sid </summary>
            <param name="options"> Fetch ApprovalFetch parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApprovalFetch </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Content resource's approval status by its unique Content Sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource whose approval information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApprovalFetch </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Content resource's approval status by its unique Content Sid </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Content resource whose approval information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApprovalFetch </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ApprovalFetchResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ApprovalFetchResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.Sid">
            <summary> The unique string that that we created to identify the Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.Whatsapp">
            <summary> Contains the whatsapp approval information for the Content resource, with fields such as approval status, rejection reason, and category, amongst others. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.Content.ApprovalFetchResource.Url">
            <summary> The URL of the resource, relative to `https://content.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Content.V1.ReadLegacyContentOptions">
            <summary> Retrieve a list of Legacy Contents belonging to the account used to make the request </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.ReadLegacyContentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.Read(Twilio.Rest.Content.V1.ReadLegacyContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Legacy Contents belonging to the account used to make the request </summary>
            <param name="options"> Read LegacyContent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LegacyContent </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.ReadAsync(Twilio.Rest.Content.V1.ReadLegacyContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Legacy Contents belonging to the account used to make the request </summary>
            <param name="options"> Read LegacyContent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LegacyContent </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.Read(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Legacy Contents belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LegacyContent </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.ReadAsync(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Legacy Contents belonging to the account used to make the request </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LegacyContent </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Content.V1.LegacyContentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Content.V1.LegacyContentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a LegacyContentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> LegacyContentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V1.LegacyContentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.Sid">
            <summary> The unique string that that we created to identify the Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.FriendlyName">
            <summary> A string name used to describe the Content resource. Not visible to the end recipient. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.Language">
            <summary> Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.Variables">
            <summary> Defines the default placeholder values for variables included in the Content resource. e.g. {\"1\": \"Customer_Name\"}. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.Types">
            <summary> The [Content types](https://www.twilio.com/docs/content-api/content-types-overview) (e.g. twilio/text) for this Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.LegacyTemplateName">
            <summary> The string name of the legacy content template associated with this Content resource, unique across all template names for its account.  Only lowercase letters, numbers and underscores are allowed </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.LegacyBody">
            <summary> The string body field of the legacy content template associated with this Content resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V1.LegacyContentResource.Url">
            <summary> The URL of the resource, relative to `https://content.twilio.com`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions">
            <summary> Retrieve a list of Contents with approval statuses belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.SortByDate">
            <summary> Whether to sort by ascending or descending date updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.SortByContentName">
            <summary> Whether to sort by ascending or descending content name </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.DateCreatedAfter">
            <summary> Filter by >=[date-time] </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.DateCreatedBefore" -->
        <member name="P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.ContentName">
            <summary> Filter by Regex Pattern in content name </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.Content">
            <summary> Filter by Regex Pattern in template content </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.Language">
            <summary> Filter by array of valid language(s) </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.ContentType">
            <summary> Filter by array of contentType(s) </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.ChannelEligibility" -->
        <member name="M:Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.Read(Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents with approval statuses belonging to the account used to make the request </summary>
            <param name="options"> Read ContentAndApprovals parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ContentAndApprovals </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.ReadAsync(Twilio.Rest.Content.V2.ReadContentAndApprovalsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents with approval statuses belonging to the account used to make the request </summary>
            <param name="options"> Read ContentAndApprovals parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ContentAndApprovals </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.Read(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.ReadAsync(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Content.V2.ContentAndApprovalsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Content.V2.ContentAndApprovalsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ContentAndApprovalsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ContentAndApprovalsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentAndApprovalsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.Sid">
            <summary> The unique string that that we created to identify the Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.FriendlyName">
            <summary> A string name used to describe the Content resource. Not visible to the end recipient. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.Language">
            <summary> Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.Variables">
            <summary> Defines the default placeholder values for variables included in the Content resource. e.g. {\"1\": \"Customer_Name\"}. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.Types">
            <summary> The [Content types](https://www.twilio.com/docs/content/content-types-overview) (e.g. twilio/text) for this Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentAndApprovalsResource.ApprovalRequests">
            <summary> The submitted information and approval request status of the Content resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Content.V2.ReadContentOptions">
            <summary> Retrieve a list of Contents belonging to the account used to make the request </summary>
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentOptions.SortByDate">
            <summary> Whether to sort by ascending or descending date updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentOptions.SortByContentName">
            <summary> Whether to sort by ascending or descending content name </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentOptions.DateCreatedAfter">
            <summary> Filter by >=[date-time] </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Content.V2.ReadContentOptions.DateCreatedBefore" -->
        <member name="P:Twilio.Rest.Content.V2.ReadContentOptions.ContentName">
            <summary> Filter by Regex Pattern in content name </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentOptions.Content">
            <summary> Filter by Regex Pattern in template content </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentOptions.Language">
            <summary> Filter by array of valid language(s) </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ReadContentOptions.ContentType">
            <summary> Filter by array of contentType(s) </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Content.V2.ReadContentOptions.ChannelEligibility" -->
        <member name="M:Twilio.Rest.Content.V2.ReadContentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentResource.Read(Twilio.Rest.Content.V2.ReadContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents belonging to the account used to make the request </summary>
            <param name="options"> Read Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Content </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentResource.ReadAsync(Twilio.Rest.Content.V2.ReadContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Contents belonging to the account used to make the request </summary>
            <param name="options"> Read Content parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Content </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Content.V2.ContentResource.Read(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Content.V2.ContentResource.ReadAsync(System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Content.V2.ContentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Content.V2.ContentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Content.V2.ContentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ContentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ContentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Content.V2.ContentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.Sid">
            <summary> The unique string that that we created to identify the Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.FriendlyName">
            <summary> A string name used to describe the Content resource. Not visible to the end recipient. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.Language">
            <summary> Two-letter (ISO 639-1) language code (e.g., en) identifying the language the Content resource is in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.Variables">
            <summary> Defines the default placeholder values for variables included in the Content resource. e.g. {\"1\": \"Customer_Name\"}. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.Types">
            <summary> The [Content types](https://www.twilio.com/docs/content/content-types-overview) (e.g. twilio/text) for this Content resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.Url">
            <summary> The URL of the resource, relative to `https://content.twilio.com`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Content.V2.ContentResource.Links">
            <summary> A list of links related to the Content resource, such as approval_fetch and approval_create </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions">
            <summary> Create a new address configuration </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.Address">
            <summary> The unique address to be configured. The address can be a whatsapp address or phone number </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.FriendlyName">
            <summary> The human-readable name of this configuration, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.AutoCreationEnabled">
            <summary> Enable/Disable auto-creating conversations for messages to this address </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.AutoCreationConversationServiceSid">
            <summary> Conversation Service for the auto-created conversation. If not set, the conversation is created in the default service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.AutoCreationWebhookUrl">
            <summary> For type `webhook`, the url for the webhook request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.AutoCreationWebhookFilters">
            <summary> The list of events, firing webhook event for this Conversation. Values can be any of the following: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationStateUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onDeliveryUpdated` </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.AutoCreationStudioFlowSid">
            <summary> For type `studio`, the studio flow SID where the webhook should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.AutoCreationStudioRetryCount">
            <summary> For type `studio`, number of times to retry the webhook request </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.AddressCountry">
            <summary> An ISO 3166-1 alpha-2n country code which the address belongs to. This is currently only applicable to short code addresses. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.#ctor(Twilio.Rest.Conversations.V1.AddressConfigurationResource.TypeEnum,System.String)">
            <summary> Construct a new CreateConfigurationAddressOptions </summary>
            <param name="type">  </param>
            <param name="address"> The unique address to be configured. The address can be a whatsapp address or phone number </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.DeleteAddressConfigurationOptions">
            <summary> Remove an existing address configuration </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.DeleteAddressConfigurationOptions.PathSid">
            <summary> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteAddressConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new DeleteConfigurationAddressOptions </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteAddressConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.FetchAddressConfigurationOptions">
            <summary> Fetch an address configuration  </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.FetchAddressConfigurationOptions.PathSid">
            <summary> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchAddressConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new FetchConfigurationAddressOptions </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchAddressConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.ReadAddressConfigurationOptions">
            <summary> Retrieve a list of address configurations for an account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ReadAddressConfigurationOptions.Type">
            <summary> Filter the address configurations by its type. This value can be one of: `whatsapp`, `sms`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ReadAddressConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions">
            <summary> Update an existing address configuration </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.PathSid">
            <summary> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.FriendlyName">
            <summary> The human-readable name of this configuration, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.AutoCreationEnabled">
            <summary> Enable/Disable auto-creating conversations for messages to this address </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.AutoCreationConversationServiceSid">
            <summary> Conversation Service for the auto-created conversation. If not set, the conversation is created in the default service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.AutoCreationWebhookUrl">
            <summary> For type `webhook`, the url for the webhook request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.AutoCreationWebhookFilters">
            <summary> The list of events, firing webhook event for this Conversation. Values can be any of the following: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationStateUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onDeliveryUpdated` </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.AutoCreationStudioFlowSid">
            <summary> For type `studio`, the studio flow SID where the webhook should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.AutoCreationStudioRetryCount">
            <summary> For type `studio`, number of times to retry the webhook request </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateConfigurationAddressOptions </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Create(Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new address configuration </summary>
            <param name="options"> Create AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.CreateAsync(Twilio.Rest.Conversations.V1.CreateAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new address configuration </summary>
            <param name="options"> Create AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Create(Twilio.Rest.Conversations.V1.AddressConfigurationResource.TypeEnum,System.String,System.String,System.Nullable{System.Boolean},Twilio.Rest.Conversations.V1.AddressConfigurationResource.AutoCreationTypeEnum,System.String,System.String,Twilio.Rest.Conversations.V1.AddressConfigurationResource.MethodEnum,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new address configuration </summary>
            <param name="type">  </param>
            <param name="address"> The unique address to be configured. The address can be a whatsapp address or phone number </param>
            <param name="friendlyName"> The human-readable name of this configuration, limited to 256 characters. Optional. </param>
            <param name="autoCreationEnabled"> Enable/Disable auto-creating conversations for messages to this address </param>
            <param name="autoCreationType">  </param>
            <param name="autoCreationConversationServiceSid"> Conversation Service for the auto-created conversation. If not set, the conversation is created in the default service. </param>
            <param name="autoCreationWebhookUrl"> For type `webhook`, the url for the webhook request. </param>
            <param name="autoCreationWebhookMethod">  </param>
            <param name="autoCreationWebhookFilters"> The list of events, firing webhook event for this Conversation. Values can be any of the following: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationStateUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onDeliveryUpdated` </param>
            <param name="autoCreationStudioFlowSid"> For type `studio`, the studio flow SID where the webhook should be sent to. </param>
            <param name="autoCreationStudioRetryCount"> For type `studio`, number of times to retry the webhook request </param>
            <param name="addressCountry"> An ISO 3166-1 alpha-2n country code which the address belongs to. This is currently only applicable to short code addresses. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.CreateAsync(Twilio.Rest.Conversations.V1.AddressConfigurationResource.TypeEnum,System.String,System.String,System.Nullable{System.Boolean},Twilio.Rest.Conversations.V1.AddressConfigurationResource.AutoCreationTypeEnum,System.String,System.String,Twilio.Rest.Conversations.V1.AddressConfigurationResource.MethodEnum,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new address configuration </summary>
            <param name="type">  </param>
            <param name="address"> The unique address to be configured. The address can be a whatsapp address or phone number </param>
            <param name="friendlyName"> The human-readable name of this configuration, limited to 256 characters. Optional. </param>
            <param name="autoCreationEnabled"> Enable/Disable auto-creating conversations for messages to this address </param>
            <param name="autoCreationType">  </param>
            <param name="autoCreationConversationServiceSid"> Conversation Service for the auto-created conversation. If not set, the conversation is created in the default service. </param>
            <param name="autoCreationWebhookUrl"> For type `webhook`, the url for the webhook request. </param>
            <param name="autoCreationWebhookMethod">  </param>
            <param name="autoCreationWebhookFilters"> The list of events, firing webhook event for this Conversation. Values can be any of the following: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationStateUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onDeliveryUpdated` </param>
            <param name="autoCreationStudioFlowSid"> For type `studio`, the studio flow SID where the webhook should be sent to. </param>
            <param name="autoCreationStudioRetryCount"> For type `studio`, number of times to retry the webhook request </param>
            <param name="addressCountry"> An ISO 3166-1 alpha-2n country code which the address belongs to. This is currently only applicable to short code addresses. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.DeleteAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing address configuration </summary>
            <param name="options"> Delete AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Delete(Twilio.Rest.Conversations.V1.DeleteAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing address configuration </summary>
            <param name="options"> Delete AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.DeleteAsync(Twilio.Rest.Conversations.V1.DeleteAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing address configuration </summary>
            <param name="options"> Delete AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing address configuration </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing address configuration </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Fetch(Twilio.Rest.Conversations.V1.FetchAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an address configuration  </summary>
            <param name="options"> Fetch AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.FetchAsync(Twilio.Rest.Conversations.V1.FetchAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an address configuration  </summary>
            <param name="options"> Fetch AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an address configuration  </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an address configuration  </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Read(Twilio.Rest.Conversations.V1.ReadAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of address configurations for an account </summary>
            <param name="options"> Read AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.ReadAsync(Twilio.Rest.Conversations.V1.ReadAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of address configurations for an account </summary>
            <param name="options"> Read AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of address configurations for an account </summary>
            <param name="type"> Filter the address configurations by its type. This value can be one of: `whatsapp`, `sms`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of address configurations for an account </summary>
            <param name="type"> Filter the address configurations by its type. This value can be one of: `whatsapp`, `sms`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.AddressConfigurationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.AddressConfigurationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Update(Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing address configuration </summary>
            <param name="options"> Update AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.UpdateAsync(Twilio.Rest.Conversations.V1.UpdateAddressConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing address configuration </summary>
            <param name="options"> Update AddressConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Update(System.String,System.String,System.Nullable{System.Boolean},Twilio.Rest.Conversations.V1.AddressConfigurationResource.AutoCreationTypeEnum,System.String,System.String,Twilio.Rest.Conversations.V1.AddressConfigurationResource.MethodEnum,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing address configuration </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
            <param name="friendlyName"> The human-readable name of this configuration, limited to 256 characters. Optional. </param>
            <param name="autoCreationEnabled"> Enable/Disable auto-creating conversations for messages to this address </param>
            <param name="autoCreationType">  </param>
            <param name="autoCreationConversationServiceSid"> Conversation Service for the auto-created conversation. If not set, the conversation is created in the default service. </param>
            <param name="autoCreationWebhookUrl"> For type `webhook`, the url for the webhook request. </param>
            <param name="autoCreationWebhookMethod">  </param>
            <param name="autoCreationWebhookFilters"> The list of events, firing webhook event for this Conversation. Values can be any of the following: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationStateUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onDeliveryUpdated` </param>
            <param name="autoCreationStudioFlowSid"> For type `studio`, the studio flow SID where the webhook should be sent to. </param>
            <param name="autoCreationStudioRetryCount"> For type `studio`, number of times to retry the webhook request </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.UpdateAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Rest.Conversations.V1.AddressConfigurationResource.AutoCreationTypeEnum,System.String,System.String,Twilio.Rest.Conversations.V1.AddressConfigurationResource.MethodEnum,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing address configuration </summary>
            <param name="pathSid"> The SID of the Address Configuration resource. This value can be either the `sid` or the `address` of the configuration </param>
            <param name="friendlyName"> The human-readable name of this configuration, limited to 256 characters. Optional. </param>
            <param name="autoCreationEnabled"> Enable/Disable auto-creating conversations for messages to this address </param>
            <param name="autoCreationType">  </param>
            <param name="autoCreationConversationServiceSid"> Conversation Service for the auto-created conversation. If not set, the conversation is created in the default service. </param>
            <param name="autoCreationWebhookUrl"> For type `webhook`, the url for the webhook request. </param>
            <param name="autoCreationWebhookMethod">  </param>
            <param name="autoCreationWebhookFilters"> The list of events, firing webhook event for this Conversation. Values can be any of the following: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationStateUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onDeliveryUpdated` </param>
            <param name="autoCreationStudioFlowSid"> For type `studio`, the studio flow SID where the webhook should be sent to. </param>
            <param name="autoCreationStudioRetryCount"> For type `studio`, number of times to retry the webhook request </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AddressConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AddressConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AddressConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.AddressConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) the address belongs to </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Type">
            <summary> Type of Address, value can be `whatsapp` or `sms`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Address">
            <summary> The unique address to be configured. The address can be a whatsapp address or phone number </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.FriendlyName">
            <summary> The human-readable name of this configuration, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.AutoCreation">
            <summary> Auto Creation configuration for the address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.Url">
            <summary> An absolute API resource URL for this address configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.AddressConfigurationResource.AddressCountry">
            <summary> An ISO 3166-1 alpha-2n country code which the address belongs to. This is currently only applicable to short code addresses. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.FetchConfigurationOptions">
            <summary> Fetch the global configuration of conversations on your account </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.UpdateConfigurationOptions">
            <summary> Update the global configuration of conversations on your account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConfigurationOptions.DefaultChatServiceSid">
            <summary> The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to use when creating a conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConfigurationOptions.DefaultMessagingServiceSid">
            <summary> The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to use when creating a conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConfigurationOptions.DefaultInactiveTimer">
            <summary> Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConfigurationOptions.DefaultClosedTimer">
            <summary> Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.Fetch(Twilio.Rest.Conversations.V1.FetchConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the global configuration of conversations on your account </summary>
            <param name="options"> Fetch Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.FetchAsync(Twilio.Rest.Conversations.V1.FetchConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the global configuration of conversations on your account </summary>
            <param name="options"> Fetch Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the global configuration of conversations on your account </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the global configuration of conversations on your account </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.Update(Twilio.Rest.Conversations.V1.UpdateConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the global configuration of conversations on your account </summary>
            <param name="options"> Update Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.UpdateAsync(Twilio.Rest.Conversations.V1.UpdateConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the global configuration of conversations on your account </summary>
            <param name="options"> Update Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.Update(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the global configuration of conversations on your account </summary>
            <param name="defaultChatServiceSid"> The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to use when creating a conversation. </param>
            <param name="defaultMessagingServiceSid"> The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to use when creating a conversation. </param>
            <param name="defaultInactiveTimer"> Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="defaultClosedTimer"> Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.UpdateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the global configuration of conversations on your account </summary>
            <param name="defaultChatServiceSid"> The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to use when creating a conversation. </param>
            <param name="defaultMessagingServiceSid"> The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to use when creating a conversation. </param>
            <param name="defaultInactiveTimer"> Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="defaultClosedTimer"> Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConfigurationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConfigurationResource.DefaultChatServiceSid">
            <summary> The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) used when creating a conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConfigurationResource.DefaultMessagingServiceSid">
            <summary> The SID of the default [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) used when creating a conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConfigurationResource.DefaultInactiveTimer">
            <summary> Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConfigurationResource.DefaultClosedTimer">
            <summary> Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConfigurationResource.Url">
            <summary> An absolute API resource URL for this global configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConfigurationResource.Links">
            <summary> Contains absolute API resource URLs to access the webhook and default service configurations. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Configuration.FetchWebhookOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.FetchWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Configuration.UpdateWebhookOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.UpdateWebhookOptions.Method">
            <summary> The HTTP method to be used when sending a webhook request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.UpdateWebhookOptions.Filters">
            <summary> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.UpdateWebhookOptions.PreWebhookUrl">
            <summary> The absolute url the pre-event webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.UpdateWebhookOptions.PostWebhookUrl">
            <summary> The absolute url the post-event webhook request should be sent to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.UpdateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.Fetch(Twilio.Rest.Conversations.V1.Configuration.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.FetchAsync(Twilio.Rest.Conversations.V1.Configuration.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.Update(Twilio.Rest.Conversations.V1.Configuration.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.UpdateAsync(Twilio.Rest.Conversations.V1.Configuration.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.Update(System.String,System.Collections.Generic.List{System.String},System.String,System.String,Twilio.Rest.Conversations.V1.Configuration.WebhookResource.TargetEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="method"> The HTTP method to be used when sending a webhook request. </param>
            <param name="filters"> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` </param>
            <param name="preWebhookUrl"> The absolute url the pre-event webhook request should be sent to. </param>
            <param name="postWebhookUrl"> The absolute url the post-event webhook request should be sent to. </param>
            <param name="target">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.UpdateAsync(System.String,System.Collections.Generic.List{System.String},System.String,System.String,Twilio.Rest.Conversations.V1.Configuration.WebhookResource.TargetEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="method"> The HTTP method to be used when sending a webhook request. </param>
            <param name="filters"> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` </param>
            <param name="preWebhookUrl"> The absolute url the pre-event webhook request should be sent to. </param>
            <param name="postWebhookUrl"> The absolute url the post-event webhook request should be sent to. </param>
            <param name="target">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebhookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebhookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.Filters">
            <summary> The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onMessageAdd`, `onMessageUpdate`, `onMessageRemove`, `onConversationUpdated`, `onConversationRemoved`, `onConversationAdd`, `onConversationAdded`, `onConversationRemove`, `onConversationUpdate`, `onConversationStateUpdated`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`, `onParticipantAdd`, `onParticipantRemove`, `onParticipantUpdate`, `onDeliveryUpdated`, `onUserAdded`, `onUserUpdate`, `onUserUpdated` </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.PreWebhookUrl">
            <summary> The absolute url the pre-event webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.PostWebhookUrl">
            <summary> The absolute url the post-event webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Configuration.WebhookResource.Url">
            <summary> An absolute API resource API resource URL for this webhook. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.CreateConversationOptions">
            <summary> Create a new conversation in your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.TimersInactive">
            <summary> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.TimersClosed">
            <summary> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.BindingsEmailAddress">
            <summary> The default email address that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationOptions.BindingsEmailName">
            <summary> The default name that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateConversationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.DeleteConversationOptions">
            <summary> Remove a conversation from your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.DeleteConversationOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.DeleteConversationOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteConversationOptions.#ctor(System.String)">
            <summary> Construct a new DeleteConversationOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteConversationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.FetchConversationOptions">
            <summary> Fetch a conversation from your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.FetchConversationOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchConversationOptions.#ctor(System.String)">
            <summary> Construct a new FetchConversationOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.ReadConversationOptions">
            <summary> Retrieve a list of conversations in your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ReadConversationOptions.StartDate">
            <summary> Specifies the beginning of the date range for filtering Conversations based on their creation date. Conversations that were created on or after this date will be included in the results. The date must be in ISO8601 format, specifically starting at the beginning of the specified date (YYYY-MM-DDT00:00:00Z), for precise filtering. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ReadConversationOptions.EndDate">
            <summary> Defines the end of the date range for filtering conversations by their creation date. Only conversations that were created on or before this date will appear in the results.  The date must be in ISO8601 format, specifically capturing up to the end of the specified date (YYYY-MM-DDT23:59:59Z), to ensure that conversations from the entire end day are included. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ReadConversationOptions.State">
            <summary> State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ReadConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.UpdateConversationOptions">
            <summary> Update an existing conversation in your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.TimersInactive">
            <summary> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.TimersClosed">
            <summary> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.BindingsEmailAddress">
            <summary> The default email address that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateConversationOptions.BindingsEmailName">
            <summary> The default name that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateConversationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateConversationOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateConversationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Create(Twilio.Rest.Conversations.V1.CreateConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation in your account's default service </summary>
            <param name="options"> Create Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.CreateAsync(Twilio.Rest.Conversations.V1.CreateConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation in your account's default service </summary>
            <param name="options"> Create Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Create(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.StateEnum,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation in your account's default service </summary>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.CreateAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.StateEnum,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation in your account's default service </summary>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.DeleteConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your account's default service </summary>
            <param name="options"> Delete Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Delete(Twilio.Rest.Conversations.V1.DeleteConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your account's default service </summary>
            <param name="options"> Delete Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.DeleteAsync(Twilio.Rest.Conversations.V1.DeleteConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your account's default service </summary>
            <param name="options"> Delete Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Delete(System.String,Twilio.Rest.Conversations.V1.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your account's default service </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.DeleteAsync(System.String,Twilio.Rest.Conversations.V1.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your account's default service </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Fetch(Twilio.Rest.Conversations.V1.FetchConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation from your account's default service </summary>
            <param name="options"> Fetch Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.FetchAsync(Twilio.Rest.Conversations.V1.FetchConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation from your account's default service </summary>
            <param name="options"> Fetch Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation from your account's default service </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation from your account's default service </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Read(Twilio.Rest.Conversations.V1.ReadConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conversations in your account's default service </summary>
            <param name="options"> Read Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.ReadAsync(Twilio.Rest.Conversations.V1.ReadConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conversations in your account's default service </summary>
            <param name="options"> Read Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Read(System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.StateEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conversations in your account's default service </summary>
            <param name="startDate"> Specifies the beginning of the date range for filtering Conversations based on their creation date. Conversations that were created on or after this date will be included in the results. The date must be in ISO8601 format, specifically starting at the beginning of the specified date (YYYY-MM-DDT00:00:00Z), for precise filtering. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </param>
            <param name="endDate"> Defines the end of the date range for filtering conversations by their creation date. Only conversations that were created on or before this date will appear in the results.  The date must be in ISO8601 format, specifically capturing up to the end of the specified date (YYYY-MM-DDT23:59:59Z), to ensure that conversations from the entire end day are included. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </param>
            <param name="state"> State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.ReadAsync(System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.StateEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conversations in your account's default service </summary>
            <param name="startDate"> Specifies the beginning of the date range for filtering Conversations based on their creation date. Conversations that were created on or after this date will be included in the results. The date must be in ISO8601 format, specifically starting at the beginning of the specified date (YYYY-MM-DDT00:00:00Z), for precise filtering. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </param>
            <param name="endDate"> Defines the end of the date range for filtering conversations by their creation date. Only conversations that were created on or before this date will appear in the results.  The date must be in ISO8601 format, specifically capturing up to the end of the specified date (YYYY-MM-DDT23:59:59Z), to ensure that conversations from the entire end day are included. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </param>
            <param name="state"> State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.ConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.ConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Update(Twilio.Rest.Conversations.V1.UpdateConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation in your account's default service </summary>
            <param name="options"> Update Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.UpdateAsync(Twilio.Rest.Conversations.V1.UpdateConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation in your account's default service </summary>
            <param name="options"> Update Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.Update(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.StateEnum,System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation in your account's default service </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.UpdateAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.StateEnum,System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation in your account's default service </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConversationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConversationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.Timers">
            <summary> Timer date values representing state update for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.Url">
            <summary> An absolute API resource URL for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.Links">
            <summary> Contains absolute URLs to access the [participants](https://www.twilio.com/docs/conversations/api/conversation-participant-resource), [messages](https://www.twilio.com/docs/conversations/api/conversation-message-resource) and [webhooks](https://www.twilio.com/docs/conversations/api/conversation-scoped-webhook-resource) of this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationResource.Bindings">
            <summary> The bindings </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.TimersInactive">
            <summary> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.TimersClosed">
            <summary> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.BindingsEmailAddress">
            <summary> The default email address that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.BindingsEmailName">
            <summary> The default name that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.Participant">
            <summary> The participant to be added to the conversation in JSON format. The JSON object attributes are as parameters in [Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). The maximum number of participants that can be added in a single request is 10. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.Create(Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
            <param name="options"> Create ConversationWithParticipants parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConversationWithParticipants </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.CreateAsync(Twilio.Rest.Conversations.V1.CreateConversationWithParticipantsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
            <param name="options"> Create ConversationWithParticipants parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConversationWithParticipants </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.Create(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.StateEnum,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="participant"> The participant to be added to the conversation in JSON format. The JSON object attributes are as parameters in [Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). The maximum number of participants that can be added in a single request is 10. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConversationWithParticipants </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.CreateAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.StateEnum,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="participant"> The participant to be added to the conversation in JSON format. The JSON object attributes are as parameters in [Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). The maximum number of participants that can be added in a single request is 10. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConversationWithParticipants </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConversationWithParticipantsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConversationWithParticipantsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.Timers">
            <summary> Timer date values representing state update for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.Links">
            <summary> Contains absolute URLs to access the [participants](https://www.twilio.com/docs/conversations/api/conversation-participant-resource), [messages](https://www.twilio.com/docs/conversations/api/conversation-message-resource) and [webhooks](https://www.twilio.com/docs/conversations/api/conversation-scoped-webhook-resource) of this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.Bindings">
            <summary> The bindings </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ConversationWithParticipantsResource.Url">
            <summary> An absolute API resource URL for this conversation. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions">
            <summary> Add a new message to the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.Author">
            <summary> The channel specific identifier of the message's author. Defaults to `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.Body">
            <summary> The content of the message, can be up to 1,600 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.DateUpdated">
            <summary> The date that this resource was last updated. `null` if the message has not been edited. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.Attributes">
            <summary> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.MediaSid">
            <summary> The Media SID to be attached to the new Message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.ContentSid">
            <summary> The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template, required for template-generated messages.  **Note** that if this field is set, `Body` and `MediaSid` parameters are ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.ContentVariables">
            <summary> A structurally valid JSON string that contains values to resolve Rich Content template variables. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.Subject">
            <summary> The subject of the message, can be up to 256 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.#ctor(System.String)">
            <summary> Construct a new CreateConversationMessageOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions">
            <summary> Remove a message from the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteConversationMessageOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.FetchMessageOptions">
            <summary> Fetch a message from the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.FetchMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.FetchMessageOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.FetchMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchConversationMessageOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.FetchMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.ReadMessageOptions">
            <summary> Retrieve a list of all messages in the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ReadMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ReadMessageOptions.Order">
            <summary> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending), with `asc` as the default. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ReadMessageOptions.#ctor(System.String)">
            <summary> Construct a new ListConversationMessageOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ReadMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions">
            <summary> Update an existing message in the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.Author">
            <summary> The channel specific identifier of the message's author. Defaults to `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.Body">
            <summary> The content of the message, can be up to 1,600 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.DateUpdated">
            <summary> The date that this resource was last updated. `null` if the message has not been edited. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.Attributes">
            <summary> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.Subject">
            <summary> The subject of the message, can be up to 256 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateConversationMessageOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Create(Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new message to the conversation </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.CreateAsync(Twilio.Rest.Conversations.V1.Conversation.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new message to the conversation </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Create(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new message to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="author"> The channel specific identifier of the message's author. Defaults to `system`. </param>
            <param name="body"> The content of the message, can be up to 1,600 characters long. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. `null` if the message has not been edited. </param>
            <param name="attributes"> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="mediaSid"> The Media SID to be attached to the new Message. </param>
            <param name="contentSid"> The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template, required for template-generated messages.  **Note** that if this field is set, `Body` and `MediaSid` parameters are ignored. </param>
            <param name="contentVariables"> A structurally valid JSON string that contains values to resolve Rich Content template variables. </param>
            <param name="subject"> The subject of the message, can be up to 256 characters long. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new message to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="author"> The channel specific identifier of the message's author. Defaults to `system`. </param>
            <param name="body"> The content of the message, can be up to 1,600 characters long. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. `null` if the message has not been edited. </param>
            <param name="attributes"> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="mediaSid"> The Media SID to be attached to the new Message. </param>
            <param name="contentSid"> The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template, required for template-generated messages.  **Note** that if this field is set, `Body` and `MediaSid` parameters are ignored. </param>
            <param name="contentVariables"> A structurally valid JSON string that contains values to resolve Rich Content template variables. </param>
            <param name="subject"> The subject of the message, can be up to 256 characters long. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Delete(Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.DeleteAsync(Twilio.Rest.Conversations.V1.Conversation.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Delete(System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.DeleteAsync(System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Fetch(Twilio.Rest.Conversations.V1.Conversation.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a message from the conversation </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.FetchAsync(Twilio.Rest.Conversations.V1.Conversation.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a message from the conversation </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a message from the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a message from the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Read(Twilio.Rest.Conversations.V1.Conversation.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all messages in the conversation </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.ReadAsync(Twilio.Rest.Conversations.V1.Conversation.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all messages in the conversation </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Read(System.String,Twilio.Rest.Conversations.V1.Conversation.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all messages in the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages. </param>
            <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending), with `asc` as the default. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.ReadAsync(System.String,Twilio.Rest.Conversations.V1.Conversation.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all messages in the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages. </param>
            <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending), with `asc` as the default. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Conversation.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Conversation.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Update(Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing message in the conversation </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.UpdateAsync(Twilio.Rest.Conversations.V1.Conversation.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing message in the conversation </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing message in the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="author"> The channel specific identifier of the message's author. Defaults to `system`. </param>
            <param name="body"> The content of the message, can be up to 1,600 characters long. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. `null` if the message has not been edited. </param>
            <param name="attributes"> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="subject"> The subject of the message, can be up to 256 characters long. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing message in the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="author"> The channel specific identifier of the message's author. Defaults to `system`. </param>
            <param name="body"> The content of the message, can be up to 1,600 characters long. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. `null` if the message has not been edited. </param>
            <param name="attributes"> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="subject"> The subject of the message, can be up to 256 characters long. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Index">
            <summary> The index of the message within the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource).  Indices may skip numbers, but will always be in order of when the message was received. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Author">
            <summary> The channel specific identifier of the message's author. Defaults to `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Body">
            <summary> The content of the message, can be up to 1,600 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Media">
            <summary> An array of objects that describe the Message's media, if the message contains media. Each object contains these fields: `content_type` with the MIME type of the media, `filename` with the name of the media, `sid` with the SID of the Media resource, and `size` with the media object's file size in bytes. If the Message has no media, this value is `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Attributes">
            <summary> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.ParticipantSid">
            <summary> The unique ID of messages's author participant. Null in case of `system` sent message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.DateUpdated">
            <summary> The date that this resource was last updated. `null` if the message has not been edited. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Url">
            <summary> An absolute API resource API URL for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Delivery">
            <summary> An object that contains the summary of delivery statuses for the message to non-chat participants. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.Links" -->
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.MessageResource.ContentSid">
            <summary> The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.Message.FetchDeliveryReceiptOptions">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.FetchDeliveryReceiptOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.FetchDeliveryReceiptOptions.PathMessageSid">
            <summary> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.FetchDeliveryReceiptOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.FetchDeliveryReceiptOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchConversationMessageReceiptOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.FetchDeliveryReceiptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.Message.ReadDeliveryReceiptOptions">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.ReadDeliveryReceiptOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.ReadDeliveryReceiptOptions.PathMessageSid">
            <summary> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.ReadDeliveryReceiptOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListConversationMessageReceiptOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.ReadDeliveryReceiptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.Fetch(Twilio.Rest.Conversations.V1.Conversation.Message.FetchDeliveryReceiptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
            <param name="options"> Fetch DeliveryReceipt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.FetchAsync(Twilio.Rest.Conversations.V1.Conversation.Message.FetchDeliveryReceiptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
            <param name="options"> Fetch DeliveryReceipt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.Read(Twilio.Rest.Conversations.V1.Conversation.Message.ReadDeliveryReceiptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
            <param name="options"> Read DeliveryReceipt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.ReadAsync(Twilio.Rest.Conversations.V1.Conversation.Message.ReadDeliveryReceiptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
            <param name="options"> Read DeliveryReceipt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DeliveryReceiptResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DeliveryReceiptResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.MessageSid">
            <summary> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.ChannelMessageSid">
            <summary> A messaging channel-specific identifier for the message delivered to participant e.g. `SMxx` for SMS, `WAxx` for Whatsapp etc.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.ParticipantSid">
            <summary> The unique ID of the participant the delivery receipt belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.ErrorCode">
            <summary> The message [delivery error code](https://www.twilio.com/docs/sms/api/message-resource#delivery-related-errors) for a `failed` status,  </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.DateUpdated">
            <summary> The date that this resource was last updated. `null` if the delivery receipt has not been updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.Message.DeliveryReceiptResource.Url">
            <summary> An absolute API resource URL for this delivery receipt. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions">
            <summary> Add a new participant to the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.Identity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.MessagingBindingAddress">
            <summary> The address of the participant's device, e.g. a phone or WhatsApp number. Together with the Proxy address, this determines a participant uniquely. This field (with proxy_address) is only null when the participant is interacting from an SDK endpoint (see the 'identity' field). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.MessagingBindingProxyAddress">
            <summary> The address of the Twilio phone number (or WhatsApp number) that the participant is in contact with. This field, together with participant address, is only null when the participant is interacting from an SDK endpoint (see the 'identity' field). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.MessagingBindingProjectedAddress">
            <summary> The address of the Twilio phone number that is used in Group MMS. Communication mask for the Conversation participant with Identity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.RoleSid">
            <summary> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.#ctor(System.String)">
            <summary> Construct a new CreateConversationParticipantOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions">
            <summary> Remove a participant from the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteConversationParticipantOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.FetchParticipantOptions">
            <summary> Fetch a participant of the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.FetchParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.FetchParticipantOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.FetchParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchConversationParticipantOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.FetchParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.ReadParticipantOptions">
            <summary> Retrieve a list of all participants of the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ReadParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ReadParticipantOptions.#ctor(System.String)">
            <summary> Construct a new ListConversationParticipantOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ReadParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions">
            <summary> Update an existing participant in the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.RoleSid">
            <summary> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.MessagingBindingProxyAddress">
            <summary> The address of the Twilio phone number that the participant is in contact with. 'null' value will remove it. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.MessagingBindingProjectedAddress">
            <summary> The address of the Twilio phone number that is used in Group MMS. 'null' value will remove it. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.Identity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.LastReadMessageIndex">
            <summary> Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.LastReadTimestamp">
            <summary> Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateConversationParticipantOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Create(Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new participant to the conversation </summary>
            <param name="options"> Create Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.CreateAsync(Twilio.Rest.Conversations.V1.Conversation.CreateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new participant to the conversation </summary>
            <param name="options"> Create Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Create(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new participant to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </param>
            <param name="messagingBindingAddress"> The address of the participant's device, e.g. a phone or WhatsApp number. Together with the Proxy address, this determines a participant uniquely. This field (with proxy_address) is only null when the participant is interacting from an SDK endpoint (see the 'identity' field). </param>
            <param name="messagingBindingProxyAddress"> The address of the Twilio phone number (or WhatsApp number) that the participant is in contact with. This field, together with participant address, is only null when the participant is interacting from an SDK endpoint (see the 'identity' field). </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="messagingBindingProjectedAddress"> The address of the Twilio phone number that is used in Group MMS. Communication mask for the Conversation participant with Identity. </param>
            <param name="roleSid"> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.CreateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new participant to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </param>
            <param name="messagingBindingAddress"> The address of the participant's device, e.g. a phone or WhatsApp number. Together with the Proxy address, this determines a participant uniquely. This field (with proxy_address) is only null when the participant is interacting from an SDK endpoint (see the 'identity' field). </param>
            <param name="messagingBindingProxyAddress"> The address of the Twilio phone number (or WhatsApp number) that the participant is in contact with. This field, together with participant address, is only null when the participant is interacting from an SDK endpoint (see the 'identity' field). </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="messagingBindingProjectedAddress"> The address of the Twilio phone number that is used in Group MMS. Communication mask for the Conversation participant with Identity. </param>
            <param name="roleSid"> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Delete(Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.DeleteAsync(Twilio.Rest.Conversations.V1.Conversation.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Delete(System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.DeleteAsync(System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Fetch(Twilio.Rest.Conversations.V1.Conversation.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a participant of the conversation </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.FetchAsync(Twilio.Rest.Conversations.V1.Conversation.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a participant of the conversation </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a participant of the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a participant of the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Read(Twilio.Rest.Conversations.V1.Conversation.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all participants of the conversation </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.ReadAsync(Twilio.Rest.Conversations.V1.Conversation.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all participants of the conversation </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all participants of the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all participants of the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Conversation.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Conversation.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Update(Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing participant in the conversation </summary>
            <param name="options"> Update Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.UpdateAsync(Twilio.Rest.Conversations.V1.Conversation.UpdateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing participant in the conversation </summary>
            <param name="options"> Update Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Update(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing participant in the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="roleSid"> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </param>
            <param name="messagingBindingProxyAddress"> The address of the Twilio phone number that the participant is in contact with. 'null' value will remove it. </param>
            <param name="messagingBindingProjectedAddress"> The address of the Twilio phone number that is used in Group MMS. 'null' value will remove it. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </param>
            <param name="lastReadMessageIndex"> Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </param>
            <param name="lastReadTimestamp"> Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.UpdateAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing participant in the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="roleSid"> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </param>
            <param name="messagingBindingProxyAddress"> The address of the Twilio phone number that the participant is in contact with. 'null' value will remove it. </param>
            <param name="messagingBindingProjectedAddress"> The address of the Twilio phone number that is used in Group MMS. 'null' value will remove it. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </param>
            <param name="lastReadMessageIndex"> Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </param>
            <param name="lastReadTimestamp"> Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ParticipantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ParticipantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Identity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.MessagingBinding">
            <summary> Information about how this participant exchanges messages with the conversation. A JSON parameter consisting of type and address fields of the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.RoleSid">
            <summary> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.Url">
            <summary> An absolute API resource URL for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.LastReadMessageIndex">
            <summary> Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ParticipantResource.LastReadTimestamp">
            <summary> Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions">
            <summary> Create a new webhook scoped to the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions.ConfigurationUrl">
            <summary> The absolute url the webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions.ConfigurationFilters">
            <summary> The list of events, firing webhook event for this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions.ConfigurationTriggers">
            <summary> The list of keywords, firing webhook event for this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions.ConfigurationFlowSid">
            <summary> The studio flow SID, where the webhook should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions.ConfigurationReplayAfter">
            <summary> The message index for which and it's successors the webhook will be replayed. Not set by default </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions.#ctor(System.String,Twilio.Rest.Conversations.V1.Conversation.WebhookResource.TargetEnum)">
            <summary> Construct a new CreateConversationScopedWebhookOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="target">  </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.DeleteWebhookOptions">
            <summary> Remove an existing webhook scoped to the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.DeleteWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.DeleteWebhookOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.DeleteWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteConversationScopedWebhookOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.DeleteWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.FetchWebhookOptions">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.FetchWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.FetchWebhookOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.FetchWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchConversationScopedWebhookOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.FetchWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.ReadWebhookOptions">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.ReadWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ReadWebhookOptions.#ctor(System.String)">
            <summary> Construct a new ListConversationScopedWebhookOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.ReadWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions">
            <summary> Update an existing conversation-scoped webhook </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions.ConfigurationUrl">
            <summary> The absolute url the webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions.ConfigurationFilters">
            <summary> The list of events, firing webhook event for this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions.ConfigurationTriggers">
            <summary> The list of keywords, firing webhook event for this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions.ConfigurationFlowSid">
            <summary> The studio flow SID, where the webhook should be sent to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateConversationScopedWebhookOptions </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Create(Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new webhook scoped to the conversation </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.CreateAsync(Twilio.Rest.Conversations.V1.Conversation.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new webhook scoped to the conversation </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Create(System.String,Twilio.Rest.Conversations.V1.Conversation.WebhookResource.TargetEnum,System.String,Twilio.Rest.Conversations.V1.Conversation.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new webhook scoped to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="target">  </param>
            <param name="configurationUrl"> The absolute url the webhook request should be sent to. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The list of events, firing webhook event for this Conversation. </param>
            <param name="configurationTriggers"> The list of keywords, firing webhook event for this Conversation. </param>
            <param name="configurationFlowSid"> The studio flow SID, where the webhook should be sent to. </param>
            <param name="configurationReplayAfter"> The message index for which and it's successors the webhook will be replayed. Not set by default </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.CreateAsync(System.String,Twilio.Rest.Conversations.V1.Conversation.WebhookResource.TargetEnum,System.String,Twilio.Rest.Conversations.V1.Conversation.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new webhook scoped to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="target">  </param>
            <param name="configurationUrl"> The absolute url the webhook request should be sent to. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The list of events, firing webhook event for this Conversation. </param>
            <param name="configurationTriggers"> The list of keywords, firing webhook event for this Conversation. </param>
            <param name="configurationFlowSid"> The studio flow SID, where the webhook should be sent to. </param>
            <param name="configurationReplayAfter"> The message index for which and it's successors the webhook will be replayed. Not set by default </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Conversation.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Delete(Twilio.Rest.Conversations.V1.Conversation.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.DeleteAsync(Twilio.Rest.Conversations.V1.Conversation.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Fetch(Twilio.Rest.Conversations.V1.Conversation.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.FetchAsync(Twilio.Rest.Conversations.V1.Conversation.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Read(Twilio.Rest.Conversations.V1.Conversation.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.ReadAsync(Twilio.Rest.Conversations.V1.Conversation.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Conversation.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Conversation.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Update(Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation-scoped webhook </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.UpdateAsync(Twilio.Rest.Conversations.V1.Conversation.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation-scoped webhook </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Update(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation-scoped webhook </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="configurationUrl"> The absolute url the webhook request should be sent to. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The list of events, firing webhook event for this Conversation. </param>
            <param name="configurationTriggers"> The list of keywords, firing webhook event for this Conversation. </param>
            <param name="configurationFlowSid"> The studio flow SID, where the webhook should be sent to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Conversation.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation-scoped webhook </summary>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="configurationUrl"> The absolute url the webhook request should be sent to. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The list of events, firing webhook event for this Conversation. </param>
            <param name="configurationTriggers"> The list of keywords, firing webhook event for this Conversation. </param>
            <param name="configurationFlowSid"> The studio flow SID, where the webhook should be sent to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebhookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebhookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Target">
            <summary> The target of this webhook: `webhook`, `studio`, `trigger` </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Url">
            <summary> An absolute API resource URL for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.Configuration">
            <summary> The configuration of this webhook. Is defined based on target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Conversation.WebhookResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.CreateCredentialOptions">
            <summary> Add a new push notification credential to your account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateCredentialOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateCredentialOptions.Certificate">
            <summary> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateCredentialOptions.PrivateKey">
            <summary> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateCredentialOptions.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateCredentialOptions.ApiKey">
            <summary> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateCredentialOptions.Secret">
            <summary> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateCredentialOptions.#ctor(Twilio.Rest.Conversations.V1.CredentialResource.PushTypeEnum)">
            <summary> Construct a new CreateCredentialOptions </summary>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.DeleteCredentialOptions">
            <summary> Remove a push notification credential from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.DeleteCredentialOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteCredentialOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCredentialOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.FetchCredentialOptions">
            <summary> Fetch a push notification credential from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.FetchCredentialOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchCredentialOptions.#ctor(System.String)">
            <summary> Construct a new FetchCredentialOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.ReadCredentialOptions">
            <summary> Retrieve a list of all push notification credentials on your account </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ReadCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.UpdateCredentialOptions">
            <summary> Update an existing push notification credential on your account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.Certificate">
            <summary> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.PrivateKey">
            <summary> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.ApiKey">
            <summary> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.Secret">
            <summary> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCredentialOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Create(Twilio.Rest.Conversations.V1.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new push notification credential to your account </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.CreateAsync(Twilio.Rest.Conversations.V1.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new push notification credential to your account </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Create(Twilio.Rest.Conversations.V1.CredentialResource.PushTypeEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new push notification credential to your account </summary>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -`. </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -`. </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.CreateAsync(Twilio.Rest.Conversations.V1.CredentialResource.PushTypeEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new push notification credential to your account </summary>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -`. </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -`. </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification credential from your account </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Delete(Twilio.Rest.Conversations.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification credential from your account </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.DeleteAsync(Twilio.Rest.Conversations.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification credential from your account </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification credential from your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification credential from your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Fetch(Twilio.Rest.Conversations.V1.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a push notification credential from your account </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.FetchAsync(Twilio.Rest.Conversations.V1.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a push notification credential from your account </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a push notification credential from your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a push notification credential from your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Read(Twilio.Rest.Conversations.V1.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all push notification credentials on your account </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.ReadAsync(Twilio.Rest.Conversations.V1.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all push notification credentials on your account </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all push notification credentials on your account </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all push notification credentials on your account </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Update(Twilio.Rest.Conversations.V1.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing push notification credential on your account </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.UpdateAsync(Twilio.Rest.Conversations.V1.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing push notification credential on your account </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.Update(System.String,Twilio.Rest.Conversations.V1.CredentialResource.PushTypeEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing push notification credential on your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -`. </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -`. </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.UpdateAsync(System.String,Twilio.Rest.Conversations.V1.CredentialResource.PushTypeEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing push notification credential on your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL encoded representation of the certificate. For example,  `- - - - -BEGIN CERTIFICATE- - - - - MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEF.....A== - - - - -END CERTIFICATE- - - - -`. </param>
            <param name="privateKey"> [APN only] The URL encoded representation of the private key. For example, `- - - - -BEGIN RSA PRIVATE KEY- - - - - MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fG... - - - - -END RSA PRIVATE KEY- - - - -`. </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The API key for the project that was obtained from the Google Developer console for your GCM Service application credential. </param>
            <param name="secret"> [FCM only] The **Server key** of your project from the Firebase console, found under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CredentialResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CredentialResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CredentialResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this credential. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CredentialResource.FriendlyName">
            <summary> The human-readable name of this credential, limited to 64 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CredentialResource.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CredentialResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CredentialResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CredentialResource.Url">
            <summary> An absolute API resource URL for this credential. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.ReadParticipantConversationOptions">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ReadParticipantConversationOptions.Identity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ReadParticipantConversationOptions.Address">
            <summary> A unique string identifier for the conversation participant who's not a Conversation User. This parameter could be found in messaging_binding.address field of Participant resource. It should be url-encoded. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ReadParticipantConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.Read(Twilio.Rest.Conversations.V1.ReadParticipantConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
            <param name="options"> Read ParticipantConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ParticipantConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ReadAsync(Twilio.Rest.Conversations.V1.ReadParticipantConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
            <param name="options"> Read ParticipantConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ParticipantConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </param>
            <param name="address"> A unique string identifier for the conversation participant who's not a Conversation User. This parameter could be found in messaging_binding.address field of Participant resource. It should be url-encoded. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ParticipantConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </param>
            <param name="address"> A unique string identifier for the conversation participant who's not a Conversation User. This parameter could be found in messaging_binding.address field of Participant resource. It should be url-encoded. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ParticipantConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.ParticipantConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.ParticipantConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ParticipantConversationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ParticipantConversationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ParticipantSid">
            <summary> The unique ID of the [Participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ParticipantUserSid">
            <summary> The unique string that identifies the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ParticipantIdentity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ParticipantMessagingBinding">
            <summary> Information about how this participant exchanges messages with the conversation. A JSON parameter consisting of type and address fields of the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) this Participant belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ConversationUniqueName">
            <summary> An application-defined string that uniquely identifies the Conversation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ConversationFriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ConversationAttributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ConversationDateCreated">
            <summary> The date that this conversation was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ConversationDateUpdated">
            <summary> The date that this conversation was last updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ConversationCreatedBy">
            <summary> Identity of the creator of this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.ConversationTimers">
            <summary> Timer date values representing state update for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ParticipantConversationResource.Links">
            <summary> Contains absolute URLs to access the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) and [conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) of this conversation. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.CreateRoleOptions">
            <summary> Create a new user role in your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateRoleOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateRoleOptions.Permission">
            <summary> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateRoleOptions.#ctor(System.String,Twilio.Rest.Conversations.V1.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String})">
            <summary> Construct a new CreateRoleOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.DeleteRoleOptions">
            <summary> Remove a user role from your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.DeleteRoleOptions.PathSid">
            <summary> The SID of the Role resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteRoleOptions.#ctor(System.String)">
            <summary> Construct a new DeleteRoleOptions </summary>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.FetchRoleOptions">
            <summary> Fetch a user role from your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.FetchRoleOptions.PathSid">
            <summary> The SID of the Role resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchRoleOptions.#ctor(System.String)">
            <summary> Construct a new FetchRoleOptions </summary>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.ReadRoleOptions">
            <summary> Retrieve a list of all user roles in your account's default service </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ReadRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.UpdateRoleOptions">
            <summary> Update an existing user role in your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateRoleOptions.PathSid">
            <summary> The SID of the Role resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateRoleOptions.Permission">
            <summary> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateRoleOptions.#ctor(System.String,System.Collections.Generic.List{System.String})">
            <summary> Construct a new UpdateRoleOptions </summary>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Create(Twilio.Rest.Conversations.V1.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new user role in your account's default service </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.CreateAsync(Twilio.Rest.Conversations.V1.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new user role in your account's default service </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Create(System.String,Twilio.Rest.Conversations.V1.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new user role in your account's default service </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.CreateAsync(System.String,Twilio.Rest.Conversations.V1.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new user role in your account's default service </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your account's default service </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Delete(Twilio.Rest.Conversations.V1.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your account's default service </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.DeleteAsync(Twilio.Rest.Conversations.V1.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your account's default service </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your account's default service </summary>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your account's default service </summary>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Fetch(Twilio.Rest.Conversations.V1.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a user role from your account's default service </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.FetchAsync(Twilio.Rest.Conversations.V1.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a user role from your account's default service </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a user role from your account's default service </summary>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a user role from your account's default service </summary>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Read(Twilio.Rest.Conversations.V1.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all user roles in your account's default service </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.ReadAsync(Twilio.Rest.Conversations.V1.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all user roles in your account's default service </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all user roles in your account's default service </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all user roles in your account's default service </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Update(Twilio.Rest.Conversations.V1.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing user role in your account's default service </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.UpdateAsync(Twilio.Rest.Conversations.V1.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing user role in your account's default service </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.Update(System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing user role in your account's default service </summary>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.UpdateAsync(System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing user role in your account's default service </summary>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoleResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoleResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.RoleResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.RoleResource.Sid">
            <summary> The unique string that we created to identify the Role resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.RoleResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Role resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.RoleResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Role resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.RoleResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.RoleResource.Permissions">
            <summary> An array of the permissions the role has been granted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.RoleResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.RoleResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.RoleResource.Url">
            <summary> An absolute API resource URL for this user role. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.CreateServiceOptions">
            <summary> Create a new conversation service on your account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateServiceOptions.FriendlyName">
            <summary> The human-readable name of this service, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="friendlyName"> The human-readable name of this service, limited to 256 characters. Optional. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.DeleteServiceOptions">
            <summary> Remove a conversation service with all its nested resources from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.DeleteServiceOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.FetchServiceOptions">
            <summary> Fetch a conversation service from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.FetchServiceOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.ReadServiceOptions">
            <summary> Retrieve a list of all conversation services on your account </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.Create(Twilio.Rest.Conversations.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation service on your account </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.CreateAsync(Twilio.Rest.Conversations.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation service on your account </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation service on your account </summary>
            <param name="friendlyName"> The human-readable name of this service, limited to 256 characters. Optional. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation service on your account </summary>
            <param name="friendlyName"> The human-readable name of this service, limited to 256 characters. Optional. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation service with all its nested resources from your account </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.Delete(Twilio.Rest.Conversations.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation service with all its nested resources from your account </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.DeleteAsync(Twilio.Rest.Conversations.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation service with all its nested resources from your account </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation service with all its nested resources from your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation service with all its nested resources from your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.Fetch(Twilio.Rest.Conversations.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation service from your account </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.FetchAsync(Twilio.Rest.Conversations.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation service from your account </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation service from your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation service from your account </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.Read(Twilio.Rest.Conversations.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation services on your account </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.ReadAsync(Twilio.Rest.Conversations.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation services on your account </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation services on your account </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation services on your account </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ServiceResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ServiceResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ServiceResource.FriendlyName">
            <summary> The human-readable name of this service, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ServiceResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ServiceResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ServiceResource.Url">
            <summary> An absolute API resource URL for this service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.ServiceResource.Links">
            <summary> Contains absolute API resource URLs to access conversations, users, roles, bindings and configuration of this service. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.DeleteBindingOptions">
            <summary> Remove a push notification binding from the conversation service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteBindingOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Binding resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteBindingOptions.PathSid">
            <summary> The SID of the Binding resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteServiceBindingOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.FetchBindingOptions">
            <summary> Fetch a push notification binding from the conversation service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchBindingOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchBindingOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchServiceBindingOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.ReadBindingOptions">
            <summary> Retrieve a list of all push notification bindings in the conversation service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadBindingOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadBindingOptions.BindingType">
            <summary> The push technology used by the Binding resources to read.  Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadBindingOptions.Identity">
            <summary> The identity of a [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource) this binding belongs to. See [access tokens](https://www.twilio.com/docs/conversations/create-tokens) for more details. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadBindingOptions.#ctor(System.String)">
            <summary> Construct a new ListServiceBindingOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification binding from the conversation service </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.Delete(Twilio.Rest.Conversations.V1.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification binding from the conversation service </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.DeleteAsync(Twilio.Rest.Conversations.V1.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification binding from the conversation service </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification binding from the conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a push notification binding from the conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Binding resource from. </param>
            <param name="pathSid"> The SID of the Binding resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.Fetch(Twilio.Rest.Conversations.V1.Service.FetchBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a push notification binding from the conversation service </summary>
            <param name="options"> Fetch Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.FetchBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a push notification binding from the conversation service </summary>
            <param name="options"> Fetch Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a push notification binding from the conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a push notification binding from the conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.Read(Twilio.Rest.Conversations.V1.Service.ReadBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all push notification bindings in the conversation service </summary>
            <param name="options"> Read Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.ReadBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all push notification bindings in the conversation service </summary>
            <param name="options"> Read Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.Read(System.String,System.Collections.Generic.List{Twilio.Rest.Conversations.V1.Service.BindingResource.BindingTypeEnum},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all push notification bindings in the conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </param>
            <param name="bindingType"> The push technology used by the Binding resources to read.  Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="identity"> The identity of a [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource) this binding belongs to. See [access tokens](https://www.twilio.com/docs/conversations/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.ReadAsync(System.String,System.Collections.Generic.List{Twilio.Rest.Conversations.V1.Service.BindingResource.BindingTypeEnum},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all push notification bindings in the conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </param>
            <param name="bindingType"> The push technology used by the Binding resources to read.  Can be: `apn`, `gcm`, or `fcm`.  See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </param>
            <param name="identity"> The identity of a [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource) this binding belongs to. See [access tokens](https://www.twilio.com/docs/conversations/create-tokens) for more details. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.BindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.BindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BindingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BindingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.BindingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this binding. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Binding resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.CredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/conversations/api/credential-resource) for the binding. See [push notification configuration](https://www.twilio.com/docs/chat/push-notification-configuration) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.Endpoint">
            <summary> The unique endpoint identifier for the Binding. The format of this value depends on the `binding_type`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.Identity">
            <summary> The application-defined string that uniquely identifies the [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource) within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). See [access tokens](https://www.twilio.com/docs/conversations/create-tokens) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.MessageTypes">
            <summary> The [Conversation message types](https://www.twilio.com/docs/chat/push-notification-configuration#push-types) the binding is subscribed to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.BindingResource.Url">
            <summary> An absolute API resource URL for this binding. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.FetchConfigurationOptions">
            <summary> Fetch the configuration of a conversation service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchConfigurationOptions.PathChatServiceSid">
            <summary> The SID of the Service configuration resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceConfigurationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the Service configuration resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions">
            <summary> Update configuration settings of a conversation service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions.PathChatServiceSid">
            <summary> The SID of the Service configuration resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions.DefaultConversationCreatorRoleSid">
            <summary> The conversation-level role assigned to a conversation creator when they join a new conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions.DefaultConversationRoleSid">
            <summary> The conversation-level role assigned to users when they are added to a conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions.DefaultChatServiceRoleSid">
            <summary> The service-level role assigned to users when they are added to the service. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions.ReachabilityEnabled">
            <summary> Whether the [Reachability Indicator](https://www.twilio.com/docs/conversations/reachability) is enabled for this Conversations Service. The default is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceConfigurationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the Service configuration resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.Fetch(Twilio.Rest.Conversations.V1.Service.FetchConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation service </summary>
            <param name="options"> Fetch Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.FetchConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation service </summary>
            <param name="options"> Fetch Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the Service configuration resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the Service configuration resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.Update(Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update configuration settings of a conversation service </summary>
            <param name="options"> Update Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.UpdateConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update configuration settings of a conversation service </summary>
            <param name="options"> Update Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update configuration settings of a conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the Service configuration resource to update. </param>
            <param name="defaultConversationCreatorRoleSid"> The conversation-level role assigned to a conversation creator when they join a new conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </param>
            <param name="defaultConversationRoleSid"> The conversation-level role assigned to users when they are added to a conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </param>
            <param name="defaultChatServiceRoleSid"> The service-level role assigned to users when they are added to the service. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </param>
            <param name="reachabilityEnabled"> Whether the [Reachability Indicator](https://www.twilio.com/docs/conversations/reachability) is enabled for this Conversations Service. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update configuration settings of a conversation service </summary>
            <param name="pathChatServiceSid"> The SID of the Service configuration resource to update. </param>
            <param name="defaultConversationCreatorRoleSid"> The conversation-level role assigned to a conversation creator when they join a new conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </param>
            <param name="defaultConversationRoleSid"> The conversation-level role assigned to users when they are added to a conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </param>
            <param name="defaultChatServiceRoleSid"> The service-level role assigned to users when they are added to the service. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </param>
            <param name="reachabilityEnabled"> Whether the [Reachability Indicator](https://www.twilio.com/docs/conversations/reachability) is enabled for this Conversations Service. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.ChatServiceSid">
            <summary> The unique string that we created to identify the Service configuration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.DefaultConversationCreatorRoleSid">
            <summary> The conversation-level role assigned to a conversation creator when they join a new conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.DefaultConversationRoleSid">
            <summary> The conversation-level role assigned to users when they are added to a conversation. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.DefaultChatServiceRoleSid">
            <summary> The service-level role assigned to users when they are added to the service. See [Conversation Role](https://www.twilio.com/docs/conversations/api/role-resource) for more info about roles. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.Url">
            <summary> An absolute API resource URL for this service configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.Links">
            <summary> Contains an absolute API resource URL to access the push notifications configuration of this service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConfigurationResource.ReachabilityEnabled">
            <summary> Whether the [Reachability Indicator](https://www.twilio.com/docs/conversations/reachability) is enabled for this Conversations Service. The default is `false`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Configuration.FetchNotificationOptions">
            <summary> Fetch push notification service settings </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.FetchNotificationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.FetchNotificationOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceNotificationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.FetchNotificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions">
            <summary> Update push notification service settings </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.LogEnabled">
            <summary> Weather the notification logging is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.NewMessageEnabled">
            <summary> Whether to send a notification when a new message is added to a conversation. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.NewMessageTemplate">
            <summary> The template to use to create the notification text displayed when a new message is added to a conversation and `new_message.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.NewMessageSound">
            <summary> The name of the sound to play when a new message is added to a conversation and `new_message.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.NewMessageBadgeCountEnabled">
            <summary> Whether the new message badge is enabled. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.AddedToConversationEnabled">
            <summary> Whether to send a notification when a participant is added to a conversation. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.AddedToConversationTemplate">
            <summary> The template to use to create the notification text displayed when a participant is added to a conversation and `added_to_conversation.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.AddedToConversationSound">
            <summary> The name of the sound to play when a participant is added to a conversation and `added_to_conversation.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.RemovedFromConversationEnabled">
            <summary> Whether to send a notification to a user when they are removed from a conversation. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.RemovedFromConversationTemplate">
            <summary> The template to use to create the notification text displayed to a user when they are removed from a conversation and `removed_from_conversation.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.RemovedFromConversationSound">
            <summary> The name of the sound to play to a user when they are removed from a conversation and `removed_from_conversation.enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.NewMessageWithMediaEnabled">
            <summary> Whether to send a notification when a new message with media/file attachments is added to a conversation. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.NewMessageWithMediaTemplate">
            <summary> The template to use to create the notification text displayed when a new message with media/file attachments is added to a conversation and `new_message.attachments.enabled` is `true`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceNotificationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.Fetch(Twilio.Rest.Conversations.V1.Service.Configuration.FetchNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch push notification service settings </summary>
            <param name="options"> Fetch Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.Configuration.FetchNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch push notification service settings </summary>
            <param name="options"> Fetch Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch push notification service settings </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch push notification service settings </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.Update(Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update push notification service settings </summary>
            <param name="options"> Update Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.Configuration.UpdateNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update push notification service settings </summary>
            <param name="options"> Update Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.Update(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update push notification service settings </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </param>
            <param name="logEnabled"> Weather the notification logging is enabled. </param>
            <param name="newMessageEnabled"> Whether to send a notification when a new message is added to a conversation. The default is `false`. </param>
            <param name="newMessageTemplate"> The template to use to create the notification text displayed when a new message is added to a conversation and `new_message.enabled` is `true`. </param>
            <param name="newMessageSound"> The name of the sound to play when a new message is added to a conversation and `new_message.enabled` is `true`. </param>
            <param name="newMessageBadgeCountEnabled"> Whether the new message badge is enabled. The default is `false`. </param>
            <param name="addedToConversationEnabled"> Whether to send a notification when a participant is added to a conversation. The default is `false`. </param>
            <param name="addedToConversationTemplate"> The template to use to create the notification text displayed when a participant is added to a conversation and `added_to_conversation.enabled` is `true`. </param>
            <param name="addedToConversationSound"> The name of the sound to play when a participant is added to a conversation and `added_to_conversation.enabled` is `true`. </param>
            <param name="removedFromConversationEnabled"> Whether to send a notification to a user when they are removed from a conversation. The default is `false`. </param>
            <param name="removedFromConversationTemplate"> The template to use to create the notification text displayed to a user when they are removed from a conversation and `removed_from_conversation.enabled` is `true`. </param>
            <param name="removedFromConversationSound"> The name of the sound to play to a user when they are removed from a conversation and `removed_from_conversation.enabled` is `true`. </param>
            <param name="newMessageWithMediaEnabled"> Whether to send a notification when a new message with media/file attachments is added to a conversation. The default is `false`. </param>
            <param name="newMessageWithMediaTemplate"> The template to use to create the notification text displayed when a new message with media/file attachments is added to a conversation and `new_message.attachments.enabled` is `true`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.UpdateAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update push notification service settings </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </param>
            <param name="logEnabled"> Weather the notification logging is enabled. </param>
            <param name="newMessageEnabled"> Whether to send a notification when a new message is added to a conversation. The default is `false`. </param>
            <param name="newMessageTemplate"> The template to use to create the notification text displayed when a new message is added to a conversation and `new_message.enabled` is `true`. </param>
            <param name="newMessageSound"> The name of the sound to play when a new message is added to a conversation and `new_message.enabled` is `true`. </param>
            <param name="newMessageBadgeCountEnabled"> Whether the new message badge is enabled. The default is `false`. </param>
            <param name="addedToConversationEnabled"> Whether to send a notification when a participant is added to a conversation. The default is `false`. </param>
            <param name="addedToConversationTemplate"> The template to use to create the notification text displayed when a participant is added to a conversation and `added_to_conversation.enabled` is `true`. </param>
            <param name="addedToConversationSound"> The name of the sound to play when a participant is added to a conversation and `added_to_conversation.enabled` is `true`. </param>
            <param name="removedFromConversationEnabled"> Whether to send a notification to a user when they are removed from a conversation. The default is `false`. </param>
            <param name="removedFromConversationTemplate"> The template to use to create the notification text displayed to a user when they are removed from a conversation and `removed_from_conversation.enabled` is `true`. </param>
            <param name="removedFromConversationSound"> The name of the sound to play to a user when they are removed from a conversation and `removed_from_conversation.enabled` is `true`. </param>
            <param name="newMessageWithMediaEnabled"> Whether to send a notification when a new message with media/file attachments is added to a conversation. The default is `false`. </param>
            <param name="newMessageWithMediaTemplate"> The template to use to create the notification text displayed when a new message with media/file attachments is added to a conversation and `new_message.attachments.enabled` is `true`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NotificationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NotificationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Configuration applies to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.NewMessage">
            <summary> The Push Notification configuration for New Messages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.AddedToConversation">
            <summary> The Push Notification configuration for being added to a Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.RemovedFromConversation">
            <summary> The Push Notification configuration for being removed from a Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.LogEnabled">
            <summary> Weather the notification logging is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.NotificationResource.Url">
            <summary> An absolute API resource URL for this configuration. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Configuration.FetchWebhookOptions">
            <summary> Fetch a specific service webhook configuration. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.FetchWebhookOptions.PathChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.FetchWebhookOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceWebhookConfigurationOptions </summary>
            <param name="pathChatServiceSid"> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.FetchWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions">
            <summary> Update a specific Webhook. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions.PathChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions.PreWebhookUrl">
            <summary> The absolute url the pre-event webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions.PostWebhookUrl">
            <summary> The absolute url the post-event webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions.Filters">
            <summary> The list of events that your configured webhook targets will receive. Events not configured here will not fire. Possible values are `onParticipantAdd`, `onParticipantAdded`, `onDeliveryUpdated`, `onConversationUpdated`, `onConversationRemove`, `onParticipantRemove`, `onConversationUpdate`, `onMessageAdd`, `onMessageRemoved`, `onParticipantUpdated`, `onConversationAdded`, `onMessageAdded`, `onConversationAdd`, `onConversationRemoved`, `onParticipantUpdate`, `onMessageRemove`, `onMessageUpdated`, `onParticipantRemoved`, `onMessageUpdate` or `onConversationStateUpdated`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions.Method">
            <summary> The HTTP method to be used when sending a webhook request. One of `GET` or `POST`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceWebhookConfigurationOptions </summary>
            <param name="pathChatServiceSid"> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.Fetch(Twilio.Rest.Conversations.V1.Service.Configuration.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific service webhook configuration. </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.Configuration.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific service webhook configuration. </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific service webhook configuration. </summary>
            <param name="pathChatServiceSid"> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific service webhook configuration. </summary>
            <param name="pathChatServiceSid"> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.Update(Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Webhook. </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.Configuration.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Webhook. </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.Update(System.String,System.Uri,System.Uri,System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Webhook. </summary>
            <param name="pathChatServiceSid"> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </param>
            <param name="preWebhookUrl"> The absolute url the pre-event webhook request should be sent to. </param>
            <param name="postWebhookUrl"> The absolute url the post-event webhook request should be sent to. </param>
            <param name="filters"> The list of events that your configured webhook targets will receive. Events not configured here will not fire. Possible values are `onParticipantAdd`, `onParticipantAdded`, `onDeliveryUpdated`, `onConversationUpdated`, `onConversationRemove`, `onParticipantRemove`, `onConversationUpdate`, `onMessageAdd`, `onMessageRemoved`, `onParticipantUpdated`, `onConversationAdded`, `onMessageAdded`, `onConversationAdd`, `onConversationRemoved`, `onParticipantUpdate`, `onMessageRemove`, `onMessageUpdated`, `onParticipantRemoved`, `onMessageUpdate` or `onConversationStateUpdated`. </param>
            <param name="method"> The HTTP method to be used when sending a webhook request. One of `GET` or `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.UpdateAsync(System.String,System.Uri,System.Uri,System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Webhook. </summary>
            <param name="pathChatServiceSid"> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </param>
            <param name="preWebhookUrl"> The absolute url the pre-event webhook request should be sent to. </param>
            <param name="postWebhookUrl"> The absolute url the post-event webhook request should be sent to. </param>
            <param name="filters"> The list of events that your configured webhook targets will receive. Events not configured here will not fire. Possible values are `onParticipantAdd`, `onParticipantAdded`, `onDeliveryUpdated`, `onConversationUpdated`, `onConversationRemove`, `onParticipantRemove`, `onConversationUpdate`, `onMessageAdd`, `onMessageRemoved`, `onParticipantUpdated`, `onConversationAdded`, `onMessageAdded`, `onConversationAdd`, `onConversationRemoved`, `onParticipantUpdate`, `onMessageRemove`, `onMessageUpdated`, `onParticipantRemoved`, `onMessageUpdate` or `onConversationStateUpdated`. </param>
            <param name="method"> The HTTP method to be used when sending a webhook request. One of `GET` or `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebhookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebhookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.PreWebhookUrl">
            <summary> The absolute url the pre-event webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.PostWebhookUrl">
            <summary> The absolute url the post-event webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.Filters">
            <summary> The list of events that your configured webhook targets will receive. Events not configured here will not fire. Possible values are `onParticipantAdd`, `onParticipantAdded`, `onDeliveryUpdated`, `onConversationUpdated`, `onConversationRemove`, `onParticipantRemove`, `onConversationUpdate`, `onMessageAdd`, `onMessageRemoved`, `onParticipantUpdated`, `onConversationAdded`, `onMessageAdded`, `onConversationAdd`, `onConversationRemoved`, `onParticipantUpdate`, `onMessageRemove`, `onMessageUpdated`, `onParticipantRemoved`, `onMessageUpdate` or `onConversationStateUpdated`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Configuration.WebhookResource.Url">
            <summary> An absolute API resource URL for this webhook. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions">
            <summary> Create a new conversation in your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.TimersInactive">
            <summary> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.TimersClosed">
            <summary> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.BindingsEmailAddress">
            <summary> The default email address that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.BindingsEmailName">
            <summary> The default name that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateConversationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions">
            <summary> Remove a conversation from your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteServiceConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.FetchConversationOptions">
            <summary> Fetch a conversation from your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchConversationOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchConversationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchServiceConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.ReadConversationOptions">
            <summary> Retrieve a list of conversations in your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadConversationOptions.StartDate">
            <summary> Specifies the beginning of the date range for filtering Conversations based on their creation date. Conversations that were created on or after this date will be included in the results. The date must be in ISO8601 format, specifically starting at the beginning of the specified date (YYYY-MM-DDT00:00:00Z), for precise filtering. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadConversationOptions.EndDate">
            <summary> Defines the end of the date range for filtering conversations by their creation date. Only conversations that were created on or before this date will appear in the results.  The date must be in ISO8601 format, specifically capturing up to the end of the specified date (YYYY-MM-DDT23:59:59Z), to ensure that conversations from the entire end day are included. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadConversationOptions.State">
            <summary> State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadConversationOptions.#ctor(System.String)">
            <summary> Construct a new ListServiceConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions">
            <summary> Update an existing conversation in your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.TimersInactive">
            <summary> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.TimersClosed">
            <summary> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.BindingsEmailAddress">
            <summary> The default email address that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.BindingsEmailName">
            <summary> The default name that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateServiceConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Create(Twilio.Rest.Conversations.V1.Service.CreateConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation in your service </summary>
            <param name="options"> Create Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.CreateAsync(Twilio.Rest.Conversations.V1.Service.CreateConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation in your service </summary>
            <param name="options"> Create Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Create(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},Twilio.Rest.Conversations.V1.Service.ConversationResource.StateEnum,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},Twilio.Rest.Conversations.V1.Service.ConversationResource.StateEnum,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your service </summary>
            <param name="options"> Delete Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Delete(Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your service </summary>
            <param name="options"> Delete Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.DeleteAsync(Twilio.Rest.Conversations.V1.Service.DeleteConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your service </summary>
            <param name="options"> Delete Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Delete(System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.DeleteAsync(System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Fetch(Twilio.Rest.Conversations.V1.Service.FetchConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation from your service </summary>
            <param name="options"> Fetch Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.FetchConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation from your service </summary>
            <param name="options"> Fetch Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Read(Twilio.Rest.Conversations.V1.Service.ReadConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conversations in your service </summary>
            <param name="options"> Read Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.ReadConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conversations in your service </summary>
            <param name="options"> Read Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Read(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.StateEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conversations in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="startDate"> Specifies the beginning of the date range for filtering Conversations based on their creation date. Conversations that were created on or after this date will be included in the results. The date must be in ISO8601 format, specifically starting at the beginning of the specified date (YYYY-MM-DDT00:00:00Z), for precise filtering. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </param>
            <param name="endDate"> Defines the end of the date range for filtering conversations by their creation date. Only conversations that were created on or before this date will appear in the results.  The date must be in ISO8601 format, specifically capturing up to the end of the specified date (YYYY-MM-DDT23:59:59Z), to ensure that conversations from the entire end day are included. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </param>
            <param name="state"> State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.ReadAsync(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.StateEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of conversations in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="startDate"> Specifies the beginning of the date range for filtering Conversations based on their creation date. Conversations that were created on or after this date will be included in the results. The date must be in ISO8601 format, specifically starting at the beginning of the specified date (YYYY-MM-DDT00:00:00Z), for precise filtering. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </param>
            <param name="endDate"> Defines the end of the date range for filtering conversations by their creation date. Only conversations that were created on or before this date will appear in the results.  The date must be in ISO8601 format, specifically capturing up to the end of the specified date (YYYY-MM-DDT23:59:59Z), to ensure that conversations from the entire end day are included. This parameter can be combined with other filters. If this filter is used, the returned list is sorted by latest conversation creation date in descending order. </param>
            <param name="state"> State for sorting and filtering list of Conversations. Can be `active`, `inactive` or `closed` </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.ConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.ConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Update(Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation in your service </summary>
            <param name="options"> Update Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.UpdateConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation in your service </summary>
            <param name="options"> Update Conversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.Update(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.StateEnum,System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.StateEnum,System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Can also be the `unique_name` of the Conversation. </param>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConversationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConversationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.Timers">
            <summary> Timer date values representing state update for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.Url">
            <summary> An absolute API resource URL for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.Links">
            <summary> Contains absolute URLs to access the [participants](https://www.twilio.com/docs/conversations/api/conversation-participant-resource), [messages](https://www.twilio.com/docs/conversations/api/conversation-message-resource) and [webhooks](https://www.twilio.com/docs/conversations/api/conversation-scoped-webhook-resource) of this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationResource.Bindings">
            <summary> The bindings </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.TimersInactive">
            <summary> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.TimersClosed">
            <summary> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.BindingsEmailAddress">
            <summary> The default email address that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.BindingsEmailName">
            <summary> The default name that will be used when sending outbound emails in this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.Participant">
            <summary> The participant to be added to the conversation in JSON format. The JSON object attributes are as parameters in [Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). The maximum number of participants that can be added in a single request is 10. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceConversationWithParticipantsOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.Create(Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
            <param name="options"> Create ConversationWithParticipants parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConversationWithParticipants </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.CreateAsync(Twilio.Rest.Conversations.V1.Service.CreateConversationWithParticipantsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
            <param name="options"> Create ConversationWithParticipants parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConversationWithParticipants </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.Create(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.StateEnum,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="participant"> The participant to be added to the conversation in JSON format. The JSON object attributes are as parameters in [Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). The maximum number of participants that can be added in a single request is 10. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConversationWithParticipants </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.StateEnum,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new conversation with the list of participants in your account's default service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="friendlyName"> The human-readable name of this conversation, limited to 256 characters. Optional. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. </param>
            <param name="messagingServiceSid"> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="state">  </param>
            <param name="timersInactive"> ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute. </param>
            <param name="timersClosed"> ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes. </param>
            <param name="bindingsEmailAddress"> The default email address that will be used when sending outbound emails in this conversation. </param>
            <param name="bindingsEmailName"> The default name that will be used when sending outbound emails in this conversation. </param>
            <param name="participant"> The participant to be added to the conversation in JSON format. The JSON object attributes are as parameters in [Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). The maximum number of participants that can be added in a single request is 10. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConversationWithParticipants </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConversationWithParticipantsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConversationWithParticipantsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.MessagingServiceSid">
            <summary> The unique ID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used to address the resource in place of the resource's `sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.Timers">
            <summary> Timer date values representing state update for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.Links">
            <summary> Contains absolute URLs to access the [participants](https://www.twilio.com/docs/conversations/api/conversation-participant-resource), [messages](https://www.twilio.com/docs/conversations/api/conversation-message-resource) and [webhooks](https://www.twilio.com/docs/conversations/api/conversation-scoped-webhook-resource) of this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.Bindings">
            <summary> The bindings </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ConversationWithParticipantsResource.Url">
            <summary> An absolute API resource URL for this conversation. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions">
            <summary> Add a new message to the conversation in a specific service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.Author">
            <summary> The channel specific identifier of the message's author. Defaults to `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.Body">
            <summary> The content of the message, can be up to 1,600 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.DateUpdated">
            <summary> The date that this resource was last updated. `null` if the message has not been edited. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.Attributes">
            <summary> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.MediaSid">
            <summary> The Media SID to be attached to the new Message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.ContentSid">
            <summary> The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template, required for template-generated messages.  **Note** that if this field is set, `Body` and `MediaSid` parameters are ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.ContentVariables">
            <summary> A structurally valid JSON string that contains values to resolve Rich Content template variables. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.Subject">
            <summary> The subject of the message, can be up to 256 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateServiceConversationMessageOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions">
            <summary> Remove a message from the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteServiceConversationMessageOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.FetchMessageOptions">
            <summary> Fetch a message from the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchMessageOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchMessageOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.FetchMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchServiceConversationMessageOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.FetchMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.ReadMessageOptions">
            <summary> Retrieve a list of all messages in the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ReadMessageOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ReadMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ReadMessageOptions.Order">
            <summary> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending), with `asc` as the default. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ReadMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListServiceConversationMessageOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ReadMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions">
            <summary> Update an existing message in the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.Author">
            <summary> The channel specific identifier of the message's author. Defaults to `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.Body">
            <summary> The content of the message, can be up to 1,600 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.DateUpdated">
            <summary> The date that this resource was last updated. `null` if the message has not been edited. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.Attributes">
            <summary> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.Subject">
            <summary> The subject of the message, can be up to 256 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateServiceConversationMessageOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Create(Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new message to the conversation in a specific service </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.CreateAsync(Twilio.Rest.Conversations.V1.Service.Conversation.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new message to the conversation in a specific service </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Create(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new message to the conversation in a specific service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="author"> The channel specific identifier of the message's author. Defaults to `system`. </param>
            <param name="body"> The content of the message, can be up to 1,600 characters long. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. `null` if the message has not been edited. </param>
            <param name="attributes"> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="mediaSid"> The Media SID to be attached to the new Message. </param>
            <param name="contentSid"> The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template, required for template-generated messages.  **Note** that if this field is set, `Body` and `MediaSid` parameters are ignored. </param>
            <param name="contentVariables"> A structurally valid JSON string that contains values to resolve Rich Content template variables. </param>
            <param name="subject"> The subject of the message, can be up to 256 characters long. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.CreateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new message to the conversation in a specific service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="author"> The channel specific identifier of the message's author. Defaults to `system`. </param>
            <param name="body"> The content of the message, can be up to 1,600 characters long. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. `null` if the message has not been edited. </param>
            <param name="attributes"> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="mediaSid"> The Media SID to be attached to the new Message. </param>
            <param name="contentSid"> The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template, required for template-generated messages.  **Note** that if this field is set, `Body` and `MediaSid` parameters are ignored. </param>
            <param name="contentVariables"> A structurally valid JSON string that contains values to resolve Rich Content template variables. </param>
            <param name="subject"> The subject of the message, can be up to 256 characters long. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Delete(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.DeleteAsync(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Delete(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.DeleteAsync(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a message from the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Fetch(Twilio.Rest.Conversations.V1.Service.Conversation.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a message from the conversation </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.Conversation.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a message from the conversation </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a message from the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a message from the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Read(Twilio.Rest.Conversations.V1.Service.Conversation.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all messages in the conversation </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.Conversation.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all messages in the conversation </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Read(System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all messages in the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages. </param>
            <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending), with `asc` as the default. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.ReadAsync(System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all messages in the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for messages. </param>
            <param name="order"> The sort order of the returned messages. Can be: `asc` (ascending) or `desc` (descending), with `asc` as the default. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Update(Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing message in the conversation </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.Conversation.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing message in the conversation </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing message in the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="author"> The channel specific identifier of the message's author. Defaults to `system`. </param>
            <param name="body"> The content of the message, can be up to 1,600 characters long. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. `null` if the message has not been edited. </param>
            <param name="attributes"> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="subject"> The subject of the message, can be up to 256 characters long. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing message in the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="author"> The channel specific identifier of the message's author. Defaults to `system`. </param>
            <param name="body"> The content of the message, can be up to 1,600 characters long. </param>
            <param name="dateCreated"> The date that this resource was created. </param>
            <param name="dateUpdated"> The date that this resource was last updated. `null` if the message has not been edited. </param>
            <param name="attributes"> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \\\"{}\\\" will be returned. </param>
            <param name="subject"> The subject of the message, can be up to 256 characters long. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Index">
            <summary> The index of the message within the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Author">
            <summary> The channel specific identifier of the message's author. Defaults to `system`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Body">
            <summary> The content of the message, can be up to 1,600 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Media">
            <summary> An array of objects that describe the Message's media, if the message contains media. Each object contains these fields: `content_type` with the MIME type of the media, `filename` with the name of the media, `sid` with the SID of the Media resource, and `size` with the media object's file size in bytes. If the Message has no media, this value is `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Attributes">
            <summary> A string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.ParticipantSid">
            <summary> The unique ID of messages's author participant. Null in case of `system` sent message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.DateUpdated">
            <summary> The date that this resource was last updated. `null` if the message has not been edited. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Delivery">
            <summary> An object that contains the summary of delivery statuses for the message to non-chat participants. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Url">
            <summary> An absolute API resource URL for this message. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.Links" -->
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.MessageResource.ContentSid">
            <summary> The unique ID of the multi-channel [Rich Content](https://www.twilio.com/docs/content) template. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions.PathMessageSid">
            <summary> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions.#ctor(System.String,System.String,System.String,System.String)">
            <summary> Construct a new FetchServiceConversationMessageReceiptOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.Message.ReadDeliveryReceiptOptions">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.ReadDeliveryReceiptOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.ReadDeliveryReceiptOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.ReadDeliveryReceiptOptions.PathMessageSid">
            <summary> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.ReadDeliveryReceiptOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new ListServiceConversationMessageReceiptOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.ReadDeliveryReceiptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.Fetch(Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
            <param name="options"> Fetch DeliveryReceipt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.Conversation.Message.FetchDeliveryReceiptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
            <param name="options"> Fetch DeliveryReceipt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.Fetch(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.FetchAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the delivery and read receipts of the conversation message </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.Read(Twilio.Rest.Conversations.V1.Service.Conversation.Message.ReadDeliveryReceiptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
            <param name="options"> Read DeliveryReceipt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.Conversation.Message.ReadDeliveryReceiptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
            <param name="options"> Read DeliveryReceipt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all delivery and read receipts of the conversation message </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </param>
            <param name="pathMessageSid"> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeliveryReceipt </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DeliveryReceiptResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DeliveryReceiptResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Message resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.MessageSid">
            <summary> The SID of the message within a [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) the delivery receipt belongs to </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.ChannelMessageSid">
            <summary> A messaging channel-specific identifier for the message delivered to participant e.g. `SMxx` for SMS, `WAxx` for Whatsapp etc.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.ParticipantSid">
            <summary> The unique ID of the participant the delivery receipt belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.ErrorCode">
            <summary> The message [delivery error code](https://www.twilio.com/docs/sms/api/message-resource#delivery-related-errors) for a `failed` status,  </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.DateUpdated">
            <summary> The date that this resource was last updated. `null` if the delivery receipt has not been updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.Message.DeliveryReceiptResource.Url">
            <summary> An absolute API resource URL for this delivery receipt. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions">
            <summary> Add a new participant to the conversation in a specific service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.Identity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.MessagingBindingAddress">
            <summary> The address of the participant's device, e.g. a phone or WhatsApp number. Together with the Proxy address, this determines a participant uniquely. This field (with `proxy_address`) is only null when the participant is interacting from an SDK endpoint (see the `identity` field). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.MessagingBindingProxyAddress">
            <summary> The address of the Twilio phone number (or WhatsApp number) that the participant is in contact with. This field, together with participant address, is only null when the participant is interacting from an SDK endpoint (see the `identity` field). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.DateCreated">
            <summary> The date on which this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.DateUpdated">
            <summary> The date on which this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set `{}` will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.MessagingBindingProjectedAddress">
            <summary> The address of the Twilio phone number that is used in Group MMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.RoleSid">
            <summary> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateServiceConversationParticipantOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions">
            <summary> Remove a participant from the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteServiceConversationParticipantOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.FetchParticipantOptions">
            <summary> Fetch a participant of the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchParticipantOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchParticipantOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.FetchParticipantOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchServiceConversationParticipantOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.FetchParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.ReadParticipantOptions">
            <summary> Retrieve a list of all participants of the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ReadParticipantOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ReadParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ReadParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListServiceConversationParticipantOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ReadParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions">
            <summary> Update an existing participant in the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.DateCreated">
            <summary> The date on which this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.DateUpdated">
            <summary> The date on which this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.Identity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set `{}` will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.RoleSid">
            <summary> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.MessagingBindingProxyAddress">
            <summary> The address of the Twilio phone number that the participant is in contact with. 'null' value will remove it. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.MessagingBindingProjectedAddress">
            <summary> The address of the Twilio phone number that is used in Group MMS. 'null' value will remove it. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.LastReadMessageIndex">
            <summary> Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.LastReadTimestamp">
            <summary> Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateServiceConversationParticipantOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Create(Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new participant to the conversation in a specific service </summary>
            <param name="options"> Create Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.CreateAsync(Twilio.Rest.Conversations.V1.Service.Conversation.CreateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new participant to the conversation in a specific service </summary>
            <param name="options"> Create Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Create(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new participant to the conversation in a specific service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters. </param>
            <param name="messagingBindingAddress"> The address of the participant's device, e.g. a phone or WhatsApp number. Together with the Proxy address, this determines a participant uniquely. This field (with `proxy_address`) is only null when the participant is interacting from an SDK endpoint (see the `identity` field). </param>
            <param name="messagingBindingProxyAddress"> The address of the Twilio phone number (or WhatsApp number) that the participant is in contact with. This field, together with participant address, is only null when the participant is interacting from an SDK endpoint (see the `identity` field). </param>
            <param name="dateCreated"> The date on which this resource was created. </param>
            <param name="dateUpdated"> The date on which this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set `{}` will be returned. </param>
            <param name="messagingBindingProjectedAddress"> The address of the Twilio phone number that is used in Group MMS. </param>
            <param name="roleSid"> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new participant to the conversation in a specific service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters. </param>
            <param name="messagingBindingAddress"> The address of the participant's device, e.g. a phone or WhatsApp number. Together with the Proxy address, this determines a participant uniquely. This field (with `proxy_address`) is only null when the participant is interacting from an SDK endpoint (see the `identity` field). </param>
            <param name="messagingBindingProxyAddress"> The address of the Twilio phone number (or WhatsApp number) that the participant is in contact with. This field, together with participant address, is only null when the participant is interacting from an SDK endpoint (see the `identity` field). </param>
            <param name="dateCreated"> The date on which this resource was created. </param>
            <param name="dateUpdated"> The date on which this resource was last updated. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set `{}` will be returned. </param>
            <param name="messagingBindingProjectedAddress"> The address of the Twilio phone number that is used in Group MMS. </param>
            <param name="roleSid"> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Delete(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.DeleteAsync(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Delete(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.DeleteAsync(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a participant from the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Fetch(Twilio.Rest.Conversations.V1.Service.Conversation.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a participant of the conversation </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.Conversation.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a participant of the conversation </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a participant of the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a participant of the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. Alternatively, you can pass a Participant's `identity` rather than the SID. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Read(Twilio.Rest.Conversations.V1.Service.Conversation.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all participants of the conversation </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.Conversation.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all participants of the conversation </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all participants of the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all participants of the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for participants. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Update(Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing participant in the conversation </summary>
            <param name="options"> Update Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.Conversation.UpdateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing participant in the conversation </summary>
            <param name="options"> Update Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Update(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing participant in the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="dateCreated"> The date on which this resource was created. </param>
            <param name="dateUpdated"> The date on which this resource was last updated. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set `{}` will be returned. </param>
            <param name="roleSid"> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </param>
            <param name="messagingBindingProxyAddress"> The address of the Twilio phone number that the participant is in contact with. 'null' value will remove it. </param>
            <param name="messagingBindingProjectedAddress"> The address of the Twilio phone number that is used in Group MMS. 'null' value will remove it. </param>
            <param name="lastReadMessageIndex"> Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </param>
            <param name="lastReadTimestamp"> Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing participant in the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="dateCreated"> The date on which this resource was created. </param>
            <param name="dateUpdated"> The date on which this resource was last updated. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters. </param>
            <param name="attributes"> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set `{}` will be returned. </param>
            <param name="roleSid"> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </param>
            <param name="messagingBindingProxyAddress"> The address of the Twilio phone number that the participant is in contact with. 'null' value will remove it. </param>
            <param name="messagingBindingProjectedAddress"> The address of the Twilio phone number that is used in Group MMS. 'null' value will remove it. </param>
            <param name="lastReadMessageIndex"> Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </param>
            <param name="lastReadTimestamp"> Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ParticipantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ParticipantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Identity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the [Conversation SDK](https://www.twilio.com/docs/conversations/sdk-overview) to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set `{}` will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.MessagingBinding">
            <summary> Information about how this participant exchanges messages with the conversation. A JSON parameter consisting of type and address fields of the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.RoleSid">
            <summary> The SID of a conversation-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.DateCreated">
            <summary> The date on which this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.DateUpdated">
            <summary> The date on which this resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.Url">
            <summary> An absolute API resource URL for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.LastReadMessageIndex">
            <summary> Index of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ParticipantResource.LastReadTimestamp">
            <summary> Timestamp of last “read” message in the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for the Participant. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions">
            <summary> Create a new webhook scoped to the conversation in a specific service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.ConfigurationUrl">
            <summary> The absolute url the webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.ConfigurationFilters">
            <summary> The list of events, firing webhook event for this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.ConfigurationTriggers">
            <summary> The list of keywords, firing webhook event for this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.ConfigurationFlowSid">
            <summary> The studio flow SID, where the webhook should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.ConfigurationReplayAfter">
            <summary> The message index for which and it's successors the webhook will be replayed. Not set by default </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.#ctor(System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.TargetEnum)">
            <summary> Construct a new CreateServiceConversationScopedWebhookOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="target">  </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions">
            <summary> Remove an existing webhook scoped to the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteServiceConversationScopedWebhookOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.FetchWebhookOptions">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchWebhookOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.FetchWebhookOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.FetchWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchServiceConversationScopedWebhookOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.FetchWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.ReadWebhookOptions">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ReadWebhookOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.ReadWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ReadWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListServiceConversationScopedWebhookOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.ReadWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions">
            <summary> Update an existing conversation-scoped webhook </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.PathConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.ConfigurationUrl">
            <summary> The absolute url the webhook request should be sent to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.ConfigurationFilters">
            <summary> The list of events, firing webhook event for this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.ConfigurationTriggers">
            <summary> The list of keywords, firing webhook event for this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.ConfigurationFlowSid">
            <summary> The studio flow SID, where the webhook should be sent to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateServiceConversationScopedWebhookOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Create(Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new webhook scoped to the conversation in a specific service </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.CreateAsync(Twilio.Rest.Conversations.V1.Service.Conversation.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new webhook scoped to the conversation in a specific service </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Create(System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.TargetEnum,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new webhook scoped to the conversation in a specific service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="target">  </param>
            <param name="configurationUrl"> The absolute url the webhook request should be sent to. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The list of events, firing webhook event for this Conversation. </param>
            <param name="configurationTriggers"> The list of keywords, firing webhook event for this Conversation. </param>
            <param name="configurationFlowSid"> The studio flow SID, where the webhook should be sent to. </param>
            <param name="configurationReplayAfter"> The message index for which and it's successors the webhook will be replayed. Not set by default </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.CreateAsync(System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.TargetEnum,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new webhook scoped to the conversation in a specific service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="target">  </param>
            <param name="configurationUrl"> The absolute url the webhook request should be sent to. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The list of events, firing webhook event for this Conversation. </param>
            <param name="configurationTriggers"> The list of keywords, firing webhook event for this Conversation. </param>
            <param name="configurationFlowSid"> The studio flow SID, where the webhook should be sent to. </param>
            <param name="configurationReplayAfter"> The message index for which and it's successors the webhook will be replayed. Not set by default </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Delete(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.DeleteAsync(Twilio.Rest.Conversations.V1.Service.Conversation.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an existing webhook scoped to the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Fetch(Twilio.Rest.Conversations.V1.Service.Conversation.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.Conversation.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the configuration of a conversation-scoped webhook </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Read(Twilio.Rest.Conversations.V1.Service.Conversation.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.Conversation.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all webhooks scoped to the conversation </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Update(Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation-scoped webhook </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.Conversation.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation-scoped webhook </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Update(System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation-scoped webhook </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="configurationUrl"> The absolute url the webhook request should be sent to. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The list of events, firing webhook event for this Conversation. </param>
            <param name="configurationTriggers"> The list of keywords, firing webhook event for this Conversation. </param>
            <param name="configurationFlowSid"> The studio flow SID, where the webhook should be sent to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.UpdateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation-scoped webhook </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </param>
            <param name="pathConversationSid"> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this resource. </param>
            <param name="configurationUrl"> The absolute url the webhook request should be sent to. </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters"> The list of events, firing webhook event for this Conversation. </param>
            <param name="configurationTriggers"> The list of keywords, firing webhook event for this Conversation. </param>
            <param name="configurationFlowSid"> The studio flow SID, where the webhook should be sent to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebhookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebhookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Sid">
            <summary> A 34 character string that uniquely identifies this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Target">
            <summary> The target of this webhook: `webhook`, `studio`, `trigger` </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Url">
            <summary> An absolute API resource URL for this webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.Configuration">
            <summary> The configuration of this webhook. Is defined based on target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.DateCreated">
            <summary> The date that this resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.Conversation.WebhookResource.DateUpdated">
            <summary> The date that this resource was last updated. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.ReadParticipantConversationOptions">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadParticipantConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant Conversations resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadParticipantConversationOptions.Identity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadParticipantConversationOptions.Address">
            <summary> A unique string identifier for the conversation participant who's not a Conversation User. This parameter could be found in messaging_binding.address field of Participant resource. It should be url-encoded. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadParticipantConversationOptions.#ctor(System.String)">
            <summary> Construct a new ListServiceParticipantConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant Conversations resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadParticipantConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.Read(Twilio.Rest.Conversations.V1.Service.ReadParticipantConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
            <param name="options"> Read ParticipantConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ParticipantConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.ReadParticipantConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
            <param name="options"> Read ParticipantConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ParticipantConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant Conversations resource is associated with. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </param>
            <param name="address"> A unique string identifier for the conversation participant who's not a Conversation User. This parameter could be found in messaging_binding.address field of Participant resource. It should be url-encoded. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ParticipantConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Participant Conversations resource is associated with. </param>
            <param name="identity"> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </param>
            <param name="address"> A unique string identifier for the conversation participant who's not a Conversation User. This parameter could be found in messaging_binding.address field of Participant resource. It should be url-encoded. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ParticipantConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ParticipantConversationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ParticipantConversationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ParticipantSid">
            <summary> The unique ID of the [Participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ParticipantUserSid">
            <summary> The unique string that identifies the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ParticipantIdentity">
            <summary> A unique string identifier for the conversation participant as [Conversation User](https://www.twilio.com/docs/conversations/api/user-resource). This parameter is non-null if (and only if) the participant is using the Conversations SDK to communicate. Limited to 256 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ParticipantMessagingBinding">
            <summary> Information about how this participant exchanges messages with the conversation. A JSON parameter consisting of type and address fields of the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) this Participant belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ConversationUniqueName">
            <summary> An application-defined string that uniquely identifies the Conversation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ConversationFriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ConversationAttributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ConversationDateCreated">
            <summary> The date that this conversation was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ConversationDateUpdated">
            <summary> The date that this conversation was last updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ConversationCreatedBy">
            <summary> Identity of the creator of this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.ConversationTimers">
            <summary> Timer date values representing state update for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ParticipantConversationResource.Links">
            <summary> Contains absolute URLs to access the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) and [conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) of this conversation. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.CreateRoleOptions">
            <summary> Create a new user role in your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateRoleOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to create the Role resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateRoleOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateRoleOptions.Permission">
            <summary> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateRoleOptions.#ctor(System.String,System.String,Twilio.Rest.Conversations.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String})">
            <summary> Construct a new CreateServiceRoleOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to create the Role resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.DeleteRoleOptions">
            <summary> Remove a user role from your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteRoleOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Role resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteRoleOptions.PathSid">
            <summary> The SID of the Role resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteServiceRoleOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.FetchRoleOptions">
            <summary> Fetch a user role from your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchRoleOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the Role resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchRoleOptions.PathSid">
            <summary> The SID of the Role resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchServiceRoleOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.ReadRoleOptions">
            <summary> Retrieve a list of all user roles in your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadRoleOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the Role resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadRoleOptions.#ctor(System.String)">
            <summary> Construct a new ListServiceRoleOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the Role resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.UpdateRoleOptions">
            <summary> Update an existing user role in your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateRoleOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to update the Role resource in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateRoleOptions.PathSid">
            <summary> The SID of the Role resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateRoleOptions.Permission">
            <summary> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateRoleOptions.#ctor(System.String,System.String,System.Collections.Generic.List{System.String})">
            <summary> Construct a new UpdateServiceRoleOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to update the Role resource in. </param>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Create(Twilio.Rest.Conversations.V1.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new user role in your service </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.CreateAsync(Twilio.Rest.Conversations.V1.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new user role in your service </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Create(System.String,System.String,Twilio.Rest.Conversations.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new user role in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to create the Role resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.CreateAsync(System.String,System.String,Twilio.Rest.Conversations.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new user role in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to create the Role resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new resource. It can be up to 64 characters long. </param>
            <param name="type">  </param>
            <param name="permission"> A permission that you grant to the new role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your service </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Delete(Twilio.Rest.Conversations.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your service </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.DeleteAsync(Twilio.Rest.Conversations.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your service </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a user role from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Fetch(Twilio.Rest.Conversations.V1.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a user role from your service </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a user role from your service </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a user role from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a user role from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the Role resource from. </param>
            <param name="pathSid"> The SID of the Role resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Read(Twilio.Rest.Conversations.V1.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all user roles in your service </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all user roles in your service </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all user roles in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the Role resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all user roles in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the Role resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Update(Twilio.Rest.Conversations.V1.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing user role in your service </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing user role in your service </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.Update(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing user role in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to update the Role resource in. </param>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.UpdateAsync(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing user role in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to update the Role resource in. </param>
            <param name="pathSid"> The SID of the Role resource to update. </param>
            <param name="permission"> A permission that you grant to the role. Only one permission can be granted per parameter. To assign more than one permission, repeat this parameter for each permission value. Note that the update action replaces all previously assigned permissions with those defined in the update action. To remove a permission, do not include it in the subsequent update action. The values for this parameter depend on the role's `type`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoleResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoleResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.RoleResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.RoleResource.Sid">
            <summary> The unique string that we created to identify the Role resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.RoleResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Role resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.RoleResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Role resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.RoleResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.RoleResource.Permissions">
            <summary> An array of the permissions the role has been granted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.RoleResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.RoleResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.RoleResource.Url">
            <summary> An absolute API resource URL for this user role. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.CreateUserOptions">
            <summary> Add a new conversation user to your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.Attributes">
            <summary> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.RoleSid">
            <summary> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateServiceUserOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </param>
            <param name="identity"> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.CreateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.DeleteUserOptions">
            <summary> Remove a conversation user from your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteUserOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the User resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteUserOptions.PathSid">
            <summary> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.DeleteUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteServiceUserOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.DeleteUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.FetchUserOptions">
            <summary> Fetch a conversation user from your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchUserOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the User resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.FetchUserOptions.PathSid">
            <summary> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchServiceUserOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.FetchUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.ReadUserOptions">
            <summary> Retrieve a list of all conversation users in your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.ReadUserOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the User resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadUserOptions.#ctor(System.String)">
            <summary> Construct a new ListServiceUserOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the User resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.ReadUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions">
            <summary> Update an existing conversation user in your service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.PathSid">
            <summary> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.Attributes">
            <summary> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.RoleSid">
            <summary> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateServiceUserOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </param>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UpdateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Create(Twilio.Rest.Conversations.V1.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new conversation user to your service </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.CreateAsync(Twilio.Rest.Conversations.V1.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new conversation user to your service </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Create(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new conversation user to your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </param>
            <param name="identity"> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </param>
            <param name="roleSid"> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new conversation user to your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </param>
            <param name="identity"> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </param>
            <param name="roleSid"> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your service </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Delete(Twilio.Rest.Conversations.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your service </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.DeleteAsync(Twilio.Rest.Conversations.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your service </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Delete(System.String,System.String,Twilio.Rest.Conversations.V1.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.DeleteAsync(System.String,System.String,Twilio.Rest.Conversations.V1.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to delete the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Fetch(Twilio.Rest.Conversations.V1.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation user from your service </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation user from your service </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation user from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation user from your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to fetch the User resource from. </param>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Read(Twilio.Rest.Conversations.V1.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation users in your service </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation users in your service </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation users in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the User resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation users in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to read the User resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Update(Twilio.Rest.Conversations.V1.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation user in your service </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation user in your service </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation user in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </param>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </param>
            <param name="roleSid"> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation user in your service </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </param>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </param>
            <param name="roleSid"> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.UserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.Sid">
            <summary> The unique string that we created to identify the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.RoleSid">
            <summary> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) assigned to the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.Attributes">
            <summary> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.IsOnline">
            <summary> Whether the User is actively connected to this Conversations Service and online. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, if the User has never been online for this Conversations Service, even if the Service's `reachability_enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.IsNotifiable">
            <summary> Whether the User has a potentially valid Push Notification registration (APN or GCM) for this Conversations Service. If at least one registration exists, `true`; otherwise `false`. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, and if the User has never had a notification registration, even if the Service's `reachability_enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.Url">
            <summary> An absolute API resource URL for this user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.UserResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions">
            <summary> Delete a specific User Conversation. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions.PathUserSid">
            <summary> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions.PathConversationSid">
            <summary> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteServiceUserConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.User.FetchUserConversationOptions">
            <summary> Fetch a specific User Conversation. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.FetchUserConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.FetchUserConversationOptions.PathUserSid">
            <summary> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.FetchUserConversationOptions.PathConversationSid">
            <summary> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.FetchUserConversationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchServiceUserConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.FetchUserConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.User.ReadUserConversationOptions">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.ReadUserConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.ReadUserConversationOptions.PathUserSid">
            <summary> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.ReadUserConversationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListServiceUserConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.ReadUserConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions">
            <summary> Update a specific User Conversation. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions.PathChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions.PathUserSid">
            <summary> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions.PathConversationSid">
            <summary> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions.LastReadTimestamp">
            <summary> The date of the last message read in conversation by the user, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions.LastReadMessageIndex">
            <summary> The index of the last Message in the Conversation that the Participant has read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateServiceUserConversationOptions </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="options"> Delete UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Delete(Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="options"> Delete UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.DeleteAsync(Twilio.Rest.Conversations.V1.Service.User.DeleteUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="options"> Delete UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Fetch(Twilio.Rest.Conversations.V1.Service.User.FetchUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific User Conversation. </summary>
            <param name="options"> Fetch UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.FetchAsync(Twilio.Rest.Conversations.V1.Service.User.FetchUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific User Conversation. </summary>
            <param name="options"> Fetch UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific User Conversation. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific User Conversation. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Read(Twilio.Rest.Conversations.V1.Service.User.ReadUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
            <param name="options"> Read UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.ReadAsync(Twilio.Rest.Conversations.V1.Service.User.ReadUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
            <param name="options"> Read UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.User.UserConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.Service.User.UserConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Update(Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific User Conversation. </summary>
            <param name="options"> Update UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.UpdateAsync(Twilio.Rest.Conversations.V1.Service.User.UpdateUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific User Conversation. </summary>
            <param name="options"> Update UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Update(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.NotificationLevelEnum,System.Nullable{System.DateTime},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific User Conversation. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="notificationLevel">  </param>
            <param name="lastReadTimestamp"> The date of the last message read in conversation by the user, given in ISO 8601 format. </param>
            <param name="lastReadMessageIndex"> The index of the last Message in the Conversation that the Participant has read. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.NotificationLevelEnum,System.Nullable{System.DateTime},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific User Conversation. </summary>
            <param name="pathChatServiceSid"> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the Conversation resource is associated with. </param>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="notificationLevel">  </param>
            <param name="lastReadTimestamp"> The date of the last message read in conversation by the user, given in ISO 8601 format. </param>
            <param name="lastReadMessageIndex"> The index of the last Message in the Conversation that the Participant has read. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserConversationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserConversationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this User Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.UnreadMessagesCount">
            <summary> The number of unread Messages in the Conversation for the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.LastReadMessageIndex">
            <summary> The index of the last Message in the Conversation that the Participant has read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.ParticipantSid">
            <summary> The unique ID of the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) the user conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.UserSid">
            <summary> The unique string that identifies the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Timers">
            <summary> Timer date values representing state update for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.DateCreated">
            <summary> The date that this conversation was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.DateUpdated">
            <summary> The date that this conversation was last updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.CreatedBy">
            <summary> Identity of the creator of this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the Conversation resource. It can be used to address the resource in place of the resource's `conversation_sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.Service.User.UserConversationResource.Links">
            <summary> Contains absolute URLs to access the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) and [conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) of this conversation. </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.CreateUserOptions">
            <summary> Add a new conversation user to your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateUserOptions.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateUserOptions.Attributes">
            <summary> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.CreateUserOptions.RoleSid">
            <summary> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateUserOptions.#ctor(System.String)">
            <summary> Construct a new CreateUserOptions </summary>
            <param name="identity"> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.CreateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.DeleteUserOptions">
            <summary> Remove a conversation user from your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.DeleteUserOptions.PathSid">
            <summary> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.DeleteUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteUserOptions.#ctor(System.String)">
            <summary> Construct a new DeleteUserOptions </summary>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.DeleteUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.FetchUserOptions">
            <summary> Fetch a conversation user from your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.FetchUserOptions.PathSid">
            <summary> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchUserOptions.#ctor(System.String)">
            <summary> Construct a new FetchUserOptions </summary>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.FetchUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.ReadUserOptions">
            <summary> Retrieve a list of all conversation users in your account's default service </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.ReadUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.UpdateUserOptions">
            <summary> Update an existing conversation user in your account's default service </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateUserOptions.PathSid">
            <summary> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateUserOptions.Attributes">
            <summary> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UpdateUserOptions.RoleSid">
            <summary> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateUserOptions.#ctor(System.String)">
            <summary> Construct a new UpdateUserOptions </summary>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UpdateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Create(Twilio.Rest.Conversations.V1.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new conversation user to your account's default service </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.CreateAsync(Twilio.Rest.Conversations.V1.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new conversation user to your account's default service </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Create(System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new conversation user to your account's default service </summary>
            <param name="identity"> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </param>
            <param name="roleSid"> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new conversation user to your account's default service </summary>
            <param name="identity"> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </param>
            <param name="roleSid"> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your account's default service </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Delete(Twilio.Rest.Conversations.V1.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your account's default service </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.DeleteAsync(Twilio.Rest.Conversations.V1.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your account's default service </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Delete(System.String,Twilio.Rest.Conversations.V1.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your account's default service </summary>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.DeleteAsync(System.String,Twilio.Rest.Conversations.V1.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a conversation user from your account's default service </summary>
            <param name="pathSid"> The SID of the User resource to delete. This value can be either the `sid` or the `identity` of the User resource to delete. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Fetch(Twilio.Rest.Conversations.V1.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation user from your account's default service </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.FetchAsync(Twilio.Rest.Conversations.V1.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation user from your account's default service </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation user from your account's default service </summary>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a conversation user from your account's default service </summary>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Read(Twilio.Rest.Conversations.V1.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation users in your account's default service </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.ReadAsync(Twilio.Rest.Conversations.V1.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation users in your account's default service </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation users in your account's default service </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all conversation users in your account's default service </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Update(Twilio.Rest.Conversations.V1.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation user in your account's default service </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.UpdateAsync(Twilio.Rest.Conversations.V1.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation user in your account's default service </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.Update(System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation user in your account's default service </summary>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </param>
            <param name="roleSid"> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.UpdateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.Conversations.V1.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing conversation user in your account's default service </summary>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </param>
            <param name="roleSid"> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) to assign to the user. </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.UserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.Sid">
            <summary> The unique string that we created to identify the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.ChatServiceSid">
            <summary> The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.RoleSid">
            <summary> The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) assigned to the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.Attributes">
            <summary> The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.IsOnline">
            <summary> Whether the User is actively connected to this Conversations Service and online. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, if the User has never been online for this Conversations Service, even if the Service's `reachability_enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.IsNotifiable">
            <summary> Whether the User has a potentially valid Push Notification registration (APN or GCM) for this Conversations Service. If at least one registration exists, `true`; otherwise `false`. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, and if the User has never had a notification registration, even if the Service's `reachability_enabled` is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.Url">
            <summary> An absolute API resource URL for this user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.UserResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.User.DeleteUserConversationOptions">
            <summary> Delete a specific User Conversation. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.DeleteUserConversationOptions.PathUserSid">
            <summary> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.DeleteUserConversationOptions.PathConversationSid">
            <summary> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.DeleteUserConversationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteUserConversationOptions </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.DeleteUserConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.User.FetchUserConversationOptions">
            <summary> Fetch a specific User Conversation. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.FetchUserConversationOptions.PathUserSid">
            <summary> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.FetchUserConversationOptions.PathConversationSid">
            <summary> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.FetchUserConversationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchUserConversationOptions </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.FetchUserConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.User.ReadUserConversationOptions">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.ReadUserConversationOptions.PathUserSid">
            <summary> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.ReadUserConversationOptions.#ctor(System.String)">
            <summary> Construct a new ListUserConversationOptions </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.ReadUserConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions">
            <summary> Update a specific User Conversation. </summary>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions.PathUserSid">
            <summary> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions.PathConversationSid">
            <summary> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions.LastReadTimestamp">
            <summary> The date of the last message read in conversation by the user, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions.LastReadMessageIndex">
            <summary> The index of the last Message in the Conversation that the Participant has read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateUserConversationOptions </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.BuildDeleteRequest(Twilio.Rest.Conversations.V1.User.DeleteUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="options"> Delete UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.Delete(Twilio.Rest.Conversations.V1.User.DeleteUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="options"> Delete UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.DeleteAsync(Twilio.Rest.Conversations.V1.User.DeleteUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="options"> Delete UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific User Conversation. </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.Fetch(Twilio.Rest.Conversations.V1.User.FetchUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific User Conversation. </summary>
            <param name="options"> Fetch UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.FetchAsync(Twilio.Rest.Conversations.V1.User.FetchUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific User Conversation. </summary>
            <param name="options"> Fetch UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific User Conversation. </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific User Conversation. </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.Read(Twilio.Rest.Conversations.V1.User.ReadUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
            <param name="options"> Read UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.ReadAsync(Twilio.Rest.Conversations.V1.User.ReadUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
            <param name="options"> Read UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all User Conversations for the User. </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.User.UserConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Conversations.V1.User.UserConversationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.Update(Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific User Conversation. </summary>
            <param name="options"> Update UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.UpdateAsync(Twilio.Rest.Conversations.V1.User.UpdateUserConversationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific User Conversation. </summary>
            <param name="options"> Update UserConversation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.Update(System.String,System.String,Twilio.Rest.Conversations.V1.User.UserConversationResource.NotificationLevelEnum,System.Nullable{System.DateTime},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific User Conversation. </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="notificationLevel">  </param>
            <param name="lastReadTimestamp"> The date of the last message read in conversation by the user, given in ISO 8601 format. </param>
            <param name="lastReadMessageIndex"> The index of the last Message in the Conversation that the Participant has read. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.UpdateAsync(System.String,System.String,Twilio.Rest.Conversations.V1.User.UserConversationResource.NotificationLevelEnum,System.Nullable{System.DateTime},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific User Conversation. </summary>
            <param name="pathUserSid"> The unique SID identifier of the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). This value can be either the `sid` or the `identity` of the User resource. </param>
            <param name="pathConversationSid"> The unique SID identifier of the Conversation. This value can be either the `sid` or the `unique_name` of the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource). </param>
            <param name="notificationLevel">  </param>
            <param name="lastReadTimestamp"> The date of the last message read in conversation by the user, given in ISO 8601 format. </param>
            <param name="lastReadMessageIndex"> The index of the last Message in the Conversation that the Participant has read. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserConversation </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserConversationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserConversationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Conversations.V1.User.UserConversationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.AccountSid">
            <summary> The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.ChatServiceSid">
            <summary> The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.ConversationSid">
            <summary> The unique ID of the [Conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) for this User Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.UnreadMessagesCount">
            <summary> The number of unread Messages in the Conversation for the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.LastReadMessageIndex">
            <summary> The index of the last Message in the Conversation that the Participant has read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.ParticipantSid">
            <summary> The unique ID of the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) the user conversation belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.UserSid">
            <summary> The unique string that identifies the [User resource](https://www.twilio.com/docs/conversations/api/user-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.FriendlyName">
            <summary> The human-readable name of this conversation, limited to 256 characters. Optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.Timers">
            <summary> Timer date values representing state update for this conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.Attributes">
            <summary> An optional string metadata field you can use to store any data you wish. The string value must contain structurally valid JSON if specified.  **Note** that if the attributes are not set \"{}\" will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.DateCreated">
            <summary> The date that this conversation was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.DateUpdated">
            <summary> The date that this conversation was last updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.CreatedBy">
            <summary> Identity of the creator of this Conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the Conversation resource. It can be used to address the resource in place of the resource's `conversation_sid` in the URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Conversations.V1.User.UserConversationResource.Links">
            <summary> Contains absolute URLs to access the [participant](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) and [conversation](https://www.twilio.com/docs/conversations/api/conversation-resource) of this conversation. </summary> 
        </member>
        <member name="T:Twilio.Rest.Events.V1.FetchEventTypeOptions">
            <summary> Fetch a specific Event Type. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.FetchEventTypeOptions.PathType">
            <summary> A string that uniquely identifies this Event Type. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.FetchEventTypeOptions.#ctor(System.String)">
            <summary> Construct a new FetchEventTypeOptions </summary>
            <param name="pathType"> A string that uniquely identifies this Event Type. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.FetchEventTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.ReadEventTypeOptions">
            <summary> Retrieve a paginated list of all the available Event Types. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.ReadEventTypeOptions.SchemaId">
            <summary> A string parameter filtering the results to return only the Event Types using a given schema. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.ReadEventTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.Fetch(Twilio.Rest.Events.V1.FetchEventTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Event Type. </summary>
            <param name="options"> Fetch EventType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EventType </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.FetchAsync(Twilio.Rest.Events.V1.FetchEventTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Event Type. </summary>
            <param name="options"> Fetch EventType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EventType </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Event Type. </summary>
            <param name="pathType"> A string that uniquely identifies this Event Type. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EventType </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Event Type. </summary>
            <param name="pathType"> A string that uniquely identifies this Event Type. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EventType </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.Read(Twilio.Rest.Events.V1.ReadEventTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of all the available Event Types. </summary>
            <param name="options"> Read EventType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EventType </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.ReadAsync(Twilio.Rest.Events.V1.ReadEventTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of all the available Event Types. </summary>
            <param name="options"> Read EventType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EventType </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of all the available Event Types. </summary>
            <param name="schemaId"> A string parameter filtering the results to return only the Event Types using a given schema. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EventType </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of all the available Event Types. </summary>
            <param name="schemaId"> A string parameter filtering the results to return only the Event Types using a given schema. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EventType </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Events.V1.EventTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Events.V1.EventTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EventTypeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EventTypeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.EventTypeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.Type">
            <summary> A string that uniquely identifies this Event Type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.SchemaId">
            <summary> A string that uniquely identifies the Schema this Event Type adheres to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.DateCreated">
            <summary> The date that this Event Type was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.DateUpdated">
            <summary> The date that this Event Type was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.Description">
            <summary> A human readable description for this Event Type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.Status">
            <summary> A string that describes how this Event Type can be used. For example: `available`, `deprecated`, `restricted`, `discontinued`. When the status is `available`, the Event Type can be used normally. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.DocumentationUrl">
            <summary> The URL to the documentation or to the most relevant Twilio Changelog entry of this Event Type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.EventTypeResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Events.V1.FetchSchemaOptions">
            <summary> Fetch a specific schema with its nested versions. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.FetchSchemaOptions.PathId">
            <summary> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.FetchSchemaOptions.#ctor(System.String)">
            <summary> Construct a new FetchSchemaOptions </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.FetchSchemaOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SchemaResource.Fetch(Twilio.Rest.Events.V1.FetchSchemaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific schema with its nested versions. </summary>
            <param name="options"> Fetch Schema parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Schema </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SchemaResource.FetchAsync(Twilio.Rest.Events.V1.FetchSchemaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific schema with its nested versions. </summary>
            <param name="options"> Fetch Schema parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Schema </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SchemaResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific schema with its nested versions. </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Schema </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SchemaResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific schema with its nested versions. </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Schema </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SchemaResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SchemaResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SchemaResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SchemaResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Events.V1.SchemaResource.Id">
            <summary> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SchemaResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SchemaResource.Links">
            <summary> Contains a dictionary of URL links to nested resources of this schema. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SchemaResource.LatestVersionDateCreated">
            <summary> The date that the latest schema version was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SchemaResource.LatestVersion">
            <summary> The latest version published of this schema. </summary> 
        </member>
        <member name="T:Twilio.Rest.Events.V1.Schema.FetchSchemaVersionOptions">
            <summary> Fetch a specific schema and version. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Schema.FetchSchemaVersionOptions.PathId">
            <summary> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Schema.FetchSchemaVersionOptions.PathSchemaVersion">
            <summary> The version of the schema </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.FetchSchemaVersionOptions.#ctor(System.String,System.Nullable{System.Int32})">
            <summary> Construct a new FetchSchemaVersionOptions </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
            <param name="pathSchemaVersion"> The version of the schema </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.FetchSchemaVersionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.Schema.ReadSchemaVersionOptions">
            <summary> Retrieve a paginated list of versions of the schema. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Schema.ReadSchemaVersionOptions.PathId">
            <summary> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.ReadSchemaVersionOptions.#ctor(System.String)">
            <summary> Construct a new ListSchemaVersionOptions </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.ReadSchemaVersionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.Fetch(Twilio.Rest.Events.V1.Schema.FetchSchemaVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific schema and version. </summary>
            <param name="options"> Fetch SchemaVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SchemaVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.FetchAsync(Twilio.Rest.Events.V1.Schema.FetchSchemaVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific schema and version. </summary>
            <param name="options"> Fetch SchemaVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SchemaVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.Fetch(System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific schema and version. </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
            <param name="pathSchemaVersion"> The version of the schema </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SchemaVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.FetchAsync(System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific schema and version. </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
            <param name="pathSchemaVersion"> The version of the schema </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SchemaVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.Read(Twilio.Rest.Events.V1.Schema.ReadSchemaVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of versions of the schema. </summary>
            <param name="options"> Read SchemaVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SchemaVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.ReadAsync(Twilio.Rest.Events.V1.Schema.ReadSchemaVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of versions of the schema. </summary>
            <param name="options"> Read SchemaVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SchemaVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of versions of the schema. </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SchemaVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of versions of the schema. </summary>
            <param name="pathId"> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SchemaVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Events.V1.Schema.SchemaVersionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Events.V1.Schema.SchemaVersionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SchemaVersionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SchemaVersionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.Id">
            <summary> The unique identifier of the schema. Each schema can have multiple versions, that share the same id. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.SchemaVersion">
            <summary> The version of this schema. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.DateCreated">
            <summary> The date the schema version was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Schema.SchemaVersionResource.Raw">
            <summary> The raw </summary> 
        </member>
        <member name="T:Twilio.Rest.Events.V1.CreateSinkOptions">
            <summary> Create a new Sink </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.CreateSinkOptions.Description">
            <summary> A human readable description for the Sink **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.CreateSinkOptions.SinkConfiguration">
            <summary> The information required for Twilio to connect to the provided Sink encoded as JSON. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.CreateSinkOptions.#ctor(System.String,System.Object,Twilio.Rest.Events.V1.SinkResource.SinkTypeEnum)">
            <summary> Construct a new CreateSinkOptions </summary>
            <param name="description"> A human readable description for the Sink **This value should not contain PII.** </param>
            <param name="sinkConfiguration"> The information required for Twilio to connect to the provided Sink encoded as JSON. </param>
            <param name="sinkType">  </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.CreateSinkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.DeleteSinkOptions">
            <summary> Delete a specific Sink. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.DeleteSinkOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Sink. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.DeleteSinkOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSinkOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.DeleteSinkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.FetchSinkOptions">
            <summary> Fetch a specific Sink. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.FetchSinkOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Sink. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.FetchSinkOptions.#ctor(System.String)">
            <summary> Construct a new FetchSinkOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.FetchSinkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.ReadSinkOptions">
            <summary> Retrieve a paginated list of Sinks belonging to the account used to make the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.ReadSinkOptions.InUse">
            <summary> A boolean query parameter filtering the results to return sinks used/not used by a subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.ReadSinkOptions.Status">
            <summary> A String query parameter filtering the results by status `initialized`, `validating`, `active` or `failed`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.ReadSinkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.UpdateSinkOptions">
            <summary> Update a specific Sink </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.UpdateSinkOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Sink. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.UpdateSinkOptions.Description">
            <summary> A human readable description for the Sink **This value should not contain PII.** </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.UpdateSinkOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSinkOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
            <param name="description"> A human readable description for the Sink **This value should not contain PII.** </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.UpdateSinkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Create(Twilio.Rest.Events.V1.CreateSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Sink </summary>
            <param name="options"> Create Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.CreateAsync(Twilio.Rest.Events.V1.CreateSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Sink </summary>
            <param name="options"> Create Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Create(System.String,System.Object,Twilio.Rest.Events.V1.SinkResource.SinkTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Sink </summary>
            <param name="description"> A human readable description for the Sink **This value should not contain PII.** </param>
            <param name="sinkConfiguration"> The information required for Twilio to connect to the provided Sink encoded as JSON. </param>
            <param name="sinkType">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.CreateAsync(System.String,System.Object,Twilio.Rest.Events.V1.SinkResource.SinkTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Sink </summary>
            <param name="description"> A human readable description for the Sink **This value should not contain PII.** </param>
            <param name="sinkConfiguration"> The information required for Twilio to connect to the provided Sink encoded as JSON. </param>
            <param name="sinkType">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.BuildDeleteRequest(Twilio.Rest.Events.V1.DeleteSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sink. </summary>
            <param name="options"> Delete Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Delete(Twilio.Rest.Events.V1.DeleteSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sink. </summary>
            <param name="options"> Delete Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.DeleteAsync(Twilio.Rest.Events.V1.DeleteSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sink. </summary>
            <param name="options"> Delete Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sink. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sink. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Fetch(Twilio.Rest.Events.V1.FetchSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sink. </summary>
            <param name="options"> Fetch Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.FetchAsync(Twilio.Rest.Events.V1.FetchSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sink. </summary>
            <param name="options"> Fetch Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sink. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sink. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Read(Twilio.Rest.Events.V1.ReadSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of Sinks belonging to the account used to make the request. </summary>
            <param name="options"> Read Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.ReadAsync(Twilio.Rest.Events.V1.ReadSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of Sinks belonging to the account used to make the request. </summary>
            <param name="options"> Read Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Read(System.Nullable{System.Boolean},System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of Sinks belonging to the account used to make the request. </summary>
            <param name="inUse"> A boolean query parameter filtering the results to return sinks used/not used by a subscription. </param>
            <param name="status"> A String query parameter filtering the results by status `initialized`, `validating`, `active` or `failed`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.ReadAsync(System.Nullable{System.Boolean},System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of Sinks belonging to the account used to make the request. </summary>
            <param name="inUse"> A boolean query parameter filtering the results to return sinks used/not used by a subscription. </param>
            <param name="status"> A String query parameter filtering the results by status `initialized`, `validating`, `active` or `failed`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.NextPage(Twilio.Base.Page{Twilio.Rest.Events.V1.SinkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Events.V1.SinkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Update(Twilio.Rest.Events.V1.UpdateSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Sink </summary>
            <param name="options"> Update Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.UpdateAsync(Twilio.Rest.Events.V1.UpdateSinkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Sink </summary>
            <param name="options"> Update Sink parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Sink </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
            <param name="description"> A human readable description for the Sink **This value should not contain PII.** </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Sink </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Sink. </param>
            <param name="description"> A human readable description for the Sink **This value should not contain PII.** </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sink </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SinkResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SinkResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SinkResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Events.V1.SinkResource.DateCreated">
            <summary> The date that this Sink was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SinkResource.DateUpdated">
            <summary> The date that this Sink was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SinkResource.Description">
            <summary> A human readable description for the Sink </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SinkResource.Sid">
            <summary> A 34 character string that uniquely identifies this Sink. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SinkResource.SinkConfiguration">
            <summary> The information required for Twilio to connect to the provided Sink encoded as JSON. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SinkResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SinkResource.Links">
            <summary> Contains a dictionary of URL links to nested resources of this Sink. </summary> 
        </member>
        <member name="T:Twilio.Rest.Events.V1.Sink.CreateSinkTestOptions">
            <summary> Create a new Sink Test Event for the given Sink. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Sink.CreateSinkTestOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the Sink to be Tested. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.CreateSinkTestOptions.#ctor(System.String)">
            <summary> Construct a new CreateSinkTestOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the Sink to be Tested. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.CreateSinkTestOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkTestResource.Create(Twilio.Rest.Events.V1.Sink.CreateSinkTestOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Sink Test Event for the given Sink. </summary>
            <param name="options"> Create SinkTest parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SinkTest </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkTestResource.CreateAsync(Twilio.Rest.Events.V1.Sink.CreateSinkTestOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Sink Test Event for the given Sink. </summary>
            <param name="options"> Create SinkTest parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SinkTest </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkTestResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Sink Test Event for the given Sink. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the Sink to be Tested. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SinkTest </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkTestResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Sink Test Event for the given Sink. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the Sink to be Tested. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SinkTest </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkTestResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SinkTestResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SinkTestResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkTestResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Sink.SinkTestResource.Result">
            <summary> Feedback indicating whether the test event was generated. </summary> 
        </member>
        <member name="T:Twilio.Rest.Events.V1.Sink.CreateSinkValidateOptions">
            <summary> Validate that a test event for a Sink was received. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Sink.CreateSinkValidateOptions.PathSid">
            <summary> A 34 character string that uniquely identifies the Sink being validated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Sink.CreateSinkValidateOptions.TestId">
            <summary> A 34 character string that uniquely identifies the test event for a Sink being validated. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.CreateSinkValidateOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSinkValidateOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the Sink being validated. </param>
            <param name="testId"> A 34 character string that uniquely identifies the test event for a Sink being validated. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.CreateSinkValidateOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkValidateResource.Create(Twilio.Rest.Events.V1.Sink.CreateSinkValidateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Validate that a test event for a Sink was received. </summary>
            <param name="options"> Create SinkValidate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SinkValidate </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkValidateResource.CreateAsync(Twilio.Rest.Events.V1.Sink.CreateSinkValidateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Validate that a test event for a Sink was received. </summary>
            <param name="options"> Create SinkValidate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SinkValidate </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkValidateResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Validate that a test event for a Sink was received. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the Sink being validated. </param>
            <param name="testId"> A 34 character string that uniquely identifies the test event for a Sink being validated. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SinkValidate </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkValidateResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Validate that a test event for a Sink was received. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies the Sink being validated. </param>
            <param name="testId"> A 34 character string that uniquely identifies the test event for a Sink being validated. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SinkValidate </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkValidateResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SinkValidateResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SinkValidateResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Sink.SinkValidateResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Sink.SinkValidateResource.Result">
            <summary> Feedback indicating whether the given Sink was validated. </summary> 
        </member>
        <member name="T:Twilio.Rest.Events.V1.CreateSubscriptionOptions">
            <summary> Create a new Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.CreateSubscriptionOptions.Description">
            <summary> A human readable description for the Subscription **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.CreateSubscriptionOptions.SinkSid">
            <summary> The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.CreateSubscriptionOptions.Types">
            <summary> An array of objects containing the subscribed Event Types </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.CreateSubscriptionOptions.ReceiveEventsFromSubaccounts">
            <summary> Receive events from all children accounts in the parent account subscription. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.CreateSubscriptionOptions.#ctor(System.String,System.String,System.Collections.Generic.List{System.Object})">
            <summary> Construct a new CreateSubscriptionOptions </summary>
            <param name="description"> A human readable description for the Subscription **This value should not contain PII.** </param>
            <param name="sinkSid"> The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. </param>
            <param name="types"> An array of objects containing the subscribed Event Types </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.CreateSubscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.DeleteSubscriptionOptions">
            <summary> Delete a specific Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.DeleteSubscriptionOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Subscription. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.DeleteSubscriptionOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSubscriptionOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.DeleteSubscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.FetchSubscriptionOptions">
            <summary> Fetch a specific Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.FetchSubscriptionOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Subscription. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.FetchSubscriptionOptions.#ctor(System.String)">
            <summary> Construct a new FetchSubscriptionOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.FetchSubscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.ReadSubscriptionOptions">
            <summary> Retrieve a paginated list of Subscriptions belonging to the account used to make the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.ReadSubscriptionOptions.SinkSid">
            <summary> The SID of the sink that the list of Subscriptions should be filtered by. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.ReadSubscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.UpdateSubscriptionOptions">
            <summary> Update a Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.UpdateSubscriptionOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.UpdateSubscriptionOptions.Description">
            <summary> A human readable description for the Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.UpdateSubscriptionOptions.SinkSid">
            <summary> The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.UpdateSubscriptionOptions.ReceiveEventsFromSubaccounts">
            <summary> Receive events from all children accounts in the parent account subscription. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.UpdateSubscriptionOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSubscriptionOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.UpdateSubscriptionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Create(Twilio.Rest.Events.V1.CreateSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Subscription. </summary>
            <param name="options"> Create Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.CreateAsync(Twilio.Rest.Events.V1.CreateSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Subscription. </summary>
            <param name="options"> Create Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Create(System.String,System.String,System.Collections.Generic.List{System.Object},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Subscription. </summary>
            <param name="description"> A human readable description for the Subscription **This value should not contain PII.** </param>
            <param name="sinkSid"> The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. </param>
            <param name="types"> An array of objects containing the subscribed Event Types </param>
            <param name="receiveEventsFromSubaccounts"> Receive events from all children accounts in the parent account subscription. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.CreateAsync(System.String,System.String,System.Collections.Generic.List{System.Object},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Subscription. </summary>
            <param name="description"> A human readable description for the Subscription **This value should not contain PII.** </param>
            <param name="sinkSid"> The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. </param>
            <param name="types"> An array of objects containing the subscribed Event Types </param>
            <param name="receiveEventsFromSubaccounts"> Receive events from all children accounts in the parent account subscription. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.BuildDeleteRequest(Twilio.Rest.Events.V1.DeleteSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Subscription. </summary>
            <param name="options"> Delete Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Delete(Twilio.Rest.Events.V1.DeleteSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Subscription. </summary>
            <param name="options"> Delete Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.DeleteAsync(Twilio.Rest.Events.V1.DeleteSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Subscription. </summary>
            <param name="options"> Delete Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Subscription. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Subscription. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Fetch(Twilio.Rest.Events.V1.FetchSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Subscription. </summary>
            <param name="options"> Fetch Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.FetchAsync(Twilio.Rest.Events.V1.FetchSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Subscription. </summary>
            <param name="options"> Fetch Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Subscription. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Subscription. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Read(Twilio.Rest.Events.V1.ReadSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of Subscriptions belonging to the account used to make the request. </summary>
            <param name="options"> Read Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.ReadAsync(Twilio.Rest.Events.V1.ReadSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of Subscriptions belonging to the account used to make the request. </summary>
            <param name="options"> Read Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of Subscriptions belonging to the account used to make the request. </summary>
            <param name="sinkSid"> The SID of the sink that the list of Subscriptions should be filtered by. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a paginated list of Subscriptions belonging to the account used to make the request. </summary>
            <param name="sinkSid"> The SID of the sink that the list of Subscriptions should be filtered by. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Events.V1.SubscriptionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Events.V1.SubscriptionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Update(Twilio.Rest.Events.V1.UpdateSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Subscription. </summary>
            <param name="options"> Update Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.UpdateAsync(Twilio.Rest.Events.V1.UpdateSubscriptionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Subscription. </summary>
            <param name="options"> Update Subscription parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Subscription. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
            <param name="description"> A human readable description for the Subscription. </param>
            <param name="sinkSid"> The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. </param>
            <param name="receiveEventsFromSubaccounts"> Receive events from all children accounts in the parent account subscription. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Subscription. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Subscription. </param>
            <param name="description"> A human readable description for the Subscription. </param>
            <param name="sinkSid"> The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. </param>
            <param name="receiveEventsFromSubaccounts"> Receive events from all children accounts in the parent account subscription. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Subscription </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SubscriptionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SubscriptionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.SubscriptionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.Sid">
            <summary> A 34 character string that uniquely identifies this Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.DateCreated">
            <summary> The date that this Subscription was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.DateUpdated">
            <summary> The date that this Subscription was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.Description">
            <summary> A human readable description for the Subscription </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.SinkSid">
            <summary> The SID of the sink that events selected by this subscription should be sent to. Sink must be active for the subscription to be created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.Links">
            <summary> Contains a dictionary of URL links to nested resources of this Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.SubscriptionResource.ReceiveEventsFromSubaccounts">
            <summary> Receive events from all children accounts in the parent account subscription. </summary> 
        </member>
        <member name="T:Twilio.Rest.Events.V1.Subscription.CreateSubscribedEventOptions">
            <summary> Add an event type to a Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.CreateSubscribedEventOptions.PathSubscriptionSid">
            <summary> The unique SID identifier of the Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.CreateSubscribedEventOptions.Type">
            <summary> Type of event being subscribed to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.CreateSubscribedEventOptions.SchemaVersion">
            <summary> The schema version that the Subscription should use. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.CreateSubscribedEventOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSubscribedEventOptions </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="type"> Type of event being subscribed to. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.CreateSubscribedEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.Subscription.DeleteSubscribedEventOptions">
            <summary> Remove an event type from a Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.DeleteSubscribedEventOptions.PathSubscriptionSid">
            <summary> The unique SID identifier of the Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.DeleteSubscribedEventOptions.PathType">
            <summary> Type of event being subscribed to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.DeleteSubscribedEventOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSubscribedEventOptions </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.DeleteSubscribedEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.Subscription.FetchSubscribedEventOptions">
            <summary> Read an Event for a Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.FetchSubscribedEventOptions.PathSubscriptionSid">
            <summary> The unique SID identifier of the Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.FetchSubscribedEventOptions.PathType">
            <summary> Type of event being subscribed to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.FetchSubscribedEventOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSubscribedEventOptions </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.FetchSubscribedEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.Subscription.ReadSubscribedEventOptions">
            <summary> Retrieve a list of all Subscribed Event types for a Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.ReadSubscribedEventOptions.PathSubscriptionSid">
            <summary> The unique SID identifier of the Subscription. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.ReadSubscribedEventOptions.#ctor(System.String)">
            <summary> Construct a new ListSubscribedEventOptions </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.ReadSubscribedEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Events.V1.Subscription.UpdateSubscribedEventOptions">
            <summary> Update an Event for a Subscription. </summary>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.UpdateSubscribedEventOptions.PathSubscriptionSid">
            <summary> The unique SID identifier of the Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.UpdateSubscribedEventOptions.PathType">
            <summary> Type of event being subscribed to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.UpdateSubscribedEventOptions.SchemaVersion">
            <summary> The schema version that the Subscription should use. </summary> 
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.UpdateSubscribedEventOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSubscribedEventOptions </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.UpdateSubscribedEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Create(Twilio.Rest.Events.V1.Subscription.CreateSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add an event type to a Subscription. </summary>
            <param name="options"> Create SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.CreateAsync(Twilio.Rest.Events.V1.Subscription.CreateSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add an event type to a Subscription. </summary>
            <param name="options"> Create SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Create(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Add an event type to a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="type"> Type of event being subscribed to. </param>
            <param name="schemaVersion"> The schema version that the Subscription should use. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.CreateAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Add an event type to a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="type"> Type of event being subscribed to. </param>
            <param name="schemaVersion"> The schema version that the Subscription should use. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.BuildDeleteRequest(Twilio.Rest.Events.V1.Subscription.DeleteSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an event type from a Subscription. </summary>
            <param name="options"> Delete SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Delete(Twilio.Rest.Events.V1.Subscription.DeleteSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an event type from a Subscription. </summary>
            <param name="options"> Delete SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.DeleteAsync(Twilio.Rest.Events.V1.Subscription.DeleteSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an event type from a Subscription. </summary>
            <param name="options"> Delete SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an event type from a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an event type from a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Fetch(Twilio.Rest.Events.V1.Subscription.FetchSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read an Event for a Subscription. </summary>
            <param name="options"> Fetch SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.FetchAsync(Twilio.Rest.Events.V1.Subscription.FetchSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Read an Event for a Subscription. </summary>
            <param name="options"> Fetch SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Read an Event for a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Read an Event for a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Read(Twilio.Rest.Events.V1.Subscription.ReadSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Subscribed Event types for a Subscription. </summary>
            <param name="options"> Read SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.ReadAsync(Twilio.Rest.Events.V1.Subscription.ReadSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Subscribed Event types for a Subscription. </summary>
            <param name="options"> Read SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Subscribed Event types for a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Subscribed Event types for a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.NextPage(Twilio.Base.Page{Twilio.Rest.Events.V1.Subscription.SubscribedEventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Events.V1.Subscription.SubscribedEventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Update(Twilio.Rest.Events.V1.Subscription.UpdateSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Event for a Subscription. </summary>
            <param name="options"> Update SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.UpdateAsync(Twilio.Rest.Events.V1.Subscription.UpdateSubscribedEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Event for a Subscription. </summary>
            <param name="options"> Update SubscribedEvent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Update(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Event for a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
            <param name="schemaVersion"> The schema version that the Subscription should use. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Event for a Subscription. </summary>
            <param name="pathSubscriptionSid"> The unique SID identifier of the Subscription. </param>
            <param name="pathType"> Type of event being subscribed to. </param>
            <param name="schemaVersion"> The schema version that the Subscription should use. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedEvent </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SubscribedEventResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SubscribedEventResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Type">
            <summary> Type of event being subscribed to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.SchemaVersion">
            <summary> The schema version that the Subscription should use. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.SubscriptionSid">
            <summary> The unique SID identifier of the Subscription. </summary> 
        </member>
        <member name="P:Twilio.Rest.Events.V1.Subscription.SubscribedEventResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions">
            <summary> Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.CategorySid">
            <summary> The SID of the category  </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.CategoryName">
            <summary> The name of the category </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.SegmentId">
            <summary> Segment Id of the conversation </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.AgentId">
            <summary> The id of the Agent </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.Offset">
            <summary> The offset of the conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.MetricId">
            <summary> The question SID selected for assessment </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.MetricName">
            <summary> The question name of the assessment </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.AnswerText">
            <summary> The answer text selected by user </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.AnswerId">
            <summary> The id of the answer selected by user </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.QuestionnaireSid">
            <summary> Questionnaire SID of the associated question </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.#ctor(System.String,System.String,System.String,System.String,System.Nullable{System.Decimal},System.String,System.String,System.String,System.String,System.String)">
            <summary> Construct a new CreateInsightsAssessmentsOptions </summary>
            <param name="categorySid"> The SID of the category  </param>
            <param name="categoryName"> The name of the category </param>
            <param name="segmentId"> Segment Id of the conversation </param>
            <param name="agentId"> The id of the Agent </param>
            <param name="offset"> The offset of the conversation. </param>
            <param name="metricId"> The question SID selected for assessment </param>
            <param name="metricName"> The question name of the assessment </param>
            <param name="answerText"> The answer text selected by user </param>
            <param name="answerId"> The id of the answer selected by user </param>
            <param name="questionnaireSid"> Questionnaire SID of the associated question </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadAssessmentsOptions">
            <summary> Get assessments done for a conversation by logged in user </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadAssessmentsOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadAssessmentsOptions.SegmentId">
            <summary> The id of the segment. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadAssessmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadAssessmentsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions">
            <summary> Update a specific Assessment assessed earlier </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions.PathAssessmentSid">
            <summary> The SID of the assessment to be modified </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions.Offset">
            <summary> The offset of the conversation </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions.AnswerText">
            <summary> The answer text selected by user </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions.AnswerId">
            <summary> The id of the answer selected by user </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions.#ctor(System.String,System.Nullable{System.Decimal},System.String,System.String)">
            <summary> Construct a new UpdateInsightsAssessmentsOptions </summary>
            <param name="pathAssessmentSid"> The SID of the assessment to be modified </param>
            <param name="offset"> The offset of the conversation </param>
            <param name="answerText"> The answer text selected by user </param>
            <param name="answerId"> The id of the answer selected by user </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.Create(Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question. </summary>
            <param name="options"> Create Assessments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateAssessmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question. </summary>
            <param name="options"> Create Assessments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.Create(System.String,System.String,System.String,System.String,System.Nullable{System.Decimal},System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question. </summary>
            <param name="categorySid"> The SID of the category  </param>
            <param name="categoryName"> The name of the category </param>
            <param name="segmentId"> Segment Id of the conversation </param>
            <param name="agentId"> The id of the Agent </param>
            <param name="offset"> The offset of the conversation. </param>
            <param name="metricId"> The question SID selected for assessment </param>
            <param name="metricName"> The question name of the assessment </param>
            <param name="answerText"> The answer text selected by user </param>
            <param name="answerId"> The id of the answer selected by user </param>
            <param name="questionnaireSid"> Questionnaire SID of the associated question </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.CreateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Decimal},System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question. </summary>
            <param name="categorySid"> The SID of the category  </param>
            <param name="categoryName"> The name of the category </param>
            <param name="segmentId"> Segment Id of the conversation </param>
            <param name="agentId"> The id of the Agent </param>
            <param name="offset"> The offset of the conversation. </param>
            <param name="metricId"> The question SID selected for assessment </param>
            <param name="metricName"> The question name of the assessment </param>
            <param name="answerText"> The answer text selected by user </param>
            <param name="answerId"> The id of the answer selected by user </param>
            <param name="questionnaireSid"> Questionnaire SID of the associated question </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.Read(Twilio.Rest.FlexApi.V1.ReadAssessmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get assessments done for a conversation by logged in user </summary>
            <param name="options"> Read Assessments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadAssessmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get assessments done for a conversation by logged in user </summary>
            <param name="options"> Read Assessments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get assessments done for a conversation by logged in user </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="segmentId"> The id of the segment. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get assessments done for a conversation by logged in user </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="segmentId"> The id of the segment. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.AssessmentsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.AssessmentsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.Update(Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Assessment assessed earlier </summary>
            <param name="options"> Update Assessments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdateAssessmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Assessment assessed earlier </summary>
            <param name="options"> Update Assessments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.Update(System.String,System.Nullable{System.Decimal},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Assessment assessed earlier </summary>
            <param name="pathAssessmentSid"> The SID of the assessment to be modified </param>
            <param name="offset"> The offset of the conversation </param>
            <param name="answerText"> The answer text selected by user </param>
            <param name="answerId"> The id of the answer selected by user </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.UpdateAsync(System.String,System.Nullable{System.Decimal},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Assessment assessed earlier </summary>
            <param name="pathAssessmentSid"> The SID of the assessment to be modified </param>
            <param name="offset"> The offset of the conversation </param>
            <param name="answerText"> The answer text selected by user </param>
            <param name="answerId"> The id of the answer selected by user </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Assessments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AssessmentsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AssessmentsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.AssessmentsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.AssessmentSid">
            <summary> The SID of the assessment </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.Offset">
            <summary> Offset of the conversation </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.Report">
            <summary> The flag indicating if this assessment is part of report  </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.Weight">
            <summary> The weightage given to this comment </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.AgentId">
            <summary> The id of the Agent </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.SegmentId">
            <summary> Segment Id of conversation </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.UserName">
            <summary> The name of the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.UserEmail">
            <summary> The email id of the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.AnswerText">
            <summary> The answer text selected by user </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.AnswerId">
            <summary> The id of the answer selected by user </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.Assessment">
            <summary> Assessment Details associated with an assessment </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.Timestamp">
            <summary> The timestamp </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.AssessmentsResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateChannelOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.FlexFlowSid">
            <summary> The SID of the Flex Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's chat User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.ChatUserFriendlyName">
            <summary> The chat participant's friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.ChatFriendlyName">
            <summary> The chat channel's friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.Target">
            <summary> The Target Contact Identity, for example the phone number of an SMS. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.ChatUniqueName">
            <summary> The chat channel's unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.PreEngagementData">
            <summary> The pre-engagement data. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.TaskSid" -->
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.TaskAttributes">
            <summary> The Task attributes to be added for the TaskRouter Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateChannelOptions.LongLived">
            <summary> Whether to create the channel as long-lived. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateChannelOptions.#ctor(System.String,System.String,System.String,System.String)">
            <summary> Construct a new CreateChannelOptions </summary>
            <param name="flexFlowSid"> The SID of the Flex Flow. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's chat User. </param>
            <param name="chatUserFriendlyName"> The chat participant's friendly name. </param>
            <param name="chatFriendlyName"> The chat channel's friendly name. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.DeleteChannelOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteChannelOptions.PathSid">
            <summary> The SID of the Flex chat channel resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteChannelOptions.#ctor(System.String)">
            <summary> Construct a new DeleteChannelOptions </summary>
            <param name="pathSid"> The SID of the Flex chat channel resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchChannelOptions.PathSid">
            <summary> The SID of the Flex chat channel resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchChannelOptions.#ctor(System.String)">
            <summary> Construct a new FetchChannelOptions </summary>
            <param name="pathSid"> The SID of the Flex chat channel resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadChannelOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.Create(Twilio.Rest.FlexApi.V1.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.FlexApi.V1.ChannelResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.FlexApi.V1.ChannelResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.BuildDeleteRequest(Twilio.Rest.FlexApi.V1.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.Delete(Twilio.Rest.FlexApi.V1.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.DeleteAsync(Twilio.Rest.FlexApi.V1.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Flex chat channel resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Flex chat channel resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.Fetch(Twilio.Rest.FlexApi.V1.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex chat channel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex chat channel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.Read(Twilio.Rest.FlexApi.V1.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Channel resource and owns this Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ChannelResource.FlexFlowSid">
            <summary> The SID of the Flex Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ChannelResource.Sid">
            <summary> The unique string that we created to identify the Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ChannelResource.UserSid">
            <summary> The SID of the chat user. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.FlexApi.V1.ChannelResource.TaskSid" -->
        <member name="P:Twilio.Rest.FlexApi.V1.ChannelResource.Url">
            <summary> The absolute URL of the Flex chat channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ChannelResource.DateCreated">
            <summary> The date and time in GMT when the Flex chat channel was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ChannelResource.DateUpdated">
            <summary> The date and time in GMT when the Flex chat channel was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchConfigurationOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchConfigurationOptions.UiVersion">
            <summary> The Pinned UI version of the Configuration resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdateConfigurationOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateConfigurationOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.Fetch(Twilio.Rest.FlexApi.V1.FetchConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="uiVersion"> The Pinned UI version of the Configuration resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="uiVersion"> The Pinned UI version of the Configuration resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.Update(Twilio.Rest.FlexApi.V1.UpdateConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdateConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Configuration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.Update(Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.UpdateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Configuration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Configuration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.DateCreated">
            <summary> The date and time in GMT when the Configuration resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.DateUpdated">
            <summary> The date and time in GMT when the Configuration resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.Attributes">
            <summary> An object that contains application-specific data. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.TaskrouterWorkspaceSid">
            <summary> The SID of the TaskRouter Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.TaskrouterTargetWorkflowSid">
            <summary> The SID of the TaskRouter target Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.TaskrouterTargetTaskqueueSid">
            <summary> The SID of the TaskRouter Target TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.TaskrouterTaskqueues">
            <summary> The list of TaskRouter TaskQueues. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.TaskrouterSkills">
            <summary> The Skill description for TaskRouter workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.TaskrouterWorkerChannels">
            <summary> The TaskRouter default channel capacities and availability for workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.TaskrouterWorkerAttributes">
            <summary> The TaskRouter Worker attributes. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.TaskrouterOfflineActivitySid">
            <summary> The TaskRouter SID of the offline activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.RuntimeDomain">
            <summary> The URL where the Flex instance is hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.MessagingServiceInstanceSid">
            <summary> The SID of the Messaging service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.ChatServiceInstanceSid">
            <summary> The SID of the chat service this user belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.FlexServiceInstanceSid">
            <summary> The SID of the Flex service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.FlexInstanceSid">
            <summary> The SID of the Flex instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.UiLanguage">
            <summary> The primary language of the Flex UI. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.UiAttributes">
            <summary> The object that describes Flex UI characteristics and settings. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.UiDependencies">
            <summary> The object that defines the NPM packages and versions to be used in Hosted Flex. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.UiVersion">
            <summary> The Pinned UI version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.ServiceVersion">
            <summary> The Flex Service version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.CallRecordingEnabled">
            <summary> Whether call recording is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.CallRecordingWebhookUrl">
            <summary> The call recording webhook URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.CrmEnabled">
            <summary> Whether CRM is present for Flex. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.CrmType">
            <summary> The CRM type. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.CrmCallbackUrl">
            <summary> The CRM Callback URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.CrmFallbackUrl">
            <summary> The CRM Fallback URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.CrmAttributes">
            <summary> An object that contains the CRM attributes. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.PublicAttributes">
            <summary> The list of public attributes, which are visible to unauthenticated clients. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.PluginServiceEnabled">
            <summary> Whether the plugin service enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.PluginServiceAttributes">
            <summary> The plugin service attributes. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.Integrations">
            <summary> A list of objects that contain the configurations for the Integrations supported in this configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.OutboundCallFlows">
            <summary> The list of outbound call flows. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.ServerlessServiceSids">
            <summary> The list of serverless service SIDs. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.QueueStatsConfiguration">
            <summary> Configurable parameters for Queues Statistics. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.Notifications">
            <summary> Configurable parameters for Notifications. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.Markdown">
            <summary> Configurable parameters for Markdown. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.Url">
            <summary> The absolute URL of the Configuration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.FlexInsightsHr">
            <summary> Object with enabled/disabled flag with list of workspaces. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.FlexInsightsDrilldown">
            <summary> Setting this to true will redirect Flex UI to the URL set in flex_url </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.FlexUrl">
            <summary> URL to redirect to in case drilldown is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.ChannelConfigs">
            <summary> Settings for different limits for Flex Conversations channels attachments. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.DebuggerIntegration">
            <summary> Configurable parameters for Debugger Integration. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.FlexUiStatusReport">
            <summary> Configurable parameters for Flex UI Status report. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.AgentConvEndMethods">
            <summary> Agent conversation end methods. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.CitrixVoiceVdi">
            <summary> Citrix voice vdi configuration and settings. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ConfigurationResource.OfflineConfig">
            <summary> Presence and presence ttl configuration </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Flex Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.ChatServiceSid">
            <summary> The SID of the chat service. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.ContactIdentity">
            <summary> The channel contact's Identity. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.Enabled">
            <summary> Whether the new Flex Flow is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationFlowSid">
            <summary> The SID of the Studio Flow. Required when `integrationType` is `studio`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationUrl">
            <summary> The URL of the external webhook. Required when `integrationType` is `external`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationWorkspaceSid">
            <summary> The Workspace SID for a new Task. Required when `integrationType` is `task`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationWorkflowSid">
            <summary> The Workflow SID for a new Task. Required when `integrationType` is `task`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationChannel">
            <summary> The Task Channel SID (TCXXXX) or unique name (e.g., `sms`) to use for the Task that will be created. Applicable and required when `integrationType` is `task`. The default value is `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationTimeout">
            <summary> The Task timeout in seconds for a new Task. Default is 86,400 seconds (24 hours). Optional when `integrationType` is `task`, not applicable otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationPriority">
            <summary> The Task priority of a new Task. The default priority is 0. Optional when `integrationType` is `task`, not applicable otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationCreationOnMessage">
            <summary> In the context of outbound messaging, defines whether to create a Task immediately (and therefore reserve the conversation to current agent), or delay Task creation until the customer sends the first response. Set to false to create immediately, true to delay Task creation. This setting is only applicable for outbound messaging. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.LongLived">
            <summary> When enabled, Flex will keep the chat channel active so that it may be used for subsequent interactions with a contact identity. Defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.JanitorEnabled">
            <summary> When enabled, the Messaging Channel Janitor will remove active Proxy sessions if the associated Task is deleted outside of the Flex UI. Defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.IntegrationRetryCount">
            <summary> The number of times to retry the Studio Flow or webhook in case of failure. Takes integer values from 0 to 3 with the default being 3. Optional when `integrationType` is `studio` or `external`, not applicable otherwise. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.#ctor(System.String,System.String,Twilio.Rest.FlexApi.V1.FlexFlowResource.ChannelTypeEnum)">
            <summary> Construct a new CreateFlexFlowOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the Flex Flow resource. </param>
            <param name="chatServiceSid"> The SID of the chat service. </param>
            <param name="channelType">  </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.DeleteFlexFlowOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteFlexFlowOptions.PathSid">
            <summary> The SID of the Flex Flow resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteFlexFlowOptions.#ctor(System.String)">
            <summary> Construct a new DeleteFlexFlowOptions </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteFlexFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchFlexFlowOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchFlexFlowOptions.PathSid">
            <summary> The SID of the Flex Flow resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchFlexFlowOptions.#ctor(System.String)">
            <summary> Construct a new FetchFlexFlowOptions </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchFlexFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadFlexFlowOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadFlexFlowOptions.FriendlyName">
            <summary> The `friendly_name` of the Flex Flow resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadFlexFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.PathSid">
            <summary> The SID of the Flex Flow resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Flex Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.ChatServiceSid">
            <summary> The SID of the chat service. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.ContactIdentity">
            <summary> The channel contact's Identity. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.Enabled">
            <summary> Whether the new Flex Flow is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationFlowSid">
            <summary> The SID of the Studio Flow. Required when `integrationType` is `studio`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationUrl">
            <summary> The URL of the external webhook. Required when `integrationType` is `external`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationWorkspaceSid">
            <summary> The Workspace SID for a new Task. Required when `integrationType` is `task`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationWorkflowSid">
            <summary> The Workflow SID for a new Task. Required when `integrationType` is `task`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationChannel">
            <summary> The Task Channel SID (TCXXXX) or unique name (e.g., `sms`) to use for the Task that will be created. Applicable and required when `integrationType` is `task`. The default value is `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationTimeout">
            <summary> The Task timeout in seconds for a new Task. Default is 86,400 seconds (24 hours). Optional when `integrationType` is `task`, not applicable otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationPriority">
            <summary> The Task priority of a new Task. The default priority is 0. Optional when `integrationType` is `task`, not applicable otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationCreationOnMessage">
            <summary> In the context of outbound messaging, defines whether to create a Task immediately (and therefore reserve the conversation to current agent), or delay Task creation until the customer sends the first response. Set to false to create immediately, true to delay Task creation. This setting is only applicable for outbound messaging. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.LongLived">
            <summary> When enabled, Flex will keep the chat channel active so that it may be used for subsequent interactions with a contact identity. Defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.JanitorEnabled">
            <summary> When enabled, the Messaging Channel Janitor will remove active Proxy sessions if the associated Task is deleted outside of the Flex UI. Defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.IntegrationRetryCount">
            <summary> The number of times to retry the Studio Flow or webhook in case of failure. Takes integer values from 0 to 3 with the default being 3. Optional when `integrationType` is `studio` or `external`, not applicable otherwise. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.#ctor(System.String)">
            <summary> Construct a new UpdateFlexFlowOptions </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Create(Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Create(System.String,System.String,Twilio.Rest.FlexApi.V1.FlexFlowResource.ChannelTypeEnum,System.String,System.Nullable{System.Boolean},Twilio.Rest.FlexApi.V1.FlexFlowResource.IntegrationTypeEnum,System.String,System.Uri,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the Flex Flow resource. </param>
            <param name="chatServiceSid"> The SID of the chat service. </param>
            <param name="channelType">  </param>
            <param name="contactIdentity"> The channel contact's Identity. </param>
            <param name="enabled"> Whether the new Flex Flow is enabled. </param>
            <param name="integrationType">  </param>
            <param name="integrationFlowSid"> The SID of the Studio Flow. Required when `integrationType` is `studio`. </param>
            <param name="integrationUrl"> The URL of the external webhook. Required when `integrationType` is `external`. </param>
            <param name="integrationWorkspaceSid"> The Workspace SID for a new Task. Required when `integrationType` is `task`. </param>
            <param name="integrationWorkflowSid"> The Workflow SID for a new Task. Required when `integrationType` is `task`. </param>
            <param name="integrationChannel"> The Task Channel SID (TCXXXX) or unique name (e.g., `sms`) to use for the Task that will be created. Applicable and required when `integrationType` is `task`. The default value is `default`. </param>
            <param name="integrationTimeout"> The Task timeout in seconds for a new Task. Default is 86,400 seconds (24 hours). Optional when `integrationType` is `task`, not applicable otherwise. </param>
            <param name="integrationPriority"> The Task priority of a new Task. The default priority is 0. Optional when `integrationType` is `task`, not applicable otherwise. </param>
            <param name="integrationCreationOnMessage"> In the context of outbound messaging, defines whether to create a Task immediately (and therefore reserve the conversation to current agent), or delay Task creation until the customer sends the first response. Set to false to create immediately, true to delay Task creation. This setting is only applicable for outbound messaging. </param>
            <param name="longLived"> When enabled, Flex will keep the chat channel active so that it may be used for subsequent interactions with a contact identity. Defaults to `false`. </param>
            <param name="janitorEnabled"> When enabled, the Messaging Channel Janitor will remove active Proxy sessions if the associated Task is deleted outside of the Flex UI. Defaults to `false`. </param>
            <param name="integrationRetryCount"> The number of times to retry the Studio Flow or webhook in case of failure. Takes integer values from 0 to 3 with the default being 3. Optional when `integrationType` is `studio` or `external`, not applicable otherwise. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.CreateAsync(System.String,System.String,Twilio.Rest.FlexApi.V1.FlexFlowResource.ChannelTypeEnum,System.String,System.Nullable{System.Boolean},Twilio.Rest.FlexApi.V1.FlexFlowResource.IntegrationTypeEnum,System.String,System.Uri,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the Flex Flow resource. </param>
            <param name="chatServiceSid"> The SID of the chat service. </param>
            <param name="channelType">  </param>
            <param name="contactIdentity"> The channel contact's Identity. </param>
            <param name="enabled"> Whether the new Flex Flow is enabled. </param>
            <param name="integrationType">  </param>
            <param name="integrationFlowSid"> The SID of the Studio Flow. Required when `integrationType` is `studio`. </param>
            <param name="integrationUrl"> The URL of the external webhook. Required when `integrationType` is `external`. </param>
            <param name="integrationWorkspaceSid"> The Workspace SID for a new Task. Required when `integrationType` is `task`. </param>
            <param name="integrationWorkflowSid"> The Workflow SID for a new Task. Required when `integrationType` is `task`. </param>
            <param name="integrationChannel"> The Task Channel SID (TCXXXX) or unique name (e.g., `sms`) to use for the Task that will be created. Applicable and required when `integrationType` is `task`. The default value is `default`. </param>
            <param name="integrationTimeout"> The Task timeout in seconds for a new Task. Default is 86,400 seconds (24 hours). Optional when `integrationType` is `task`, not applicable otherwise. </param>
            <param name="integrationPriority"> The Task priority of a new Task. The default priority is 0. Optional when `integrationType` is `task`, not applicable otherwise. </param>
            <param name="integrationCreationOnMessage"> In the context of outbound messaging, defines whether to create a Task immediately (and therefore reserve the conversation to current agent), or delay Task creation until the customer sends the first response. Set to false to create immediately, true to delay Task creation. This setting is only applicable for outbound messaging. </param>
            <param name="longLived"> When enabled, Flex will keep the chat channel active so that it may be used for subsequent interactions with a contact identity. Defaults to `false`. </param>
            <param name="janitorEnabled"> When enabled, the Messaging Channel Janitor will remove active Proxy sessions if the associated Task is deleted outside of the Flex UI. Defaults to `false`. </param>
            <param name="integrationRetryCount"> The number of times to retry the Studio Flow or webhook in case of failure. Takes integer values from 0 to 3 with the default being 3. Optional when `integrationType` is `studio` or `external`, not applicable otherwise. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.BuildDeleteRequest(Twilio.Rest.FlexApi.V1.DeleteFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Delete(Twilio.Rest.FlexApi.V1.DeleteFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.DeleteAsync(Twilio.Rest.FlexApi.V1.DeleteFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Fetch(Twilio.Rest.FlexApi.V1.FetchFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Read(Twilio.Rest.FlexApi.V1.ReadFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="friendlyName"> The `friendly_name` of the Flex Flow resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="friendlyName"> The `friendly_name` of the Flex Flow resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.FlexFlowResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.FlexFlowResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Update(Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdateFlexFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update FlexFlow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.Update(System.String,System.String,System.String,Twilio.Rest.FlexApi.V1.FlexFlowResource.ChannelTypeEnum,System.String,System.Nullable{System.Boolean},Twilio.Rest.FlexApi.V1.FlexFlowResource.IntegrationTypeEnum,System.String,System.Uri,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Flex Flow resource. </param>
            <param name="chatServiceSid"> The SID of the chat service. </param>
            <param name="channelType">  </param>
            <param name="contactIdentity"> The channel contact's Identity. </param>
            <param name="enabled"> Whether the new Flex Flow is enabled. </param>
            <param name="integrationType">  </param>
            <param name="integrationFlowSid"> The SID of the Studio Flow. Required when `integrationType` is `studio`. </param>
            <param name="integrationUrl"> The URL of the external webhook. Required when `integrationType` is `external`. </param>
            <param name="integrationWorkspaceSid"> The Workspace SID for a new Task. Required when `integrationType` is `task`. </param>
            <param name="integrationWorkflowSid"> The Workflow SID for a new Task. Required when `integrationType` is `task`. </param>
            <param name="integrationChannel"> The Task Channel SID (TCXXXX) or unique name (e.g., `sms`) to use for the Task that will be created. Applicable and required when `integrationType` is `task`. The default value is `default`. </param>
            <param name="integrationTimeout"> The Task timeout in seconds for a new Task. Default is 86,400 seconds (24 hours). Optional when `integrationType` is `task`, not applicable otherwise. </param>
            <param name="integrationPriority"> The Task priority of a new Task. The default priority is 0. Optional when `integrationType` is `task`, not applicable otherwise. </param>
            <param name="integrationCreationOnMessage"> In the context of outbound messaging, defines whether to create a Task immediately (and therefore reserve the conversation to current agent), or delay Task creation until the customer sends the first response. Set to false to create immediately, true to delay Task creation. This setting is only applicable for outbound messaging. </param>
            <param name="longLived"> When enabled, Flex will keep the chat channel active so that it may be used for subsequent interactions with a contact identity. Defaults to `false`. </param>
            <param name="janitorEnabled"> When enabled, the Messaging Channel Janitor will remove active Proxy sessions if the associated Task is deleted outside of the Flex UI. Defaults to `false`. </param>
            <param name="integrationRetryCount"> The number of times to retry the Studio Flow or webhook in case of failure. Takes integer values from 0 to 3 with the default being 3. Optional when `integrationType` is `studio` or `external`, not applicable otherwise. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.FlexApi.V1.FlexFlowResource.ChannelTypeEnum,System.String,System.Nullable{System.Boolean},Twilio.Rest.FlexApi.V1.FlexFlowResource.IntegrationTypeEnum,System.String,System.Uri,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Flex Flow resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Flex Flow resource. </param>
            <param name="chatServiceSid"> The SID of the chat service. </param>
            <param name="channelType">  </param>
            <param name="contactIdentity"> The channel contact's Identity. </param>
            <param name="enabled"> Whether the new Flex Flow is enabled. </param>
            <param name="integrationType">  </param>
            <param name="integrationFlowSid"> The SID of the Studio Flow. Required when `integrationType` is `studio`. </param>
            <param name="integrationUrl"> The URL of the external webhook. Required when `integrationType` is `external`. </param>
            <param name="integrationWorkspaceSid"> The Workspace SID for a new Task. Required when `integrationType` is `task`. </param>
            <param name="integrationWorkflowSid"> The Workflow SID for a new Task. Required when `integrationType` is `task`. </param>
            <param name="integrationChannel"> The Task Channel SID (TCXXXX) or unique name (e.g., `sms`) to use for the Task that will be created. Applicable and required when `integrationType` is `task`. The default value is `default`. </param>
            <param name="integrationTimeout"> The Task timeout in seconds for a new Task. Default is 86,400 seconds (24 hours). Optional when `integrationType` is `task`, not applicable otherwise. </param>
            <param name="integrationPriority"> The Task priority of a new Task. The default priority is 0. Optional when `integrationType` is `task`, not applicable otherwise. </param>
            <param name="integrationCreationOnMessage"> In the context of outbound messaging, defines whether to create a Task immediately (and therefore reserve the conversation to current agent), or delay Task creation until the customer sends the first response. Set to false to create immediately, true to delay Task creation. This setting is only applicable for outbound messaging. </param>
            <param name="longLived"> When enabled, Flex will keep the chat channel active so that it may be used for subsequent interactions with a contact identity. Defaults to `false`. </param>
            <param name="janitorEnabled"> When enabled, the Messaging Channel Janitor will remove active Proxy sessions if the associated Task is deleted outside of the Flex UI. Defaults to `false`. </param>
            <param name="integrationRetryCount"> The number of times to retry the Studio Flow or webhook in case of failure. Takes integer values from 0 to 3 with the default being 3. Optional when `integrationType` is `studio` or `external`, not applicable otherwise. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexFlow </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FlexFlowResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FlexFlowResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FlexFlowResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Flow resource and owns this Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.Sid">
            <summary> The unique string that we created to identify the Flex Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.ChatServiceSid">
            <summary> The SID of the chat service. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.ContactIdentity">
            <summary> The channel contact's Identity. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.Enabled">
            <summary> Whether the Flex Flow is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.Integration">
            <summary> An object that contains specific parameters for the integration. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.LongLived">
            <summary> When enabled, Flex will keep the chat channel active so that it may be used for subsequent interactions with a contact identity. Defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.JanitorEnabled">
            <summary> When enabled, the Messaging Channel Janitor will remove active Proxy sessions if the associated Task is deleted outside of the Flex UI. Defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FlexFlowResource.Url">
            <summary> The absolute URL of the Flex Flow resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions">
            <summary> To create a comment assessment for a conversation </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.CategoryId">
            <summary> The ID of the category </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.CategoryName">
            <summary> The name of the category </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.Comment">
            <summary> The Assessment comment. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.SegmentId">
            <summary> The id of the segment. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.AgentId">
            <summary> The id of the agent. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.Offset">
            <summary> The offset </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.#ctor(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Decimal})">
            <summary> Construct a new CreateInsightsAssessmentsCommentOptions </summary>
            <param name="categoryId"> The ID of the category </param>
            <param name="categoryName"> The name of the category </param>
            <param name="comment"> The Assessment comment. </param>
            <param name="segmentId"> The id of the segment. </param>
            <param name="agentId"> The id of the agent. </param>
            <param name="offset"> The offset </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadInsightsAssessmentsCommentOptions">
            <summary> To create a comment assessment for a conversation </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsAssessmentsCommentOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsAssessmentsCommentOptions.SegmentId">
            <summary> The id of the segment. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsAssessmentsCommentOptions.AgentId">
            <summary> The id of the agent. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsAssessmentsCommentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsAssessmentsCommentOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Create(Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a comment assessment for a conversation </summary>
            <param name="options"> Create InsightsAssessmentsComment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsAssessmentsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateInsightsAssessmentsCommentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a comment assessment for a conversation </summary>
            <param name="options"> Create InsightsAssessmentsComment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsAssessmentsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Create(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Decimal},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a comment assessment for a conversation </summary>
            <param name="categoryId"> The ID of the category </param>
            <param name="categoryName"> The name of the category </param>
            <param name="comment"> The Assessment comment. </param>
            <param name="segmentId"> The id of the segment. </param>
            <param name="agentId"> The id of the agent. </param>
            <param name="offset"> The offset </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsAssessmentsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Decimal},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a comment assessment for a conversation </summary>
            <param name="categoryId"> The ID of the category </param>
            <param name="categoryName"> The name of the category </param>
            <param name="comment"> The Assessment comment. </param>
            <param name="segmentId"> The id of the segment. </param>
            <param name="agentId"> The id of the agent. </param>
            <param name="offset"> The offset </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsAssessmentsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Read(Twilio.Rest.FlexApi.V1.ReadInsightsAssessmentsCommentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a comment assessment for a conversation </summary>
            <param name="options"> Read InsightsAssessmentsComment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsAssessmentsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadInsightsAssessmentsCommentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a comment assessment for a conversation </summary>
            <param name="options"> Read InsightsAssessmentsComment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsAssessmentsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To create a comment assessment for a conversation </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="segmentId"> The id of the segment. </param>
            <param name="agentId"> The id of the agent. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsAssessmentsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To create a comment assessment for a conversation </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="segmentId"> The id of the segment. </param>
            <param name="agentId"> The id of the agent. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsAssessmentsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsAssessmentsCommentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsAssessmentsCommentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.AssessmentSid">
            <summary> The SID of the assessment. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Comment">
            <summary> The comment added for assessment. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Offset">
            <summary> The offset </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Report">
            <summary> The flag indicating if this assessment is part of report  </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Weight">
            <summary> The weightage given to this comment </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.AgentId">
            <summary> The id of the agent. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.SegmentId">
            <summary> The id of the segment. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.UserName">
            <summary> The name of the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.UserEmail">
            <summary> The email id of the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Timestamp">
            <summary> The timestamp when the record is inserted </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsAssessmentsCommentResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadInsightsConversationsOptions">
            <summary> To get conversation with segment id </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsConversationsOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsConversationsOptions.SegmentId">
            <summary> Unique Id of the segment for which conversation details needs to be fetched </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsConversationsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsConversationsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.Read(Twilio.Rest.FlexApi.V1.ReadInsightsConversationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get conversation with segment id </summary>
            <param name="options"> Read InsightsConversations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsConversations </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadInsightsConversationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get conversation with segment id </summary>
            <param name="options"> Read InsightsConversations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsConversations </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get conversation with segment id </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="segmentId"> Unique Id of the segment for which conversation details needs to be fetched </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsConversations </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get conversation with segment id </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="segmentId"> Unique Id of the segment for which conversation details needs to be fetched </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsConversations </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsConversationsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsConversationsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsConversationsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsConversationsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.AccountId">
            <summary> The id of the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.ConversationId">
            <summary> The unique id of the conversation </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.SegmentCount">
            <summary> The count of segments for a conversation </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsConversationsResource.Segments">
            <summary> The Segments of a conversation </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesCategoryOptions">
            <summary> To create a category for Questions </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesCategoryOptions.Name">
            <summary> The name of this category. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesCategoryOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesCategoryOptions.#ctor(System.String)">
            <summary> Construct a new CreateInsightsQuestionnairesCategoryOptions </summary>
            <param name="name"> The name of this category. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesCategoryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesCategoryOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions.PathCategorySid">
            <summary> The SID of the category to be deleted </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions.#ctor(System.String)">
            <summary> Construct a new DeleteInsightsQuestionnairesCategoryOptions </summary>
            <param name="pathCategorySid"> The SID of the category to be deleted </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesCategoryOptions">
            <summary> To get all the categories </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesCategoryOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesCategoryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesCategoryOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions">
            <summary> To update the category for Questions </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions.PathCategorySid">
            <summary> The SID of the category to be updated </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions.Name">
            <summary> The name of this category. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateInsightsQuestionnairesCategoryOptions </summary>
            <param name="pathCategorySid"> The SID of the category to be updated </param>
            <param name="name"> The name of this category. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Create(Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a category for Questions </summary>
            <param name="options"> Create InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a category for Questions </summary>
            <param name="options"> Create InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a category for Questions </summary>
            <param name="name"> The name of this category. </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a category for Questions </summary>
            <param name="name"> The name of this category. </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.BuildDeleteRequest(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Delete(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.DeleteAsync(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathCategorySid"> The SID of the category to be deleted </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathCategorySid"> The SID of the category to be deleted </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Read(Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get all the categories </summary>
            <param name="options"> Read InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get all the categories </summary>
            <param name="options"> Read InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get all the categories </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get all the categories </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Update(Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the category for Questions </summary>
            <param name="options"> Update InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesCategoryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the category for Questions </summary>
            <param name="options"> Update InsightsQuestionnairesCategory parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the category for Questions </summary>
            <param name="pathCategorySid"> The SID of the category to be updated </param>
            <param name="name"> The name of this category. </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the category for Questions </summary>
            <param name="pathCategorySid"> The SID of the category to be updated </param>
            <param name="name"> The name of this category. </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesCategory </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsQuestionnairesCategoryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsQuestionnairesCategoryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.CategorySid">
            <summary> The SID of the category </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Name">
            <summary> The name of this category. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesCategoryResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions">
            <summary> To create a Questionnaire </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions.Name">
            <summary> The name of this questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions.Description">
            <summary> The description of this questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions.Active">
            <summary> The flag to enable or disable questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions.QuestionSids">
            <summary> The list of questions sids under a questionnaire </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions.#ctor(System.String)">
            <summary> Construct a new CreateInsightsQuestionnairesOptions </summary>
            <param name="name"> The name of this questionnaire </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions">
            <summary> To delete the questionnaire </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions.PathQuestionnaireSid">
            <summary> The SID of the questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions.#ctor(System.String)">
            <summary> Construct a new DeleteInsightsQuestionnairesOptions </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchInsightsQuestionnairesOptions">
            <summary> To get the Questionnaire Detail </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchInsightsQuestionnairesOptions.PathQuestionnaireSid">
            <summary> The SID of the questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchInsightsQuestionnairesOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsQuestionnairesOptions.#ctor(System.String)">
            <summary> Construct a new FetchInsightsQuestionnairesOptions </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsQuestionnairesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsQuestionnairesOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesOptions">
            <summary> To get all questionnaires with questions </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesOptions.IncludeInactive">
            <summary> Flag indicating whether to include inactive questionnaires or not </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions">
            <summary> To update the questionnaire </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.PathQuestionnaireSid">
            <summary> The SID of the questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.Active">
            <summary> The flag to enable or disable questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.Name">
            <summary> The name of this questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.Description">
            <summary> The description of this questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.QuestionSids">
            <summary> The list of questions sids under a questionnaire </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.#ctor(System.String,System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateInsightsQuestionnairesOptions </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
            <param name="active"> The flag to enable or disable questionnaire </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions">
            <summary> To create a question for a Category </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.CategorySid">
            <summary> The SID of the category </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.Question">
            <summary> The question. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.AnswerSetId">
            <summary> The answer_set for the question. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.AllowNa">
            <summary> The flag to enable for disable NA for answer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.Description">
            <summary> The description for the question. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean})">
            <summary> Construct a new CreateInsightsQuestionnairesQuestionOptions </summary>
            <param name="categorySid"> The SID of the category </param>
            <param name="question"> The question. </param>
            <param name="answerSetId"> The answer_set for the question. </param>
            <param name="allowNa"> The flag to enable for disable NA for answer. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions.PathQuestionSid">
            <summary> The SID of the question </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions.#ctor(System.String)">
            <summary> Construct a new DeleteInsightsQuestionnairesQuestionOptions </summary>
            <param name="pathQuestionSid"> The SID of the question </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesQuestionOptions">
            <summary> To get all the question for the given categories </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesQuestionOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesQuestionOptions.CategorySid">
            <summary> The list of category SIDs </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesQuestionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesQuestionOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions">
            <summary> To update the question </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.PathQuestionSid">
            <summary> The SID of the question </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.AllowNa">
            <summary> The flag to enable for disable NA for answer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.CategorySid">
            <summary> The SID of the category </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.Question">
            <summary> The question. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.Description">
            <summary> The description for the question. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.AnswerSetId">
            <summary> The answer_set for the question. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.#ctor(System.String,System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateInsightsQuestionnairesQuestionOptions </summary>
            <param name="pathQuestionSid"> The SID of the question </param>
            <param name="allowNa"> The flag to enable for disable NA for answer. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Create(Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a question for a Category </summary>
            <param name="options"> Create InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a question for a Category </summary>
            <param name="options"> Create InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Create(System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a question for a Category </summary>
            <param name="categorySid"> The SID of the category </param>
            <param name="question"> The question. </param>
            <param name="answerSetId"> The answer_set for the question. </param>
            <param name="allowNa"> The flag to enable for disable NA for answer. </param>
            <param name="description"> The description for the question. </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a question for a Category </summary>
            <param name="categorySid"> The SID of the category </param>
            <param name="question"> The question. </param>
            <param name="answerSetId"> The answer_set for the question. </param>
            <param name="allowNa"> The flag to enable for disable NA for answer. </param>
            <param name="description"> The description for the question. </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.BuildDeleteRequest(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Delete(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.DeleteAsync(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathQuestionSid"> The SID of the question </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathQuestionSid"> The SID of the question </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Read(Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get all the question for the given categories </summary>
            <param name="options"> Read InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get all the question for the given categories </summary>
            <param name="options"> Read InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Read(System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get all the question for the given categories </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="categorySid"> The list of category SIDs </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.ReadAsync(System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get all the question for the given categories </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="categorySid"> The list of category SIDs </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Update(Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the question </summary>
            <param name="options"> Update InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesQuestionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the question </summary>
            <param name="options"> Update InsightsQuestionnairesQuestion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Update(System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the question </summary>
            <param name="pathQuestionSid"> The SID of the question </param>
            <param name="allowNa"> The flag to enable for disable NA for answer. </param>
            <param name="categorySid"> The SID of the category </param>
            <param name="question"> The question. </param>
            <param name="description"> The description for the question. </param>
            <param name="answerSetId"> The answer_set for the question. </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.UpdateAsync(System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the question </summary>
            <param name="pathQuestionSid"> The SID of the question </param>
            <param name="allowNa"> The flag to enable for disable NA for answer. </param>
            <param name="categorySid"> The SID of the category </param>
            <param name="question"> The question. </param>
            <param name="description"> The description for the question. </param>
            <param name="answerSetId"> The answer_set for the question. </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnairesQuestion </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsQuestionnairesQuestionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsQuestionnairesQuestionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.QuestionSid">
            <summary> The SID of the question </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Question">
            <summary> The question. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Description">
            <summary> The description for the question. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Category">
            <summary> The Category for the question. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.AnswerSetId">
            <summary> The answer_set for the question. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.AllowNa">
            <summary> The flag  to enable for disable NA for answer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Usage">
            <summary> Integer value that tells a particular question is used by how many questionnaires </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.AnswerSet">
            <summary> Set of answers for the question </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesQuestionResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Create(Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a Questionnaire </summary>
            <param name="options"> Create InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a Questionnaire </summary>
            <param name="options"> Create InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Create(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a Questionnaire </summary>
            <param name="name"> The name of this questionnaire </param>
            <param name="description"> The description of this questionnaire </param>
            <param name="active"> The flag to enable or disable questionnaire </param>
            <param name="questionSids"> The list of questions sids under a questionnaire </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.CreateAsync(System.String,System.String,System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To create a Questionnaire </summary>
            <param name="name"> The name of this questionnaire </param>
            <param name="description"> The description of this questionnaire </param>
            <param name="active"> The flag to enable or disable questionnaire </param>
            <param name="questionSids"> The list of questions sids under a questionnaire </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.BuildDeleteRequest(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To delete the questionnaire </summary>
            <param name="options"> Delete InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Delete(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To delete the questionnaire </summary>
            <param name="options"> Delete InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.DeleteAsync(Twilio.Rest.FlexApi.V1.DeleteInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To delete the questionnaire </summary>
            <param name="options"> Delete InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To delete the questionnaire </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To delete the questionnaire </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Fetch(Twilio.Rest.FlexApi.V1.FetchInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Questionnaire Detail </summary>
            <param name="options"> Fetch InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Questionnaire Detail </summary>
            <param name="options"> Fetch InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Questionnaire Detail </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Questionnaire Detail </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Read(Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get all questionnaires with questions </summary>
            <param name="options"> Read InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get all questionnaires with questions </summary>
            <param name="options"> Read InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Read(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get all questionnaires with questions </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="includeInactive"> Flag indicating whether to include inactive questionnaires or not </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.ReadAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get all questionnaires with questions </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="includeInactive"> Flag indicating whether to include inactive questionnaires or not </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Update(Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the questionnaire </summary>
            <param name="options"> Update InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdateInsightsQuestionnairesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the questionnaire </summary>
            <param name="options"> Update InsightsQuestionnaires parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Update(System.String,System.Nullable{System.Boolean},System.String,System.String,System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the questionnaire </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
            <param name="active"> The flag to enable or disable questionnaire </param>
            <param name="name"> The name of this questionnaire </param>
            <param name="description"> The description of this questionnaire </param>
            <param name="questionSids"> The list of questions sids under a questionnaire </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.UpdateAsync(System.String,System.Nullable{System.Boolean},System.String,System.String,System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To update the questionnaire </summary>
            <param name="pathQuestionnaireSid"> The SID of the questionnaire </param>
            <param name="active"> The flag to enable or disable questionnaire </param>
            <param name="name"> The name of this questionnaire </param>
            <param name="description"> The description of this questionnaire </param>
            <param name="questionSids"> The list of questions sids under a questionnaire </param>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsQuestionnaires </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsQuestionnairesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsQuestionnairesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.QuestionnaireSid">
            <summary> The sid of this questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Name">
            <summary> The name of this category. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Description">
            <summary> The description of this questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Active">
            <summary> The flag to enable or disable questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Questions">
            <summary> The list of questions with category for a questionnaire </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsQuestionnairesResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadInsightsSegmentsOptions">
            <summary> To get segments for given reservation Ids </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsSegmentsOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsSegmentsOptions.SegmentId">
            <summary> To unique id of the segment </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadInsightsSegmentsOptions.ReservationId">
            <summary> The list of reservation Ids </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsSegmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadInsightsSegmentsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.Read(Twilio.Rest.FlexApi.V1.ReadInsightsSegmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get segments for given reservation Ids </summary>
            <param name="options"> Read InsightsSegments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsSegments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadInsightsSegmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get segments for given reservation Ids </summary>
            <param name="options"> Read InsightsSegments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsSegments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get segments for given reservation Ids </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="segmentId"> To unique id of the segment </param>
            <param name="reservationId"> The list of reservation Ids </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsSegments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> To get segments for given reservation Ids </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="segmentId"> To unique id of the segment </param>
            <param name="reservationId"> The list of reservation Ids </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsSegments </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsSegmentsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.InsightsSegmentsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsSegmentsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsSegmentsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.SegmentId">
            <summary> To unique id of the segment </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.ExternalId">
            <summary> The unique id for the conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.Queue">
            <summary> The queue </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.ExternalContact">
            <summary> The external_contact </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.ExternalSegmentLinkId">
            <summary> The uuid for the external_segment_link. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.Date">
            <summary> The date of the conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AccountId">
            <summary> The unique id for the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.ExternalSegmentLink">
            <summary> The hyperlink to recording of the task event. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AgentId">
            <summary> The unique id for the agent. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AgentPhone">
            <summary> The phone number of the agent. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AgentName">
            <summary> The name of the agent. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AgentTeamName">
            <summary> The team name to which agent belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AgentTeamNameInHierarchy">
            <summary> he team name to which agent belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AgentLink">
            <summary> The link to the agent conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.CustomerPhone">
            <summary> The phone number of the customer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.CustomerName">
            <summary> The name of the customer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.CustomerLink">
            <summary> The link to the customer conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.SegmentRecordingOffset">
            <summary> The offset value for the recording. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.Media">
            <summary> The media identifiers of the conversation. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AssessmentType">
            <summary> The type of the assessment. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.AssessmentPercentage">
            <summary> The percentage scored on the Assessments. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSegmentsResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateInsightsSessionOptions">
            <summary> To obtain session details for fetching reports and dashboards </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInsightsSessionOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInsightsSessionOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSessionResource.Create(Twilio.Rest.FlexApi.V1.CreateInsightsSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To obtain session details for fetching reports and dashboards </summary>
            <param name="options"> Create InsightsSession parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsSession </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSessionResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateInsightsSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To obtain session details for fetching reports and dashboards </summary>
            <param name="options"> Create InsightsSession parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsSession </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSessionResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To obtain session details for fetching reports and dashboards </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsSession </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSessionResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To obtain session details for fetching reports and dashboards </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsSession </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSessionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsSessionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsSessionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSessionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSessionResource.WorkspaceId">
            <summary> Unique ID to identify the user's workspace </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSessionResource.SessionExpiry">
            <summary> The session expiry date and time, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSessionResource.SessionId">
            <summary> The unique ID for the session </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSessionResource.BaseUrl">
            <summary> The base URL to fetch reports and dashboards </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSessionResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchInsightsSettingsAnswerSetsOptions">
            <summary> To get the Answer Set Settings for an Account </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchInsightsSettingsAnswerSetsOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsSettingsAnswerSetsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsSettingsAnswerSetsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.Fetch(Twilio.Rest.FlexApi.V1.FetchInsightsSettingsAnswerSetsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Answer Set Settings for an Account </summary>
            <param name="options"> Fetch InsightsSettingsAnswerSets parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsSettingsAnswerSets </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchInsightsSettingsAnswerSetsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Answer Set Settings for an Account </summary>
            <param name="options"> Fetch InsightsSettingsAnswerSets parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsSettingsAnswerSets </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Answer Set Settings for an Account </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsSettingsAnswerSets </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Answer Set Settings for an Account </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsSettingsAnswerSets </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsSettingsAnswerSetsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsSettingsAnswerSetsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.AnswerSets">
            <summary> The lis of answer sets </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.AnswerSetCategories">
            <summary> The list of answer set categories </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.NotApplicable">
            <summary> The details for not applicable answer set </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSettingsAnswerSetsResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchInsightsSettingsCommentOptions">
            <summary> To get the Comment Settings for an Account </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchInsightsSettingsCommentOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsSettingsCommentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsSettingsCommentOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.Fetch(Twilio.Rest.FlexApi.V1.FetchInsightsSettingsCommentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Comment Settings for an Account </summary>
            <param name="options"> Fetch InsightsSettingsComment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsSettingsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchInsightsSettingsCommentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Comment Settings for an Account </summary>
            <param name="options"> Fetch InsightsSettingsComment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsSettingsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Comment Settings for an Account </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsSettingsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> To get the Comment Settings for an Account </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsSettingsComment </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsSettingsCommentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsSettingsCommentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.Comments">
            <summary> The comments </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsSettingsCommentResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchInsightsUserRolesOptions">
            <summary> This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchInsightsUserRolesOptions.Authorization">
            <summary> The Authorization HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsUserRolesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInsightsUserRolesOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsUserRolesResource.Fetch(Twilio.Rest.FlexApi.V1.FetchInsightsUserRolesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user </summary>
            <param name="options"> Fetch InsightsUserRoles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsUserRoles </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsUserRolesResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchInsightsUserRolesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user </summary>
            <param name="options"> Fetch InsightsUserRoles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsUserRoles </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsUserRolesResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InsightsUserRoles </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsUserRolesResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> This is used by Flex UI and Quality Management to fetch the Flex Insights roles for the user </summary>
            <param name="authorization"> The Authorization HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InsightsUserRoles </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsUserRolesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InsightsUserRolesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InsightsUserRolesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InsightsUserRolesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsUserRolesResource.Roles">
            <summary> Flex Insights roles for the user </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InsightsUserRolesResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateInteractionOptions">
            <summary> Create a new Interaction. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInteractionOptions.Channel">
            <summary> The Interaction's channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInteractionOptions.Routing">
            <summary> The Interaction's routing logic. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateInteractionOptions.InteractionContextSid">
            <summary> The Interaction context sid is used for adding a context lookup sid </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInteractionOptions.#ctor(System.Object)">
            <summary> Construct a new CreateInteractionOptions </summary>
            <param name="channel"> The Interaction's channel. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateInteractionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchInteractionOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchInteractionOptions.PathSid">
            <summary> The SID of the Interaction resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInteractionOptions.#ctor(System.String)">
            <summary> Construct a new FetchInteractionOptions </summary>
            <param name="pathSid"> The SID of the Interaction resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchInteractionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.Create(Twilio.Rest.FlexApi.V1.CreateInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Interaction. </summary>
            <param name="options"> Create Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Interaction. </summary>
            <param name="options"> Create Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.Create(System.Object,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Interaction. </summary>
            <param name="channel"> The Interaction's channel. </param>
            <param name="routing"> The Interaction's routing logic. </param>
            <param name="interactionContextSid"> The Interaction context sid is used for adding a context lookup sid </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.CreateAsync(System.Object,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Interaction. </summary>
            <param name="channel"> The Interaction's channel. </param>
            <param name="routing"> The Interaction's routing logic. </param>
            <param name="interactionContextSid"> The Interaction context sid is used for adding a context lookup sid </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.Fetch(Twilio.Rest.FlexApi.V1.FetchInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Interaction resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Interaction resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InteractionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InteractionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.InteractionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InteractionResource.Sid">
            <summary> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InteractionResource.Channel">
            <summary> A JSON object that defines the Interaction’s communication channel and includes details about the channel. See the [Outbound SMS](https://www.twilio.com/docs/flex/developer/conversations/interactions-api/interactions#agent-initiated-outbound-interactions) and [inbound (API-initiated)](https://www.twilio.com/docs/flex/developer/conversations/interactions-api/interactions#api-initiated-contact) Channel object examples. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InteractionResource.Routing">
            <summary> A JSON Object representing the routing rules for the Interaction Channel. See [Outbound SMS Example](https://www.twilio.com/docs/flex/developer/conversations/interactions-api/interactions#agent-initiated-outbound-interactions) for an example Routing object. The Interactions resource uses TaskRouter for all routing functionality.   All attributes in the Routing object on your Interaction request body are added “as is” to the task. For a list of known attributes consumed by the Flex UI and/or Flex Insights, see [Known Task Attributes](https://www.twilio.com/docs/flex/developer/conversations/interactions-api#task-attributes). </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InteractionResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InteractionResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.InteractionResource.InteractionContextSid">
            <summary> The interaction_context_sid </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.FetchInteractionChannelOptions">
            <summary> Fetch a Channel for an Interaction. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.FetchInteractionChannelOptions.PathInteractionSid">
            <summary> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.FetchInteractionChannelOptions.PathSid">
            <summary> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.FetchInteractionChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchInteractionChannelOptions </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.FetchInteractionChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.ReadInteractionChannelOptions">
            <summary> List all Channels for an Interaction. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.ReadInteractionChannelOptions.PathInteractionSid">
            <summary> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.ReadInteractionChannelOptions.#ctor(System.String)">
            <summary> Construct a new ListInteractionChannelOptions </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.ReadInteractionChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.UpdateInteractionChannelOptions">
            <summary> Update an existing Interaction Channel. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.UpdateInteractionChannelOptions.PathInteractionSid">
            <summary> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.UpdateInteractionChannelOptions.PathSid">
            <summary> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.UpdateInteractionChannelOptions.Routing">
            <summary> It changes the state of associated tasks. Routing status is required, When the channel status is set to `inactive`. Allowed Value for routing status is `closed`. Otherwise Optional, if not specified, all tasks will be set to `wrapping`. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.UpdateInteractionChannelOptions.#ctor(System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.UpdateChannelStatusEnum)">
            <summary> Construct a new UpdateInteractionChannelOptions </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.UpdateInteractionChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Fetch(Twilio.Rest.FlexApi.V1.Interaction.FetchInteractionChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Channel for an Interaction. </summary>
            <param name="options"> Fetch InteractionChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.FetchAsync(Twilio.Rest.FlexApi.V1.Interaction.FetchInteractionChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Channel for an Interaction. </summary>
            <param name="options"> Fetch InteractionChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Channel for an Interaction. </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Channel for an Interaction. </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Read(Twilio.Rest.FlexApi.V1.Interaction.ReadInteractionChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for an Interaction. </summary>
            <param name="options"> Read InteractionChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.ReadAsync(Twilio.Rest.FlexApi.V1.Interaction.ReadInteractionChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for an Interaction. </summary>
            <param name="options"> Read InteractionChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for an Interaction. </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Channels for an Interaction. </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Update(Twilio.Rest.FlexApi.V1.Interaction.UpdateInteractionChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Interaction Channel. </summary>
            <param name="options"> Update InteractionChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.UpdateAsync(Twilio.Rest.FlexApi.V1.Interaction.UpdateInteractionChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Interaction Channel. </summary>
            <param name="options"> Update InteractionChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Update(System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.UpdateChannelStatusEnum,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Interaction Channel. </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </param>
            <param name="status">  </param>
            <param name="routing"> It changes the state of associated tasks. Routing status is required, When the channel status is set to `inactive`. Allowed Value for routing status is `closed`. Otherwise Optional, if not specified, all tasks will be set to `wrapping`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.UpdateAsync(System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.UpdateChannelStatusEnum,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Interaction Channel. </summary>
            <param name="pathInteractionSid"> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </param>
            <param name="status">  </param>
            <param name="routing"> It changes the state of associated tasks. Routing status is required, When the channel status is set to `inactive`. Allowed Value for routing status is `closed`. Otherwise Optional, if not specified, all tasks will be set to `wrapping`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InteractionChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InteractionChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Sid">
            <summary> The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.InteractionSid">
            <summary> The unique string created by Twilio to identify an Interaction resource, prefixed with KD. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.ErrorCode">
            <summary> The Twilio error code for a failed channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.ErrorMessage">
            <summary> The error message for a failed channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannelResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelInviteOptions">
            <summary> Invite an Agent or a TaskQueue to a Channel. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelInviteOptions.PathInteractionSid">
            <summary> The Interaction SID for this Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelInviteOptions.PathChannelSid">
            <summary> The Channel SID for this Invite. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelInviteOptions.Routing">
            <summary> The Interaction's routing logic. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelInviteOptions.#ctor(System.String,System.String,System.Object)">
            <summary> Construct a new CreateInteractionChannelInviteOptions </summary>
            <param name="pathInteractionSid"> The Interaction SID for this Channel. </param>
            <param name="pathChannelSid"> The Channel SID for this Invite. </param>
            <param name="routing"> The Interaction's routing logic. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelInviteOptions">
            <summary> List all Invites for a Channel. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelInviteOptions.PathInteractionSid">
            <summary> The Interaction SID for this Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelInviteOptions.PathChannelSid">
            <summary> The Channel SID for this Participant. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelInviteOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListInteractionChannelInviteOptions </summary>
            <param name="pathInteractionSid"> The Interaction SID for this Channel. </param>
            <param name="pathChannelSid"> The Channel SID for this Participant. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.Create(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Invite an Agent or a TaskQueue to a Channel. </summary>
            <param name="options"> Create InteractionChannelInvite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelInvite </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.CreateAsync(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Invite an Agent or a TaskQueue to a Channel. </summary>
            <param name="options"> Create InteractionChannelInvite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelInvite </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.Create(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Invite an Agent or a TaskQueue to a Channel. </summary>
            <param name="pathInteractionSid"> The Interaction SID for this Channel. </param>
            <param name="pathChannelSid"> The Channel SID for this Invite. </param>
            <param name="routing"> The Interaction's routing logic. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelInvite </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.CreateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Invite an Agent or a TaskQueue to a Channel. </summary>
            <param name="pathInteractionSid"> The Interaction SID for this Channel. </param>
            <param name="pathChannelSid"> The Channel SID for this Invite. </param>
            <param name="routing"> The Interaction's routing logic. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelInvite </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.Read(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Invites for a Channel. </summary>
            <param name="options"> Read InteractionChannelInvite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelInvite </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.ReadAsync(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Invites for a Channel. </summary>
            <param name="options"> Read InteractionChannelInvite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelInvite </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Invites for a Channel. </summary>
            <param name="pathInteractionSid"> The Interaction SID for this Channel. </param>
            <param name="pathChannelSid"> The Channel SID for this Participant. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelInvite </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Invites for a Channel. </summary>
            <param name="pathInteractionSid"> The Interaction SID for this Channel. </param>
            <param name="pathChannelSid"> The Channel SID for this Participant. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelInvite </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InteractionChannelInviteResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InteractionChannelInviteResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.Sid">
            <summary> The unique string created by Twilio to identify an Interaction Channel Invite resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.InteractionSid">
            <summary> The Interaction SID for this Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.ChannelSid">
            <summary> The Channel SID for this Invite. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.Routing">
            <summary> A JSON object representing the routing rules for the Interaction Channel. See [Outbound SMS Example](https://www.twilio.com/docs/flex/developer/conversations/interactions-api/interactions#agent-initiated-outbound-interactions) for an example Routing object. The Interactions resource uses TaskRouter for all routing functionality.   All attributes in the Routing object on your Interaction request body are added “as is” to the task. For a list of known attributes consumed by the Flex UI and/or Flex Insights, see [Known Task Attributes](https://www.twilio.com/docs/flex/developer/conversations/interactions-api#task-attributes). </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelInviteResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions">
            <summary> Add a Participant to a Channel. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions.PathInteractionSid">
            <summary> The Interaction Sid for the new Channel Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions.PathChannelSid">
            <summary> The Channel Sid for the new Channel Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions.MediaProperties">
            <summary> JSON representing the Media Properties for the new Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions.RoutingProperties">
            <summary> Object representing the Routing Properties for the new Participant. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions.#ctor(System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.TypeEnum,System.Object)">
            <summary> Construct a new CreateInteractionChannelParticipantOptions </summary>
            <param name="pathInteractionSid"> The Interaction Sid for the new Channel Participant. </param>
            <param name="pathChannelSid"> The Channel Sid for the new Channel Participant. </param>
            <param name="type">  </param>
            <param name="mediaProperties"> JSON representing the Media Properties for the new Participant. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelParticipantOptions">
            <summary> List all Participants for a Channel. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelParticipantOptions.PathInteractionSid">
            <summary> The Interaction Sid for this channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelParticipantOptions.PathChannelSid">
            <summary> The Channel Sid for this Participant. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListInteractionChannelParticipantOptions </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Participant. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionChannelParticipantOptions">
            <summary> Update an existing Channel Participant. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionChannelParticipantOptions.PathInteractionSid">
            <summary> The Interaction Sid for this channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionChannelParticipantOptions.PathChannelSid">
            <summary> The Channel Sid for this Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionChannelParticipantOptions.PathSid">
            <summary> The unique string created by Twilio to identify an Interaction Channel resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionChannelParticipantOptions.#ctor(System.String,System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.StatusEnum)">
            <summary> Construct a new UpdateInteractionChannelParticipantOptions </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Participant. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionChannelParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.Create(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Participant to a Channel. </summary>
            <param name="options"> Create InteractionChannelParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.CreateAsync(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionChannelParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Participant to a Channel. </summary>
            <param name="options"> Create InteractionChannelParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.Create(System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.TypeEnum,System.Object,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Participant to a Channel. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for the new Channel Participant. </param>
            <param name="pathChannelSid"> The Channel Sid for the new Channel Participant. </param>
            <param name="type">  </param>
            <param name="mediaProperties"> JSON representing the Media Properties for the new Participant. </param>
            <param name="routingProperties"> Object representing the Routing Properties for the new Participant. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.CreateAsync(System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.TypeEnum,System.Object,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Participant to a Channel. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for the new Channel Participant. </param>
            <param name="pathChannelSid"> The Channel Sid for the new Channel Participant. </param>
            <param name="type">  </param>
            <param name="mediaProperties"> JSON representing the Media Properties for the new Participant. </param>
            <param name="routingProperties"> Object representing the Routing Properties for the new Participant. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.Read(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Participants for a Channel. </summary>
            <param name="options"> Read InteractionChannelParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.ReadAsync(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.ReadInteractionChannelParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all Participants for a Channel. </summary>
            <param name="options"> Read InteractionChannelParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Participants for a Channel. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Participant. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all Participants for a Channel. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Participant. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.Update(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionChannelParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Channel Participant. </summary>
            <param name="options"> Update InteractionChannelParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.UpdateAsync(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionChannelParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Channel Participant. </summary>
            <param name="options"> Update InteractionChannelParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.Update(System.String,System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Channel Participant. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Participant. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Channel Participant. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Participant. </param>
            <param name="pathSid"> The unique string created by Twilio to identify an Interaction Channel resource. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionChannelParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InteractionChannelParticipantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InteractionChannelParticipantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.Sid">
            <summary> The unique string created by Twilio to identify an Interaction Channel Participant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.InteractionSid">
            <summary> The Interaction Sid for this channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.ChannelSid">
            <summary> The Channel Sid for this Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionChannelParticipantResource.RoutingProperties">
            <summary> The Participant's routing properties. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionTransferOptions">
            <summary> Create a new Transfer. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionTransferOptions.PathInteractionSid">
            <summary> The Interaction Sid for the Interaction </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionTransferOptions.PathChannelSid">
            <summary> The Channel Sid for the Channel. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionTransferOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateInteractionTransferOptions </summary>
            <param name="pathInteractionSid"> The Interaction Sid for the Interaction </param>
            <param name="pathChannelSid"> The Channel Sid for the Channel. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionTransferOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.FetchInteractionTransferOptions">
            <summary> Fetch a specific Transfer by SID. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.FetchInteractionTransferOptions.PathInteractionSid">
            <summary> The Interaction Sid for this channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.FetchInteractionTransferOptions.PathChannelSid">
            <summary> The Channel Sid for this Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.FetchInteractionTransferOptions.PathSid">
            <summary> The unique string created by Twilio to identify a Transfer resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.FetchInteractionTransferOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchInteractionTransferOptions </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Transfer. </param>
            <param name="pathSid"> The unique string created by Twilio to identify a Transfer resource. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.FetchInteractionTransferOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionTransferOptions">
            <summary> Update an existing Transfer. </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionTransferOptions.PathInteractionSid">
            <summary> The Interaction Sid for this channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionTransferOptions.PathChannelSid">
            <summary> The Channel Sid for this Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionTransferOptions.PathSid">
            <summary> The unique string created by Twilio to identify a Transfer resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionTransferOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateInteractionTransferOptions </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Transfer. </param>
            <param name="pathSid"> The unique string created by Twilio to identify a Transfer resource. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionTransferOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.Create(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionTransferOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Transfer. </summary>
            <param name="options"> Create InteractionTransfer parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.CreateAsync(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.CreateInteractionTransferOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Transfer. </summary>
            <param name="options"> Create InteractionTransfer parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Transfer. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for the Interaction </param>
            <param name="pathChannelSid"> The Channel Sid for the Channel. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Transfer. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for the Interaction </param>
            <param name="pathChannelSid"> The Channel Sid for the Channel. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.Fetch(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.FetchInteractionTransferOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Transfer by SID. </summary>
            <param name="options"> Fetch InteractionTransfer parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.FetchAsync(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.FetchInteractionTransferOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Transfer by SID. </summary>
            <param name="options"> Fetch InteractionTransfer parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Transfer by SID. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Transfer. </param>
            <param name="pathSid"> The unique string created by Twilio to identify a Transfer resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Transfer by SID. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Transfer. </param>
            <param name="pathSid"> The unique string created by Twilio to identify a Transfer resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.Update(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionTransferOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Transfer. </summary>
            <param name="options"> Update InteractionTransfer parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.UpdateAsync(Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.UpdateInteractionTransferOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Transfer. </summary>
            <param name="options"> Update InteractionTransfer parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Transfer. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Transfer. </param>
            <param name="pathSid"> The unique string created by Twilio to identify a Transfer resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Transfer. </summary>
            <param name="pathInteractionSid"> The Interaction Sid for this channel. </param>
            <param name="pathChannelSid"> The Channel Sid for this Transfer. </param>
            <param name="pathSid"> The unique string created by Twilio to identify a Transfer resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InteractionTransfer </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InteractionTransferResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InteractionTransferResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.Sid">
            <summary> The unique string created by Twilio to identify an Interaction Transfer resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.InstanceSid">
            <summary> The SID of the Instance associated with the Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.AccountSid">
            <summary> The SID of the Account that created the Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.InteractionSid">
            <summary> The Interaction Sid for this channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.ChannelSid">
            <summary> The Channel Sid for this Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.ExecutionSid">
            <summary> The Execution SID associated with the Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.From">
            <summary> The SID of the Participant initiating the Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.To">
            <summary> The SID of the Participant receiving the Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.NoteSid">
            <summary> The SID of the Note associated with the Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.SummarySid">
            <summary> The SID of the Summary associated with the Transfer. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.DateCreated">
            <summary> The date and time when the Transfer was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.DateUpdated">
            <summary> The date and time when the Transfer was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Interaction.InteractionChannel.InteractionTransferResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdatePluginArchiveOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginArchiveOptions.PathSid">
            <summary> The SID of the Flex Plugin resource to archive. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginArchiveOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginArchiveOptions.#ctor(System.String)">
            <summary> Construct a new UpdatePluginArchiveOptions </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to archive. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginArchiveOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginArchiveOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginArchiveResource.Update(Twilio.Rest.FlexApi.V1.UpdatePluginArchiveOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update PluginArchive parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginArchiveResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdatePluginArchiveOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update PluginArchive parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginArchiveResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to archive. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginArchiveResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to archive. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginArchiveResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PluginArchiveResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PluginArchiveResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginArchiveResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.Sid">
            <summary> The unique string that we created to identify the Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.UniqueName">
            <summary> The name that uniquely identifies this Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.FriendlyName">
            <summary> The friendly name this Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.Description">
            <summary> A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.Archived">
            <summary> Whether the Flex Plugin is archived. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.DateCreated">
            <summary> The date and time in GMT when the Flex Plugin was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.DateUpdated">
            <summary> The date and time in GMT when the Flex Plugin was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginArchiveResource.Url">
            <summary> The absolute URL of the Flex Plugin resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdatePluginConfigurationArchiveOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginConfigurationArchiveOptions.PathSid">
            <summary> The SID of the Flex Plugin Configuration resource to archive. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginConfigurationArchiveOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginConfigurationArchiveOptions.#ctor(System.String)">
            <summary> Construct a new UpdatePluginConfigurationArchiveOptions </summary>
            <param name="pathSid"> The SID of the Flex Plugin Configuration resource to archive. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginConfigurationArchiveOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginConfigurationArchiveOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.Update(Twilio.Rest.FlexApi.V1.UpdatePluginConfigurationArchiveOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update PluginConfigurationArchive parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginConfigurationArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdatePluginConfigurationArchiveOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update PluginConfigurationArchive parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginConfigurationArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Flex Plugin Configuration resource to archive. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginConfigurationArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Flex Plugin Configuration resource to archive. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginConfigurationArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PluginConfigurationArchiveResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PluginConfigurationArchiveResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.Sid">
            <summary> The unique string that we created to identify the Flex Plugin Configuration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Configuration resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.Name">
            <summary> The name of this Flex Plugin Configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.Description">
            <summary> The description of the Flex Plugin Configuration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.Archived">
            <summary> Whether the Flex Plugin Configuration is archived. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.DateCreated">
            <summary> The date and time in GMT when the Flex Plugin Configuration was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationArchiveResource.Url">
            <summary> The absolute URL of the Flex Plugin Configuration resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions.Name">
            <summary> The Flex Plugin Configuration's name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions.Plugins">
            <summary> A list of objects that describe the plugin versions included in the configuration. Each object contains the sid of the plugin version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions.Description">
            <summary> The Flex Plugin Configuration's description. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new CreatePluginConfigurationOptions </summary>
            <param name="name"> The Flex Plugin Configuration's name. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchPluginConfigurationOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchPluginConfigurationOptions.PathSid">
            <summary> The SID of the Flex Plugin Configuration resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchPluginConfigurationOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new FetchPluginConfigurationOptions </summary>
            <param name="pathSid"> The SID of the Flex Plugin Configuration resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginConfigurationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadPluginConfigurationOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadPluginConfigurationOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadPluginConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadPluginConfigurationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Create(Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PluginConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreatePluginConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PluginConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Create(System.String,System.Collections.Generic.List{System.Object},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="name"> The Flex Plugin Configuration's name. </param>
            <param name="plugins"> A list of objects that describe the plugin versions included in the configuration. Each object contains the sid of the plugin version. </param>
            <param name="description"> The Flex Plugin Configuration's description. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.CreateAsync(System.String,System.Collections.Generic.List{System.Object},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="name"> The Flex Plugin Configuration's name. </param>
            <param name="plugins"> A list of objects that describe the plugin versions included in the configuration. Each object contains the sid of the plugin version. </param>
            <param name="description"> The Flex Plugin Configuration's description. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Fetch(Twilio.Rest.FlexApi.V1.FetchPluginConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PluginConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchPluginConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PluginConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex Plugin Configuration resource to fetch. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex Plugin Configuration resource to fetch. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Read(Twilio.Rest.FlexApi.V1.ReadPluginConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PluginConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadPluginConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PluginConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.PluginConfigurationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.PluginConfigurationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PluginConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PluginConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Sid">
            <summary> The unique string that we created to identify the Flex Plugin Configuration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Configuration resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Name">
            <summary> The name of this Flex Plugin Configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Description">
            <summary> The description of the Flex Plugin Configuration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Archived">
            <summary> Whether the Flex Plugin Configuration is archived. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.DateCreated">
            <summary> The date and time in GMT when the Flex Plugin Configuration was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Url">
            <summary> The absolute URL of the Flex Plugin Configuration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfigurationResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions.PathConfigurationSid">
            <summary> The SID of the Flex Plugin Configuration the resource to belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions.PathPluginSid">
            <summary> The unique string that we created to identify the Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchConfiguredPluginOptions </summary>
            <param name="pathConfigurationSid"> The SID of the Flex Plugin Configuration the resource to belongs to. </param>
            <param name="pathPluginSid"> The unique string that we created to identify the Flex Plugin resource. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.PluginConfiguration.ReadConfiguredPluginOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ReadConfiguredPluginOptions.PathConfigurationSid">
            <summary> The SID of the Flex Plugin Configuration the resource to belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ReadConfiguredPluginOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ReadConfiguredPluginOptions.#ctor(System.String)">
            <summary> Construct a new ListConfiguredPluginOptions </summary>
            <param name="pathConfigurationSid"> The SID of the Flex Plugin Configuration the resource to belongs to. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ReadConfiguredPluginOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ReadConfiguredPluginOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Fetch(Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ConfiguredPlugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConfiguredPlugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.FetchAsync(Twilio.Rest.FlexApi.V1.PluginConfiguration.FetchConfiguredPluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ConfiguredPlugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConfiguredPlugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathConfigurationSid"> The SID of the Flex Plugin Configuration the resource to belongs to. </param>
            <param name="pathPluginSid"> The unique string that we created to identify the Flex Plugin resource. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConfiguredPlugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathConfigurationSid"> The SID of the Flex Plugin Configuration the resource to belongs to. </param>
            <param name="pathPluginSid"> The unique string that we created to identify the Flex Plugin resource. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConfiguredPlugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Read(Twilio.Rest.FlexApi.V1.PluginConfiguration.ReadConfiguredPluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ConfiguredPlugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConfiguredPlugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.ReadAsync(Twilio.Rest.FlexApi.V1.PluginConfiguration.ReadConfiguredPluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ConfiguredPlugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConfiguredPlugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathConfigurationSid"> The SID of the Flex Plugin Configuration the resource to belongs to. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConfiguredPlugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathConfigurationSid"> The SID of the Flex Plugin Configuration the resource to belongs to. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConfiguredPlugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConfiguredPluginResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConfiguredPluginResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the Flex Plugin resource is installed for. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.ConfigurationSid">
            <summary> The SID of the Flex Plugin Configuration that this Flex Plugin belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.PluginSid">
            <summary> The SID of the Flex Plugin. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.PluginVersionSid">
            <summary> The SID of the Flex Plugin Version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Phase">
            <summary> The phase this Flex Plugin would initialize at runtime. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.PluginUrl">
            <summary> The URL of where the Flex Plugin Version JavaScript bundle is hosted on. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.UniqueName">
            <summary> The name that uniquely identifies this Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.FriendlyName">
            <summary> The friendly name of this Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Description">
            <summary> A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.PluginArchived">
            <summary> Whether the Flex Plugin is archived. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Version">
            <summary> The latest version of this Flex Plugin Version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Changelog">
            <summary> A changelog that describes the changes this Flex Plugin Version brings. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.PluginVersionArchived">
            <summary> Whether the Flex Plugin Version is archived. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Private">
            <summary> Whether to validate the request is authorized to access the Flex Plugin Version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.DateCreated">
            <summary> The date and time in GMT when the Flex Plugin was installed specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginConfiguration.ConfiguredPluginResource.Url">
            <summary> The absolute URL of the Flex Plugin resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreatePluginOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginOptions.UniqueName">
            <summary> The Flex Plugin's unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginOptions.FriendlyName">
            <summary> The Flex Plugin's friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginOptions.Description">
            <summary> A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginOptions.#ctor(System.String)">
            <summary> Construct a new CreatePluginOptions </summary>
            <param name="uniqueName"> The Flex Plugin's unique name. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchPluginOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchPluginOptions.PathSid">
            <summary> The SID of the Flex Plugin resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchPluginOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginOptions.#ctor(System.String)">
            <summary> Construct a new FetchPluginOptions </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadPluginOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadPluginOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadPluginOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadPluginOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdatePluginOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginOptions.PathSid">
            <summary> The SID of the Flex Plugin resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginOptions.FriendlyName">
            <summary> The Flex Plugin's friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginOptions.Description">
            <summary> A descriptive string that you update to describe the plugin resource. It can be up to 500 characters long </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginOptions.#ctor(System.String)">
            <summary> Construct a new UpdatePluginOptions </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreatePluginReleaseOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginReleaseOptions.ConfigurationId">
            <summary> The SID or the Version of the Flex Plugin Configuration to release. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreatePluginReleaseOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginReleaseOptions.#ctor(System.String)">
            <summary> Construct a new CreatePluginReleaseOptions </summary>
            <param name="configurationId"> The SID or the Version of the Flex Plugin Configuration to release. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginReleaseOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreatePluginReleaseOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchPluginReleaseOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchPluginReleaseOptions.PathSid">
            <summary> The SID of the Flex Plugin Release resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchPluginReleaseOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginReleaseOptions.#ctor(System.String)">
            <summary> Construct a new FetchPluginReleaseOptions </summary>
            <param name="pathSid"> The SID of the Flex Plugin Release resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginReleaseOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchPluginReleaseOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadPluginReleaseOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ReadPluginReleaseOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadPluginReleaseOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadPluginReleaseOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.Create(Twilio.Rest.FlexApi.V1.CreatePluginReleaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PluginRelease parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreatePluginReleaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PluginRelease parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="configurationId"> The SID or the Version of the Flex Plugin Configuration to release. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="configurationId"> The SID or the Version of the Flex Plugin Configuration to release. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.Fetch(Twilio.Rest.FlexApi.V1.FetchPluginReleaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PluginRelease parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchPluginReleaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PluginRelease parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex Plugin Release resource to fetch. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex Plugin Release resource to fetch. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.Read(Twilio.Rest.FlexApi.V1.ReadPluginReleaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PluginRelease parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadPluginReleaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PluginRelease parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginRelease </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.PluginReleaseResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.PluginReleaseResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PluginReleaseResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PluginReleaseResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginReleaseResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginReleaseResource.Sid">
            <summary> The unique string that we created to identify the Plugin Release resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginReleaseResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Plugin Release resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginReleaseResource.ConfigurationSid">
            <summary> The SID of the Plugin Configuration resource to release. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginReleaseResource.DateCreated">
            <summary> The date and time in GMT when the Flex Plugin Release was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginReleaseResource.Url">
            <summary> The absolute URL of the Plugin Release resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.Create(Twilio.Rest.FlexApi.V1.CreatePluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Plugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreatePluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Plugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="uniqueName"> The Flex Plugin's unique name. </param>
            <param name="friendlyName"> The Flex Plugin's friendly name. </param>
            <param name="description"> A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="uniqueName"> The Flex Plugin's unique name. </param>
            <param name="friendlyName"> The Flex Plugin's friendly name. </param>
            <param name="description"> A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.Fetch(Twilio.Rest.FlexApi.V1.FetchPluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Plugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchPluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Plugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to fetch. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to fetch. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.Read(Twilio.Rest.FlexApi.V1.ReadPluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Plugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadPluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Plugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.PluginResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.PluginResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.Update(Twilio.Rest.FlexApi.V1.UpdatePluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Plugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdatePluginOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Plugin parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.Update(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to update. </param>
            <param name="friendlyName"> The Flex Plugin's friendly name. </param>
            <param name="description"> A descriptive string that you update to describe the plugin resource. It can be up to 500 characters long </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.UpdateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Flex Plugin resource to update. </param>
            <param name="friendlyName"> The Flex Plugin's friendly name. </param>
            <param name="description"> A descriptive string that you update to describe the plugin resource. It can be up to 500 characters long </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Plugin </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PluginResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PluginResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.Sid">
            <summary> The unique string that we created to identify the Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.UniqueName">
            <summary> The name that uniquely identifies this Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.FriendlyName">
            <summary> The friendly name this Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.Description">
            <summary> A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.Archived">
            <summary> Whether the Flex Plugin is archived. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.DateCreated">
            <summary> The date and time in GMT-7 when the Flex Plugin was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.DateUpdated">
            <summary> The date and time in GMT-7 when the Flex Plugin was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.Url">
            <summary> The absolute URL of the Flex Plugin resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions.PathPluginSid">
            <summary> The SID of the Flex Plugin the resource to belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions.PathSid">
            <summary> The SID of the Flex Plugin Version resource to archive. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdatePluginVersionArchiveOptions </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="pathSid"> The SID of the Flex Plugin Version resource to archive. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.Update(Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update PluginVersionArchive parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginVersionArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdatePluginVersionArchiveOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update PluginVersionArchive parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginVersionArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="pathSid"> The SID of the Flex Plugin Version resource to archive. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginVersionArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="pathSid"> The SID of the Flex Plugin Version resource to archive. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginVersionArchive </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PluginVersionArchiveResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PluginVersionArchiveResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.Sid">
            <summary> The unique string that we created to identify the Flex Plugin Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.PluginSid">
            <summary> The SID of the Flex Plugin resource this Flex Plugin Version belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Version resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.Version">
            <summary> The unique version of this Flex Plugin Version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.PluginUrl">
            <summary> The URL of where the Flex Plugin Version JavaScript bundle is hosted on. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.Changelog">
            <summary> A changelog that describes the changes this Flex Plugin Version brings. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.Private">
            <summary> Whether to inject credentials while accessing this Plugin Version. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.Archived">
            <summary> Whether the Flex Plugin Version is archived. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.DateCreated">
            <summary> The date and time in GMT when the Flex Plugin Version was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.PluginVersionArchiveResource.Url">
            <summary> The absolute URL of the Flex Plugin Version resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.PathPluginSid">
            <summary> The SID of the Flex Plugin the resource to belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.Version">
            <summary> The Flex Plugin Version's version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.PluginUrl">
            <summary> The URL of the Flex Plugin Version bundle </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.Changelog">
            <summary> The changelog of the Flex Plugin Version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.Private">
            <summary> Whether this Flex Plugin Version requires authorization. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.CliVersion">
            <summary> The version of Flex Plugins CLI used to create this plugin </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.ValidateStatus">
            <summary> The validation status of the plugin, indicating whether it has been validated </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.#ctor(System.String,System.String,System.Uri)">
            <summary> Construct a new CreatePluginVersionOptions </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="version"> The Flex Plugin Version's version. </param>
            <param name="pluginUrl"> The URL of the Flex Plugin Version bundle </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions.PathPluginSid">
            <summary> The SID of the Flex Plugin the resource to belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions.PathSid">
            <summary> The SID of the Flex Plugin Version resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchPluginVersionOptions </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="pathSid"> The SID of the Flex Plugin Version resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.Plugin.ReadPluginVersionsOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.ReadPluginVersionsOptions.PathPluginSid">
            <summary> The SID of the Flex Plugin the resource to belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.ReadPluginVersionsOptions.FlexMetadata">
            <summary> The Flex-Metadata HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.ReadPluginVersionsOptions.#ctor(System.String)">
            <summary> Construct a new ListPluginVersionOptions </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.ReadPluginVersionsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.ReadPluginVersionsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Create(Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PluginVersions parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.CreateAsync(Twilio.Rest.FlexApi.V1.Plugin.CreatePluginVersionsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PluginVersions parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Create(System.String,System.String,System.Uri,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="version"> The Flex Plugin Version's version. </param>
            <param name="pluginUrl"> The URL of the Flex Plugin Version bundle </param>
            <param name="changelog"> The changelog of the Flex Plugin Version. </param>
            <param name="_private"> Whether this Flex Plugin Version requires authorization. </param>
            <param name="cliVersion"> The version of Flex Plugins CLI used to create this plugin </param>
            <param name="validateStatus"> The validation status of the plugin, indicating whether it has been validated </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.CreateAsync(System.String,System.String,System.Uri,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="version"> The Flex Plugin Version's version. </param>
            <param name="pluginUrl"> The URL of the Flex Plugin Version bundle </param>
            <param name="changelog"> The changelog of the Flex Plugin Version. </param>
            <param name="_private"> Whether this Flex Plugin Version requires authorization. </param>
            <param name="cliVersion"> The version of Flex Plugins CLI used to create this plugin </param>
            <param name="validateStatus"> The validation status of the plugin, indicating whether it has been validated </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Fetch(Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PluginVersions parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.FetchAsync(Twilio.Rest.FlexApi.V1.Plugin.FetchPluginVersionsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PluginVersions parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="pathSid"> The SID of the Flex Plugin Version resource to fetch. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="pathSid"> The SID of the Flex Plugin Version resource to fetch. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Read(Twilio.Rest.FlexApi.V1.Plugin.ReadPluginVersionsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PluginVersions parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.ReadAsync(Twilio.Rest.FlexApi.V1.Plugin.ReadPluginVersionsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PluginVersions parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathPluginSid"> The SID of the Flex Plugin the resource to belongs to. </param>
            <param name="flexMetadata"> The Flex-Metadata HTTP request header </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PluginVersions </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PluginVersionsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PluginVersionsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Sid">
            <summary> The unique string that we created to identify the Flex Plugin Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.PluginSid">
            <summary> The SID of the Flex Plugin resource this Flex Plugin Version belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Version resource and owns this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Version">
            <summary> The unique version of this Flex Plugin Version. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.PluginUrl">
            <summary> The URL of where the Flex Plugin Version JavaScript bundle is hosted on. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Changelog">
            <summary> A changelog that describes the changes this Flex Plugin Version brings. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Private">
            <summary> Whether the Flex Plugin Version is validated. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Archived">
            <summary> Whether the Flex Plugin Version is archived. The default value is false. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Validated">
            <summary> The validated </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.DateCreated">
            <summary> The date and time in GMT when the Flex Plugin Version was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.Plugin.PluginVersionsResource.Url">
            <summary> The absolute URL of the Flex Plugin Version resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchProvisioningStatusOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchProvisioningStatusOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ProvisioningStatusResource.Fetch(Twilio.Rest.FlexApi.V1.FetchProvisioningStatusOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ProvisioningStatus parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ProvisioningStatus </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ProvisioningStatusResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchProvisioningStatusOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ProvisioningStatus parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ProvisioningStatus </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ProvisioningStatusResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ProvisioningStatus </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ProvisioningStatusResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ProvisioningStatus </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ProvisioningStatusResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ProvisioningStatusResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ProvisioningStatusResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ProvisioningStatusResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.ProvisioningStatusResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions.FlexFlowSid">
            <summary> The SID of the Flex Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions.Identity">
            <summary> The chat identity. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions.CustomerFriendlyName">
            <summary> The chat participant's friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions.ChatFriendlyName">
            <summary> The chat channel's friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions.ChatUniqueName">
            <summary> The chat channel's unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions.PreEngagementData">
            <summary> The pre-engagement data. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions.#ctor(System.String,System.String,System.String,System.String)">
            <summary> Construct a new CreateWebChannelOptions </summary>
            <param name="flexFlowSid"> The SID of the Flex Flow. </param>
            <param name="identity"> The chat identity. </param>
            <param name="customerFriendlyName"> The chat participant's friendly name. </param>
            <param name="chatFriendlyName"> The chat channel's friendly name. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.CreateWebChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.DeleteWebChannelOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.DeleteWebChannelOptions.PathSid">
            <summary> The SID of the WebChannel resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteWebChannelOptions.#ctor(System.String)">
            <summary> Construct a new DeleteWebChannelOptions </summary>
            <param name="pathSid"> The SID of the WebChannel resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.DeleteWebChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.FetchWebChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.FetchWebChannelOptions.PathSid">
            <summary> The SID of the WebChannel resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchWebChannelOptions.#ctor(System.String)">
            <summary> Construct a new FetchWebChannelOptions </summary>
            <param name="pathSid"> The SID of the WebChannel resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.FetchWebChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.ReadWebChannelOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.ReadWebChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V1.UpdateWebChannelOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateWebChannelOptions.PathSid">
            <summary> The SID of the WebChannel resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.UpdateWebChannelOptions.PostEngagementData">
            <summary> The post-engagement data. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateWebChannelOptions.#ctor(System.String)">
            <summary> Construct a new UpdateWebChannelOptions </summary>
            <param name="pathSid"> The SID of the WebChannel resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.UpdateWebChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Create(Twilio.Rest.FlexApi.V1.CreateWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.CreateAsync(Twilio.Rest.FlexApi.V1.CreateWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="flexFlowSid"> The SID of the Flex Flow. </param>
            <param name="identity"> The chat identity. </param>
            <param name="customerFriendlyName"> The chat participant's friendly name. </param>
            <param name="chatFriendlyName"> The chat channel's friendly name. </param>
            <param name="chatUniqueName"> The chat channel's unique name. </param>
            <param name="preEngagementData"> The pre-engagement data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="flexFlowSid"> The SID of the Flex Flow. </param>
            <param name="identity"> The chat identity. </param>
            <param name="customerFriendlyName"> The chat participant's friendly name. </param>
            <param name="chatFriendlyName"> The chat channel's friendly name. </param>
            <param name="chatUniqueName"> The chat channel's unique name. </param>
            <param name="preEngagementData"> The pre-engagement data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.BuildDeleteRequest(Twilio.Rest.FlexApi.V1.DeleteWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Delete(Twilio.Rest.FlexApi.V1.DeleteWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.DeleteAsync(Twilio.Rest.FlexApi.V1.DeleteWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the WebChannel resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the WebChannel resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Fetch(Twilio.Rest.FlexApi.V1.FetchWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.FetchAsync(Twilio.Rest.FlexApi.V1.FetchWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the WebChannel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the WebChannel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Read(Twilio.Rest.FlexApi.V1.ReadWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.ReadAsync(Twilio.Rest.FlexApi.V1.ReadWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.WebChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.FlexApi.V1.WebChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Update(Twilio.Rest.FlexApi.V1.UpdateWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.UpdateAsync(Twilio.Rest.FlexApi.V1.UpdateWebChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update WebChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.Update(System.String,Twilio.Rest.FlexApi.V1.WebChannelResource.ChatStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the WebChannel resource to update. </param>
            <param name="chatStatus">  </param>
            <param name="postEngagementData"> The post-engagement data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.UpdateAsync(System.String,Twilio.Rest.FlexApi.V1.WebChannelResource.ChatStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the WebChannel resource to update. </param>
            <param name="chatStatus">  </param>
            <param name="postEngagementData"> The post-engagement data. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannel </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V1.WebChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.WebChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the WebChannel resource and owns this Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.WebChannelResource.FlexFlowSid">
            <summary> The SID of the Flex Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.WebChannelResource.Sid">
            <summary> The unique string that we created to identify the WebChannel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.WebChannelResource.Url">
            <summary> The absolute URL of the WebChannel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.WebChannelResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V1.WebChannelResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V2.FetchFlexUserOptions">
            <summary> Fetch flex user for the given flex user sid </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FetchFlexUserOptions.PathInstanceSid">
            <summary> The unique ID created by Twilio to identify a Flex instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FetchFlexUserOptions.PathFlexUserSid">
            <summary> The unique id for the flex user to be retrieved. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FetchFlexUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchFlexUserOptions </summary>
            <param name="pathInstanceSid"> The unique ID created by Twilio to identify a Flex instance. </param>
            <param name="pathFlexUserSid"> The unique id for the flex user to be retrieved. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FetchFlexUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions">
            <summary> Update flex user for the given flex user sid </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.PathInstanceSid">
            <summary> The unique ID created by Twilio to identify a Flex instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.PathFlexUserSid">
            <summary> The unique id for the flex user. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.FirstName">
            <summary> First name of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.LastName">
            <summary> Last name of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.Email">
            <summary> Email of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.FriendlyName">
            <summary> Friendly name of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.UserSid">
            <summary> The unique SID identifier of the Twilio Unified User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.Locale">
            <summary> The locale preference of the user. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateFlexUserOptions </summary>
            <param name="pathInstanceSid"> The unique ID created by Twilio to identify a Flex instance. </param>
            <param name="pathFlexUserSid"> The unique id for the flex user. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.Fetch(Twilio.Rest.FlexApi.V2.FetchFlexUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch flex user for the given flex user sid </summary>
            <param name="options"> Fetch FlexUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexUser </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.FetchAsync(Twilio.Rest.FlexApi.V2.FetchFlexUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch flex user for the given flex user sid </summary>
            <param name="options"> Fetch FlexUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexUser </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch flex user for the given flex user sid </summary>
            <param name="pathInstanceSid"> The unique ID created by Twilio to identify a Flex instance. </param>
            <param name="pathFlexUserSid"> The unique id for the flex user to be retrieved. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexUser </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch flex user for the given flex user sid </summary>
            <param name="pathInstanceSid"> The unique ID created by Twilio to identify a Flex instance. </param>
            <param name="pathFlexUserSid"> The unique id for the flex user to be retrieved. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexUser </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.Update(Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update flex user for the given flex user sid </summary>
            <param name="options"> Update FlexUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexUser </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.UpdateAsync(Twilio.Rest.FlexApi.V2.UpdateFlexUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update flex user for the given flex user sid </summary>
            <param name="options"> Update FlexUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexUser </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.Update(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update flex user for the given flex user sid </summary>
            <param name="pathInstanceSid"> The unique ID created by Twilio to identify a Flex instance. </param>
            <param name="pathFlexUserSid"> The unique id for the flex user. </param>
            <param name="firstName"> First name of the User. </param>
            <param name="lastName"> Last name of the User. </param>
            <param name="email"> Email of the User. </param>
            <param name="friendlyName"> Friendly name of the User. </param>
            <param name="userSid"> The unique SID identifier of the Twilio Unified User. </param>
            <param name="locale"> The locale preference of the user. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlexUser </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update flex user for the given flex user sid </summary>
            <param name="pathInstanceSid"> The unique ID created by Twilio to identify a Flex instance. </param>
            <param name="pathFlexUserSid"> The unique id for the flex user. </param>
            <param name="firstName"> First name of the User. </param>
            <param name="lastName"> Last name of the User. </param>
            <param name="email"> Email of the User. </param>
            <param name="friendlyName"> Friendly name of the User. </param>
            <param name="userSid"> The unique SID identifier of the Twilio Unified User. </param>
            <param name="locale"> The locale preference of the user. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlexUser </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FlexUserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FlexUserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.FlexUserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.AccountSid">
            <summary> The unique SID of the account that created the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.InstanceSid">
            <summary> The unique ID created by Twilio to identify a Flex instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.UserSid">
            <summary> The unique SID identifier of the Twilio Unified User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.FlexUserSid">
            <summary> The unique SID identifier of the Flex User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.WorkerSid">
            <summary> The unique SID identifier of the worker. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.WorkspaceSid">
            <summary> The unique SID identifier of the workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.FlexTeamSid">
            <summary> The unique SID identifier of the Flex Team. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.FirstName">
            <summary> First name of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.LastName">
            <summary> Last name of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.Username">
            <summary> Username of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.Email">
            <summary> Email of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.FriendlyName">
            <summary> Friendly name of the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.Locale">
            <summary> The locale preference of the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.Roles">
            <summary> The roles of the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.CreatedDate">
            <summary> The date that this user was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.UpdatedDate">
            <summary> The date that this user was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.Version">
            <summary> The current version of the user. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.FlexUserResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions.AddressSid">
            <summary> The SID of the Conversations Address. See [Address Configuration Resource](https://www.twilio.com/docs/conversations/api/address-configuration-resource) for configuration details. When a conversation is created on the Flex backend, the callback URL will be set to the corresponding Studio Flow SID or webhook URL in your address configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions.UiVersion">
            <summary> The Ui-Version HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions.ChatFriendlyName">
            <summary> The Conversation's friendly name. See the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource) for an example. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions.CustomerFriendlyName">
            <summary> The Conversation participant's friendly name. See the [Conversation Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) for an example. </summary> 
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions.PreEngagementData">
            <summary> The pre-engagement data. </summary> 
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions.#ctor(System.String)">
            <summary> Construct a new CreateWebChannelOptions </summary>
            <param name="addressSid"> The SID of the Conversations Address. See [Address Configuration Resource](https://www.twilio.com/docs/conversations/api/address-configuration-resource) for configuration details. When a conversation is created on the Flex backend, the callback URL will be set to the corresponding Studio Flow SID or webhook URL in your address configuration. </param>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.WebChannelsResource.Create(Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create WebChannels parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannels </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.WebChannelsResource.CreateAsync(Twilio.Rest.FlexApi.V2.CreateWebChannelsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create WebChannels parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannels </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.WebChannelsResource.Create(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="addressSid"> The SID of the Conversations Address. See [Address Configuration Resource](https://www.twilio.com/docs/conversations/api/address-configuration-resource) for configuration details. When a conversation is created on the Flex backend, the callback URL will be set to the corresponding Studio Flow SID or webhook URL in your address configuration. </param>
            <param name="chatFriendlyName"> The Conversation's friendly name. See the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource) for an example. </param>
            <param name="customerFriendlyName"> The Conversation participant's friendly name. See the [Conversation Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) for an example. </param>
            <param name="preEngagementData"> The pre-engagement data. </param>
            <param name="uiVersion"> The Ui-Version HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WebChannels </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.WebChannelsResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="addressSid"> The SID of the Conversations Address. See [Address Configuration Resource](https://www.twilio.com/docs/conversations/api/address-configuration-resource) for configuration details. When a conversation is created on the Flex backend, the callback URL will be set to the corresponding Studio Flow SID or webhook URL in your address configuration. </param>
            <param name="chatFriendlyName"> The Conversation's friendly name. See the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource) for an example. </param>
            <param name="customerFriendlyName"> The Conversation participant's friendly name. See the [Conversation Participant Resource](https://www.twilio.com/docs/conversations/api/conversation-participant-resource) for an example. </param>
            <param name="preEngagementData"> The pre-engagement data. </param>
            <param name="uiVersion"> The Ui-Version HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WebChannels </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.WebChannelsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebChannelsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebChannelsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FlexApi.V2.WebChannelsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FlexApi.V2.WebChannelsResource.ConversationSid">
            <summary> The unique string representing the [Conversation resource](https://www.twilio.com/docs/conversations/api/conversation-resource) created. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.FlexApi.V2.WebChannelsResource.Identity" -->
        <member name="T:Twilio.Rest.FrontlineApi.V1.FetchUserOptions">
            <summary> Fetch a frontline user </summary>
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.FetchUserOptions.PathSid">
            <summary> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.FetchUserOptions.#ctor(System.String)">
            <summary> Construct a new FetchUserOptions </summary>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.FetchUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.FrontlineApi.V1.UpdateUserOptions">
            <summary> Update an existing frontline user </summary>
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UpdateUserOptions.PathSid">
            <summary> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UpdateUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UpdateUserOptions.Avatar">
            <summary> The avatar URL which will be shown in Frontline application. </summary> 
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UpdateUserOptions.IsAvailable">
            <summary> Whether the User is available for new conversations. Set to `false` to prevent User from receiving new inbound conversations if you are using [Pool Routing](https://www.twilio.com/docs/frontline/handle-incoming-conversations#3-pool-routing). </summary> 
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UpdateUserOptions.#ctor(System.String)">
            <summary> Construct a new UpdateUserOptions </summary>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UpdateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.Fetch(Twilio.Rest.FrontlineApi.V1.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a frontline user </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.FetchAsync(Twilio.Rest.FrontlineApi.V1.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a frontline user </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a frontline user </summary>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a frontline user </summary>
            <param name="pathSid"> The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.Update(Twilio.Rest.FrontlineApi.V1.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing frontline user </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.UpdateAsync(Twilio.Rest.FrontlineApi.V1.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing frontline user </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.Update(System.String,System.String,System.String,Twilio.Rest.FrontlineApi.V1.UserResource.StateTypeEnum,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing frontline user </summary>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
            <param name="friendlyName"> The string that you assigned to describe the User. </param>
            <param name="avatar"> The avatar URL which will be shown in Frontline application. </param>
            <param name="state">  </param>
            <param name="isAvailable"> Whether the User is available for new conversations. Set to `false` to prevent User from receiving new inbound conversations if you are using [Pool Routing](https://www.twilio.com/docs/frontline/handle-incoming-conversations#3-pool-routing). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.FrontlineApi.V1.UserResource.StateTypeEnum,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing frontline user </summary>
            <param name="pathSid"> The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update. </param>
            <param name="friendlyName"> The string that you assigned to describe the User. </param>
            <param name="avatar"> The avatar URL which will be shown in Frontline application. </param>
            <param name="state">  </param>
            <param name="isAvailable"> Whether the User is available for new conversations. Set to `false` to prevent User from receiving new inbound conversations if you are using [Pool Routing](https://www.twilio.com/docs/frontline/handle-incoming-conversations#3-pool-routing). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.FrontlineApi.V1.UserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UserResource.Sid">
            <summary> The unique string that we created to identify the User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UserResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User. This value is often a username or an email address, and is case-sensitive. </summary> 
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UserResource.FriendlyName">
            <summary> The string that you assigned to describe the User. </summary> 
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UserResource.Avatar">
            <summary> The avatar URL which will be shown in Frontline application. </summary> 
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UserResource.IsAvailable">
            <summary> Whether the User is available for new conversations. Defaults to `false` for new users. </summary> 
        </member>
        <member name="P:Twilio.Rest.FrontlineApi.V1.UserResource.Url">
            <summary> An absolute API resource URL for this user. </summary> 
        </member>
        <member name="T:Twilio.Rest.Iam.V1.DeleteApiKeyOptions">
            <summary> Delete a specific Key. </summary>
        </member>
        <member name="P:Twilio.Rest.Iam.V1.DeleteApiKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Key resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Iam.V1.DeleteApiKeyOptions.#ctor(System.String)">
            <summary> Construct a new DeleteKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.DeleteApiKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Iam.V1.FetchApiKeyOptions">
            <summary> Fetch a specific Key. </summary>
        </member>
        <member name="P:Twilio.Rest.Iam.V1.FetchApiKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Key resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Iam.V1.FetchApiKeyOptions.#ctor(System.String)">
            <summary> Construct a new FetchKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.FetchApiKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Iam.V1.UpdateApiKeyOptions">
            <summary> Update a specific Key. </summary>
        </member>
        <member name="P:Twilio.Rest.Iam.V1.UpdateApiKeyOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Key resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.UpdateApiKeyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.UpdateApiKeyOptions.Policy">
            <summary> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </summary> 
        </member>
        <member name="M:Twilio.Rest.Iam.V1.UpdateApiKeyOptions.#ctor(System.String)">
            <summary> Construct a new UpdateKeyOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.UpdateApiKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.BuildDeleteRequest(Twilio.Rest.Iam.V1.DeleteApiKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Key. </summary>
            <param name="options"> Delete ApiKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.Delete(Twilio.Rest.Iam.V1.DeleteApiKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Key. </summary>
            <param name="options"> Delete ApiKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.DeleteAsync(Twilio.Rest.Iam.V1.DeleteApiKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Key. </summary>
            <param name="options"> Delete ApiKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Key. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Key. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.Fetch(Twilio.Rest.Iam.V1.FetchApiKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Key. </summary>
            <param name="options"> Fetch ApiKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.FetchAsync(Twilio.Rest.Iam.V1.FetchApiKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Key. </summary>
            <param name="options"> Fetch ApiKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Key. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Key. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.Update(Twilio.Rest.Iam.V1.UpdateApiKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Key. </summary>
            <param name="options"> Update ApiKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.UpdateAsync(Twilio.Rest.Iam.V1.UpdateApiKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Key. </summary>
            <param name="options"> Update ApiKey parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.Update(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Key. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="policy"> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.UpdateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Key. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Key resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="policy"> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ApiKey </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ApiKeyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ApiKeyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ApiKeyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Iam.V1.ApiKeyResource.Sid">
            <summary> The unique string that we created to identify the Key resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.ApiKeyResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.ApiKeyResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.ApiKeyResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.ApiKeyResource.Policy">
            <summary> The \\`Policy\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </summary> 
        </member>
        <member name="T:Twilio.Rest.Iam.V1.ReadGetApiKeysOptions">
            <summary> Retrieve a list of all Keys for a account. </summary>
        </member>
        <member name="P:Twilio.Rest.Iam.V1.ReadGetApiKeysOptions.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ReadGetApiKeysOptions.#ctor(System.String)">
            <summary> Construct a new ListGetKeysOptions </summary>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </param>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.ReadGetApiKeysOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.Read(Twilio.Rest.Iam.V1.ReadGetApiKeysOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Keys for a account. </summary>
            <param name="options"> Read GetApiKeys parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of GetApiKeys </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.ReadAsync(Twilio.Rest.Iam.V1.ReadGetApiKeysOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Keys for a account. </summary>
            <param name="options"> Read GetApiKeys parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of GetApiKeys </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Keys for a account. </summary>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of GetApiKeys </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Keys for a account. </summary>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of GetApiKeys </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.NextPage(Twilio.Base.Page{Twilio.Rest.Iam.V1.GetApiKeysResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Iam.V1.GetApiKeysResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a GetApiKeysResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> GetApiKeysResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.GetApiKeysResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Iam.V1.GetApiKeysResource.Sid">
            <summary> The unique string that we created to identify the Key resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.GetApiKeysResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.GetApiKeysResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.GetApiKeysResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Iam.V1.CreateKeyOptions">
            <summary> Create a new Signing Key for the account making the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Iam.V1.CreateKeyOptions.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.CreateKeyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.CreateKeyOptions.Policy">
            <summary> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </summary> 
        </member>
        <member name="M:Twilio.Rest.Iam.V1.CreateKeyOptions.#ctor(System.String)">
            <summary> Construct a new CreateNewKeyOptions </summary>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </param>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.CreateKeyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.KeyResource.Create(Twilio.Rest.Iam.V1.CreateKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Signing Key for the account making the request. </summary>
            <param name="options"> Create Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.KeyResource.CreateAsync(Twilio.Rest.Iam.V1.CreateKeyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Signing Key for the account making the request. </summary>
            <param name="options"> Create Key parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.KeyResource.Create(System.String,System.String,Twilio.Rest.Iam.V1.KeyResource.KeytypeEnum,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Signing Key for the account making the request. </summary>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="keyType">  </param>
            <param name="policy"> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.KeyResource.CreateAsync(System.String,System.String,Twilio.Rest.Iam.V1.KeyResource.KeytypeEnum,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Signing Key for the account making the request. </summary>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="keyType">  </param>
            <param name="policy"> The \\\\`Policy\\\\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Key </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.KeyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a KeyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> KeyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Iam.V1.KeyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Iam.V1.KeyResource.Sid">
            <summary> The unique string that that we created to identify the NewKey resource. You will use this as the basic-auth `user` when authenticating to the API. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.KeyResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.KeyResource.DateCreated">
            <summary> The date and time in GMT that the API Key was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.KeyResource.DateUpdated">
            <summary> The date and time in GMT that the new API Key was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.KeyResource.Secret">
            <summary> The secret your application uses to sign Access Tokens and to authenticate to the REST API (you will use this as the basic-auth `password`).  **Note that for security reasons, this field is ONLY returned when the API Key is first created.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Iam.V1.KeyResource.Policy">
            <summary> Collection of allow assertions. </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.FetchCallOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.FetchCallOptions.#ctor(System.String)">
            <summary> Construct a new FetchCallOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.FetchCallOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallResource.Fetch(Twilio.Rest.Insights.V1.FetchCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallResource.FetchAsync(Twilio.Rest.Insights.V1.FetchCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Call parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Call </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CallResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CallResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.ReadCallSummariesOptions">
            <summary> Get a list of Call Summaries. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.From">
            <summary> A calling party. Could be an E.164 number, a SIP URI, or a Twilio Client registered name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.To">
            <summary> A called party. Could be an E.164 number, a SIP URI, or a Twilio Client registered name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.FromCarrier">
            <summary> An origination carrier. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.ToCarrier">
            <summary> A destination carrier. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.FromCountryCode">
            <summary> A source country code based on phone number in From. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.ToCountryCode">
            <summary> A destination country code. Based on phone number in To. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.VerifiedCaller">
            <summary> A boolean flag indicating whether or not the caller was verified using SHAKEN/STIR.One of 'true' or 'false'. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.HasTag">
            <summary> A boolean flag indicating the presence of one or more [Voice Insights Call Tags](https://www.twilio.com/docs/voice/voice-insights/api/call/details-call-tags). </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.StartTime">
            <summary> A Start time of the calls. xm (x minutes), xh (x hours), xd (x days), 1w, 30m, 3d, 4w or datetime-ISO. Defaults to 4h. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.EndTime">
            <summary> An End Time of the calls. xm (x minutes), xh (x hours), xd (x days), 1w, 30m, 3d, 4w or datetime-ISO. Defaults to 0m. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.CallType">
            <summary> A Call Type of the calls. One of `carrier`, `sip`, `trunking` or `client`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.CallState">
            <summary> A Call State of the calls. One of `ringing`, `completed`, `busy`, `fail`, `noanswer`, `canceled`, `answered`, `undialed`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.Direction">
            <summary> A Direction of the calls. One of `outbound_api`, `outbound_dial`, `inbound`, `trunking_originating`, `trunking_terminating`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.ProcessingState">
            <summary> A Processing State of the Call Summaries. One of `completed`, `partial` or `all`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.SortBy">
            <summary> A Sort By criterion for the returned list of Call Summaries. One of `start_time` or `end_time`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.Subaccount">
            <summary> A unique SID identifier of a Subaccount. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.AbnormalSession">
            <summary> A boolean flag indicating an abnormal session where the last SIP response was not 200 OK. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.AnsweredBy">
            <summary> An Answered By value for the calls based on `Answering Machine Detection (AMD)`. One of `unknown`, `machine_start`, `machine_end_beep`, `machine_end_silence`, `machine_end_other`, `human` or `fax`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.AnsweredByAnnotation">
            <summary> Either machine or human. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.ConnectivityIssueAnnotation">
            <summary> A Connectivity Issue with the calls. One of `no_connectivity_issue`, `invalid_number`, `caller_id`, `dropped_call`, or `number_reachability`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.QualityIssueAnnotation">
            <summary> A subjective Quality Issue with the calls. One of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.SpamAnnotation">
            <summary> A boolean flag indicating spam calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.CallScoreAnnotation">
            <summary> A Call Score of the calls. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for the rated call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.BrandedEnabled">
            <summary> A boolean flag indicating whether or not the calls were branded using Twilio Branded Calls. One of 'true' or 'false' </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.VoiceIntegrityEnabled">
            <summary> A boolean flag indicating whether or not the phone number had voice integrity enabled.One of 'true' or 'false' </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.BrandedBundleSid">
            <summary> A unique SID identifier of the Branded Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.VoiceIntegrityBundleSid">
            <summary> A unique SID identifier of the Voice Integrity Profile. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.VoiceIntegrityUseCase" -->
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.BusinessProfileIdentity">
            <summary> A Business Identity of the calls. Is of type enum. One of 'direct_customer', 'isv_reseller_or_partner'.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.BusinessProfileIndustry">
            <summary> A Business Industry of the calls. Is of type enum. One of 'automotive', 'agriculture', 'banking', 'consumer', 'construction', 'education', 'engineering', 'energy', 'oil_and_gas', 'fast_moving_consumer_goods', 'financial', 'fintech', 'food_and_beverage', 'government', 'healthcare', 'hospitality', 'insurance', 'legal', 'manufacturing', 'media', 'online', 'professional_services', 'raw_materials', 'real_estate', 'religion', 'retail', 'jewelry', 'technology', 'telecommunications', 'transportation', 'travel', 'electronics', 'not_for_profit'  </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.BusinessProfileBundleSid">
            <summary> A unique SID identifier of the Business Profile. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.BusinessProfileType">
            <summary> A Business Profile Type of the calls. Is of type enum. One of 'primary', 'secondary'. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ReadCallSummariesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallSummariesResource.Read(Twilio.Rest.Insights.V1.ReadCallSummariesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Summaries. </summary>
            <param name="options"> Read CallSummaries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CallSummaries </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallSummariesResource.ReadAsync(Twilio.Rest.Insights.V1.ReadCallSummariesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Summaries. </summary>
            <param name="options"> Read CallSummaries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CallSummaries </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Insights.V1.CallSummariesResource.Read(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Insights.V1.CallSummariesResource.ProcessingStateRequestEnum,Twilio.Rest.Insights.V1.CallSummariesResource.SortByEnum,System.String,System.Nullable{System.Boolean},Twilio.Rest.Insights.V1.CallSummariesResource.AnsweredByEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Insights.V1.CallSummariesResource.ReadAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,Twilio.Rest.Insights.V1.CallSummariesResource.ProcessingStateRequestEnum,Twilio.Rest.Insights.V1.CallSummariesResource.SortByEnum,System.String,System.Nullable{System.Boolean},Twilio.Rest.Insights.V1.CallSummariesResource.AnsweredByEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Insights.V1.CallSummariesResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallSummariesResource.NextPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.CallSummariesResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallSummariesResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.CallSummariesResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallSummariesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CallSummariesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CallSummariesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.CallSummariesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.CallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.CreatedTime">
            <summary> The time at which the Call was created, given in ISO 8601 format. Can be different from `start_time` in the event of queueing due to CPS </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.StartTime">
            <summary> The time at which the Call was started, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.EndTime">
            <summary> The time at which the Call was ended, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.Duration">
            <summary> Duration between when the call was initiated and the call was ended </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.ConnectDuration">
            <summary> Duration between when the call was answered and when it ended </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.From">
            <summary> The calling party. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.To">
            <summary> The called party. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.CarrierEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a PSTN call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.ClientEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a Client call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.SdkEdge">
            <summary> Contains metrics and properties for the SDK sensor library for Client calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.SipEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a SIP Interface or Trunking call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.Tags">
            <summary> Tags applied to calls by Voice Insights analysis indicating a condition that could result in subjective degradation of the call quality. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.Attributes">
            <summary> Attributes capturing call-flow-specific details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.Properties">
            <summary> Contains edge-agnostic call-level details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.Trust">
            <summary> Contains trusted communications details including Branded Call and verified caller ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.CallSummariesResource.Annotation">
            <summary> The annotation </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Call.FetchAnnotationOptions">
            <summary> Get the Annotation for a specific Call. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.FetchAnnotationOptions.PathCallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.FetchAnnotationOptions.#ctor(System.String)">
            <summary> Construct a new FetchAnnotationOptions </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.FetchAnnotationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions">
            <summary> Update an Annotation for a specific Call. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions.PathCallSid">
            <summary> The unique string that Twilio created to identify this Call resource. It always starts with a CA. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions.QualityIssues">
            <summary> Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions.Spam">
            <summary> A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions.CallScore">
            <summary> Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions.Comment">
            <summary> Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions.Incident">
            <summary> Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateAnnotationOptions </summary>
            <param name="pathCallSid"> The unique string that Twilio created to identify this Call resource. It always starts with a CA. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.Fetch(Twilio.Rest.Insights.V1.Call.FetchAnnotationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get the Annotation for a specific Call. </summary>
            <param name="options"> Fetch Annotation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Annotation </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.FetchAsync(Twilio.Rest.Insights.V1.Call.FetchAnnotationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get the Annotation for a specific Call. </summary>
            <param name="options"> Fetch Annotation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Annotation </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get the Annotation for a specific Call. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Annotation </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get the Annotation for a specific Call. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Annotation </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.Update(Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Annotation for a specific Call. </summary>
            <param name="options"> Update Annotation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Annotation </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.UpdateAsync(Twilio.Rest.Insights.V1.Call.UpdateAnnotationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Annotation for a specific Call. </summary>
            <param name="options"> Update Annotation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Annotation </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.Update(System.String,Twilio.Rest.Insights.V1.Call.AnnotationResource.AnsweredByEnum,Twilio.Rest.Insights.V1.Call.AnnotationResource.ConnectivityIssueEnum,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Annotation for a specific Call. </summary>
            <param name="pathCallSid"> The unique string that Twilio created to identify this Call resource. It always starts with a CA. </param>
            <param name="answeredBy">  </param>
            <param name="connectivityIssue">  </param>
            <param name="qualityIssues"> Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call. </param>
            <param name="spam"> A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call. </param>
            <param name="callScore"> Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </param>
            <param name="comment"> Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`. </param>
            <param name="incident"> Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Annotation </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.UpdateAsync(System.String,Twilio.Rest.Insights.V1.Call.AnnotationResource.AnsweredByEnum,Twilio.Rest.Insights.V1.Call.AnnotationResource.ConnectivityIssueEnum,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Annotation for a specific Call. </summary>
            <param name="pathCallSid"> The unique string that Twilio created to identify this Call resource. It always starts with a CA. </param>
            <param name="answeredBy">  </param>
            <param name="connectivityIssue">  </param>
            <param name="qualityIssues"> Specify if the call had any subjective quality issues. Possible values, one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, `static_noise`. Use comma separated values to indicate multiple quality issues for the same call. </param>
            <param name="spam"> A boolean flag to indicate if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Use `true` if the call was a spam call. </param>
            <param name="callScore"> Specify the call score. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </param>
            <param name="comment"> Specify any comments pertaining to the call. `comment` has a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in the `comment`. </param>
            <param name="incident"> Associate this call with an incident or support ticket. The `incident` parameter is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Annotation </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AnnotationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AnnotationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.AnnotationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.AnnotationResource.CallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.AnnotationResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.AnnotationResource.QualityIssues">
            <summary> Specifies if the call had any subjective quality issues. Possible values are one or more of `no_quality_issue`, `low_volume`, `choppy_robotic`, `echo`, `dtmf`, `latency`, `owa`, or `static_noise`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.AnnotationResource.Spam">
            <summary> Specifies if the call was a spam call. Use this to provide feedback on whether calls placed from your account were marked as spam, or if inbound calls received by your account were unwanted spam. Is of type Boolean: true, false. Use true if the call was a spam call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.AnnotationResource.CallScore">
            <summary> Specifies the Call Score, if available. This is of type integer. Use a range of 1-5 to indicate the call experience score, with the following mapping as a reference for rating the call [5: Excellent, 4: Good, 3 : Fair, 2 : Poor, 1: Bad]. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.AnnotationResource.Comment">
            <summary> Specifies any comments pertaining to the call. Twilio does not treat this field as PII, so no PII should be included in comments. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.AnnotationResource.Incident">
            <summary> Incident or support ticket associated with this call. The `incident` property is of type string with a maximum character limit of 100. Twilio does not treat this field as PII, so no PII should be included in `incident`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.AnnotationResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Call.FetchCallSummaryOptions">
            <summary> Get a specific Call Summary. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.FetchCallSummaryOptions.PathCallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.FetchCallSummaryOptions.ProcessingState">
            <summary> The Processing State of this Call Summary. One of `complete`, `partial` or `all`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.FetchCallSummaryOptions.#ctor(System.String)">
            <summary> Construct a new FetchSummaryOptions </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.FetchCallSummaryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Fetch(Twilio.Rest.Insights.V1.Call.FetchCallSummaryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Call Summary. </summary>
            <param name="options"> Fetch CallSummary parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CallSummary </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.CallSummaryResource.FetchAsync(Twilio.Rest.Insights.V1.Call.FetchCallSummaryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Call Summary. </summary>
            <param name="options"> Fetch CallSummary parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CallSummary </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Fetch(System.String,Twilio.Rest.Insights.V1.Call.CallSummaryResource.ProcessingStateEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Call Summary. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="processingState"> The Processing State of this Call Summary. One of `complete`, `partial` or `all`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CallSummary </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.CallSummaryResource.FetchAsync(System.String,Twilio.Rest.Insights.V1.Call.CallSummaryResource.ProcessingStateEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Call Summary. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="processingState"> The Processing State of this Call Summary. One of `complete`, `partial` or `all`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CallSummary </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.CallSummaryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CallSummaryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CallSummaryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.CallSummaryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.CallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.CreatedTime">
            <summary> The time at which the Call was created, given in ISO 8601 format. Can be different from `start_time` in the event of queueing due to CPS </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.StartTime">
            <summary> The time at which the Call was started, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.EndTime">
            <summary> The time at which the Call was ended, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Duration">
            <summary> Duration between when the call was initiated and the call was ended </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.ConnectDuration">
            <summary> Duration between when the call was answered and when it ended </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.From">
            <summary> The calling party. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.To">
            <summary> The called party. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.CarrierEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a PSTN call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.ClientEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a Client call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.SdkEdge">
            <summary> Contains metrics and properties for the SDK sensor library for Client calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.SipEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a SIP Interface or Trunking call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Tags">
            <summary> Tags applied to calls by Voice Insights analysis indicating a condition that could result in subjective degradation of the call quality. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Attributes">
            <summary> Attributes capturing call-flow-specific details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Properties">
            <summary> Contains edge-agnostic call-level details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Trust">
            <summary> Contains trusted communications details including Branded Call and verified caller ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.CallSummaryResource.Annotation">
            <summary> Programmatically labeled annotations for the Call. Developers can update the Call Summary records with Annotation during or after a Call. Annotations can be updated as long as the Call Summary record is addressable via the API. </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Call.ReadEventOptions">
            <summary> Get a list of Call Insight Events for a Call. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.ReadEventOptions.PathCallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.ReadEventOptions.Edge">
            <summary> The Edge of this Event. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.ReadEventOptions.#ctor(System.String)">
            <summary> Construct a new ListEventOptions </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.ReadEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.Read(Twilio.Rest.Insights.V1.Call.ReadEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Insight Events for a Call. </summary>
            <param name="options"> Read Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.ReadAsync(Twilio.Rest.Insights.V1.Call.ReadEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Insight Events for a Call. </summary>
            <param name="options"> Read Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.Read(System.String,Twilio.Rest.Insights.V1.Call.EventResource.TwilioEdgeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Insight Events for a Call. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="edge"> The Edge of this Event. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.ReadAsync(System.String,Twilio.Rest.Insights.V1.Call.EventResource.TwilioEdgeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Insight Events for a Call. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="edge"> The Edge of this Event. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.NextPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.Call.EventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.Call.EventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EventResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EventResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.EventResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.Timestamp">
            <summary> Event time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.CallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.Group">
            <summary> Event group. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.Name">
            <summary> Event name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.CarrierEdge">
            <summary> Represents the connection between Twilio and our immediate carrier partners. The events here describe the call lifecycle as reported by Twilio's carrier media gateways. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.SipEdge">
            <summary> Represents the Twilio media gateway for SIP interface and SIP trunking calls. The events here describe the call lifecycle as reported by Twilio's public media gateways. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.SdkEdge">
            <summary> Represents the Voice SDK running locally in the browser or in the Android/iOS application. The events here are emitted by the Voice SDK in response to certain call progress events, network changes, or call quality conditions. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.EventResource.ClientEdge">
            <summary> Represents the Twilio media gateway for Client calls. The events here describe the call lifecycle as reported by Twilio's Voice SDK media gateways. </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Call.ReadMetricOptions">
            <summary> Get a list of Call Metrics for a Call. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.ReadMetricOptions.PathCallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.ReadMetricOptions.Edge">
            <summary> The Edge of this Metric. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.ReadMetricOptions.Direction">
            <summary> The Direction of this Metric. One of `unknown`, `inbound`, `outbound` or `both`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.ReadMetricOptions.#ctor(System.String)">
            <summary> Construct a new ListMetricOptions </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.ReadMetricOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.Read(Twilio.Rest.Insights.V1.Call.ReadMetricOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Metrics for a Call. </summary>
            <param name="options"> Read Metric parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Metric </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.ReadAsync(Twilio.Rest.Insights.V1.Call.ReadMetricOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Metrics for a Call. </summary>
            <param name="options"> Read Metric parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Metric </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.Read(System.String,Twilio.Rest.Insights.V1.Call.MetricResource.TwilioEdgeEnum,Twilio.Rest.Insights.V1.Call.MetricResource.StreamDirectionEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Metrics for a Call. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="edge"> The Edge of this Metric. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`. </param>
            <param name="direction"> The Direction of this Metric. One of `unknown`, `inbound`, `outbound` or `both`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Metric </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.ReadAsync(System.String,Twilio.Rest.Insights.V1.Call.MetricResource.TwilioEdgeEnum,Twilio.Rest.Insights.V1.Call.MetricResource.StreamDirectionEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Call Metrics for a Call. </summary>
            <param name="pathCallSid"> The unique SID identifier of the Call. </param>
            <param name="edge"> The Edge of this Metric. One of `unknown_edge`, `carrier_edge`, `sip_edge`, `sdk_edge` or `client_edge`. </param>
            <param name="direction"> The Direction of this Metric. One of `unknown`, `inbound`, `outbound` or `both`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Metric </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.NextPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.Call.MetricResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.Call.MetricResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MetricResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MetricResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Call.MetricResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.MetricResource.Timestamp">
            <summary> Timestamp of metric sample. Samples are taken every 10 seconds and contain the metrics for the previous 10 seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.MetricResource.CallSid">
            <summary> The unique SID identifier of the Call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.MetricResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.MetricResource.CarrierEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a PSTN call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.MetricResource.SipEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a SIP Interface or Trunking call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.MetricResource.SdkEdge">
            <summary> Contains metrics and properties for the SDK sensor library for Client calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Call.MetricResource.ClientEdge">
            <summary> Contains metrics and properties for the Twilio media gateway of a Client call. </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.FetchConferenceOptions">
            <summary> Get a specific Conference Summary. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.FetchConferenceOptions.PathConferenceSid">
            <summary> The unique SID identifier of the Conference. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.FetchConferenceOptions.#ctor(System.String)">
            <summary> Construct a new FetchConferenceOptions </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.FetchConferenceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Insights.V1.ReadConferenceOptions">
            <summary> Get a list of Conference Summaries. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.ConferenceSid">
            <summary> The SID of the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.FriendlyName">
            <summary> Custom label for the conference resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.Status">
            <summary> Conference status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.CreatedAfter">
            <summary> Conferences created after the provided timestamp specified in ISO 8601 format </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.CreatedBefore">
            <summary> Conferences created before the provided timestamp specified in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.MixerRegion">
            <summary> Twilio region where the conference media was mixed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.Tags">
            <summary> Tags applied by Twilio for common potential configuration, quality, or performance issues. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.Subaccount">
            <summary> Account SID for the subaccount whose resources you wish to retrieve. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.DetectedIssues">
            <summary> Potential configuration, behavior, or performance issues detected during the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadConferenceOptions.EndReason">
            <summary> Conference end reason; e.g. last participant left, modified by API, etc. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ReadConferenceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.Fetch(Twilio.Rest.Insights.V1.FetchConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Conference Summary. </summary>
            <param name="options"> Fetch Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.FetchAsync(Twilio.Rest.Insights.V1.FetchConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Conference Summary. </summary>
            <param name="options"> Fetch Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Conference Summary. </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Conference Summary. </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.Read(Twilio.Rest.Insights.V1.ReadConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Conference Summaries. </summary>
            <param name="options"> Read Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.ReadAsync(Twilio.Rest.Insights.V1.ReadConferenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Conference Summaries. </summary>
            <param name="options"> Read Conference parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.Read(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Conference Summaries. </summary>
            <param name="conferenceSid"> The SID of the conference. </param>
            <param name="friendlyName"> Custom label for the conference resource, up to 64 characters. </param>
            <param name="status"> Conference status. </param>
            <param name="createdAfter"> Conferences created after the provided timestamp specified in ISO 8601 format </param>
            <param name="createdBefore"> Conferences created before the provided timestamp specified in ISO 8601 format. </param>
            <param name="mixerRegion"> Twilio region where the conference media was mixed. </param>
            <param name="tags"> Tags applied by Twilio for common potential configuration, quality, or performance issues. </param>
            <param name="subaccount"> Account SID for the subaccount whose resources you wish to retrieve. </param>
            <param name="detectedIssues"> Potential configuration, behavior, or performance issues detected during the conference. </param>
            <param name="endReason"> Conference end reason; e.g. last participant left, modified by API, etc. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.ReadAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Conference Summaries. </summary>
            <param name="conferenceSid"> The SID of the conference. </param>
            <param name="friendlyName"> Custom label for the conference resource, up to 64 characters. </param>
            <param name="status"> Conference status. </param>
            <param name="createdAfter"> Conferences created after the provided timestamp specified in ISO 8601 format </param>
            <param name="createdBefore"> Conferences created before the provided timestamp specified in ISO 8601 format. </param>
            <param name="mixerRegion"> Twilio region where the conference media was mixed. </param>
            <param name="tags"> Tags applied by Twilio for common potential configuration, quality, or performance issues. </param>
            <param name="subaccount"> Account SID for the subaccount whose resources you wish to retrieve. </param>
            <param name="detectedIssues"> Potential configuration, behavior, or performance issues detected during the conference. </param>
            <param name="endReason"> Conference end reason; e.g. last participant left, modified by API, etc. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Conference </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.ConferenceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.ConferenceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConferenceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConferenceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ConferenceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.ConferenceSid">
            <summary> The unique SID identifier of the Conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.FriendlyName">
            <summary> Custom label for the conference resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.CreateTime">
            <summary> Conference creation date and time in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.StartTime">
            <summary> Timestamp in ISO 8601 format when the conference started. Conferences do not start until at least two participants join, at least one of whom has startConferenceOnEnter=true. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.EndTime">
            <summary> Conference end date and time in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.DurationSeconds">
            <summary> Conference duration in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.ConnectDurationSeconds">
            <summary> Duration of the between conference start event and conference end event in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.MaxParticipants">
            <summary> Maximum number of concurrent participants as specified by the configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.MaxConcurrentParticipants">
            <summary> Actual maximum number of concurrent participants in the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.UniqueParticipants">
            <summary> Unique conference participants based on caller ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.EndedBy">
            <summary> Call SID of the participant whose actions ended the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.RecordingEnabled">
            <summary> Boolean. Indicates whether recording was enabled at the conference mixer. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.DetectedIssues">
            <summary> Potential issues detected by Twilio during the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.Tags">
            <summary> Tags for detected conference conditions and participant behaviors which may be of interest. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.TagInfo">
            <summary> Object. Contains details about conference tags including severity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ConferenceResource.Links">
            <summary> Contains a dictionary of URL links to nested resources of this Conference. </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions">
            <summary> Get a specific Conference Participant Summary for a Conference. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions.PathConferenceSid">
            <summary> The unique SID identifier of the Conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions.PathParticipantSid">
            <summary> The unique SID identifier of the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions.Events">
            <summary> Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions.Metrics">
            <summary> Object. Contains participant call quality metrics. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchConferenceParticipantOptions </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
            <param name="pathParticipantSid"> The unique SID identifier of the Participant. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions">
            <summary> Get a list of Conference Participants Summaries for a Conference. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions.PathConferenceSid">
            <summary> The unique SID identifier of the Conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions.ParticipantSid">
            <summary> The unique SID identifier of the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions.Label">
            <summary> User-specified label for a participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions.Events">
            <summary> Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions.#ctor(System.String)">
            <summary> Construct a new ListConferenceParticipantOptions </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Fetch(Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Conference Participant Summary for a Conference. </summary>
            <param name="options"> Fetch ConferenceParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConferenceParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.FetchAsync(Twilio.Rest.Insights.V1.Conference.FetchConferenceParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Conference Participant Summary for a Conference. </summary>
            <param name="options"> Fetch ConferenceParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConferenceParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Fetch(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Conference Participant Summary for a Conference. </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
            <param name="pathParticipantSid"> The unique SID identifier of the Participant. </param>
            <param name="events"> Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. </param>
            <param name="metrics"> Object. Contains participant call quality metrics. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConferenceParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.FetchAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a specific Conference Participant Summary for a Conference. </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
            <param name="pathParticipantSid"> The unique SID identifier of the Participant. </param>
            <param name="events"> Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. </param>
            <param name="metrics"> Object. Contains participant call quality metrics. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConferenceParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Read(Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Conference Participants Summaries for a Conference. </summary>
            <param name="options"> Read ConferenceParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConferenceParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.ReadAsync(Twilio.Rest.Insights.V1.Conference.ReadConferenceParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Conference Participants Summaries for a Conference. </summary>
            <param name="options"> Read ConferenceParticipant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConferenceParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Read(System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Conference Participants Summaries for a Conference. </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
            <param name="participantSid"> The unique SID identifier of the Participant. </param>
            <param name="label"> User-specified label for a participant. </param>
            <param name="events"> Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConferenceParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.ReadAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Conference Participants Summaries for a Conference. </summary>
            <param name="pathConferenceSid"> The unique SID identifier of the Conference. </param>
            <param name="participantSid"> The unique SID identifier of the Participant. </param>
            <param name="label"> User-specified label for a participant. </param>
            <param name="events"> Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConferenceParticipant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.NextPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConferenceParticipantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConferenceParticipantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.ParticipantSid">
            <summary> SID for this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Label">
            <summary> The user-specified label of this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.ConferenceSid">
            <summary> The unique SID identifier of the Conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.CallSid">
            <summary> Unique SID identifier of the call that generated the Participant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.From">
            <summary> Caller ID of the calling party. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.To">
            <summary> Called party. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.CountryCode">
            <summary> ISO alpha-2 country code of the participant based on caller ID or called number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.IsModerator">
            <summary> Boolean. Indicates whether participant had startConferenceOnEnter=true or endConferenceOnExit=true. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.JoinTime">
            <summary> ISO 8601 timestamp of participant join event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.LeaveTime">
            <summary> ISO 8601 timestamp of participant leave event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.DurationSeconds">
            <summary> Participant durations in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.OutboundQueueLength">
            <summary> Add Participant API only. Estimated time in queue at call creation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.OutboundTimeInQueue">
            <summary> Add Participant API only. Actual time in queue in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.IsCoach">
            <summary> Boolean. Indicated whether participant was a coach. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.CoachedParticipants">
            <summary> Call SIDs coached by this participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Properties">
            <summary> Participant properties and metadata. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Events">
            <summary> Object containing information of actions taken by participants. Contains a dictionary of URL links to nested resources of this Conference Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Metrics">
            <summary> Object. Contains participant call quality metrics. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Conference.ConferenceParticipantResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.FetchRoomOptions">
            <summary> Get Video Log Analyzer data for a Room. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.FetchRoomOptions.PathRoomSid">
            <summary> The SID of the Room resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.FetchRoomOptions.#ctor(System.String)">
            <summary> Construct a new FetchVideoRoomSummaryOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.FetchRoomOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Insights.V1.ReadRoomOptions">
            <summary> Get a list of Programmable Video Rooms. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadRoomOptions.RoomType">
            <summary> Type of room. Can be `go`, `peer_to_peer`, `group`, or `group_small`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadRoomOptions.Codec">
            <summary> Codecs used by participants in the room. Can be `VP8`, `H264`, or `VP9`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadRoomOptions.RoomName">
            <summary> Room friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadRoomOptions.CreatedAfter">
            <summary> Only read rooms that started on or after this ISO 8601 timestamp. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.ReadRoomOptions.CreatedBefore">
            <summary> Only read rooms that started before this ISO 8601 timestamp. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.ReadRoomOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.Fetch(Twilio.Rest.Insights.V1.FetchRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get Video Log Analyzer data for a Room. </summary>
            <param name="options"> Fetch Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.FetchAsync(Twilio.Rest.Insights.V1.FetchRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get Video Log Analyzer data for a Room. </summary>
            <param name="options"> Fetch Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get Video Log Analyzer data for a Room. </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get Video Log Analyzer data for a Room. </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.Read(Twilio.Rest.Insights.V1.ReadRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Programmable Video Rooms. </summary>
            <param name="options"> Read Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.ReadAsync(Twilio.Rest.Insights.V1.ReadRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Programmable Video Rooms. </summary>
            <param name="options"> Read Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.Read(System.Collections.Generic.List{Twilio.Rest.Insights.V1.RoomResource.RoomTypeEnum},System.Collections.Generic.List{Twilio.Rest.Insights.V1.RoomResource.CodecEnum},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Programmable Video Rooms. </summary>
            <param name="roomType"> Type of room. Can be `go`, `peer_to_peer`, `group`, or `group_small`. </param>
            <param name="codec"> Codecs used by participants in the room. Can be `VP8`, `H264`, or `VP9`. </param>
            <param name="roomName"> Room friendly name. </param>
            <param name="createdAfter"> Only read rooms that started on or after this ISO 8601 timestamp. </param>
            <param name="createdBefore"> Only read rooms that started before this ISO 8601 timestamp. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.ReadAsync(System.Collections.Generic.List{Twilio.Rest.Insights.V1.RoomResource.RoomTypeEnum},System.Collections.Generic.List{Twilio.Rest.Insights.V1.RoomResource.CodecEnum},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of Programmable Video Rooms. </summary>
            <param name="roomType"> Type of room. Can be `go`, `peer_to_peer`, `group`, or `group_small`. </param>
            <param name="codec"> Codecs used by participants in the room. Can be `VP8`, `H264`, or `VP9`. </param>
            <param name="roomName"> Room friendly name. </param>
            <param name="createdAfter"> Only read rooms that started on or after this ISO 8601 timestamp. </param>
            <param name="createdBefore"> Only read rooms that started before this ISO 8601 timestamp. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.NextPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.RoomResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.RoomResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoomResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoomResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.RoomResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.AccountSid">
            <summary> Account SID associated with this room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.RoomSid">
            <summary> Unique identifier for the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.RoomName">
            <summary> Room friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.CreateTime">
            <summary> Creation time of the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.EndTime">
            <summary> End time for the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.StatusCallback">
            <summary> Webhook provided for status callbacks. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.StatusCallbackMethod">
            <summary> HTTP method provided for status callback URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.MaxParticipants">
            <summary> Max number of total participants allowed by the application settings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.UniqueParticipants">
            <summary> Number of participants. May include duplicate identities for participants who left and rejoined. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.UniqueParticipantIdentities">
            <summary> Unique number of participant identities. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.ConcurrentParticipants">
            <summary> Actual number of concurrent participants. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.MaxConcurrentParticipants">
            <summary> Maximum number of participants allowed in the room at the same time allowed by the application settings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.Codecs">
            <summary> Codecs used by participants in the room. Can be `VP8`, `H264`, or `VP9`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.DurationSec">
            <summary> Total room duration from create time to end time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.TotalParticipantDurationSec">
            <summary> Combined amount of participant time in the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.TotalRecordingDurationSec">
            <summary> Combined amount of recorded seconds for participants in the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.RecordingEnabled">
            <summary> Boolean indicating if recording is enabled for the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.Url">
            <summary> URL for the room resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.RoomResource.Links">
            <summary> Room subresources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Room.FetchParticipantOptions">
            <summary> Get Video Log Analyzer data for a Room Participant. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.FetchParticipantOptions.PathRoomSid">
            <summary> The SID of the Room resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.FetchParticipantOptions.PathParticipantSid">
            <summary> The SID of the Participant resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.FetchParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchVideoParticipantSummaryOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.FetchParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Insights.V1.Room.ReadParticipantOptions">
            <summary> Get a list of room participants. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ReadParticipantOptions.PathRoomSid">
            <summary> The SID of the Room resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ReadParticipantOptions.#ctor(System.String)">
            <summary> Construct a new ListVideoParticipantSummaryOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ReadParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.Fetch(Twilio.Rest.Insights.V1.Room.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get Video Log Analyzer data for a Room Participant. </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.FetchAsync(Twilio.Rest.Insights.V1.Room.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get Video Log Analyzer data for a Room Participant. </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get Video Log Analyzer data for a Room Participant. </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get Video Log Analyzer data for a Room Participant. </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.Read(Twilio.Rest.Insights.V1.Room.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of room participants. </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.ReadAsync(Twilio.Rest.Insights.V1.Room.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of room participants. </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of room participants. </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get a list of room participants. </summary>
            <param name="pathRoomSid"> The SID of the Room resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.NextPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.Room.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Insights.V1.Room.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ParticipantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ParticipantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.Room.ParticipantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.ParticipantSid">
            <summary> Unique identifier for the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.ParticipantIdentity">
            <summary> The application-defined string that uniquely identifies the participant within a Room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.JoinTime">
            <summary> When the participant joined the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.LeaveTime">
            <summary> When the participant left the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.DurationSec">
            <summary> Amount of time in seconds the participant was in the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.AccountSid">
            <summary> Account SID associated with the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.RoomSid">
            <summary> Unique identifier for the room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.Codecs">
            <summary> Codecs detected from the participant. Can be `VP8`, `H264`, or `VP9`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.EndReason">
            <summary> Reason the participant left the room. See [the list of possible values here](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#end_reason). </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.ErrorCode">
            <summary> Errors encountered by the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.ErrorCodeUrl">
            <summary> Twilio error code dictionary link. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.Properties">
            <summary> Object containing information about the participant's data from the room. See [below](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#properties) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.PublisherInfo">
            <summary> Object containing information about the SDK name and version. See [below](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#publisher_info) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.Room.ParticipantResource.Url">
            <summary> URL of the participant resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Insights.V1.FetchSettingOptions">
            <summary> Get the Voice Insights Settings. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.FetchSettingOptions.SubaccountSid">
            <summary> The unique SID identifier of the Subaccount. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.FetchSettingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Insights.V1.UpdateSettingOptions">
            <summary> Update a specific Voice Insights Setting. </summary>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.UpdateSettingOptions.AdvancedFeatures">
            <summary> A boolean flag to enable Advanced Features for Voice Insights. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.UpdateSettingOptions.VoiceTrace">
            <summary> A boolean flag to enable Voice Trace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.UpdateSettingOptions.SubaccountSid">
            <summary> The unique SID identifier of the Subaccount. </summary> 
        </member>
        <member name="M:Twilio.Rest.Insights.V1.UpdateSettingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.Fetch(Twilio.Rest.Insights.V1.FetchSettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get the Voice Insights Settings. </summary>
            <param name="options"> Fetch Setting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Setting </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.FetchAsync(Twilio.Rest.Insights.V1.FetchSettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get the Voice Insights Settings. </summary>
            <param name="options"> Fetch Setting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Setting </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get the Voice Insights Settings. </summary>
            <param name="subaccountSid"> The unique SID identifier of the Subaccount. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Setting </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get the Voice Insights Settings. </summary>
            <param name="subaccountSid"> The unique SID identifier of the Subaccount. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Setting </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.Update(Twilio.Rest.Insights.V1.UpdateSettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Voice Insights Setting. </summary>
            <param name="options"> Update Setting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Setting </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.UpdateAsync(Twilio.Rest.Insights.V1.UpdateSettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Voice Insights Setting. </summary>
            <param name="options"> Update Setting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Setting </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.Update(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Voice Insights Setting. </summary>
            <param name="advancedFeatures"> A boolean flag to enable Advanced Features for Voice Insights. </param>
            <param name="voiceTrace"> A boolean flag to enable Voice Trace. </param>
            <param name="subaccountSid"> The unique SID identifier of the Subaccount. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Setting </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.UpdateAsync(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Voice Insights Setting. </summary>
            <param name="advancedFeatures"> A boolean flag to enable Advanced Features for Voice Insights. </param>
            <param name="voiceTrace"> A boolean flag to enable Voice Trace. </param>
            <param name="subaccountSid"> The unique SID identifier of the Subaccount. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Setting </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SettingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SettingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Insights.V1.SettingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Insights.V1.SettingResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.SettingResource.AdvancedFeatures">
            <summary> A boolean flag indicating whether Advanced Features for Voice Insights are enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.SettingResource.VoiceTrace">
            <summary> A boolean flag indicating whether Voice Trace is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Insights.V1.SettingResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.CreateCustomOperatorOptions">
            <summary> Create a new Custom Operator for the given Account </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateCustomOperatorOptions.FriendlyName">
            <summary> A human readable description of the new Operator, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateCustomOperatorOptions.OperatorType">
            <summary> Operator Type for this Operator. References an existing Operator Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateCustomOperatorOptions.Config">
            <summary> Operator configuration, following the schema defined by the Operator Type. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CreateCustomOperatorOptions.#ctor(System.String,System.String,System.Object)">
            <summary> Construct a new CreateCustomOperatorOptions </summary>
            <param name="friendlyName"> A human readable description of the new Operator, up to 64 characters. </param>
            <param name="operatorType"> Operator Type for this Operator. References an existing Operator Type resource. </param>
            <param name="config"> Operator configuration, following the schema defined by the Operator Type. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CreateCustomOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.DeleteCustomOperatorOptions">
            <summary> Delete a specific Custom Operator. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.DeleteCustomOperatorOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Custom Operator. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.DeleteCustomOperatorOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCustomOperatorOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.DeleteCustomOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.FetchCustomOperatorOptions">
            <summary> Fetch a specific Custom Operator. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.FetchCustomOperatorOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Custom Operator. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchCustomOperatorOptions.#ctor(System.String)">
            <summary> Construct a new FetchCustomOperatorOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchCustomOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.ReadCustomOperatorOptions">
            <summary> Retrieves a list of all Custom Operators for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadCustomOperatorOptions.Availability">
            <summary> Returns Custom Operators with the provided availability type. Possible values: internal, beta, public, retired. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadCustomOperatorOptions.LanguageCode">
            <summary> Returns Custom Operators that support the provided language code. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ReadCustomOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions">
            <summary> Update a specific Custom Operator. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Custom Operator. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions.FriendlyName">
            <summary> A human-readable name of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions.Config">
            <summary> Operator configuration, following the schema defined by the Operator Type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions.#ctor(System.String,System.String,System.Object)">
            <summary> Construct a new UpdateCustomOperatorOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
            <param name="friendlyName"> A human-readable name of this resource, up to 64 characters. </param>
            <param name="config"> Operator configuration, following the schema defined by the Operator Type. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Create(Twilio.Rest.Intelligence.V2.CreateCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Custom Operator for the given Account </summary>
            <param name="options"> Create CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.CreateAsync(Twilio.Rest.Intelligence.V2.CreateCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Custom Operator for the given Account </summary>
            <param name="options"> Create CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Create(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Custom Operator for the given Account </summary>
            <param name="friendlyName"> A human readable description of the new Operator, up to 64 characters. </param>
            <param name="operatorType"> Operator Type for this Operator. References an existing Operator Type resource. </param>
            <param name="config"> Operator configuration, following the schema defined by the Operator Type. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.CreateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Custom Operator for the given Account </summary>
            <param name="friendlyName"> A human readable description of the new Operator, up to 64 characters. </param>
            <param name="operatorType"> Operator Type for this Operator. References an existing Operator Type resource. </param>
            <param name="config"> Operator configuration, following the schema defined by the Operator Type. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.BuildDeleteRequest(Twilio.Rest.Intelligence.V2.DeleteCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Custom Operator. </summary>
            <param name="options"> Delete CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Delete(Twilio.Rest.Intelligence.V2.DeleteCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Custom Operator. </summary>
            <param name="options"> Delete CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.DeleteAsync(Twilio.Rest.Intelligence.V2.DeleteCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Custom Operator. </summary>
            <param name="options"> Delete CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Custom Operator. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Custom Operator. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Fetch(Twilio.Rest.Intelligence.V2.FetchCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Custom Operator. </summary>
            <param name="options"> Fetch CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.FetchAsync(Twilio.Rest.Intelligence.V2.FetchCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Custom Operator. </summary>
            <param name="options"> Fetch CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Custom Operator. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Custom Operator. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Read(Twilio.Rest.Intelligence.V2.ReadCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Custom Operators for an Account. </summary>
            <param name="options"> Read CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.ReadAsync(Twilio.Rest.Intelligence.V2.ReadCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Custom Operators for an Account. </summary>
            <param name="options"> Read CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Read(Twilio.Rest.Intelligence.V2.CustomOperatorResource.AvailabilityEnum,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Custom Operators for an Account. </summary>
            <param name="availability"> Returns Custom Operators with the provided availability type. Possible values: internal, beta, public, retired. </param>
            <param name="languageCode"> Returns Custom Operators that support the provided language code. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.ReadAsync(Twilio.Rest.Intelligence.V2.CustomOperatorResource.AvailabilityEnum,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Custom Operators for an Account. </summary>
            <param name="availability"> Returns Custom Operators with the provided availability type. Possible values: internal, beta, public, retired. </param>
            <param name="languageCode"> Returns Custom Operators that support the provided language code. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.NextPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.CustomOperatorResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.CustomOperatorResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Update(Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Custom Operator. </summary>
            <param name="options"> Update CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.UpdateAsync(Twilio.Rest.Intelligence.V2.UpdateCustomOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Custom Operator. </summary>
            <param name="options"> Update CustomOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Update(System.String,System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Custom Operator. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
            <param name="friendlyName"> A human-readable name of this resource, up to 64 characters. </param>
            <param name="config"> Operator configuration, following the schema defined by the Operator Type. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.UpdateAsync(System.String,System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Custom Operator. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Custom Operator. </param>
            <param name="friendlyName"> A human-readable name of this resource, up to 64 characters. </param>
            <param name="config"> Operator configuration, following the schema defined by the Operator Type. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CustomOperatorResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CustomOperatorResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CustomOperatorResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.AccountSid">
            <summary> The unique SID identifier of the Account the Custom Operator belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Sid">
            <summary> A 34 character string that uniquely identifies this Custom Operator. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.FriendlyName">
            <summary> A human-readable name of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Description">
            <summary> A human-readable description of this resource, longer than the friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Author">
            <summary> The creator of the Custom Operator. Custom Operators can only be created by a Twilio Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.OperatorType">
            <summary> Operator Type for this Operator. References an existing Operator Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Version">
            <summary> Numeric Custom Operator version. Incremented with each update on the resource, used to ensure integrity when updating the Custom Operator. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Config">
            <summary> Operator configuration, following the schema defined by the Operator Type. Only available on Operators created by the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.DateCreated">
            <summary> The date that this Custom Operator was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.DateUpdated">
            <summary> The date that this Custom Operator was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CustomOperatorResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.CreateOperatorAttachmentOptions">
            <summary> Attach an Operator to a Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateOperatorAttachmentOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateOperatorAttachmentOptions.PathOperatorSid">
            <summary> The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CreateOperatorAttachmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateOperatorAttachmentOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathOperatorSid"> The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CreateOperatorAttachmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.DeleteOperatorAttachmentOptions">
            <summary> Detach an Operator from a Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.DeleteOperatorAttachmentOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.DeleteOperatorAttachmentOptions.PathOperatorSid">
            <summary> The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.DeleteOperatorAttachmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteOperatorAttachmentOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathOperatorSid"> The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.DeleteOperatorAttachmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.Create(Twilio.Rest.Intelligence.V2.CreateOperatorAttachmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach an Operator to a Service. </summary>
            <param name="options"> Create OperatorAttachment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.CreateAsync(Twilio.Rest.Intelligence.V2.CreateOperatorAttachmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach an Operator to a Service. </summary>
            <param name="options"> Create OperatorAttachment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach an Operator to a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathOperatorSid"> The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Attach an Operator to a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathOperatorSid"> The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.BuildDeleteRequest(Twilio.Rest.Intelligence.V2.DeleteOperatorAttachmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach an Operator from a Service. </summary>
            <param name="options"> Delete OperatorAttachment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.Delete(Twilio.Rest.Intelligence.V2.DeleteOperatorAttachmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach an Operator from a Service. </summary>
            <param name="options"> Delete OperatorAttachment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.DeleteAsync(Twilio.Rest.Intelligence.V2.DeleteOperatorAttachmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach an Operator from a Service. </summary>
            <param name="options"> Delete OperatorAttachment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach an Operator from a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathOperatorSid"> The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Detach an Operator from a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathOperatorSid"> The unique SID identifier of the Operator. Allows both Custom and Pre-built Operators. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorAttachment </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a OperatorAttachmentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> OperatorAttachmentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.OperatorSid">
            <summary> The unique SID identifier of the Operator. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorAttachmentResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.FetchOperatorAttachmentsOptions">
            <summary> Retrieve Operators attached to a Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.FetchOperatorAttachmentsOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchOperatorAttachmentsOptions.#ctor(System.String)">
            <summary> Construct a new FetchOperatorAttachmentsOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchOperatorAttachmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.Fetch(Twilio.Rest.Intelligence.V2.FetchOperatorAttachmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve Operators attached to a Service. </summary>
            <param name="options"> Fetch OperatorAttachments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorAttachments </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.FetchAsync(Twilio.Rest.Intelligence.V2.FetchOperatorAttachmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve Operators attached to a Service. </summary>
            <param name="options"> Fetch OperatorAttachments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorAttachments </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve Operators attached to a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorAttachments </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve Operators attached to a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorAttachments </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a OperatorAttachmentsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> OperatorAttachmentsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.OperatorSids">
            <summary> List of Operator SIDs attached to the service. Includes both Custom and Pre-built Operators. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorAttachmentsResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.FetchOperatorOptions">
            <summary> Fetch a specific Operator. Works for both Custom and Pre-built Operators. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.FetchOperatorOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Operator. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchOperatorOptions.#ctor(System.String)">
            <summary> Construct a new FetchOperatorOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Operator. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.ReadOperatorOptions">
            <summary> Retrieves a list of all Operators for an Account, both Custom and Pre-built. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadOperatorOptions.Availability">
            <summary> Returns Operators with the provided availability type. Possible values: internal, beta, public, retired. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadOperatorOptions.LanguageCode">
            <summary> Returns Operators that support the provided language code. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ReadOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.Fetch(Twilio.Rest.Intelligence.V2.FetchOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator. Works for both Custom and Pre-built Operators. </summary>
            <param name="options"> Fetch Operator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Operator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.FetchAsync(Twilio.Rest.Intelligence.V2.FetchOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator. Works for both Custom and Pre-built Operators. </summary>
            <param name="options"> Fetch Operator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Operator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator. Works for both Custom and Pre-built Operators. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Operator. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Operator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator. Works for both Custom and Pre-built Operators. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Operator. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Operator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.Read(Twilio.Rest.Intelligence.V2.ReadOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Operators for an Account, both Custom and Pre-built. </summary>
            <param name="options"> Read Operator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Operator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.ReadAsync(Twilio.Rest.Intelligence.V2.ReadOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Operators for an Account, both Custom and Pre-built. </summary>
            <param name="options"> Read Operator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Operator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.Read(Twilio.Rest.Intelligence.V2.OperatorResource.AvailabilityEnum,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Operators for an Account, both Custom and Pre-built. </summary>
            <param name="availability"> Returns Operators with the provided availability type. Possible values: internal, beta, public, retired. </param>
            <param name="languageCode"> Returns Operators that support the provided language code. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Operator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.ReadAsync(Twilio.Rest.Intelligence.V2.OperatorResource.AvailabilityEnum,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Operators for an Account, both Custom and Pre-built. </summary>
            <param name="availability"> Returns Operators with the provided availability type. Possible values: internal, beta, public, retired. </param>
            <param name="languageCode"> Returns Operators that support the provided language code. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Operator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.NextPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.OperatorResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.OperatorResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a OperatorResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> OperatorResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.AccountSid">
            <summary> The unique SID identifier of the Account the Operator belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.Sid">
            <summary> A 34 character string that uniquely identifies this Operator. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.FriendlyName">
            <summary> A human-readable name of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.Description">
            <summary> A human-readable description of this resource, longer than the friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.Author">
            <summary> The creator of the Operator. Either Twilio or the creating Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.OperatorType">
            <summary> Operator Type for this Operator. References an existing Operator Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.Version">
            <summary> Numeric Operator version. Incremented with each update on the resource, used to ensure integrity when updating the Operator. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.Config">
            <summary> Operator configuration, following the schema defined by the Operator Type. Only available on Custom Operators created by the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.DateCreated">
            <summary> The date that this Operator was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.DateUpdated">
            <summary> The date that this Operator was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.FetchOperatorTypeOptions">
            <summary> Fetch a specific Operator Type. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.FetchOperatorTypeOptions.PathSid">
            <summary> Either a 34 character string that uniquely identifies this Operator Type or the unique name that references an Operator Type. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchOperatorTypeOptions.#ctor(System.String)">
            <summary> Construct a new FetchOperatorTypeOptions </summary>
            <param name="pathSid"> Either a 34 character string that uniquely identifies this Operator Type or the unique name that references an Operator Type. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchOperatorTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.ReadOperatorTypeOptions">
            <summary> Retrieves a list of all Operator Types for an Account. </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ReadOperatorTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Fetch(Twilio.Rest.Intelligence.V2.FetchOperatorTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator Type. </summary>
            <param name="options"> Fetch OperatorType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorType </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.FetchAsync(Twilio.Rest.Intelligence.V2.FetchOperatorTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator Type. </summary>
            <param name="options"> Fetch OperatorType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorType </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator Type. </summary>
            <param name="pathSid"> Either a 34 character string that uniquely identifies this Operator Type or the unique name that references an Operator Type. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorType </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator Type. </summary>
            <param name="pathSid"> Either a 34 character string that uniquely identifies this Operator Type or the unique name that references an Operator Type. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorType </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Read(Twilio.Rest.Intelligence.V2.ReadOperatorTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Operator Types for an Account. </summary>
            <param name="options"> Read OperatorType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorType </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.ReadAsync(Twilio.Rest.Intelligence.V2.ReadOperatorTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Operator Types for an Account. </summary>
            <param name="options"> Read OperatorType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorType </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Operator Types for an Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorType </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Operator Types for an Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorType </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.OperatorTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.OperatorTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a OperatorTypeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> OperatorTypeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.OperatorTypeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Name">
            <summary> A unique name that references an Operator's Operator Type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Sid">
            <summary> A 34 character string that uniquely identifies this Operator Type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.FriendlyName">
            <summary> A human-readable name of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Description">
            <summary> A human-readable description of this resource, longer than the friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.DocsLink">
            <summary> Additional documentation for the Operator Type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.SupportedLanguages">
            <summary> List of languages this Operator Type supports. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Configurable">
            <summary> Operators can be created from configurable Operator Types. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.ConfigSchema">
            <summary> JSON Schema for configuring an Operator with this Operator Type. Following https://json-schema.org/ </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.DateCreated">
            <summary> The date that this Operator Type was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.DateUpdated">
            <summary> The date that this Operator Type was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.OperatorTypeResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.FetchPrebuiltOperatorOptions">
            <summary> Fetch a specific Pre-built Operator. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.FetchPrebuiltOperatorOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Pre-built Operator. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchPrebuiltOperatorOptions.#ctor(System.String)">
            <summary> Construct a new FetchPrebuiltOperatorOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Pre-built Operator. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchPrebuiltOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.ReadPrebuiltOperatorOptions">
            <summary> Retrieves a list of all Pre-built Operators for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadPrebuiltOperatorOptions.Availability">
            <summary> Returns Pre-built Operators with the provided availability type. Possible values: internal, beta, public, retired. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadPrebuiltOperatorOptions.LanguageCode">
            <summary> Returns Pre-built Operators that support the provided language code. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ReadPrebuiltOperatorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Fetch(Twilio.Rest.Intelligence.V2.FetchPrebuiltOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Pre-built Operator. </summary>
            <param name="options"> Fetch PrebuiltOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PrebuiltOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.FetchAsync(Twilio.Rest.Intelligence.V2.FetchPrebuiltOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Pre-built Operator. </summary>
            <param name="options"> Fetch PrebuiltOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PrebuiltOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Pre-built Operator. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Pre-built Operator. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PrebuiltOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Pre-built Operator. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Pre-built Operator. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PrebuiltOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Read(Twilio.Rest.Intelligence.V2.ReadPrebuiltOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Pre-built Operators for an account. </summary>
            <param name="options"> Read PrebuiltOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PrebuiltOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.ReadAsync(Twilio.Rest.Intelligence.V2.ReadPrebuiltOperatorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Pre-built Operators for an account. </summary>
            <param name="options"> Read PrebuiltOperator parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PrebuiltOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Read(Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.AvailabilityEnum,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Pre-built Operators for an account. </summary>
            <param name="availability"> Returns Pre-built Operators with the provided availability type. Possible values: internal, beta, public, retired. </param>
            <param name="languageCode"> Returns Pre-built Operators that support the provided language code. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PrebuiltOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.ReadAsync(Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.AvailabilityEnum,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Pre-built Operators for an account. </summary>
            <param name="availability"> Returns Pre-built Operators with the provided availability type. Possible values: internal, beta, public, retired. </param>
            <param name="languageCode"> Returns Pre-built Operators that support the provided language code. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PrebuiltOperator </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.NextPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PrebuiltOperatorResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PrebuiltOperatorResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.AccountSid">
            <summary> The unique SID identifier of the Account the Pre-built Operator belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Sid">
            <summary> A 34 character string that uniquely identifies this Pre-built Operator. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.FriendlyName">
            <summary> A human-readable name of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Description">
            <summary> A human-readable description of this resource, longer than the friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Author">
            <summary> The creator of the Operator. Pre-built Operators can only be created by Twilio. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.OperatorType">
            <summary> Operator Type for this Operator. References an existing Operator Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Version">
            <summary> Numeric Operator version. Incremented with each update on the resource, used to ensure integrity when updating the Operator. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Config">
            <summary> Operator configuration, following the schema defined by the Operator Type. Only available on Custom Operators created by the Account, will be empty for Pre-Built Operators. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.DateCreated">
            <summary> The date that this Pre-built Operator was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.DateUpdated">
            <summary> The date that this Pre-built Operator was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.PrebuiltOperatorResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.CreateServiceOptions">
            <summary> Create a new Service for the given Account </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateServiceOptions.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this Service, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateServiceOptions.AutoTranscribe">
            <summary> Instructs the Speech Recognition service to automatically transcribe all recordings made on the account. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Intelligence.V2.CreateServiceOptions.DataLogging" -->
        <member name="P:Twilio.Rest.Intelligence.V2.CreateServiceOptions.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateServiceOptions.LanguageCode">
            <summary> The language code set during Service creation determines the Transcription language for all call recordings processed by that Service. The default is en-US if no language code is set. A Service can only support one language code, and it cannot be updated once it's set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateServiceOptions.AutoRedaction">
            <summary> Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateServiceOptions.MediaRedaction">
            <summary> Instructs the Speech Recognition service to automatically redact PII from all transcripts media made on this service. The auto_redaction flag must be enabled, results in error otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateServiceOptions.WebhookUrl">
            <summary> The URL Twilio will request when executing the Webhook. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this Service, assigned by the developer, to be optionally used in addition to SID. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.DeleteServiceOptions">
            <summary> Delete a specific Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.DeleteServiceOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Service. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.FetchServiceOptions">
            <summary> Fetch a specific Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.FetchServiceOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Service. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.ReadServiceOptions">
            <summary> Retrieves a list of all Services for an account. </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.UpdateServiceOptions">
            <summary> Update a specific Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.AutoTranscribe">
            <summary> Instructs the Speech Recognition service to automatically transcribe all recordings made on the account. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.DataLogging" -->
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this Service, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.AutoRedaction">
            <summary> Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.MediaRedaction">
            <summary> Instructs the Speech Recognition service to automatically redact PII from all transcripts media made on this service. The auto_redaction flag must be enabled, results in error otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.WebhookUrl">
            <summary> The URL Twilio will request when executing the Webhook. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Service. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.UpdateServiceOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.Create(Twilio.Rest.Intelligence.V2.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service for the given Account </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.CreateAsync(Twilio.Rest.Intelligence.V2.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service for the given Account </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Intelligence.V2.ServiceResource.Create(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Rest.Intelligence.V2.ServiceResource.HttpMethodEnum,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Intelligence.V2.ServiceResource.CreateAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Rest.Intelligence.V2.ServiceResource.HttpMethodEnum,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.BuildDeleteRequest(Twilio.Rest.Intelligence.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.Delete(Twilio.Rest.Intelligence.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.DeleteAsync(Twilio.Rest.Intelligence.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.Fetch(Twilio.Rest.Intelligence.V2.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Service. </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.FetchAsync(Twilio.Rest.Intelligence.V2.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Service. </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Service. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Service. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.Read(Twilio.Rest.Intelligence.V2.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Services for an account. </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.ReadAsync(Twilio.Rest.Intelligence.V2.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Services for an account. </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Services for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves a list of all Services for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.Update(Twilio.Rest.Intelligence.V2.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service. </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.UpdateAsync(Twilio.Rest.Intelligence.V2.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service. </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Intelligence.V2.ServiceResource.Update(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Rest.Intelligence.V2.ServiceResource.HttpMethodEnum,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Intelligence.V2.ServiceResource.UpdateAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,Twilio.Rest.Intelligence.V2.ServiceResource.HttpMethodEnum,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.AccountSid">
            <summary> The unique SID identifier of the Account the Service belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.AutoRedaction">
            <summary> Instructs the Speech Recognition service to automatically redact PII from all transcripts made on this service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.MediaRedaction">
            <summary> Instructs the Speech Recognition service to automatically redact PII from all transcripts media made on this service. The auto_redaction flag must be enabled, results in error otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.AutoTranscribe">
            <summary> Instructs the Speech Recognition service to automatically transcribe all recordings made on the account. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Intelligence.V2.ServiceResource.DataLogging" -->
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.DateCreated">
            <summary> The date that this Service was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.DateUpdated">
            <summary> The date that this Service was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.LanguageCode">
            <summary> The language code set during Service creation determines the Transcription language for all call recordings processed by that Service. The default is en-US if no language code is set. A Service can only support one language code, and it cannot be updated once it's set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.Sid">
            <summary> A 34 character string that uniquely identifies this Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this Service, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.WebhookUrl">
            <summary> The URL Twilio will request when executing the Webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.ReadOnlyAttachedOperatorSids">
            <summary> Operator sids attached to this service, read only </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ServiceResource.Version">
            <summary> The version number of this Service. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.CreateTranscriptOptions">
            <summary> Create a new Transcript for the service </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateTranscriptOptions.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateTranscriptOptions.Channel">
            <summary> JSON object describing Media Channel including Source and Participants </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateTranscriptOptions.CustomerKey">
            <summary> Used to store client provided metadata. Maximum of 64 double-byte UTF8 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.CreateTranscriptOptions.MediaStartTime">
            <summary> The date that this Transcript's media was started, given in ISO 8601 format. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CreateTranscriptOptions.#ctor(System.String,System.Object)">
            <summary> Construct a new CreateTranscriptOptions </summary>
            <param name="serviceSid"> The unique SID identifier of the Service. </param>
            <param name="channel"> JSON object describing Media Channel including Source and Participants </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.CreateTranscriptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.DeleteTranscriptOptions">
            <summary> Delete a specific Transcript. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.DeleteTranscriptOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Transcript. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.DeleteTranscriptOptions.#ctor(System.String)">
            <summary> Construct a new DeleteTranscriptOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Transcript. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.DeleteTranscriptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.FetchTranscriptOptions">
            <summary> Fetch a specific Transcript. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.FetchTranscriptOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Transcript. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchTranscriptOptions.#ctor(System.String)">
            <summary> Construct a new FetchTranscriptOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Transcript. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.FetchTranscriptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions">
            <summary> Retrieve a list of Transcripts for a given service. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.BeforeStartTime">
            <summary> Filter by before StartTime. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.AfterStartTime">
            <summary> Filter by after StartTime. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.BeforeDateCreated">
            <summary> Filter by before DateCreated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.AfterDateCreated">
            <summary> Filter by after DateCreated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.Status">
            <summary> Filter by status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.LanguageCode">
            <summary> Filter by Language Code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.SourceSid">
            <summary> Filter by SourceSid. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.ReadTranscriptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.Create(Twilio.Rest.Intelligence.V2.CreateTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Transcript for the service </summary>
            <param name="options"> Create Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.CreateAsync(Twilio.Rest.Intelligence.V2.CreateTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Transcript for the service </summary>
            <param name="options"> Create Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.Create(System.String,System.Object,System.String,System.Nullable{System.DateTime},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Transcript for the service </summary>
            <param name="serviceSid"> The unique SID identifier of the Service. </param>
            <param name="channel"> JSON object describing Media Channel including Source and Participants </param>
            <param name="customerKey"> Used to store client provided metadata. Maximum of 64 double-byte UTF8 characters. </param>
            <param name="mediaStartTime"> The date that this Transcript's media was started, given in ISO 8601 format. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.CreateAsync(System.String,System.Object,System.String,System.Nullable{System.DateTime},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Transcript for the service </summary>
            <param name="serviceSid"> The unique SID identifier of the Service. </param>
            <param name="channel"> JSON object describing Media Channel including Source and Participants </param>
            <param name="customerKey"> Used to store client provided metadata. Maximum of 64 double-byte UTF8 characters. </param>
            <param name="mediaStartTime"> The date that this Transcript's media was started, given in ISO 8601 format. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.BuildDeleteRequest(Twilio.Rest.Intelligence.V2.DeleteTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Transcript. </summary>
            <param name="options"> Delete Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.Delete(Twilio.Rest.Intelligence.V2.DeleteTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Transcript. </summary>
            <param name="options"> Delete Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.DeleteAsync(Twilio.Rest.Intelligence.V2.DeleteTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Transcript. </summary>
            <param name="options"> Delete Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Transcript. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Transcript. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.Fetch(Twilio.Rest.Intelligence.V2.FetchTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Transcript. </summary>
            <param name="options"> Fetch Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.FetchAsync(Twilio.Rest.Intelligence.V2.FetchTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Transcript. </summary>
            <param name="options"> Fetch Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Transcript. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Transcript. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.Read(Twilio.Rest.Intelligence.V2.ReadTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Transcripts for a given service. </summary>
            <param name="options"> Read Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.ReadAsync(Twilio.Rest.Intelligence.V2.ReadTranscriptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Transcripts for a given service. </summary>
            <param name="options"> Read Transcript parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.Read(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Transcripts for a given service. </summary>
            <param name="serviceSid"> The unique SID identifier of the Service. </param>
            <param name="beforeStartTime"> Filter by before StartTime. </param>
            <param name="afterStartTime"> Filter by after StartTime. </param>
            <param name="beforeDateCreated"> Filter by before DateCreated. </param>
            <param name="afterDateCreated"> Filter by after DateCreated. </param>
            <param name="status"> Filter by status. </param>
            <param name="languageCode"> Filter by Language Code. </param>
            <param name="sourceSid"> Filter by SourceSid. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.ReadAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Transcripts for a given service. </summary>
            <param name="serviceSid"> The unique SID identifier of the Service. </param>
            <param name="beforeStartTime"> Filter by before StartTime. </param>
            <param name="afterStartTime"> Filter by after StartTime. </param>
            <param name="beforeDateCreated"> Filter by before DateCreated. </param>
            <param name="afterDateCreated"> Filter by after DateCreated. </param>
            <param name="status"> Filter by status. </param>
            <param name="languageCode"> Filter by Language Code. </param>
            <param name="sourceSid"> Filter by SourceSid. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Transcript </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.NextPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.TranscriptResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.TranscriptResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TranscriptResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TranscriptResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.TranscriptResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.Sid">
            <summary> A 34 character string that uniquely identifies this Transcript. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.DateCreated">
            <summary> The date that this Transcript was created, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.DateUpdated">
            <summary> The date that this Transcript was updated, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.Channel">
            <summary> Media Channel describing Transcript Source and Participant Mapping </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Intelligence.V2.TranscriptResource.DataLogging" -->
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.LanguageCode">
            <summary> The default language code of the audio. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.CustomerKey">
            <summary> The customer_key </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.MediaStartTime">
            <summary> The date that this Transcript's media was started, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.Duration">
            <summary> The duration of this Transcript's source </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.Redaction">
            <summary> If the transcript has been redacted, a redacted alternative of the transcript will be available. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.TranscriptResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.Transcript.FetchMediaOptions">
            <summary> Get download URLs for media if possible </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.FetchMediaOptions.PathSid">
            <summary> The unique SID identifier of the Transcript. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.FetchMediaOptions.Redacted">
            <summary> Grant access to PII Redacted/Unredacted Media. If redaction is enabled, the default is `true` to access redacted media. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.FetchMediaOptions.#ctor(System.String)">
            <summary> Construct a new FetchMediaOptions </summary>
            <param name="pathSid"> The unique SID identifier of the Transcript. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.FetchMediaOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.Fetch(Twilio.Rest.Intelligence.V2.Transcript.FetchMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get download URLs for media if possible </summary>
            <param name="options"> Fetch Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.FetchAsync(Twilio.Rest.Intelligence.V2.Transcript.FetchMediaOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get download URLs for media if possible </summary>
            <param name="options"> Fetch Media parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.Fetch(System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Get download URLs for media if possible </summary>
            <param name="pathSid"> The unique SID identifier of the Transcript. </param>
            <param name="redacted"> Grant access to PII Redacted/Unredacted Media. If redaction is enabled, the default is `true` to access redacted media. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.FetchAsync(System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Get download URLs for media if possible </summary>
            <param name="pathSid"> The unique SID identifier of the Transcript. </param>
            <param name="redacted"> Grant access to PII Redacted/Unredacted Media. If redaction is enabled, the default is `true` to access redacted media. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Media </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MediaResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MediaResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.MediaUrl">
            <summary> Downloadable URL for media, if stored in Twilio AI. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.Sid">
            <summary> The unique SID identifier of the Transcript. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.MediaResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.Transcript.FetchOperatorResultOptions">
            <summary> Fetch a specific Operator Result for the given Transcript. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.FetchOperatorResultOptions.PathTranscriptSid">
            <summary> A 34 character string that uniquely identifies this Transcript. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.FetchOperatorResultOptions.PathOperatorSid">
            <summary> A 34 character string that identifies this Language Understanding operator sid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.FetchOperatorResultOptions.Redacted">
            <summary> Grant access to PII redacted/unredacted Language Understanding operator. If redaction is enabled, the default is True. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.FetchOperatorResultOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchOperatorResultOptions </summary>
            <param name="pathTranscriptSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="pathOperatorSid"> A 34 character string that identifies this Language Understanding operator sid. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.FetchOperatorResultOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.Transcript.ReadOperatorResultOptions">
            <summary> Retrieve a list of Operator Results for the given Transcript. </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.ReadOperatorResultOptions.PathTranscriptSid">
            <summary> A 34 character string that uniquely identifies this Transcript. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.ReadOperatorResultOptions.Redacted">
            <summary> Grant access to PII redacted/unredacted Language Understanding operator. If redaction is enabled, the default is True. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.ReadOperatorResultOptions.#ctor(System.String)">
            <summary> Construct a new ListOperatorResultOptions </summary>
            <param name="pathTranscriptSid"> A 34 character string that uniquely identifies this Transcript. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.ReadOperatorResultOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.Fetch(Twilio.Rest.Intelligence.V2.Transcript.FetchOperatorResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator Result for the given Transcript. </summary>
            <param name="options"> Fetch OperatorResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorResult </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.FetchAsync(Twilio.Rest.Intelligence.V2.Transcript.FetchOperatorResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator Result for the given Transcript. </summary>
            <param name="options"> Fetch OperatorResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorResult </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.Fetch(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator Result for the given Transcript. </summary>
            <param name="pathTranscriptSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="pathOperatorSid"> A 34 character string that identifies this Language Understanding operator sid. </param>
            <param name="redacted"> Grant access to PII redacted/unredacted Language Understanding operator. If redaction is enabled, the default is True. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorResult </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.FetchAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Operator Result for the given Transcript. </summary>
            <param name="pathTranscriptSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="pathOperatorSid"> A 34 character string that identifies this Language Understanding operator sid. </param>
            <param name="redacted"> Grant access to PII redacted/unredacted Language Understanding operator. If redaction is enabled, the default is True. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorResult </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.Read(Twilio.Rest.Intelligence.V2.Transcript.ReadOperatorResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Operator Results for the given Transcript. </summary>
            <param name="options"> Read OperatorResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorResult </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.ReadAsync(Twilio.Rest.Intelligence.V2.Transcript.ReadOperatorResultOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Operator Results for the given Transcript. </summary>
            <param name="options"> Read OperatorResult parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorResult </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.Read(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Operator Results for the given Transcript. </summary>
            <param name="pathTranscriptSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="redacted"> Grant access to PII redacted/unredacted Language Understanding operator. If redaction is enabled, the default is True. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OperatorResult </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.ReadAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Operator Results for the given Transcript. </summary>
            <param name="pathTranscriptSid"> A 34 character string that uniquely identifies this Transcript. </param>
            <param name="redacted"> Grant access to PII redacted/unredacted Language Understanding operator. If redaction is enabled, the default is True. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OperatorResult </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.NextPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a OperatorResultResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> OperatorResultResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.Name">
            <summary> The name of the applied Language Understanding. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.OperatorSid">
            <summary> A 34 character string that identifies this Language Understanding operator sid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.ExtractMatch">
            <summary> Boolean to tell if extract Language Understanding Processing model matches results. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.MatchProbability">
            <summary> Percentage of 'matching' class needed to consider a sentence matches </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.NormalizedResult">
            <summary> Normalized output of extraction stage which matches Label. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.UtteranceResults">
            <summary> List of mapped utterance object which matches sentences. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.UtteranceMatch">
            <summary> Boolean to tell if Utterance matches results. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.PredictedLabel">
            <summary> The 'matching' class. This might be available on conversation classify model outputs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.PredictedProbability">
            <summary> Percentage of 'matching' class needed to consider a sentence matches. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.LabelProbabilities">
            <summary> The labels probabilities. This might be available on conversation classify model outputs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.ExtractResults">
            <summary> List of text extraction results. This might be available on classify-extract model outputs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.TextGenerationResults">
            <summary> Output of a text generation operator for example Conversation Sumamary. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.JsonResults">
            <summary> The json_results </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.TranscriptSid">
            <summary> A 34 character string that uniquely identifies this Transcript. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.OperatorResultResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Intelligence.V2.Transcript.ReadSentenceOptions">
            <summary> Get all Transcript Sentences by TranscriptSid </summary>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.ReadSentenceOptions.PathTranscriptSid">
            <summary> The unique SID identifier of the Transcript. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.ReadSentenceOptions.Redacted">
            <summary> Grant access to PII Redacted/Unredacted Sentences. If redaction is enabled, the default is `true` to access redacted sentences. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.ReadSentenceOptions.WordTimestamps">
            <summary> Returns word level timestamps information, if word_timestamps is enabled. The default is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.ReadSentenceOptions.#ctor(System.String)">
            <summary> Construct a new ListSentenceOptions </summary>
            <param name="pathTranscriptSid"> The unique SID identifier of the Transcript. </param>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.ReadSentenceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.Read(Twilio.Rest.Intelligence.V2.Transcript.ReadSentenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get all Transcript Sentences by TranscriptSid </summary>
            <param name="options"> Read Sentence parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sentence </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.ReadAsync(Twilio.Rest.Intelligence.V2.Transcript.ReadSentenceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get all Transcript Sentences by TranscriptSid </summary>
            <param name="options"> Read Sentence parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sentence </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.Read(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get all Transcript Sentences by TranscriptSid </summary>
            <param name="pathTranscriptSid"> The unique SID identifier of the Transcript. </param>
            <param name="redacted"> Grant access to PII Redacted/Unredacted Sentences. If redaction is enabled, the default is `true` to access redacted sentences. </param>
            <param name="wordTimestamps"> Returns word level timestamps information, if word_timestamps is enabled. The default is `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sentence </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.ReadAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Get all Transcript Sentences by TranscriptSid </summary>
            <param name="pathTranscriptSid"> The unique SID identifier of the Transcript. </param>
            <param name="redacted"> Grant access to PII Redacted/Unredacted Sentences. If redaction is enabled, the default is `true` to access redacted sentences. </param>
            <param name="wordTimestamps"> Returns word level timestamps information, if word_timestamps is enabled. The default is `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sentence </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.Transcript.SentenceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Intelligence.V2.Transcript.SentenceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SentenceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SentenceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.MediaChannel">
            <summary> The channel number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.SentenceIndex">
            <summary> The index of the sentence in the transcript. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.StartTime">
            <summary> Offset from the beginning of the transcript when this sentence starts. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.EndTime">
            <summary> Offset from the beginning of the transcript when this sentence ends. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.Transcript">
            <summary> Transcript text. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.Sid">
            <summary> A 34 character string that uniquely identifies this Sentence. </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.Confidence">
            <summary> The confidence </summary> 
        </member>
        <member name="P:Twilio.Rest.Intelligence.V2.Transcript.SentenceResource.Words">
            <summary> Detailed information for each of the words of the given Sentence. </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.CreateCredentialOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CreateCredentialOptions.#ctor(Twilio.Rest.IpMessaging.V1.CredentialResource.PushServiceEnum)">
            <summary> Construct a new CreateCredentialOptions </summary>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CreateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.DeleteCredentialOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.DeleteCredentialOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCredentialOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.DeleteCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.FetchCredentialOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.FetchCredentialOptions.#ctor(System.String)">
            <summary> Construct a new FetchCredentialOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.FetchCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.ReadCredentialOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ReadCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.UpdateCredentialOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.UpdateCredentialOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCredentialOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.UpdateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Create(Twilio.Rest.IpMessaging.V1.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.CreateAsync(Twilio.Rest.IpMessaging.V1.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Create(Twilio.Rest.IpMessaging.V1.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName">  </param>
            <param name="certificate">  </param>
            <param name="privateKey">  </param>
            <param name="sandbox">  </param>
            <param name="apiKey">  </param>
            <param name="secret">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.CreateAsync(Twilio.Rest.IpMessaging.V1.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName">  </param>
            <param name="certificate">  </param>
            <param name="privateKey">  </param>
            <param name="sandbox">  </param>
            <param name="apiKey">  </param>
            <param name="secret">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Delete(Twilio.Rest.IpMessaging.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.DeleteAsync(Twilio.Rest.IpMessaging.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Fetch(Twilio.Rest.IpMessaging.V1.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.FetchAsync(Twilio.Rest.IpMessaging.V1.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Read(Twilio.Rest.IpMessaging.V1.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.ReadAsync(Twilio.Rest.IpMessaging.V1.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Update(Twilio.Rest.IpMessaging.V1.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.UpdateAsync(Twilio.Rest.IpMessaging.V1.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="certificate">  </param>
            <param name="privateKey">  </param>
            <param name="sandbox">  </param>
            <param name="apiKey">  </param>
            <param name="secret">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="certificate">  </param>
            <param name="privateKey">  </param>
            <param name="sandbox">  </param>
            <param name="apiKey">  </param>
            <param name="secret">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CredentialResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.CredentialResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.CredentialResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.CredentialResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.CredentialResource.Sandbox">
            <summary> The sandbox </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.CredentialResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.CredentialResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.CredentialResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.CreateServiceOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="friendlyName">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.DeleteServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.FetchServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.ReadServiceOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.UpdateServiceOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Create(Twilio.Rest.IpMessaging.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.CreateAsync(Twilio.Rest.IpMessaging.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Delete(Twilio.Rest.IpMessaging.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.DeleteAsync(Twilio.Rest.IpMessaging.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Fetch(Twilio.Rest.IpMessaging.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.FetchAsync(Twilio.Rest.IpMessaging.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Read(Twilio.Rest.IpMessaging.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.ReadAsync(Twilio.Rest.IpMessaging.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Update(Twilio.Rest.IpMessaging.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.UpdateAsync(Twilio.Rest.IpMessaging.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="defaultServiceRoleSid">  </param>
            <param name="defaultChannelRoleSid">  </param>
            <param name="defaultChannelCreatorRoleSid">  </param>
            <param name="readStatusEnabled">  </param>
            <param name="reachabilityEnabled">  </param>
            <param name="typingIndicatorTimeout">  </param>
            <param name="consumptionReportInterval">  </param>
            <param name="notificationsNewMessageEnabled">  </param>
            <param name="notificationsNewMessageTemplate">  </param>
            <param name="notificationsAddedToChannelEnabled">  </param>
            <param name="notificationsAddedToChannelTemplate">  </param>
            <param name="notificationsRemovedFromChannelEnabled">  </param>
            <param name="notificationsRemovedFromChannelTemplate">  </param>
            <param name="notificationsInvitedToChannelEnabled">  </param>
            <param name="notificationsInvitedToChannelTemplate">  </param>
            <param name="preWebhookUrl">  </param>
            <param name="postWebhookUrl">  </param>
            <param name="webhookMethod">  </param>
            <param name="webhookFilters">  </param>
            <param name="webhooksOnMessageSendUrl">  </param>
            <param name="webhooksOnMessageSendMethod">  </param>
            <param name="webhooksOnMessageUpdateUrl">  </param>
            <param name="webhooksOnMessageUpdateMethod">  </param>
            <param name="webhooksOnMessageRemoveUrl">  </param>
            <param name="webhooksOnMessageRemoveMethod">  </param>
            <param name="webhooksOnChannelAddUrl">  </param>
            <param name="webhooksOnChannelAddMethod">  </param>
            <param name="webhooksOnChannelDestroyUrl">  </param>
            <param name="webhooksOnChannelDestroyMethod">  </param>
            <param name="webhooksOnChannelUpdateUrl">  </param>
            <param name="webhooksOnChannelUpdateMethod">  </param>
            <param name="webhooksOnMemberAddUrl">  </param>
            <param name="webhooksOnMemberAddMethod">  </param>
            <param name="webhooksOnMemberRemoveUrl">  </param>
            <param name="webhooksOnMemberRemoveMethod">  </param>
            <param name="webhooksOnMessageSentUrl">  </param>
            <param name="webhooksOnMessageSentMethod">  </param>
            <param name="webhooksOnMessageUpdatedUrl">  </param>
            <param name="webhooksOnMessageUpdatedMethod">  </param>
            <param name="webhooksOnMessageRemovedUrl">  </param>
            <param name="webhooksOnMessageRemovedMethod">  </param>
            <param name="webhooksOnChannelAddedUrl">  </param>
            <param name="webhooksOnChannelAddedMethod">  </param>
            <param name="webhooksOnChannelDestroyedUrl">  </param>
            <param name="webhooksOnChannelDestroyedMethod">  </param>
            <param name="webhooksOnChannelUpdatedUrl">  </param>
            <param name="webhooksOnChannelUpdatedMethod">  </param>
            <param name="webhooksOnMemberAddedUrl">  </param>
            <param name="webhooksOnMemberAddedMethod">  </param>
            <param name="webhooksOnMemberRemovedUrl">  </param>
            <param name="webhooksOnMemberRemovedMethod">  </param>
            <param name="limitsChannelMembers">  </param>
            <param name="limitsUserChannels">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.String,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="defaultServiceRoleSid">  </param>
            <param name="defaultChannelRoleSid">  </param>
            <param name="defaultChannelCreatorRoleSid">  </param>
            <param name="readStatusEnabled">  </param>
            <param name="reachabilityEnabled">  </param>
            <param name="typingIndicatorTimeout">  </param>
            <param name="consumptionReportInterval">  </param>
            <param name="notificationsNewMessageEnabled">  </param>
            <param name="notificationsNewMessageTemplate">  </param>
            <param name="notificationsAddedToChannelEnabled">  </param>
            <param name="notificationsAddedToChannelTemplate">  </param>
            <param name="notificationsRemovedFromChannelEnabled">  </param>
            <param name="notificationsRemovedFromChannelTemplate">  </param>
            <param name="notificationsInvitedToChannelEnabled">  </param>
            <param name="notificationsInvitedToChannelTemplate">  </param>
            <param name="preWebhookUrl">  </param>
            <param name="postWebhookUrl">  </param>
            <param name="webhookMethod">  </param>
            <param name="webhookFilters">  </param>
            <param name="webhooksOnMessageSendUrl">  </param>
            <param name="webhooksOnMessageSendMethod">  </param>
            <param name="webhooksOnMessageUpdateUrl">  </param>
            <param name="webhooksOnMessageUpdateMethod">  </param>
            <param name="webhooksOnMessageRemoveUrl">  </param>
            <param name="webhooksOnMessageRemoveMethod">  </param>
            <param name="webhooksOnChannelAddUrl">  </param>
            <param name="webhooksOnChannelAddMethod">  </param>
            <param name="webhooksOnChannelDestroyUrl">  </param>
            <param name="webhooksOnChannelDestroyMethod">  </param>
            <param name="webhooksOnChannelUpdateUrl">  </param>
            <param name="webhooksOnChannelUpdateMethod">  </param>
            <param name="webhooksOnMemberAddUrl">  </param>
            <param name="webhooksOnMemberAddMethod">  </param>
            <param name="webhooksOnMemberRemoveUrl">  </param>
            <param name="webhooksOnMemberRemoveMethod">  </param>
            <param name="webhooksOnMessageSentUrl">  </param>
            <param name="webhooksOnMessageSentMethod">  </param>
            <param name="webhooksOnMessageUpdatedUrl">  </param>
            <param name="webhooksOnMessageUpdatedMethod">  </param>
            <param name="webhooksOnMessageRemovedUrl">  </param>
            <param name="webhooksOnMessageRemovedMethod">  </param>
            <param name="webhooksOnChannelAddedUrl">  </param>
            <param name="webhooksOnChannelAddedMethod">  </param>
            <param name="webhooksOnChannelDestroyedUrl">  </param>
            <param name="webhooksOnChannelDestroyedMethod">  </param>
            <param name="webhooksOnChannelUpdatedUrl">  </param>
            <param name="webhooksOnChannelUpdatedMethod">  </param>
            <param name="webhooksOnMemberAddedUrl">  </param>
            <param name="webhooksOnMemberAddedMethod">  </param>
            <param name="webhooksOnMemberRemovedUrl">  </param>
            <param name="webhooksOnMemberRemovedMethod">  </param>
            <param name="limitsChannelMembers">  </param>
            <param name="limitsUserChannels">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.DefaultServiceRoleSid">
            <summary> The default_service_role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.DefaultChannelRoleSid">
            <summary> The default_channel_role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.DefaultChannelCreatorRoleSid">
            <summary> The default_channel_creator_role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.ReadStatusEnabled">
            <summary> The read_status_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.ReachabilityEnabled">
            <summary> The reachability_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.TypingIndicatorTimeout">
            <summary> The typing_indicator_timeout </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.ConsumptionReportInterval">
            <summary> The consumption_report_interval </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.Limits">
            <summary> The limits </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.Webhooks">
            <summary> The webhooks </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.PreWebhookUrl">
            <summary> The pre_webhook_url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.PostWebhookUrl">
            <summary> The post_webhook_url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.WebhookMethod">
            <summary> The webhook_method </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.WebhookFilters">
            <summary> The webhook_filters </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.Notifications">
            <summary> The notifications </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.ServiceResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.CreateChannelOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.CreateChannelOptions.#ctor(System.String)">
            <summary> Construct a new CreateChannelOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.CreateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.DeleteChannelOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.DeleteChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.DeleteChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.FetchChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.FetchChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.FetchChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.ReadChannelOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ReadChannelOptions.#ctor(System.String)">
            <summary> Construct a new ListChannelOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ReadChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.UpdateChannelOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UpdateChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UpdateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Create(Twilio.Rest.IpMessaging.V1.Service.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.CreateAsync(Twilio.Rest.IpMessaging.V1.Service.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Create(System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V1.Service.ChannelResource.ChannelTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="uniqueName">  </param>
            <param name="attributes">  </param>
            <param name="type">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V1.Service.ChannelResource.ChannelTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="uniqueName">  </param>
            <param name="attributes">  </param>
            <param name="type">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V1.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Delete(Twilio.Rest.IpMessaging.V1.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.DeleteAsync(Twilio.Rest.IpMessaging.V1.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Fetch(Twilio.Rest.IpMessaging.V1.Service.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.FetchAsync(Twilio.Rest.IpMessaging.V1.Service.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Read(Twilio.Rest.IpMessaging.V1.Service.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.ReadAsync(Twilio.Rest.IpMessaging.V1.Service.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Read(System.String,System.Collections.Generic.List{Twilio.Rest.IpMessaging.V1.Service.ChannelResource.ChannelTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="type">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.ReadAsync(System.String,System.Collections.Generic.List{Twilio.Rest.IpMessaging.V1.Service.ChannelResource.ChannelTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="type">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Update(Twilio.Rest.IpMessaging.V1.Service.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.UpdateAsync(Twilio.Rest.IpMessaging.V1.Service.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="uniqueName">  </param>
            <param name="attributes">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="uniqueName">  </param>
            <param name="attributes">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.UniqueName">
            <summary> The unique_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Attributes">
            <summary> The attributes </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.MembersCount">
            <summary> The members_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.MessagesCount">
            <summary> The messages_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.ChannelResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateInviteOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateInviteOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteInviteOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteInviteOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchInviteOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchInviteOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadInviteOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadInviteOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListInviteOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Create(Twilio.Rest.IpMessaging.V1.Service.Channel.CreateInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.CreateAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.CreateInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Delete(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.DeleteAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Fetch(Twilio.Rest.IpMessaging.V1.Service.Channel.FetchInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.FetchAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.FetchInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Read(Twilio.Rest.IpMessaging.V1.Service.Channel.ReadInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.ReadAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.ReadInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InviteResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InviteResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Identity">
            <summary> The identity </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.RoleSid">
            <summary> The role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.InviteResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMemberOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMemberOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMemberOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMemberOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMemberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMemberOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Create(Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.CreateAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Delete(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.DeleteAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Fetch(Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.FetchAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Read(Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.ReadAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Update(Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.UpdateAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="roleSid">  </param>
            <param name="lastConsumedMessageIndex">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="roleSid">  </param>
            <param name="lastConsumedMessageIndex">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MemberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MemberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Identity">
            <summary> The identity </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.RoleSid">
            <summary> The role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.LastConsumedMessageIndex">
            <summary> The last_consumed_message_index </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.LastConsumptionTimestamp">
            <summary> The last_consumption_timestamp </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MemberResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMessageOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="body">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMessageOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMessageOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMessageOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMessageOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Create(Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.CreateAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Create(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="body">  </param>
            <param name="from">  </param>
            <param name="attributes">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="body">  </param>
            <param name="from">  </param>
            <param name="attributes">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Delete(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.DeleteAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Fetch(Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.FetchAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Read(Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.ReadAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Read(System.String,System.String,Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="order">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.ReadAsync(System.String,System.String,Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="order">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Update(Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.UpdateAsync(Twilio.Rest.IpMessaging.V1.Service.Channel.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="body">  </param>
            <param name="attributes">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="body">  </param>
            <param name="attributes">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Attributes">
            <summary> The attributes </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.To">
            <summary> The to </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.WasEdited">
            <summary> The was_edited </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.From">
            <summary> The from </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Body">
            <summary> The body </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Index">
            <summary> The index </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.Channel.MessageResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.CreateRoleOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.CreateRoleOptions.#ctor(System.String,System.String,Twilio.Rest.IpMessaging.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String})">
            <summary> Construct a new CreateRoleOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="type">  </param>
            <param name="permission">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.CreateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.DeleteRoleOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.DeleteRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRoleOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.DeleteRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.FetchRoleOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.FetchRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRoleOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.FetchRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.ReadRoleOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ReadRoleOptions.#ctor(System.String)">
            <summary> Construct a new ListRoleOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ReadRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.UpdateRoleOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UpdateRoleOptions.#ctor(System.String,System.String,System.Collections.Generic.List{System.String})">
            <summary> Construct a new UpdateRoleOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="permission">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UpdateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Create(Twilio.Rest.IpMessaging.V1.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.CreateAsync(Twilio.Rest.IpMessaging.V1.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Create(System.String,System.String,Twilio.Rest.IpMessaging.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="type">  </param>
            <param name="permission">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.CreateAsync(System.String,System.String,Twilio.Rest.IpMessaging.V1.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="type">  </param>
            <param name="permission">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Delete(Twilio.Rest.IpMessaging.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.DeleteAsync(Twilio.Rest.IpMessaging.V1.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Fetch(Twilio.Rest.IpMessaging.V1.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.FetchAsync(Twilio.Rest.IpMessaging.V1.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Read(Twilio.Rest.IpMessaging.V1.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.ReadAsync(Twilio.Rest.IpMessaging.V1.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Update(Twilio.Rest.IpMessaging.V1.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.UpdateAsync(Twilio.Rest.IpMessaging.V1.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Update(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="permission">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.UpdateAsync(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="permission">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoleResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoleResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.RoleResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.RoleResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.RoleResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.RoleResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Permissions">
            <summary> The permissions </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.RoleResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.RoleResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.RoleResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.CreateUserOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.CreateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateUserOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="identity">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.CreateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.DeleteUserOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.DeleteUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteUserOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.DeleteUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.FetchUserOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.FetchUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchUserOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.FetchUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.ReadUserOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ReadUserOptions.#ctor(System.String)">
            <summary> Construct a new ListUserOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.ReadUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.UpdateUserOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UpdateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateUserOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UpdateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Create(Twilio.Rest.IpMessaging.V1.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.CreateAsync(Twilio.Rest.IpMessaging.V1.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Create(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="attributes">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="attributes">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Delete(Twilio.Rest.IpMessaging.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.DeleteAsync(Twilio.Rest.IpMessaging.V1.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Fetch(Twilio.Rest.IpMessaging.V1.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.FetchAsync(Twilio.Rest.IpMessaging.V1.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Read(Twilio.Rest.IpMessaging.V1.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.ReadAsync(Twilio.Rest.IpMessaging.V1.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Update(Twilio.Rest.IpMessaging.V1.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.UpdateAsync(Twilio.Rest.IpMessaging.V1.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="roleSid">  </param>
            <param name="attributes">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="roleSid">  </param>
            <param name="attributes">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.UserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.Attributes">
            <summary> The attributes </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.RoleSid">
            <summary> The role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.Identity">
            <summary> The identity </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.IsOnline">
            <summary> The is_online </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.IsNotifiable">
            <summary> The is_notifiable </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.JoinedChannelsCount">
            <summary> The joined_channels_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.UserResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V1.Service.User.ReadUserChannelOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.ReadUserChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListUserChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.ReadUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.Read(Twilio.Rest.IpMessaging.V1.Service.User.ReadUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.ReadAsync(Twilio.Rest.IpMessaging.V1.Service.User.ReadUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.MemberSid">
            <summary> The member_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.LastConsumedMessageIndex">
            <summary> The last_consumed_message_index </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.UnreadMessagesCount">
            <summary> The unread_messages_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V1.Service.User.UserChannelResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.CreateCredentialOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CreateCredentialOptions.#ctor(Twilio.Rest.IpMessaging.V2.CredentialResource.PushServiceEnum)">
            <summary> Construct a new CreateCredentialOptions </summary>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CreateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.DeleteCredentialOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.DeleteCredentialOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCredentialOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.DeleteCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.FetchCredentialOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.FetchCredentialOptions.#ctor(System.String)">
            <summary> Construct a new FetchCredentialOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.FetchCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.ReadCredentialOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ReadCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.UpdateCredentialOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.UpdateCredentialOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCredentialOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.UpdateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Create(Twilio.Rest.IpMessaging.V2.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.CreateAsync(Twilio.Rest.IpMessaging.V2.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Create(Twilio.Rest.IpMessaging.V2.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName">  </param>
            <param name="certificate">  </param>
            <param name="privateKey">  </param>
            <param name="sandbox">  </param>
            <param name="apiKey">  </param>
            <param name="secret">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.CreateAsync(Twilio.Rest.IpMessaging.V2.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName">  </param>
            <param name="certificate">  </param>
            <param name="privateKey">  </param>
            <param name="sandbox">  </param>
            <param name="apiKey">  </param>
            <param name="secret">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Delete(Twilio.Rest.IpMessaging.V2.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Fetch(Twilio.Rest.IpMessaging.V2.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.FetchAsync(Twilio.Rest.IpMessaging.V2.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Read(Twilio.Rest.IpMessaging.V2.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.ReadAsync(Twilio.Rest.IpMessaging.V2.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Update(Twilio.Rest.IpMessaging.V2.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="certificate">  </param>
            <param name="privateKey">  </param>
            <param name="sandbox">  </param>
            <param name="apiKey">  </param>
            <param name="secret">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="certificate">  </param>
            <param name="privateKey">  </param>
            <param name="sandbox">  </param>
            <param name="apiKey">  </param>
            <param name="secret">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CredentialResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.CredentialResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.CredentialResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.CredentialResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.CredentialResource.Sandbox">
            <summary> The sandbox </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.CredentialResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.CredentialResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.CredentialResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.CreateServiceOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="friendlyName">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.DeleteServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.FetchServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.ReadServiceOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.UpdateServiceOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Create(Twilio.Rest.IpMessaging.V2.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.CreateAsync(Twilio.Rest.IpMessaging.V2.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Delete(Twilio.Rest.IpMessaging.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Fetch(Twilio.Rest.IpMessaging.V2.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.FetchAsync(Twilio.Rest.IpMessaging.V2.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Read(Twilio.Rest.IpMessaging.V2.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.ReadAsync(Twilio.Rest.IpMessaging.V2.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Update(Twilio.Rest.IpMessaging.V2.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="defaultServiceRoleSid">  </param>
            <param name="defaultChannelRoleSid">  </param>
            <param name="defaultChannelCreatorRoleSid">  </param>
            <param name="readStatusEnabled">  </param>
            <param name="reachabilityEnabled">  </param>
            <param name="typingIndicatorTimeout">  </param>
            <param name="consumptionReportInterval">  </param>
            <param name="notificationsNewMessageEnabled">  </param>
            <param name="notificationsNewMessageTemplate">  </param>
            <param name="notificationsNewMessageSound">  </param>
            <param name="notificationsNewMessageBadgeCountEnabled">  </param>
            <param name="notificationsAddedToChannelEnabled">  </param>
            <param name="notificationsAddedToChannelTemplate">  </param>
            <param name="notificationsAddedToChannelSound">  </param>
            <param name="notificationsRemovedFromChannelEnabled">  </param>
            <param name="notificationsRemovedFromChannelTemplate">  </param>
            <param name="notificationsRemovedFromChannelSound">  </param>
            <param name="notificationsInvitedToChannelEnabled">  </param>
            <param name="notificationsInvitedToChannelTemplate">  </param>
            <param name="notificationsInvitedToChannelSound">  </param>
            <param name="preWebhookUrl">  </param>
            <param name="postWebhookUrl">  </param>
            <param name="webhookMethod">  </param>
            <param name="webhookFilters">  </param>
            <param name="limitsChannelMembers">  </param>
            <param name="limitsUserChannels">  </param>
            <param name="mediaCompatibilityMessage">  </param>
            <param name="preWebhookRetryCount">  </param>
            <param name="postWebhookRetryCount">  </param>
            <param name="notificationsLogEnabled">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Uri,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="defaultServiceRoleSid">  </param>
            <param name="defaultChannelRoleSid">  </param>
            <param name="defaultChannelCreatorRoleSid">  </param>
            <param name="readStatusEnabled">  </param>
            <param name="reachabilityEnabled">  </param>
            <param name="typingIndicatorTimeout">  </param>
            <param name="consumptionReportInterval">  </param>
            <param name="notificationsNewMessageEnabled">  </param>
            <param name="notificationsNewMessageTemplate">  </param>
            <param name="notificationsNewMessageSound">  </param>
            <param name="notificationsNewMessageBadgeCountEnabled">  </param>
            <param name="notificationsAddedToChannelEnabled">  </param>
            <param name="notificationsAddedToChannelTemplate">  </param>
            <param name="notificationsAddedToChannelSound">  </param>
            <param name="notificationsRemovedFromChannelEnabled">  </param>
            <param name="notificationsRemovedFromChannelTemplate">  </param>
            <param name="notificationsRemovedFromChannelSound">  </param>
            <param name="notificationsInvitedToChannelEnabled">  </param>
            <param name="notificationsInvitedToChannelTemplate">  </param>
            <param name="notificationsInvitedToChannelSound">  </param>
            <param name="preWebhookUrl">  </param>
            <param name="postWebhookUrl">  </param>
            <param name="webhookMethod">  </param>
            <param name="webhookFilters">  </param>
            <param name="limitsChannelMembers">  </param>
            <param name="limitsUserChannels">  </param>
            <param name="mediaCompatibilityMessage">  </param>
            <param name="preWebhookRetryCount">  </param>
            <param name="postWebhookRetryCount">  </param>
            <param name="notificationsLogEnabled">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.DefaultServiceRoleSid">
            <summary> The default_service_role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.DefaultChannelRoleSid">
            <summary> The default_channel_role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.DefaultChannelCreatorRoleSid">
            <summary> The default_channel_creator_role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.ReadStatusEnabled">
            <summary> The read_status_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.ReachabilityEnabled">
            <summary> The reachability_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.TypingIndicatorTimeout">
            <summary> The typing_indicator_timeout </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.ConsumptionReportInterval">
            <summary> The consumption_report_interval </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.Limits">
            <summary> The limits </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.PreWebhookUrl">
            <summary> The pre_webhook_url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.PostWebhookUrl">
            <summary> The post_webhook_url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.WebhookMethod">
            <summary> The webhook_method </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.WebhookFilters">
            <summary> The webhook_filters </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.PreWebhookRetryCount">
            <summary> The pre_webhook_retry_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.PostWebhookRetryCount">
            <summary> The post_webhook_retry_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.Notifications">
            <summary> The notifications </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.Media">
            <summary> The media </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.ServiceResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.DeleteBindingOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteBindingOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.FetchBindingOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.FetchBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchBindingOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.FetchBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.ReadBindingOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ReadBindingOptions.#ctor(System.String)">
            <summary> Construct a new ListBindingOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ReadBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Delete(Twilio.Rest.IpMessaging.V2.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.FetchBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.FetchBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Read(Twilio.Rest.IpMessaging.V2.Service.ReadBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.ReadBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Read(System.String,System.Collections.Generic.List{Twilio.Rest.IpMessaging.V2.Service.BindingResource.BindingTypeEnum},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="bindingType">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.ReadAsync(System.String,System.Collections.Generic.List{Twilio.Rest.IpMessaging.V2.Service.BindingResource.BindingTypeEnum},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="bindingType">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.BindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.BindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BindingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BindingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.BindingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Endpoint">
            <summary> The endpoint </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Identity">
            <summary> The identity </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.CredentialSid">
            <summary> The credential_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.MessageTypes">
            <summary> The message_types </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.BindingResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.CreateChannelOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.CreateChannelOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.CreateChannelOptions.#ctor(System.String)">
            <summary> Construct a new CreateChannelOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.CreateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.CreateChannelOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.DeleteChannelOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.DeleteChannelOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteChannelOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.FetchChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.FetchChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.FetchChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.ReadChannelOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ReadChannelOptions.#ctor(System.String)">
            <summary> Construct a new ListChannelOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ReadChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.UpdateChannelOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UpdateChannelOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UpdateChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UpdateChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UpdateChannelOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Create(Twilio.Rest.IpMessaging.V2.Service.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.CreateAsync(Twilio.Rest.IpMessaging.V2.Service.CreateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Create(System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.ChannelResource.ChannelTypeEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.IpMessaging.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="uniqueName">  </param>
            <param name="attributes">  </param>
            <param name="type">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="createdBy">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.ChannelResource.ChannelTypeEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.IpMessaging.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="uniqueName">  </param>
            <param name="attributes">  </param>
            <param name="type">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="createdBy">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Delete(Twilio.Rest.IpMessaging.V2.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.DeleteChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Delete(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.DeleteAsync(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.FetchChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Read(Twilio.Rest.IpMessaging.V2.Service.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.ReadChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Read(System.String,System.Collections.Generic.List{Twilio.Rest.IpMessaging.V2.Service.ChannelResource.ChannelTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="type">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.ReadAsync(System.String,System.Collections.Generic.List{Twilio.Rest.IpMessaging.V2.Service.ChannelResource.ChannelTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="type">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.ChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Update(Twilio.Rest.IpMessaging.V2.Service.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.Service.UpdateChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Channel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.IpMessaging.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="uniqueName">  </param>
            <param name="attributes">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="createdBy">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.IpMessaging.V2.Service.ChannelResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="friendlyName">  </param>
            <param name="uniqueName">  </param>
            <param name="attributes">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="createdBy">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Channel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.UniqueName">
            <summary> The unique_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Attributes">
            <summary> The attributes </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.MembersCount">
            <summary> The members_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.MessagesCount">
            <summary> The messages_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.ChannelResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateInviteOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateInviteOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteInviteOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteInviteOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchInviteOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchInviteOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchInviteOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadInviteOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadInviteOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListInviteOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadInviteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Create(Twilio.Rest.IpMessaging.V2.Service.Channel.CreateInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.CreateAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.CreateInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Delete(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.Channel.FetchInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.FetchInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Read(Twilio.Rest.IpMessaging.V2.Service.Channel.ReadInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.ReadInviteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Invite parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Invite </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InviteResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InviteResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Identity">
            <summary> The identity </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.RoleSid">
            <summary> The role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.InviteResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMemberOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMemberOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMemberOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMemberOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMemberOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMemberOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMemberOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMemberOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMemberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMemberOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMemberOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMemberOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMemberOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMemberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMemberOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Create(Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.CreateAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Create(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="lastConsumedMessageIndex">  </param>
            <param name="lastConsumptionTimestamp">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="attributes">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.CreateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="lastConsumedMessageIndex">  </param>
            <param name="lastConsumptionTimestamp">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="attributes">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Delete(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Delete(System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.DeleteAsync(System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Read(Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Read(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="identity">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Update(Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMemberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Member parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="roleSid">  </param>
            <param name="lastConsumedMessageIndex">  </param>
            <param name="lastConsumptionTimestamp">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="attributes">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="roleSid">  </param>
            <param name="lastConsumedMessageIndex">  </param>
            <param name="lastConsumptionTimestamp">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="attributes">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Member </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MemberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MemberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Identity">
            <summary> The identity </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.RoleSid">
            <summary> The role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.LastConsumedMessageIndex">
            <summary> The last_consumed_message_index </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.LastConsumptionTimestamp">
            <summary> The last_consumption_timestamp </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MemberResource.Attributes">
            <summary> The attributes </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMessageOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMessageOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMessageOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMessageOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMessageOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMessageOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMessageOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMessageOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMessageOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMessageOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Create(Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.CreateAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.CreateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Create(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="from">  </param>
            <param name="attributes">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="lastUpdatedBy">  </param>
            <param name="body">  </param>
            <param name="mediaSid">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.CreateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="from">  </param>
            <param name="attributes">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="lastUpdatedBy">  </param>
            <param name="body">  </param>
            <param name="mediaSid">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Delete(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Delete(System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.DeleteAsync(System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.FetchMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Read(Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.ReadMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Read(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="order">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.ReadAsync(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.OrderTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="order">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Update(Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Message parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="body">  </param>
            <param name="attributes">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="lastUpdatedBy">  </param>
            <param name="from">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="body">  </param>
            <param name="attributes">  </param>
            <param name="dateCreated">  </param>
            <param name="dateUpdated">  </param>
            <param name="lastUpdatedBy">  </param>
            <param name="from">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Message </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Attributes">
            <summary> The attributes </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.To">
            <summary> The to </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.LastUpdatedBy">
            <summary> The last_updated_by </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.WasEdited">
            <summary> The was_edited </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.From">
            <summary> The from </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Body">
            <summary> The body </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Index">
            <summary> The index </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Type">
            <summary> The type </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Media">
            <summary> The media </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.MessageResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateWebhookOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateWebhookOptions.#ctor(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.TypeEnum)">
            <summary> Construct a new CreateChannelWebhookOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.CreateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteWebhookOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteChannelWebhookOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchWebhookOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchChannelWebhookOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.FetchWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadWebhookOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListChannelWebhookOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.ReadWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateWebhookOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateWebhookOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateChannelWebhookOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Create(Twilio.Rest.IpMessaging.V2.Service.Channel.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.CreateAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Create(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.TypeEnum,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="type">  </param>
            <param name="configurationUrl">  </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters">  </param>
            <param name="configurationTriggers">  </param>
            <param name="configurationFlowSid">  </param>
            <param name="configurationRetryCount">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.CreateAsync(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.TypeEnum,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="type">  </param>
            <param name="configurationUrl">  </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters">  </param>
            <param name="configurationTriggers">  </param>
            <param name="configurationFlowSid">  </param>
            <param name="configurationRetryCount">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Delete(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.Channel.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Read(Twilio.Rest.IpMessaging.V2.Service.Channel.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Update(Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.Service.Channel.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Update(System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="configurationUrl">  </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters">  </param>
            <param name="configurationTriggers">  </param>
            <param name="configurationFlowSid">  </param>
            <param name="configurationRetryCount">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.UpdateAsync(System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.MethodEnum,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="pathSid">  </param>
            <param name="configurationUrl">  </param>
            <param name="configurationMethod">  </param>
            <param name="configurationFilters">  </param>
            <param name="configurationTriggers">  </param>
            <param name="configurationFlowSid">  </param>
            <param name="configurationRetryCount">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebhookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebhookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Type">
            <summary> The type </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.Configuration">
            <summary> The configuration </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.Channel.WebhookResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.CreateRoleOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.CreateRoleOptions.#ctor(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String})">
            <summary> Construct a new CreateRoleOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="type">  </param>
            <param name="permission">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.CreateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.DeleteRoleOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRoleOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.FetchRoleOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.FetchRoleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRoleOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.FetchRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.ReadRoleOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ReadRoleOptions.#ctor(System.String)">
            <summary> Construct a new ListRoleOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ReadRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.UpdateRoleOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UpdateRoleOptions.#ctor(System.String,System.String,System.Collections.Generic.List{System.String})">
            <summary> Construct a new UpdateRoleOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="permission">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UpdateRoleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Create(Twilio.Rest.IpMessaging.V2.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.CreateAsync(Twilio.Rest.IpMessaging.V2.Service.CreateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Create(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="type">  </param>
            <param name="permission">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.CreateAsync(System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.RoleResource.RoleTypeEnum,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="friendlyName">  </param>
            <param name="type">  </param>
            <param name="permission">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Delete(Twilio.Rest.IpMessaging.V2.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.DeleteRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.FetchRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Read(Twilio.Rest.IpMessaging.V2.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.ReadRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.RoleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Update(Twilio.Rest.IpMessaging.V2.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.Service.UpdateRoleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Role parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Update(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="permission">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.UpdateAsync(System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="permission">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Role </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoleResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoleResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.RoleResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.RoleResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.RoleResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.RoleResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Permissions">
            <summary> The permissions </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.RoleResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.RoleResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.RoleResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.CreateUserOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.CreateUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.CreateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateUserOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="identity">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.CreateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.CreateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.DeleteUserOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteUserOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.DeleteUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.FetchUserOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.FetchUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchUserOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.FetchUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.ReadUserOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ReadUserOptions.#ctor(System.String)">
            <summary> Construct a new ListUserOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.ReadUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.UpdateUserOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UpdateUserOptions.XTwilioWebhookEnabled">
            <summary> The X-Twilio-Webhook-Enabled HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UpdateUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateUserOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UpdateUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UpdateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Create(Twilio.Rest.IpMessaging.V2.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.CreateAsync(Twilio.Rest.IpMessaging.V2.Service.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Create(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="attributes">  </param>
            <param name="friendlyName">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="identity">  </param>
            <param name="roleSid">  </param>
            <param name="attributes">  </param>
            <param name="friendlyName">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Delete(Twilio.Rest.IpMessaging.V2.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Read(Twilio.Rest.IpMessaging.V2.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Update(Twilio.Rest.IpMessaging.V2.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.Service.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="roleSid">  </param>
            <param name="attributes">  </param>
            <param name="friendlyName">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.UserResource.WebhookEnabledTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="roleSid">  </param>
            <param name="attributes">  </param>
            <param name="friendlyName">  </param>
            <param name="xTwilioWebhookEnabled"> The X-Twilio-Webhook-Enabled HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.UserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.Attributes">
            <summary> The attributes </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.RoleSid">
            <summary> The role_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.Identity">
            <summary> The identity </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.IsOnline">
            <summary> The is_online </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.IsNotifiable">
            <summary> The is_notifiable </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.JoinedChannelsCount">
            <summary> The joined_channels_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.UserResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserBindingOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserBindingOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteUserBindingOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.User.FetchUserBindingOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.FetchUserBindingOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchUserBindingOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.FetchUserBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.User.ReadUserBindingOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.ReadUserBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListUserBindingOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.ReadUserBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Delete(Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.User.FetchUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.User.FetchUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Read(Twilio.Rest.IpMessaging.V2.Service.User.ReadUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.User.ReadUserBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UserBinding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Read(System.String,System.String,System.Collections.Generic.List{Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.BindingTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="bindingType">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.ReadAsync(System.String,System.String,System.Collections.Generic.List{Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.BindingTypeEnum},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="bindingType">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserBinding </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserBindingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserBindingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Endpoint">
            <summary> The endpoint </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Identity">
            <summary> The identity </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.UserSid">
            <summary> The user_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.CredentialSid">
            <summary> The credential_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.MessageTypes">
            <summary> The message_types </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserBindingResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserChannelOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteUserChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.User.FetchUserChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.FetchUserChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchUserChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.FetchUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.User.ReadUserChannelOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.ReadUserChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListUserChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.ReadUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.IpMessaging.V2.Service.User.UpdateUserChannelOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UpdateUserChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateUserChannelOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UpdateUserChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.BuildDeleteRequest(Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Delete(Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.DeleteAsync(Twilio.Rest.IpMessaging.V2.Service.User.DeleteUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Fetch(Twilio.Rest.IpMessaging.V2.Service.User.FetchUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.FetchAsync(Twilio.Rest.IpMessaging.V2.Service.User.FetchUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Read(Twilio.Rest.IpMessaging.V2.Service.User.ReadUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.ReadAsync(Twilio.Rest.IpMessaging.V2.Service.User.ReadUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Update(Twilio.Rest.IpMessaging.V2.Service.User.UpdateUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.UpdateAsync(Twilio.Rest.IpMessaging.V2.Service.User.UpdateUserChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update UserChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Update(System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.NotificationLevelEnum,System.Nullable{System.Int32},System.Nullable{System.DateTime},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="notificationLevel">  </param>
            <param name="lastConsumedMessageIndex">  </param>
            <param name="lastConsumptionTimestamp">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.NotificationLevelEnum,System.Nullable{System.Int32},System.Nullable{System.DateTime},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="pathChannelSid">  </param>
            <param name="notificationLevel">  </param>
            <param name="lastConsumedMessageIndex">  </param>
            <param name="lastConsumptionTimestamp">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UserChannel </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.ChannelSid">
            <summary> The channel_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.UserSid">
            <summary> The user_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.MemberSid">
            <summary> The member_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.LastConsumedMessageIndex">
            <summary> The last_consumed_message_index </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.UnreadMessagesCount">
            <summary> The unread_messages_count </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="P:Twilio.Rest.IpMessaging.V2.Service.User.UserChannelResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions.PathPhoneNumber">
            <summary> The phone number to lookup in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions.CountryCode">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the phone number to fetch. This is used to specify the country when the phone number is provided in a national format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions.Type">
            <summary> The type of information to return. Can be: `carrier` or `caller-name`. The default is null.  Carrier information costs $0.005 per phone number looked up.  Caller Name information is currently available only in the US and costs $0.01 per phone number looked up.  To retrieve both types on information, specify this parameter twice; once with `carrier` and once with `caller-name` as the value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions.AddOns">
            <summary> The `unique_name` of an Add-on you would like to invoke. Can be the `unique_name` of an Add-on that is installed on your account. You can specify multiple instances of this parameter to invoke multiple Add-ons. For more information about  Add-ons, see the [Add-ons documentation](https://www.twilio.com/docs/add-ons). </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions.AddOnsData">
            <summary> Data specific to the add-on you would like to invoke. The content and format of this value depends on the add-on. </summary> 
        </member>
        <member name="M:Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new FetchPhoneNumberOptions </summary>
            <param name="pathPhoneNumber"> The phone number to lookup in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </param>
        </member>
        <member name="M:Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Lookups.V1.PhoneNumberResource.Fetch(Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V1.PhoneNumberResource.FetchAsync(Twilio.Rest.Lookups.V1.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V1.PhoneNumberResource.Fetch(System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object},Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathPhoneNumber"> The phone number to lookup in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </param>
            <param name="countryCode"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the phone number to fetch. This is used to specify the country when the phone number is provided in a national format. </param>
            <param name="type"> The type of information to return. Can be: `carrier` or `caller-name`. The default is null.  Carrier information costs $0.005 per phone number looked up.  Caller Name information is currently available only in the US and costs $0.01 per phone number looked up.  To retrieve both types on information, specify this parameter twice; once with `carrier` and once with `caller-name` as the value. </param>
            <param name="addOns"> The `unique_name` of an Add-on you would like to invoke. Can be the `unique_name` of an Add-on that is installed on your account. You can specify multiple instances of this parameter to invoke multiple Add-ons. For more information about  Add-ons, see the [Add-ons documentation](https://www.twilio.com/docs/add-ons). </param>
            <param name="addOnsData"> Data specific to the add-on you would like to invoke. The content and format of this value depends on the add-on. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V1.PhoneNumberResource.FetchAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.String,System.Object},Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathPhoneNumber"> The phone number to lookup in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </param>
            <param name="countryCode"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the phone number to fetch. This is used to specify the country when the phone number is provided in a national format. </param>
            <param name="type"> The type of information to return. Can be: `carrier` or `caller-name`. The default is null.  Carrier information costs $0.005 per phone number looked up.  Caller Name information is currently available only in the US and costs $0.01 per phone number looked up.  To retrieve both types on information, specify this parameter twice; once with `carrier` and once with `caller-name` as the value. </param>
            <param name="addOns"> The `unique_name` of an Add-on you would like to invoke. Can be the `unique_name` of an Add-on that is installed on your account. You can specify multiple instances of this parameter to invoke multiple Add-ons. For more information about  Add-ons, see the [Add-ons documentation](https://www.twilio.com/docs/add-ons). </param>
            <param name="addOnsData"> Data specific to the add-on you would like to invoke. The content and format of this value depends on the add-on. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V1.PhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V1.PhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.PhoneNumberResource.CallerName">
            <summary> The name of the phone number's owner. If `null`, that information was not available. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.PhoneNumberResource.CountryCode">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) for the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.PhoneNumberResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.PhoneNumberResource.NationalFormat">
            <summary> The phone number, in national format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.PhoneNumberResource.Carrier">
            <summary> The telecom company that provides the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.PhoneNumberResource.AddOns">
            <summary> A JSON string with the results of the Add-ons you specified in the `add_ons` parameters. For the format of the object, see [Using Add-ons](https://www.twilio.com/docs/add-ons). </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V1.PhoneNumberResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.PathPhoneNumber">
            <summary> The phone number to lookup in E.164 or national format. Default country code is +1 (North America). </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.Fields">
            <summary> A comma-separated list of fields to return. Possible values are validation, caller_name, sim_swap, call_forwarding, line_status, line_type_intelligence, identity_match, reassigned_number, sms_pumping_risk, phone_number_quality_score, pre_fill. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.CountryCode">
            <summary> The [country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) used if the phone number provided is in national format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.FirstName">
            <summary> User’s first name. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.LastName">
            <summary> User’s last name. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.AddressLine1">
            <summary> User’s first address line. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.AddressLine2">
            <summary> User’s second address line. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.City">
            <summary> User’s city. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.State">
            <summary> User’s country subdivision, such as state, province, or locality. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.PostalCode">
            <summary> User’s postal zip code. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.AddressCountryCode">
            <summary> User’s country, up to two characters. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.NationalId">
            <summary> User’s national ID, such as SSN or Passport ID. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.DateOfBirth">
            <summary> User’s date of birth, in YYYYMMDD format. This query parameter is only used (optionally) for identity_match package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.LastVerifiedDate">
            <summary> The date you obtained consent to call or text the end-user of the phone number or a date on which you are reasonably certain that the end-user could still be reached at that number. This query parameter is only used (optionally) for reassigned_number package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.VerificationSid">
            <summary> The unique identifier associated with a verification process through verify API. This query parameter is only used (optionally) for pre_fill package requests. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.PartnerSubId">
            <summary> The optional partnerSubId parameter to provide context for your sub-accounts, tenantIDs, sender IDs or other segmentation, enhancing the accuracy of the risk analysis. </summary> 
        </member>
        <member name="M:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new FetchPhoneNumberOptions </summary>
            <param name="pathPhoneNumber"> The phone number to lookup in E.164 or national format. Default country code is +1 (North America). </param>
        </member>
        <member name="M:Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Lookups.V2.PhoneNumberResource.Fetch(Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V2.PhoneNumberResource.FetchAsync(Twilio.Rest.Lookups.V2.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V2.PhoneNumberResource.Fetch(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathPhoneNumber"> The phone number to lookup in E.164 or national format. Default country code is +1 (North America). </param>
            <param name="fields"> A comma-separated list of fields to return. Possible values are validation, caller_name, sim_swap, call_forwarding, line_status, line_type_intelligence, identity_match, reassigned_number, sms_pumping_risk, phone_number_quality_score, pre_fill. </param>
            <param name="countryCode"> The [country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) used if the phone number provided is in national format. </param>
            <param name="firstName"> User’s first name. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="lastName"> User’s last name. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="addressLine1"> User’s first address line. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="addressLine2"> User’s second address line. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="city"> User’s city. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="state"> User’s country subdivision, such as state, province, or locality. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="postalCode"> User’s postal zip code. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="addressCountryCode"> User’s country, up to two characters. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="nationalId"> User’s national ID, such as SSN or Passport ID. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="dateOfBirth"> User’s date of birth, in YYYYMMDD format. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="lastVerifiedDate"> The date you obtained consent to call or text the end-user of the phone number or a date on which you are reasonably certain that the end-user could still be reached at that number. This query parameter is only used (optionally) for reassigned_number package requests. </param>
            <param name="verificationSid"> The unique identifier associated with a verification process through verify API. This query parameter is only used (optionally) for pre_fill package requests. </param>
            <param name="partnerSubId"> The optional partnerSubId parameter to provide context for your sub-accounts, tenantIDs, sender IDs or other segmentation, enhancing the accuracy of the risk analysis. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V2.PhoneNumberResource.FetchAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathPhoneNumber"> The phone number to lookup in E.164 or national format. Default country code is +1 (North America). </param>
            <param name="fields"> A comma-separated list of fields to return. Possible values are validation, caller_name, sim_swap, call_forwarding, line_status, line_type_intelligence, identity_match, reassigned_number, sms_pumping_risk, phone_number_quality_score, pre_fill. </param>
            <param name="countryCode"> The [country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) used if the phone number provided is in national format. </param>
            <param name="firstName"> User’s first name. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="lastName"> User’s last name. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="addressLine1"> User’s first address line. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="addressLine2"> User’s second address line. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="city"> User’s city. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="state"> User’s country subdivision, such as state, province, or locality. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="postalCode"> User’s postal zip code. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="addressCountryCode"> User’s country, up to two characters. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="nationalId"> User’s national ID, such as SSN or Passport ID. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="dateOfBirth"> User’s date of birth, in YYYYMMDD format. This query parameter is only used (optionally) for identity_match package requests. </param>
            <param name="lastVerifiedDate"> The date you obtained consent to call or text the end-user of the phone number or a date on which you are reasonably certain that the end-user could still be reached at that number. This query parameter is only used (optionally) for reassigned_number package requests. </param>
            <param name="verificationSid"> The unique identifier associated with a verification process through verify API. This query parameter is only used (optionally) for pre_fill package requests. </param>
            <param name="partnerSubId"> The optional partnerSubId parameter to provide context for your sub-accounts, tenantIDs, sender IDs or other segmentation, enhancing the accuracy of the risk analysis. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V2.PhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Lookups.V2.PhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.CallingCountryCode">
            <summary> International dialing prefix of the phone number defined in the E.164 standard. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.CountryCode">
            <summary> The phone number's [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.NationalFormat">
            <summary> The phone number in [national format](https://en.wikipedia.org/wiki/National_conventions_for_writing_telephone_numbers). </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.Valid">
            <summary> Boolean which indicates if the phone number is in a valid range that can be freely assigned by a carrier to a user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.ValidationErrors">
            <summary> Contains reasons why a phone number is invalid. Possible values: TOO_SHORT, TOO_LONG, INVALID_BUT_POSSIBLE, INVALID_COUNTRY_CODE, INVALID_LENGTH, NOT_A_NUMBER. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.CallerName">
            <summary> An object that contains caller name information based on [CNAM](https://support.twilio.com/hc/en-us/articles/360051670533-Getting-Started-with-CNAM-Caller-ID). </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.SimSwap">
            <summary> An object that contains information on the last date the subscriber identity module (SIM) was changed for a mobile phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.CallForwarding">
            <summary> An object that contains information on the unconditional call forwarding status of mobile phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.LineStatus">
            <summary> An object that contains line status information for a mobile phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.LineTypeIntelligence">
            <summary> An object that contains line type information including the carrier name, mobile country code, and mobile network code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.IdentityMatch">
            <summary> An object that contains identity match information. The result of comparing user-provided information including name, address, date of birth, national ID, against authoritative phone-based data sources </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.ReassignedNumber">
            <summary> An object that contains reassigned number information. Reassigned Numbers will return a phone number's reassignment status given a phone number and date </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.SmsPumpingRisk">
            <summary> An object that contains information on if a phone number has been currently or previously blocked by Verify Fraud Guard for receiving malicious SMS pumping traffic as well as other signals associated with risky carriers and low conversion rates. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.PhoneNumberQualityScore">
            <summary> An object that contains information of a mobile phone number quality score. Quality score will return a risk score about the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.PreFill">
            <summary> An object that contains pre fill information. pre_fill will return PII information associated with the phone number like first name, last name, address line, country code, state and postal code.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Lookups.V2.PhoneNumberResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.FetchAvailableAddOnOptions">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.FetchAvailableAddOnOptions.PathSid">
            <summary> The SID of the AvailableAddOn resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.FetchAvailableAddOnOptions.#ctor(System.String)">
            <summary> Construct a new FetchAvailableAddOnOptions </summary>
            <param name="pathSid"> The SID of the AvailableAddOn resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.FetchAvailableAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.ReadAvailableAddOnOptions">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ReadAvailableAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.Fetch(Twilio.Rest.Marketplace.V1.FetchAvailableAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
            <param name="options"> Fetch AvailableAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.FetchAsync(Twilio.Rest.Marketplace.V1.FetchAvailableAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
            <param name="options"> Fetch AvailableAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
            <param name="pathSid"> The SID of the AvailableAddOn resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
            <param name="pathSid"> The SID of the AvailableAddOn resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.Read(Twilio.Rest.Marketplace.V1.ReadAvailableAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
            <param name="options"> Read AvailableAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.ReadAsync(Twilio.Rest.Marketplace.V1.ReadAvailableAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
            <param name="options"> Read AvailableAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.Read(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.ReadAsync(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.NextPage(Twilio.Base.Page{Twilio.Rest.Marketplace.V1.AvailableAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Marketplace.V1.AvailableAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AvailableAddOnResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AvailableAddOnResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.Sid">
            <summary> The unique string that we created to identify the AvailableAddOn resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.Description">
            <summary> A short description of the Add-on's functionality. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.PricingType">
            <summary> How customers are charged for using this Add-on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.ConfigurationSchema">
            <summary> The JSON object with the configuration that must be provided when installing a given Add-on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOnResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.AvailableAddOn.FetchAvailableAddOnExtensionOptions">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.FetchAvailableAddOnExtensionOptions.PathAvailableAddOnSid">
            <summary> The SID of the AvailableAddOn resource with the extension to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.FetchAvailableAddOnExtensionOptions.PathSid">
            <summary> The SID of the AvailableAddOn Extension resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.FetchAvailableAddOnExtensionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchAvailableAddOnExtensionOptions </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the AvailableAddOn Extension resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.FetchAvailableAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.AvailableAddOn.ReadAvailableAddOnExtensionOptions">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.ReadAvailableAddOnExtensionOptions.PathAvailableAddOnSid">
            <summary> The SID of the AvailableAddOn resource with the extensions to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.ReadAvailableAddOnExtensionOptions.#ctor(System.String)">
            <summary> Construct a new ListAvailableAddOnExtensionOptions </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extensions to read. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.ReadAvailableAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.Fetch(Twilio.Rest.Marketplace.V1.AvailableAddOn.FetchAvailableAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
            <param name="options"> Fetch AvailableAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.FetchAsync(Twilio.Rest.Marketplace.V1.AvailableAddOn.FetchAvailableAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
            <param name="options"> Fetch AvailableAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the AvailableAddOn Extension resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the AvailableAddOn Extension resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.Read(Twilio.Rest.Marketplace.V1.AvailableAddOn.ReadAvailableAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
            <param name="options"> Read AvailableAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.ReadAsync(Twilio.Rest.Marketplace.V1.AvailableAddOn.ReadAvailableAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
            <param name="options"> Read AvailableAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extensions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extensions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AvailableAddOnExtensionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AvailableAddOnExtensionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.Sid">
            <summary> The unique string that we created to identify the AvailableAddOnExtension resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.AvailableAddOnSid">
            <summary> The SID of the AvailableAddOn resource to which this extension applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.ProductName">
            <summary> The name of the Product this Extension is used within. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.AvailableAddOn.AvailableAddOnExtensionResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions">
            <summary> Install an Add-on for the Account specified. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions.AvailableAddOnSid">
            <summary> The SID of the AvaliableAddOn to install. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions.AcceptTermsOfService">
            <summary> Whether the Terms of Service were accepted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions.Configuration">
            <summary> The JSON object that represents the configuration of the new Add-on being installed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions.#ctor(System.String,System.Nullable{System.Boolean})">
            <summary> Construct a new CreateInstalledAddOnOptions </summary>
            <param name="availableAddOnSid"> The SID of the AvaliableAddOn to install. </param>
            <param name="acceptTermsOfService"> Whether the Terms of Service were accepted. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.DeleteInstalledAddOnOptions">
            <summary> Remove an Add-on installation from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.DeleteInstalledAddOnOptions.PathSid">
            <summary> The SID of the InstalledAddOn resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.DeleteInstalledAddOnOptions.#ctor(System.String)">
            <summary> Construct a new DeleteInstalledAddOnOptions </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.DeleteInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.FetchInstalledAddOnOptions">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.FetchInstalledAddOnOptions.PathSid">
            <summary> The SID of the InstalledAddOn resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.FetchInstalledAddOnOptions.#ctor(System.String)">
            <summary> Construct a new FetchInstalledAddOnOptions </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.FetchInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.ReadInstalledAddOnOptions">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ReadInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.UpdateInstalledAddOnOptions">
            <summary> Update an Add-on installation for the Account specified. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateInstalledAddOnOptions.PathSid">
            <summary> The SID of the InstalledAddOn resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateInstalledAddOnOptions.Configuration">
            <summary> Valid JSON object that conform to the configuration schema exposed by the associated AvailableAddOn resource. This is only required by Add-ons that need to be configured </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateInstalledAddOnOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.UpdateInstalledAddOnOptions.#ctor(System.String)">
            <summary> Construct a new UpdateInstalledAddOnOptions </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.UpdateInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Create(Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Install an Add-on for the Account specified. </summary>
            <param name="options"> Create InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.CreateAsync(Twilio.Rest.Marketplace.V1.CreateInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Install an Add-on for the Account specified. </summary>
            <param name="options"> Create InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Create(System.String,System.Nullable{System.Boolean},System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Install an Add-on for the Account specified. </summary>
            <param name="availableAddOnSid"> The SID of the AvaliableAddOn to install. </param>
            <param name="acceptTermsOfService"> Whether the Terms of Service were accepted. </param>
            <param name="configuration"> The JSON object that represents the configuration of the new Add-on being installed. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.CreateAsync(System.String,System.Nullable{System.Boolean},System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Install an Add-on for the Account specified. </summary>
            <param name="availableAddOnSid"> The SID of the AvaliableAddOn to install. </param>
            <param name="acceptTermsOfService"> Whether the Terms of Service were accepted. </param>
            <param name="configuration"> The JSON object that represents the configuration of the new Add-on being installed. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.BuildDeleteRequest(Twilio.Rest.Marketplace.V1.DeleteInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="options"> Delete InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Delete(Twilio.Rest.Marketplace.V1.DeleteInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="options"> Delete InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.DeleteAsync(Twilio.Rest.Marketplace.V1.DeleteInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="options"> Delete InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Fetch(Twilio.Rest.Marketplace.V1.FetchInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
            <param name="options"> Fetch InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.FetchAsync(Twilio.Rest.Marketplace.V1.FetchInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
            <param name="options"> Fetch InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Read(Twilio.Rest.Marketplace.V1.ReadInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
            <param name="options"> Read InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.ReadAsync(Twilio.Rest.Marketplace.V1.ReadInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
            <param name="options"> Read InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Read(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.ReadAsync(System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.NextPage(Twilio.Base.Page{Twilio.Rest.Marketplace.V1.InstalledAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Marketplace.V1.InstalledAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Update(Twilio.Rest.Marketplace.V1.UpdateInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Add-on installation for the Account specified. </summary>
            <param name="options"> Update InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.UpdateAsync(Twilio.Rest.Marketplace.V1.UpdateInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Add-on installation for the Account specified. </summary>
            <param name="options"> Update InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Update(System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Add-on installation for the Account specified. </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to update. </param>
            <param name="configuration"> Valid JSON object that conform to the configuration schema exposed by the associated AvailableAddOn resource. This is only required by Add-ons that need to be configured </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.UpdateAsync(System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Add-on installation for the Account specified. </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to update. </param>
            <param name="configuration"> Valid JSON object that conform to the configuration schema exposed by the associated AvailableAddOn resource. This is only required by Add-ons that need to be configured </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InstalledAddOnResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InstalledAddOnResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Sid">
            <summary> The unique string that we created to identify the InstalledAddOn resource. This Sid can also be found in the Console on that specific Add-ons page as the 'Available Add-on Sid'. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the InstalledAddOn resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Description">
            <summary> A short description of the Add-on's functionality. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Configuration">
            <summary> The JSON object that represents the current configuration of installed Add-on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOnResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.InstalledAddOn.FetchInstalledAddOnExtensionOptions">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.FetchInstalledAddOnExtensionOptions.PathInstalledAddOnSid">
            <summary> The SID of the InstalledAddOn resource with the extension to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.FetchInstalledAddOnExtensionOptions.PathSid">
            <summary> The SID of the InstalledAddOn Extension resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.FetchInstalledAddOnExtensionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchInstalledAddOnExtensionOptions </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.FetchInstalledAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.InstalledAddOn.ReadInstalledAddOnExtensionOptions">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.ReadInstalledAddOnExtensionOptions.PathInstalledAddOnSid">
            <summary> The SID of the InstalledAddOn resource with the extensions to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.ReadInstalledAddOnExtensionOptions.#ctor(System.String)">
            <summary> Construct a new ListInstalledAddOnExtensionOptions </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extensions to read. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.ReadInstalledAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.InstalledAddOn.UpdateInstalledAddOnExtensionOptions">
            <summary> Update an Extension for an Add-on installation. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.PathInstalledAddOnSid">
            <summary> The SID of the InstalledAddOn resource with the extension to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.PathSid">
            <summary> The SID of the InstalledAddOn Extension resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.Enabled">
            <summary> Whether the Extension should be invoked. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.#ctor(System.String,System.String,System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateInstalledAddOnExtensionOptions </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to update. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to update. </param>
            <param name="enabled"> Whether the Extension should be invoked. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Fetch(Twilio.Rest.Marketplace.V1.InstalledAddOn.FetchInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
            <param name="options"> Fetch InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.FetchAsync(Twilio.Rest.Marketplace.V1.InstalledAddOn.FetchInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
            <param name="options"> Fetch InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Read(Twilio.Rest.Marketplace.V1.InstalledAddOn.ReadInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
            <param name="options"> Read InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.ReadAsync(Twilio.Rest.Marketplace.V1.InstalledAddOn.ReadInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
            <param name="options"> Read InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extensions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extensions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Update(Twilio.Rest.Marketplace.V1.InstalledAddOn.UpdateInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Extension for an Add-on installation. </summary>
            <param name="options"> Update InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.UpdateAsync(Twilio.Rest.Marketplace.V1.InstalledAddOn.UpdateInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Extension for an Add-on installation. </summary>
            <param name="options"> Update InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Update(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Extension for an Add-on installation. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to update. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to update. </param>
            <param name="enabled"> Whether the Extension should be invoked. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.UpdateAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Extension for an Add-on installation. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to update. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to update. </param>
            <param name="enabled"> Whether the Extension should be invoked. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InstalledAddOnExtensionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InstalledAddOnExtensionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Sid">
            <summary> The unique string that we created to identify the InstalledAddOn Extension resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.InstalledAddOnSid">
            <summary> The SID of the InstalledAddOn resource to which this extension applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.ProductName">
            <summary> The name of the Product this Extension is used within. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Enabled">
            <summary> Whether the Extension will be invoked. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnExtensionResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.InstalledAddOn.CreateInstalledAddOnUsageOptions">
            <summary> Allows Twilio Marketplace publishers to manually report customer usage on No-code Partner Listings that they own. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.CreateInstalledAddOnUsageOptions.PathInstalledAddOnSid">
            <summary> Customer Installation SID to report usage on. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.CreateInstalledAddOnUsageOptions.#ctor(System.String,Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.MarketplaceV1InstalledAddOnInstalledAddOnUsage)">
            <summary> Construct a new CreateBillingUsageOptions </summary>
            <param name="pathInstalledAddOnSid"> Customer Installation SID to report usage on. </param>
            <param name="marketplaceV1InstalledAddOnInstalledAddOnUsage">  </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.CreateInstalledAddOnUsageOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.Create(Twilio.Rest.Marketplace.V1.InstalledAddOn.CreateInstalledAddOnUsageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows Twilio Marketplace publishers to manually report customer usage on No-code Partner Listings that they own. </summary>
            <param name="options"> Create InstalledAddOnUsage parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnUsage </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.CreateAsync(Twilio.Rest.Marketplace.V1.InstalledAddOn.CreateInstalledAddOnUsageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows Twilio Marketplace publishers to manually report customer usage on No-code Partner Listings that they own. </summary>
            <param name="options"> Create InstalledAddOnUsage parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnUsage </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.Create(System.String,Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.MarketplaceV1InstalledAddOnInstalledAddOnUsage,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows Twilio Marketplace publishers to manually report customer usage on No-code Partner Listings that they own. </summary>
            <param name="pathInstalledAddOnSid"> Customer Installation SID to report usage on. </param>
            <param name="marketplaceV1InstalledAddOnInstalledAddOnUsage">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnUsage </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.CreateAsync(System.String,Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.MarketplaceV1InstalledAddOnInstalledAddOnUsage,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows Twilio Marketplace publishers to manually report customer usage on No-code Partner Listings that they own. </summary>
            <param name="pathInstalledAddOnSid"> Customer Installation SID to report usage on. </param>
            <param name="marketplaceV1InstalledAddOnInstalledAddOnUsage">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnUsage </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InstalledAddOnUsageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InstalledAddOnUsageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.TotalSubmitted">
            <summary> Total amount in local currency that was billed in this request. Aggregates all billable_items that were successfully submitted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.InstalledAddOn.InstalledAddOnUsageResource.BillableItems">
            <summary> The billable_items </summary> 
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.FetchModuleDataManagementOptions">
            <summary> This endpoint returns the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.FetchModuleDataManagementOptions.PathSid">
            <summary> The unique identifier of a Listing. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.FetchModuleDataManagementOptions.#ctor(System.String)">
            <summary> Construct a new FetchModuleDataManagementOptions </summary>
            <param name="pathSid"> The unique identifier of a Listing. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.FetchModuleDataManagementOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions">
            <summary> This endpoint updates the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](https://www.twilio.com/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. Only Listing owners are allowed to update the Listing. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.PathSid">
            <summary> SID that uniquely identifies the Listing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.ModuleInfo">
            <summary> A JSON object containing essential attributes that define a Listing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.Description">
            <summary> A JSON object describing the Listing. You can define the main body of the description, highlight key features or aspects of the Listing, and provide code samples for developers if applicable. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.Documentation">
            <summary> A JSON object for providing comprehensive information, instructions, and resources related to the Listing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.Policies">
            <summary> A JSON object describing the Listing's privacy and legal policies. The maximum file size for Policies is 5MB. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.Support">
            <summary> A JSON object containing information on how Marketplace users can obtain support for the Listing. Use this parameter to provide details such as contact information and support description. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.Configuration">
            <summary> A JSON object for providing Listing-specific configuration. Contains button setup, notification URL, and more. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.Pricing">
            <summary> A JSON object for providing Listing's purchase options. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.#ctor(System.String)">
            <summary> Construct a new UpdateModuleDataManagementOptions </summary>
            <param name="pathSid"> SID that uniquely identifies the Listing. </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Fetch(Twilio.Rest.Marketplace.V1.FetchModuleDataManagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint returns the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. </summary>
            <param name="options"> Fetch ModuleDataManagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ModuleDataManagement </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.FetchAsync(Twilio.Rest.Marketplace.V1.FetchModuleDataManagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint returns the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. </summary>
            <param name="options"> Fetch ModuleDataManagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ModuleDataManagement </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint returns the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. </summary>
            <param name="pathSid"> The unique identifier of a Listing. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ModuleDataManagement </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint returns the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. </summary>
            <param name="pathSid"> The unique identifier of a Listing. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ModuleDataManagement </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Update(Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint updates the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](https://www.twilio.com/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. Only Listing owners are allowed to update the Listing. </summary>
            <param name="options"> Update ModuleDataManagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ModuleDataManagement </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.UpdateAsync(Twilio.Rest.Marketplace.V1.UpdateModuleDataManagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint updates the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](https://www.twilio.com/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. Only Listing owners are allowed to update the Listing. </summary>
            <param name="options"> Update ModuleDataManagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ModuleDataManagement </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Update(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint updates the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](https://www.twilio.com/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. Only Listing owners are allowed to update the Listing. </summary>
            <param name="pathSid"> SID that uniquely identifies the Listing. </param>
            <param name="moduleInfo"> A JSON object containing essential attributes that define a Listing. </param>
            <param name="description"> A JSON object describing the Listing. You can define the main body of the description, highlight key features or aspects of the Listing, and provide code samples for developers if applicable. </param>
            <param name="documentation"> A JSON object for providing comprehensive information, instructions, and resources related to the Listing. </param>
            <param name="policies"> A JSON object describing the Listing's privacy and legal policies. The maximum file size for Policies is 5MB. </param>
            <param name="support"> A JSON object containing information on how Marketplace users can obtain support for the Listing. Use this parameter to provide details such as contact information and support description. </param>
            <param name="configuration"> A JSON object for providing Listing-specific configuration. Contains button setup, notification URL, and more. </param>
            <param name="pricing"> A JSON object for providing Listing's purchase options. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ModuleDataManagement </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint updates the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](https://www.twilio.com/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the [Catalog](https://console.twilio.com/us1/develop/add-ons/catalog) or the [My Listings tab](https://console.twilio.com/us1/develop/add-ons/publish/my-listings) and selecting the Listing. Only Listing owners are allowed to update the Listing. </summary>
            <param name="pathSid"> SID that uniquely identifies the Listing. </param>
            <param name="moduleInfo"> A JSON object containing essential attributes that define a Listing. </param>
            <param name="description"> A JSON object describing the Listing. You can define the main body of the description, highlight key features or aspects of the Listing, and provide code samples for developers if applicable. </param>
            <param name="documentation"> A JSON object for providing comprehensive information, instructions, and resources related to the Listing. </param>
            <param name="policies"> A JSON object describing the Listing's privacy and legal policies. The maximum file size for Policies is 5MB. </param>
            <param name="support"> A JSON object containing information on how Marketplace users can obtain support for the Listing. Use this parameter to provide details such as contact information and support description. </param>
            <param name="configuration"> A JSON object for providing Listing-specific configuration. Contains button setup, notification URL, and more. </param>
            <param name="pricing"> A JSON object for providing Listing's purchase options. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ModuleDataManagement </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ModuleDataManagementResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ModuleDataManagementResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Url">
            <summary> URL to query the subresource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Sid">
            <summary> ModuleSid that identifies this Listing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Description">
            <summary> A JSON object describing the module and is displayed under the Description tab of the Module detail page. You can define the main body of the description, highlight key features or aspects of the module and if applicable, provide code samples for developers </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Support">
            <summary> A JSON object containing information on how customers can obtain support for the module. Use this parameter to provide details such as contact information and support description. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Policies">
            <summary> A JSON object describing the module's privacy and legal policies and is displayed under the Policies tab of the Module detail page. The maximum file size for Policies is 5MB </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.ModuleInfo">
            <summary> A JSON object containing essential attributes that define a module. This information is presented on the Module detail page in the Twilio Marketplace Catalog. You can pass the following attributes in the JSON object </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Documentation">
            <summary> A JSON object for providing comprehensive information, instructions, and resources related to the module </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Configuration">
            <summary> A JSON object for providing listing specific configuration. Contains button setup, notification url, among others. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataManagementResource.Pricing">
            <summary> A JSON object for providing Listing specific pricing information. </summary> 
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.CreateModuleDataOptions">
            <summary> This endpoint creates a Listing based on the given data. </summary>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.CreateModuleDataOptions.ModuleInfo">
            <summary> A JSON object containing essential attributes that define a Listing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.CreateModuleDataOptions.Configuration">
            <summary> A JSON object for providing Listing-specific configuration. Contains button setup, notification URL, and more. </summary> 
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.CreateModuleDataOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.FetchModuleDataOptions">
            <summary> This endpoint returns the Listings owned by the authenticated Account. </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.FetchModuleDataOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.Create(Twilio.Rest.Marketplace.V1.CreateModuleDataOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint creates a Listing based on the given data. </summary>
            <param name="options"> Create ModuleData parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ModuleData </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.CreateAsync(Twilio.Rest.Marketplace.V1.CreateModuleDataOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint creates a Listing based on the given data. </summary>
            <param name="options"> Create ModuleData parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ModuleData </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint creates a Listing based on the given data. </summary>
            <param name="moduleInfo"> A JSON object containing essential attributes that define a Listing. </param>
            <param name="configuration"> A JSON object for providing Listing-specific configuration. Contains button setup, notification URL, and more. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ModuleData </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint creates a Listing based on the given data. </summary>
            <param name="moduleInfo"> A JSON object containing essential attributes that define a Listing. </param>
            <param name="configuration"> A JSON object for providing Listing-specific configuration. Contains button setup, notification URL, and more. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ModuleData </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.Fetch(Twilio.Rest.Marketplace.V1.FetchModuleDataOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint returns the Listings owned by the authenticated Account. </summary>
            <param name="options"> Fetch ModuleData parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ModuleData </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.FetchAsync(Twilio.Rest.Marketplace.V1.FetchModuleDataOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint returns the Listings owned by the authenticated Account. </summary>
            <param name="options"> Fetch ModuleData parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ModuleData </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint returns the Listings owned by the authenticated Account. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ModuleData </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> This endpoint returns the Listings owned by the authenticated Account. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ModuleData </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ModuleDataResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ModuleDataResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ModuleDataResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Url">
            <summary> URL to query the subresource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Sid">
            <summary> ModuleSid that identifies this Listing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Description">
            <summary> A JSON object describing the module and is displayed under the Description tab of the Module detail page. You can define the main body of the description, highlight key features or aspects of the module and if applicable, provide code samples for developers </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Support">
            <summary> A JSON object containing information on how customers can obtain support for the module. Use this parameter to provide details such as contact information and support description. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Policies">
            <summary> A JSON object describing the module's privacy and legal policies and is displayed under the Policies tab of the Module detail page. The maximum file size for Policies is 5MB </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.ModuleInfo">
            <summary> A JSON object containing essential attributes that define a module. This information is presented on the Module detail page in the Twilio Marketplace Catalog. You can pass the following attributes in the JSON object </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Documentation">
            <summary> A JSON object for providing comprehensive information, instructions, and resources related to the module </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Configuration">
            <summary> A JSON object for providing listing specific configuration. Contains button setup, notification url, among others. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Pricing">
            <summary> A JSON object for providing Listing specific pricing information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ModuleDataResource.Listings">
            <summary> The listings </summary> 
        </member>
        <member name="T:Twilio.Rest.Marketplace.V1.CreateReferralConversionOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.CreateReferralConversionOptions.#ctor(Twilio.Rest.Marketplace.V1.ReferralConversionResource.CreateReferralConversionRequest)">
            <summary> Construct a new CreateReferralConversionOptions </summary>
            <param name="createReferralConversionRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.CreateReferralConversionOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ReferralConversionResource.Create(Twilio.Rest.Marketplace.V1.CreateReferralConversionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ReferralConversion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ReferralConversion </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ReferralConversionResource.CreateAsync(Twilio.Rest.Marketplace.V1.CreateReferralConversionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ReferralConversion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ReferralConversion </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ReferralConversionResource.Create(Twilio.Rest.Marketplace.V1.ReferralConversionResource.CreateReferralConversionRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="createReferralConversionRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ReferralConversion </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ReferralConversionResource.CreateAsync(Twilio.Rest.Marketplace.V1.ReferralConversionResource.CreateReferralConversionRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="createReferralConversionRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ReferralConversion </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ReferralConversionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ReferralConversionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ReferralConversionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Marketplace.V1.ReferralConversionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Marketplace.V1.ReferralConversionResource.ConvertedAccountSid">
            <summary> The converted_account_sid </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions.CustomerProfileBundleSid">
            <summary> Customer Profile Bundle Sid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions.A2PProfileBundleSid">
            <summary> A2P Messaging Profile Bundle Sid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions.BrandType">
            <summary> Type of brand being created. One of: \\\"STANDARD\\\", \\\"SOLE_PROPRIETOR\\\". SOLE_PROPRIETOR is for low volume, SOLE_PROPRIETOR use cases. STANDARD is for all other use cases. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions.Mock">
            <summary> A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions.SkipAutomaticSecVet">
            <summary> A flag to disable automatic secondary vetting for brands which it would otherwise be done. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateBrandRegistrationsOptions </summary>
            <param name="customerProfileBundleSid"> Customer Profile Bundle Sid. </param>
            <param name="a2PProfileBundleSid"> A2P Messaging Profile Bundle Sid. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchBrandRegistrationOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.FetchBrandRegistrationOptions.PathSid">
            <summary> The SID of the Brand Registration resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchBrandRegistrationOptions.#ctor(System.String)">
            <summary> Construct a new FetchBrandRegistrationsOptions </summary>
            <param name="pathSid"> The SID of the Brand Registration resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchBrandRegistrationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.ReadBrandRegistrationOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ReadBrandRegistrationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.UpdateBrandRegistrationOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateBrandRegistrationOptions.PathSid">
            <summary> The SID of the Brand Registration resource to update. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateBrandRegistrationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateBrandRegistrationsOptions </summary>
            <param name="pathSid"> The SID of the Brand Registration resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateBrandRegistrationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Create(Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BrandRegistration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.CreateAsync(Twilio.Rest.Messaging.V1.CreateBrandRegistrationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BrandRegistration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Create(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="customerProfileBundleSid"> Customer Profile Bundle Sid. </param>
            <param name="a2PProfileBundleSid"> A2P Messaging Profile Bundle Sid. </param>
            <param name="brandType"> Type of brand being created. One of: \\\"STANDARD\\\", \\\"SOLE_PROPRIETOR\\\". SOLE_PROPRIETOR is for low volume, SOLE_PROPRIETOR use cases. STANDARD is for all other use cases. </param>
            <param name="mock"> A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided. </param>
            <param name="skipAutomaticSecVet"> A flag to disable automatic secondary vetting for brands which it would otherwise be done. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="customerProfileBundleSid"> Customer Profile Bundle Sid. </param>
            <param name="a2PProfileBundleSid"> A2P Messaging Profile Bundle Sid. </param>
            <param name="brandType"> Type of brand being created. One of: \\\"STANDARD\\\", \\\"SOLE_PROPRIETOR\\\". SOLE_PROPRIETOR is for low volume, SOLE_PROPRIETOR use cases. STANDARD is for all other use cases. </param>
            <param name="mock"> A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided. </param>
            <param name="skipAutomaticSecVet"> A flag to disable automatic secondary vetting for brands which it would otherwise be done. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Fetch(Twilio.Rest.Messaging.V1.FetchBrandRegistrationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch BrandRegistration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchBrandRegistrationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch BrandRegistration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Brand Registration resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Brand Registration resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Read(Twilio.Rest.Messaging.V1.ReadBrandRegistrationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read BrandRegistration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.ReadAsync(Twilio.Rest.Messaging.V1.ReadBrandRegistrationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read BrandRegistration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.BrandRegistrationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.BrandRegistrationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Update(Twilio.Rest.Messaging.V1.UpdateBrandRegistrationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update BrandRegistration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.UpdateAsync(Twilio.Rest.Messaging.V1.UpdateBrandRegistrationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update BrandRegistration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Update(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Brand Registration resource to update. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.UpdateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Brand Registration resource to update. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistration </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BrandRegistrationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BrandRegistrationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistrationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Sid">
            <summary> The unique string to identify Brand Registration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Brand Registration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.CustomerProfileBundleSid">
            <summary> A2P Messaging Profile Bundle BundleSid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.A2PProfileBundleSid">
            <summary> A2P Messaging Profile Bundle BundleSid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.BrandType">
            <summary> Type of brand. One of: \"STANDARD\", \"SOLE_PROPRIETOR\". SOLE_PROPRIETOR is for the low volume, SOLE_PROPRIETOR campaign use case. There can only be one SOLE_PROPRIETOR campaign created per SOLE_PROPRIETOR brand. STANDARD is for all other campaign use cases. Multiple campaign use cases can be created per STANDARD brand. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.TcrId">
            <summary> Campaign Registry (TCR) Brand ID. Assigned only after successful brand registration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.FailureReason">
            <summary> DEPRECATED. A reason why brand registration has failed. Only applicable when status is FAILED. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Errors">
            <summary> A list of errors that occurred during the brand registration process. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Url">
            <summary> The absolute URL of the Brand Registration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.BrandScore">
            <summary> The secondary vetting score if it was done. Otherwise, it will be the brand score if it's returned from TCR. It may be null if no score is available. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.BrandFeedback">
            <summary> DEPRECATED. Feedback on how to improve brand score </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Russell3000">
            <summary> Publicly traded company identified in the Russell 3000 Index </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.GovernmentEntity">
            <summary> Identified as a government entity </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.TaxExemptStatus">
            <summary> Nonprofit organization tax-exempt status per section 501 of the U.S. tax code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.SkipAutomaticSecVet">
            <summary> A flag to disable automatic secondary vetting for brands which it would otherwise be done. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Mock">
            <summary> A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistrationResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandRegistrationOtpOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandRegistrationOtpOptions.PathBrandRegistrationSid">
            <summary> Brand Registration Sid of Sole Proprietor Brand. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandRegistrationOtpOptions.#ctor(System.String)">
            <summary> Construct a new CreateBrandRegistrationOtpOptions </summary>
            <param name="pathBrandRegistrationSid"> Brand Registration Sid of Sole Proprietor Brand. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandRegistrationOtpOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandRegistrationOtpResource.Create(Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandRegistrationOtpOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BrandRegistrationOtp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistrationOtp </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandRegistrationOtpResource.CreateAsync(Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandRegistrationOtpOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BrandRegistrationOtp parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistrationOtp </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandRegistrationOtpResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathBrandRegistrationSid"> Brand Registration Sid of Sole Proprietor Brand. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandRegistrationOtp </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandRegistrationOtpResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathBrandRegistrationSid"> Brand Registration Sid of Sole Proprietor Brand. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandRegistrationOtp </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandRegistrationOtpResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BrandRegistrationOtpResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BrandRegistrationOtpResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandRegistrationOtpResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandRegistrationOtpResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Brand Registration resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandRegistrationOtpResource.BrandRegistrationSid">
            <summary> The unique string to identify Brand Registration of Sole Proprietor Brand </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandVettingOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandVettingOptions.PathBrandSid">
            <summary> The SID of the Brand Registration resource of the vettings to create . </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandVettingOptions.VettingId">
            <summary> The unique ID of the vetting </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandVettingOptions.#ctor(System.String,Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.VettingProviderEnum)">
            <summary> Construct a new CreateBrandVettingOptions </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to create . </param>
            <param name="vettingProvider">  </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandVettingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.BrandRegistration.FetchBrandVettingOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.FetchBrandVettingOptions.PathBrandSid">
            <summary> The SID of the Brand Registration resource of the vettings to read . </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.FetchBrandVettingOptions.PathBrandVettingSid">
            <summary> The Twilio SID of the third-party vetting record. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.FetchBrandVettingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchBrandVettingOptions </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to read . </param>
            <param name="pathBrandVettingSid"> The Twilio SID of the third-party vetting record. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.FetchBrandVettingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.BrandRegistration.ReadBrandVettingOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.ReadBrandVettingOptions.PathBrandSid">
            <summary> The SID of the Brand Registration resource of the vettings to read . </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.ReadBrandVettingOptions.VettingProvider">
            <summary> The third-party provider of the vettings to read </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.ReadBrandVettingOptions.#ctor(System.String)">
            <summary> Construct a new ListBrandVettingOptions </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to read . </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.ReadBrandVettingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.Create(Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandVettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BrandVetting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.CreateAsync(Twilio.Rest.Messaging.V1.BrandRegistration.CreateBrandVettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create BrandVetting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.Create(System.String,Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.VettingProviderEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to create . </param>
            <param name="vettingProvider">  </param>
            <param name="vettingId"> The unique ID of the vetting </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.CreateAsync(System.String,Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.VettingProviderEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to create . </param>
            <param name="vettingProvider">  </param>
            <param name="vettingId"> The unique ID of the vetting </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.Fetch(Twilio.Rest.Messaging.V1.BrandRegistration.FetchBrandVettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch BrandVetting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.FetchAsync(Twilio.Rest.Messaging.V1.BrandRegistration.FetchBrandVettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch BrandVetting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to read . </param>
            <param name="pathBrandVettingSid"> The Twilio SID of the third-party vetting record. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to read . </param>
            <param name="pathBrandVettingSid"> The Twilio SID of the third-party vetting record. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.Read(Twilio.Rest.Messaging.V1.BrandRegistration.ReadBrandVettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read BrandVetting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.ReadAsync(Twilio.Rest.Messaging.V1.BrandRegistration.ReadBrandVettingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read BrandVetting parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.Read(System.String,Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.VettingProviderEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to read . </param>
            <param name="vettingProvider"> The third-party provider of the vettings to read </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.ReadAsync(System.String,Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.VettingProviderEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathBrandSid"> The SID of the Brand Registration resource of the vettings to read . </param>
            <param name="vettingProvider"> The third-party provider of the vettings to read </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BrandVetting </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BrandVettingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BrandVettingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the vetting record. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.BrandSid">
            <summary> The unique string to identify Brand Registration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.BrandVettingSid">
            <summary> The Twilio SID of the third-party vetting record. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.VettingId">
            <summary> The unique identifier of the vetting from the third-party provider. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.VettingClass">
            <summary> The type of vetting that has been conducted. One of “STANDARD” (Aegis) or “POLITICAL” (Campaign Verify). </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.VettingStatus">
            <summary> The status of the import vetting attempt. One of “PENDING,” “SUCCESS,” or “FAILED”. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.BrandRegistration.BrandVettingResource.Url">
            <summary> The absolute URL of the Brand Vetting resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchDeactivationsOptions">
            <summary> Fetch a list of all United States numbers that have been deactivated on a specific date. </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.FetchDeactivationsOptions.Date">
            <summary> The request will return a list of all United States Phone Numbers that were deactivated on the day specified by this parameter. This date should be specified in YYYY-MM-DD format. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchDeactivationsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeactivationsResource.Fetch(Twilio.Rest.Messaging.V1.FetchDeactivationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a list of all United States numbers that have been deactivated on a specific date. </summary>
            <param name="options"> Fetch Deactivations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Deactivations </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeactivationsResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchDeactivationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a list of all United States numbers that have been deactivated on a specific date. </summary>
            <param name="options"> Fetch Deactivations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Deactivations </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeactivationsResource.Fetch(System.Nullable{System.DateTime},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a list of all United States numbers that have been deactivated on a specific date. </summary>
            <param name="date"> The request will return a list of all United States Phone Numbers that were deactivated on the day specified by this parameter. This date should be specified in YYYY-MM-DD format. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Deactivations </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeactivationsResource.FetchAsync(System.Nullable{System.DateTime},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a list of all United States numbers that have been deactivated on a specific date. </summary>
            <param name="date"> The request will return a list of all United States Phone Numbers that were deactivated on the day specified by this parameter. This date should be specified in YYYY-MM-DD format. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Deactivations </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeactivationsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DeactivationsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DeactivationsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeactivationsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DeactivationsResource.RedirectTo">
            <summary> Returns an authenticated url that redirects to a file containing the deactivated numbers for the requested day. This url is valid for up to two minutes. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.DeleteDomainCertsOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DeleteDomainCertsOptions.PathDomainSid">
            <summary> Unique string used to identify the domain that this certificate should be associated with. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeleteDomainCertsOptions.#ctor(System.String)">
            <summary> Construct a new DeleteDomainCertV4Options </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeleteDomainCertsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchDomainCertsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.FetchDomainCertsOptions.PathDomainSid">
            <summary> Unique string used to identify the domain that this certificate should be associated with. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchDomainCertsOptions.#ctor(System.String)">
            <summary> Construct a new FetchDomainCertV4Options </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchDomainCertsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.UpdateDomainCertsOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateDomainCertsOptions.PathDomainSid">
            <summary> Unique string used to identify the domain that this certificate should be associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateDomainCertsOptions.TlsCert">
            <summary> Contains the full TLS certificate and private for this domain in PEM format: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail. Twilio uses this information to process HTTPS traffic sent to your domain. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateDomainCertsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateDomainCertV4Options </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="tlsCert"> Contains the full TLS certificate and private for this domain in PEM format: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail. Twilio uses this information to process HTTPS traffic sent to your domain. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateDomainCertsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.DeleteDomainCertsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete DomainCerts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.Delete(Twilio.Rest.Messaging.V1.DeleteDomainCertsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete DomainCerts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.DeleteAsync(Twilio.Rest.Messaging.V1.DeleteDomainCertsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete DomainCerts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.Fetch(Twilio.Rest.Messaging.V1.FetchDomainCertsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch DomainCerts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchDomainCertsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch DomainCerts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.Update(Twilio.Rest.Messaging.V1.UpdateDomainCertsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update DomainCerts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.UpdateAsync(Twilio.Rest.Messaging.V1.UpdateDomainCertsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update DomainCerts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="tlsCert"> Contains the full TLS certificate and private for this domain in PEM format: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail. Twilio uses this information to process HTTPS traffic sent to your domain. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="tlsCert"> Contains the full TLS certificate and private for this domain in PEM format: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail. Twilio uses this information to process HTTPS traffic sent to your domain. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainCerts </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DomainCertsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DomainCertsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainCertsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainCertsResource.DomainSid">
            <summary> The unique string that we created to identify the Domain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainCertsResource.DateUpdated">
            <summary> Date that this Domain was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainCertsResource.DateExpires">
            <summary> Date that the private certificate associated with this domain expires. You will need to update the certificate before that date to ensure your shortened links will continue to work. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainCertsResource.DateCreated">
            <summary> Date that this Domain was registered to the Twilio platform to create a new Domain object. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainCertsResource.DomainName">
            <summary> Full url path for this domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainCertsResource.CertificateSid">
            <summary> The unique string that we created to identify this Certificate resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainCertsResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainCertsResource.CertInValidation">
            <summary> Optional JSON field describing the status and upload date of a new certificate in the process of validation </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchDomainConfigMessagingServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.FetchDomainConfigMessagingServiceOptions.PathMessagingServiceSid">
            <summary> Unique string used to identify the Messaging service that this domain should be associated with. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchDomainConfigMessagingServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchDomainConfigMessagingServiceOptions </summary>
            <param name="pathMessagingServiceSid"> Unique string used to identify the Messaging service that this domain should be associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchDomainConfigMessagingServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.Fetch(Twilio.Rest.Messaging.V1.FetchDomainConfigMessagingServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch DomainConfigMessagingService parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainConfigMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchDomainConfigMessagingServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch DomainConfigMessagingService parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainConfigMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> Unique string used to identify the Messaging service that this domain should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainConfigMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> Unique string used to identify the Messaging service that this domain should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainConfigMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DomainConfigMessagingServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DomainConfigMessagingServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.DomainSid">
            <summary> The unique string that we created to identify the Domain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.ConfigSid">
            <summary> The unique string that we created to identify the Domain config (prefix ZK). </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.MessagingServiceSid">
            <summary> The unique string that identifies the messaging service </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.FallbackUrl">
            <summary> Any requests we receive to this domain that do not match an existing shortened message will be redirected to the fallback url. These will likely be either expired messages, random misdirected traffic, or intentional scraping. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.CallbackUrl">
            <summary> URL to receive click events to your webhook whenever the recipients click on the shortened links. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.ContinueOnFailure">
            <summary> Boolean field to set customer delivery preference when there is a failure in linkShortening service </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.DateCreated">
            <summary> Date this Domain Config was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.DateUpdated">
            <summary> Date that this Domain Config was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigMessagingServiceResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchDomainConfigOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.FetchDomainConfigOptions.PathDomainSid">
            <summary> Unique string used to identify the domain that this config should be associated with. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchDomainConfigOptions.#ctor(System.String)">
            <summary> Construct a new FetchDomainConfigOptions </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this config should be associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchDomainConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions.PathDomainSid">
            <summary> Unique string used to identify the domain that this config should be associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions.FallbackUrl">
            <summary> Any requests we receive to this domain that do not match an existing shortened message will be redirected to the fallback url. These will likely be either expired messages, random misdirected traffic, or intentional scraping. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions.CallbackUrl">
            <summary> URL to receive click events to your webhook whenever the recipients click on the shortened links </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions.ContinueOnFailure">
            <summary> Boolean field to set customer delivery preference when there is a failure in linkShortening service </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions.DisableHttps">
            <summary> Customer's choice to send links with/without \\\"https://\\\" attached to shortened url. If true, messages will not be sent with https:// at the beginning of the url. If false, messages will be sent with https:// at the beginning of the url. False is the default behavior if it is not specified. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions.#ctor(System.String)">
            <summary> Construct a new UpdateDomainConfigOptions </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this config should be associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.Fetch(Twilio.Rest.Messaging.V1.FetchDomainConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch DomainConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchDomainConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch DomainConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this config should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this config should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.Update(Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update DomainConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.UpdateAsync(Twilio.Rest.Messaging.V1.UpdateDomainConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update DomainConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.Update(System.String,System.Uri,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this config should be associated with. </param>
            <param name="fallbackUrl"> Any requests we receive to this domain that do not match an existing shortened message will be redirected to the fallback url. These will likely be either expired messages, random misdirected traffic, or intentional scraping. </param>
            <param name="callbackUrl"> URL to receive click events to your webhook whenever the recipients click on the shortened links </param>
            <param name="continueOnFailure"> Boolean field to set customer delivery preference when there is a failure in linkShortening service </param>
            <param name="disableHttps"> Customer's choice to send links with/without \\\"https://\\\" attached to shortened url. If true, messages will not be sent with https:// at the beginning of the url. If false, messages will be sent with https:// at the beginning of the url. False is the default behavior if it is not specified. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DomainConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.UpdateAsync(System.String,System.Uri,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this config should be associated with. </param>
            <param name="fallbackUrl"> Any requests we receive to this domain that do not match an existing shortened message will be redirected to the fallback url. These will likely be either expired messages, random misdirected traffic, or intentional scraping. </param>
            <param name="callbackUrl"> URL to receive click events to your webhook whenever the recipients click on the shortened links </param>
            <param name="continueOnFailure"> Boolean field to set customer delivery preference when there is a failure in linkShortening service </param>
            <param name="disableHttps"> Customer's choice to send links with/without \\\"https://\\\" attached to shortened url. If true, messages will not be sent with https:// at the beginning of the url. If false, messages will be sent with https:// at the beginning of the url. False is the default behavior if it is not specified. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DomainConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DomainConfigResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DomainConfigResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DomainConfigResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.DomainSid">
            <summary> The unique string that we created to identify the Domain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.ConfigSid">
            <summary> The unique string that we created to identify the Domain config (prefix ZK). </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.FallbackUrl">
            <summary> Any requests we receive to this domain that do not match an existing shortened message will be redirected to the fallback url. These will likely be either expired messages, random misdirected traffic, or intentional scraping. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.CallbackUrl">
            <summary> URL to receive click events to your webhook whenever the recipients click on the shortened links. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.ContinueOnFailure">
            <summary> Boolean field to set customer delivery preference when there is a failure in linkShortening service </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.DateCreated">
            <summary> Date this Domain Config was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.DateUpdated">
            <summary> Date that this Domain Config was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DomainConfigResource.DisableHttps">
            <summary> Customer's choice to send links with/without \"https://\" attached to shortened url. If true, messages will not be sent with https:// at the beginning of the url. If false, messages will be sent with https:// at the beginning of the url. False is the default behavior if it is not specified. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.CreateExternalCampaignOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateExternalCampaignOptions.CampaignId">
            <summary> ID of the preregistered campaign. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateExternalCampaignOptions.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) that the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateExternalCampaignOptions.CnpMigration">
            <summary> Customers should use this flag during the ERC registration process to indicate to Twilio that the campaign being registered is undergoing CNP migration. It is important for the user to first trigger the CNP migration process for said campaign in their CSP portal and have Twilio accept the sharing request, before making this api call. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateExternalCampaignOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateExternalCampaignOptions </summary>
            <param name="campaignId"> ID of the preregistered campaign. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) that the resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateExternalCampaignOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ExternalCampaignResource.Create(Twilio.Rest.Messaging.V1.CreateExternalCampaignOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ExternalCampaign parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExternalCampaign </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ExternalCampaignResource.CreateAsync(Twilio.Rest.Messaging.V1.CreateExternalCampaignOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ExternalCampaign parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExternalCampaign </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ExternalCampaignResource.Create(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="campaignId"> ID of the preregistered campaign. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) that the resource is associated with. </param>
            <param name="cnpMigration"> Customers should use this flag during the ERC registration process to indicate to Twilio that the campaign being registered is undergoing CNP migration. It is important for the user to first trigger the CNP migration process for said campaign in their CSP portal and have Twilio accept the sharing request, before making this api call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExternalCampaign </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ExternalCampaignResource.CreateAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="campaignId"> ID of the preregistered campaign. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) that the resource is associated with. </param>
            <param name="cnpMigration"> Customers should use this flag during the ERC registration process to indicate to Twilio that the campaign being registered is undergoing CNP migration. It is important for the user to first trigger the CNP migration process for said campaign in their CSP portal and have Twilio accept the sharing request, before making this api call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExternalCampaign </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ExternalCampaignResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExternalCampaignResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExternalCampaignResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ExternalCampaignResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ExternalCampaignResource.Sid">
            <summary> The unique string that identifies a US A2P Compliance resource `QE2c6890da8086d771620e9b13fadeba0b`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ExternalCampaignResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the Campaign belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ExternalCampaignResource.CampaignId">
            <summary> ID of the preregistered campaign. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ExternalCampaignResource.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) that the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ExternalCampaignResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchLinkshorteningMessagingServiceDomainAssociationOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.FetchLinkshorteningMessagingServiceDomainAssociationOptions.PathMessagingServiceSid">
            <summary> Unique string used to identify the Messaging service that this domain should be associated with. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchLinkshorteningMessagingServiceDomainAssociationOptions.#ctor(System.String)">
            <summary> Construct a new FetchLinkshorteningMessagingServiceDomainAssociationOptions </summary>
            <param name="pathMessagingServiceSid"> Unique string used to identify the Messaging service that this domain should be associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchLinkshorteningMessagingServiceDomainAssociationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.Fetch(Twilio.Rest.Messaging.V1.FetchLinkshorteningMessagingServiceDomainAssociationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch LinkshorteningMessagingServiceDomainAssociation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LinkshorteningMessagingServiceDomainAssociation </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchLinkshorteningMessagingServiceDomainAssociationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch LinkshorteningMessagingServiceDomainAssociation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LinkshorteningMessagingServiceDomainAssociation </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> Unique string used to identify the Messaging service that this domain should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LinkshorteningMessagingServiceDomainAssociation </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> Unique string used to identify the Messaging service that this domain should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LinkshorteningMessagingServiceDomainAssociation </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a LinkshorteningMessagingServiceDomainAssociationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> LinkshorteningMessagingServiceDomainAssociationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.DomainSid">
            <summary> The unique string that we created to identify the Domain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.MessagingServiceSid">
            <summary> The unique string that identifies the messaging service </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceDomainAssociationResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.CreateLinkshorteningMessagingServiceOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateLinkshorteningMessagingServiceOptions.PathDomainSid">
            <summary> The domain SID to associate with a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateLinkshorteningMessagingServiceOptions.PathMessagingServiceSid">
            <summary> A messaging service SID to associate with a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateLinkshorteningMessagingServiceOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateLinkshorteningMessagingServiceOptions </summary>
            <param name="pathDomainSid"> The domain SID to associate with a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain </param>
            <param name="pathMessagingServiceSid"> A messaging service SID to associate with a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateLinkshorteningMessagingServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.DeleteLinkshorteningMessagingServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DeleteLinkshorteningMessagingServiceOptions.PathDomainSid">
            <summary> The domain SID to dissociate from a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DeleteLinkshorteningMessagingServiceOptions.PathMessagingServiceSid">
            <summary> A messaging service SID to dissociate from a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeleteLinkshorteningMessagingServiceOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteLinkshorteningMessagingServiceOptions </summary>
            <param name="pathDomainSid"> The domain SID to dissociate from a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain </param>
            <param name="pathMessagingServiceSid"> A messaging service SID to dissociate from a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeleteLinkshorteningMessagingServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.Create(Twilio.Rest.Messaging.V1.CreateLinkshorteningMessagingServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create LinkshorteningMessagingService parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.CreateAsync(Twilio.Rest.Messaging.V1.CreateLinkshorteningMessagingServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create LinkshorteningMessagingService parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathDomainSid"> The domain SID to associate with a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain </param>
            <param name="pathMessagingServiceSid"> A messaging service SID to associate with a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathDomainSid"> The domain SID to associate with a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain </param>
            <param name="pathMessagingServiceSid"> A messaging service SID to associate with a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.DeleteLinkshorteningMessagingServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete LinkshorteningMessagingService parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.Delete(Twilio.Rest.Messaging.V1.DeleteLinkshorteningMessagingServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete LinkshorteningMessagingService parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.DeleteAsync(Twilio.Rest.Messaging.V1.DeleteLinkshorteningMessagingServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete LinkshorteningMessagingService parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathDomainSid"> The domain SID to dissociate from a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain </param>
            <param name="pathMessagingServiceSid"> A messaging service SID to dissociate from a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathDomainSid"> The domain SID to dissociate from a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain </param>
            <param name="pathMessagingServiceSid"> A messaging service SID to dissociate from a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of LinkshorteningMessagingService </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a LinkshorteningMessagingServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> LinkshorteningMessagingServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.DomainSid">
            <summary> The unique string identifies the domain resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.MessagingServiceSid">
            <summary> The unique string that identifies the messaging service </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.LinkshorteningMessagingServiceResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.UpdateRequestManagedCertOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateRequestManagedCertOptions.PathDomainSid">
            <summary> Unique string used to identify the domain that this certificate should be associated with. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateRequestManagedCertOptions.#ctor(System.String)">
            <summary> Construct a new UpdateRequestManagedCertOptions </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateRequestManagedCertOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.RequestManagedCertResource.Update(Twilio.Rest.Messaging.V1.UpdateRequestManagedCertOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update RequestManagedCert parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RequestManagedCert </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.RequestManagedCertResource.UpdateAsync(Twilio.Rest.Messaging.V1.UpdateRequestManagedCertOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update RequestManagedCert parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RequestManagedCert </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.RequestManagedCertResource.Update(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RequestManagedCert </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.RequestManagedCertResource.UpdateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathDomainSid"> Unique string used to identify the domain that this certificate should be associated with. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RequestManagedCert </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.RequestManagedCertResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RequestManagedCertResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RequestManagedCertResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.RequestManagedCertResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.DomainSid">
            <summary> The unique string that we created to identify the Domain resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.DateUpdated">
            <summary> Date that this Domain was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.DateCreated">
            <summary> Date that this Domain was registered to the Twilio platform to create a new Domain object. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.DateExpires">
            <summary> Date that the private certificate associated with this domain expires. This is the expiration date of your existing cert. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.DomainName">
            <summary> Full url path for this domain. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.CertificateSid">
            <summary> The unique string that we created to identify this Certificate resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.Managed">
            <summary> A boolean flag indicating if the certificate is managed by Twilio. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.RequestManagedCertResource.Requesting">
            <summary> A boolean flag indicating if a managed certificate needs to be fulfilled by Twilio. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.CreateServiceOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.InboundRequestUrl">
            <summary> The URL we call using `inbound_method` when a message is received by any phone number or short code in the Service. When this property is `null`, receiving inbound messages is disabled. All messages sent to the Twilio phone number or short code will not be logged and received on the Account. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `inbound_request_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.InboundMethod">
            <summary> The HTTP method we should use to call `inbound_request_url`. Can be `GET` or `POST` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.FallbackUrl">
            <summary> The URL that we call using `fallback_method` if an error occurs while retrieving or executing the TwiML from the Inbound Request URL. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `fallback_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.FallbackMethod">
            <summary> The HTTP method we should use to call `fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.StatusCallback">
            <summary> The URL we should call to [pass status updates](https://www.twilio.com/docs/sms/api/message-resource#message-status-values) about message delivery. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.StickySender">
            <summary> Whether to enable [Sticky Sender](https://www.twilio.com/docs/messaging/services#sticky-sender) on the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.MmsConverter">
            <summary> Whether to enable the [MMS Converter](https://www.twilio.com/docs/messaging/services#mms-converter) for messages sent through the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.SmartEncoding">
            <summary> Whether to enable [Smart Encoding](https://www.twilio.com/docs/messaging/services#smart-encoding) for messages sent through the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.FallbackToLongCode">
            <summary> [OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.AreaCodeGeomatch">
            <summary> Whether to enable [Area Code Geomatch](https://www.twilio.com/docs/messaging/services#area-code-geomatch) on the Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.ValidityPeriod">
            <summary> How long, in seconds, messages sent from the Service are valid. Can be an integer from `1` to `14,400`. Default value is `14,400`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.SynchronousValidation">
            <summary> Reserved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.Usecase">
            <summary> A string that describes the scenario in which the Messaging Service will be used. Possible values are `notifications`, `marketing`, `verification`, `discussion`, `poll`, `undeclared`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateServiceOptions.UseInboundWebhookOnNumber">
            <summary> A boolean value that indicates either the webhook url configured on the phone number will be used or `inbound_request_url`/`fallback_url` url will be called when a message is received from the phone number. If this field is enabled then the webhook url defined on the phone number will override the `inbound_request_url`/`fallback_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.DeleteServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DeleteServiceOptions.PathSid">
            <summary> The SID of the Service resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.FetchServiceOptions.PathSid">
            <summary> The SID of the Service resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.ReadServiceOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.UpdateServiceOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.PathSid">
            <summary> The SID of the Service resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.InboundRequestUrl">
            <summary> The URL we call using `inbound_method` when a message is received by any phone number or short code in the Service. When this property is `null`, receiving inbound messages is disabled. All messages sent to the Twilio phone number or short code will not be logged and received on the Account. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `inbound_request_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.InboundMethod">
            <summary> The HTTP method we should use to call `inbound_request_url`. Can be `GET` or `POST` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.FallbackUrl">
            <summary> The URL that we call using `fallback_method` if an error occurs while retrieving or executing the TwiML from the Inbound Request URL. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `fallback_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.FallbackMethod">
            <summary> The HTTP method we should use to call `fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.StatusCallback">
            <summary> The URL we should call to [pass status updates](https://www.twilio.com/docs/sms/api/message-resource#message-status-values) about message delivery. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.StickySender">
            <summary> Whether to enable [Sticky Sender](https://www.twilio.com/docs/messaging/services#sticky-sender) on the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.MmsConverter">
            <summary> Whether to enable the [MMS Converter](https://www.twilio.com/docs/messaging/services#mms-converter) for messages sent through the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.SmartEncoding">
            <summary> Whether to enable [Smart Encoding](https://www.twilio.com/docs/messaging/services#smart-encoding) for messages sent through the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.FallbackToLongCode">
            <summary> [OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.AreaCodeGeomatch">
            <summary> Whether to enable [Area Code Geomatch](https://www.twilio.com/docs/messaging/services#area-code-geomatch) on the Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.ValidityPeriod">
            <summary> How long, in seconds, messages sent from the Service are valid. Can be an integer from `1` to `14,400`. Default value is `14,400`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.SynchronousValidation">
            <summary> Reserved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.Usecase">
            <summary> A string that describes the scenario in which the Messaging Service will be used. Possible values are `notifications`, `marketing`, `verification`, `discussion`, `poll`, `undeclared`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateServiceOptions.UseInboundWebhookOnNumber">
            <summary> A boolean value that indicates either the webhook url configured on the phone number will be used or `inbound_request_url`/`fallback_url` url will be called when a message is received from the phone number. If this field is enabled then the webhook url defined on the phone number will override the `inbound_request_url`/`fallback_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Create(Twilio.Rest.Messaging.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.CreateAsync(Twilio.Rest.Messaging.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Create(System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Rest.Messaging.V1.ServiceResource.ScanMessageContentEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="inboundRequestUrl"> The URL we call using `inbound_method` when a message is received by any phone number or short code in the Service. When this property is `null`, receiving inbound messages is disabled. All messages sent to the Twilio phone number or short code will not be logged and received on the Account. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `inbound_request_url` defined for the Messaging Service. </param>
            <param name="inboundMethod"> The HTTP method we should use to call `inbound_request_url`. Can be `GET` or `POST` and the default is `POST`. </param>
            <param name="fallbackUrl"> The URL that we call using `fallback_method` if an error occurs while retrieving or executing the TwiML from the Inbound Request URL. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `fallback_url` defined for the Messaging Service. </param>
            <param name="fallbackMethod"> The HTTP method we should use to call `fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallback"> The URL we should call to [pass status updates](https://www.twilio.com/docs/sms/api/message-resource#message-status-values) about message delivery. </param>
            <param name="stickySender"> Whether to enable [Sticky Sender](https://www.twilio.com/docs/messaging/services#sticky-sender) on the Service instance. </param>
            <param name="mmsConverter"> Whether to enable the [MMS Converter](https://www.twilio.com/docs/messaging/services#mms-converter) for messages sent through the Service instance. </param>
            <param name="smartEncoding"> Whether to enable [Smart Encoding](https://www.twilio.com/docs/messaging/services#smart-encoding) for messages sent through the Service instance. </param>
            <param name="scanMessageContent">  </param>
            <param name="fallbackToLongCode"> [OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures. </param>
            <param name="areaCodeGeomatch"> Whether to enable [Area Code Geomatch](https://www.twilio.com/docs/messaging/services#area-code-geomatch) on the Service Instance. </param>
            <param name="validityPeriod"> How long, in seconds, messages sent from the Service are valid. Can be an integer from `1` to `14,400`. Default value is `14,400`. </param>
            <param name="synchronousValidation"> Reserved. </param>
            <param name="usecase"> A string that describes the scenario in which the Messaging Service will be used. Possible values are `notifications`, `marketing`, `verification`, `discussion`, `poll`, `undeclared`. </param>
            <param name="useInboundWebhookOnNumber"> A boolean value that indicates either the webhook url configured on the phone number will be used or `inbound_request_url`/`fallback_url` url will be called when a message is received from the phone number. If this field is enabled then the webhook url defined on the phone number will override the `inbound_request_url`/`fallback_url` defined for the Messaging Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.CreateAsync(System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Rest.Messaging.V1.ServiceResource.ScanMessageContentEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="inboundRequestUrl"> The URL we call using `inbound_method` when a message is received by any phone number or short code in the Service. When this property is `null`, receiving inbound messages is disabled. All messages sent to the Twilio phone number or short code will not be logged and received on the Account. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `inbound_request_url` defined for the Messaging Service. </param>
            <param name="inboundMethod"> The HTTP method we should use to call `inbound_request_url`. Can be `GET` or `POST` and the default is `POST`. </param>
            <param name="fallbackUrl"> The URL that we call using `fallback_method` if an error occurs while retrieving or executing the TwiML from the Inbound Request URL. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `fallback_url` defined for the Messaging Service. </param>
            <param name="fallbackMethod"> The HTTP method we should use to call `fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallback"> The URL we should call to [pass status updates](https://www.twilio.com/docs/sms/api/message-resource#message-status-values) about message delivery. </param>
            <param name="stickySender"> Whether to enable [Sticky Sender](https://www.twilio.com/docs/messaging/services#sticky-sender) on the Service instance. </param>
            <param name="mmsConverter"> Whether to enable the [MMS Converter](https://www.twilio.com/docs/messaging/services#mms-converter) for messages sent through the Service instance. </param>
            <param name="smartEncoding"> Whether to enable [Smart Encoding](https://www.twilio.com/docs/messaging/services#smart-encoding) for messages sent through the Service instance. </param>
            <param name="scanMessageContent">  </param>
            <param name="fallbackToLongCode"> [OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures. </param>
            <param name="areaCodeGeomatch"> Whether to enable [Area Code Geomatch](https://www.twilio.com/docs/messaging/services#area-code-geomatch) on the Service Instance. </param>
            <param name="validityPeriod"> How long, in seconds, messages sent from the Service are valid. Can be an integer from `1` to `14,400`. Default value is `14,400`. </param>
            <param name="synchronousValidation"> Reserved. </param>
            <param name="usecase"> A string that describes the scenario in which the Messaging Service will be used. Possible values are `notifications`, `marketing`, `verification`, `discussion`, `poll`, `undeclared`. </param>
            <param name="useInboundWebhookOnNumber"> A boolean value that indicates either the webhook url configured on the phone number will be used or `inbound_request_url`/`fallback_url` url will be called when a message is received from the phone number. If this field is enabled then the webhook url defined on the phone number will override the `inbound_request_url`/`fallback_url` defined for the Messaging Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Delete(Twilio.Rest.Messaging.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.DeleteAsync(Twilio.Rest.Messaging.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Fetch(Twilio.Rest.Messaging.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Read(Twilio.Rest.Messaging.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.ReadAsync(Twilio.Rest.Messaging.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Update(Twilio.Rest.Messaging.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.UpdateAsync(Twilio.Rest.Messaging.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.Update(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Rest.Messaging.V1.ServiceResource.ScanMessageContentEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="inboundRequestUrl"> The URL we call using `inbound_method` when a message is received by any phone number or short code in the Service. When this property is `null`, receiving inbound messages is disabled. All messages sent to the Twilio phone number or short code will not be logged and received on the Account. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `inbound_request_url` defined for the Messaging Service. </param>
            <param name="inboundMethod"> The HTTP method we should use to call `inbound_request_url`. Can be `GET` or `POST` and the default is `POST`. </param>
            <param name="fallbackUrl"> The URL that we call using `fallback_method` if an error occurs while retrieving or executing the TwiML from the Inbound Request URL. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `fallback_url` defined for the Messaging Service. </param>
            <param name="fallbackMethod"> The HTTP method we should use to call `fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallback"> The URL we should call to [pass status updates](https://www.twilio.com/docs/sms/api/message-resource#message-status-values) about message delivery. </param>
            <param name="stickySender"> Whether to enable [Sticky Sender](https://www.twilio.com/docs/messaging/services#sticky-sender) on the Service instance. </param>
            <param name="mmsConverter"> Whether to enable the [MMS Converter](https://www.twilio.com/docs/messaging/services#mms-converter) for messages sent through the Service instance. </param>
            <param name="smartEncoding"> Whether to enable [Smart Encoding](https://www.twilio.com/docs/messaging/services#smart-encoding) for messages sent through the Service instance. </param>
            <param name="scanMessageContent">  </param>
            <param name="fallbackToLongCode"> [OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures. </param>
            <param name="areaCodeGeomatch"> Whether to enable [Area Code Geomatch](https://www.twilio.com/docs/messaging/services#area-code-geomatch) on the Service Instance. </param>
            <param name="validityPeriod"> How long, in seconds, messages sent from the Service are valid. Can be an integer from `1` to `14,400`. Default value is `14,400`. </param>
            <param name="synchronousValidation"> Reserved. </param>
            <param name="usecase"> A string that describes the scenario in which the Messaging Service will be used. Possible values are `notifications`, `marketing`, `verification`, `discussion`, `poll`, `undeclared`. </param>
            <param name="useInboundWebhookOnNumber"> A boolean value that indicates either the webhook url configured on the phone number will be used or `inbound_request_url`/`fallback_url` url will be called when a message is received from the phone number. If this field is enabled then the webhook url defined on the phone number will override the `inbound_request_url`/`fallback_url` defined for the Messaging Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.UpdateAsync(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Rest.Messaging.V1.ServiceResource.ScanMessageContentEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="inboundRequestUrl"> The URL we call using `inbound_method` when a message is received by any phone number or short code in the Service. When this property is `null`, receiving inbound messages is disabled. All messages sent to the Twilio phone number or short code will not be logged and received on the Account. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `inbound_request_url` defined for the Messaging Service. </param>
            <param name="inboundMethod"> The HTTP method we should use to call `inbound_request_url`. Can be `GET` or `POST` and the default is `POST`. </param>
            <param name="fallbackUrl"> The URL that we call using `fallback_method` if an error occurs while retrieving or executing the TwiML from the Inbound Request URL. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `fallback_url` defined for the Messaging Service. </param>
            <param name="fallbackMethod"> The HTTP method we should use to call `fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallback"> The URL we should call to [pass status updates](https://www.twilio.com/docs/sms/api/message-resource#message-status-values) about message delivery. </param>
            <param name="stickySender"> Whether to enable [Sticky Sender](https://www.twilio.com/docs/messaging/services#sticky-sender) on the Service instance. </param>
            <param name="mmsConverter"> Whether to enable the [MMS Converter](https://www.twilio.com/docs/messaging/services#mms-converter) for messages sent through the Service instance. </param>
            <param name="smartEncoding"> Whether to enable [Smart Encoding](https://www.twilio.com/docs/messaging/services#smart-encoding) for messages sent through the Service instance. </param>
            <param name="scanMessageContent">  </param>
            <param name="fallbackToLongCode"> [OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures. </param>
            <param name="areaCodeGeomatch"> Whether to enable [Area Code Geomatch](https://www.twilio.com/docs/messaging/services#area-code-geomatch) on the Service Instance. </param>
            <param name="validityPeriod"> How long, in seconds, messages sent from the Service are valid. Can be an integer from `1` to `14,400`. Default value is `14,400`. </param>
            <param name="synchronousValidation"> Reserved. </param>
            <param name="usecase"> A string that describes the scenario in which the Messaging Service will be used. Possible values are `notifications`, `marketing`, `verification`, `discussion`, `poll`, `undeclared`. </param>
            <param name="useInboundWebhookOnNumber"> A boolean value that indicates either the webhook url configured on the phone number will be used or `inbound_request_url`/`fallback_url` url will be called when a message is received from the phone number. If this field is enabled then the webhook url defined on the phone number will override the `inbound_request_url`/`fallback_url` defined for the Messaging Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.Sid">
            <summary> The unique string that we created to identify the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.InboundRequestUrl">
            <summary> The URL we call using `inbound_method` when a message is received by any phone number or short code in the Service. When this property is `null`, receiving inbound messages is disabled. All messages sent to the Twilio phone number or short code will not be logged and received on the Account. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `inbound_request_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.InboundMethod">
            <summary> The HTTP method we use to call `inbound_request_url`. Can be `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.FallbackUrl">
            <summary> The URL that we call using `fallback_method` if an error occurs while retrieving or executing the TwiML from the Inbound Request URL. If the `use_inbound_webhook_on_number` field is enabled then the webhook url defined on the phone number will override the `fallback_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.FallbackMethod">
            <summary> The HTTP method we use to call `fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.StatusCallback">
            <summary> The URL we call to [pass status updates](https://www.twilio.com/docs/sms/api/message-resource#message-status-values) about message delivery. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.StickySender">
            <summary> Whether to enable [Sticky Sender](https://www.twilio.com/docs/messaging/services#sticky-sender) on the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.MmsConverter">
            <summary> Whether to enable the [MMS Converter](https://www.twilio.com/docs/messaging/services#mms-converter) for messages sent through the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.SmartEncoding">
            <summary> Whether to enable [Smart Encoding](https://www.twilio.com/docs/messaging/services#smart-encoding) for messages sent through the Service instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.FallbackToLongCode">
            <summary> [OBSOLETE] Former feature used to fallback to long code sender after certain short code message failures. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.AreaCodeGeomatch">
            <summary> Whether to enable [Area Code Geomatch](https://www.twilio.com/docs/messaging/services#area-code-geomatch) on the Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.SynchronousValidation">
            <summary> Reserved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.ValidityPeriod">
            <summary> How long, in seconds, messages sent from the Service are valid. Can be an integer from `1` to `14,400`. Default value is `14,400`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.Url">
            <summary> The absolute URL of the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.Links">
            <summary> The absolute URLs of related resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.Usecase">
            <summary> A string that describes the scenario in which the Messaging Service will be used. Possible values are `notifications`, `marketing`, `verification`, `discussion`, `poll`, `undeclared`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.UsAppToPersonRegistered">
            <summary> Whether US A2P campaign is registered for this Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ServiceResource.UseInboundWebhookOnNumber">
            <summary> A boolean value that indicates either the webhook url configured on the phone number will be used or `inbound_request_url`/`fallback_url` url will be called when a message is received from the phone number. If this field is enabled then the webhook url defined on the phone number will override the `inbound_request_url`/`fallback_url` defined for the Messaging Service. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.CreateAlphaSenderOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateAlphaSenderOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Messaging.V1.Service.CreateAlphaSenderOptions.AlphaSender" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Messaging.V1.Service.CreateAlphaSenderOptions.#ctor(System.String,System.String)" -->
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreateAlphaSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.DeleteAlphaSenderOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteAlphaSenderOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteAlphaSenderOptions.PathSid">
            <summary> The SID of the AlphaSender resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteAlphaSenderOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteAlphaSenderOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteAlphaSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.FetchAlphaSenderOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchAlphaSenderOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchAlphaSenderOptions.PathSid">
            <summary> The SID of the AlphaSender resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchAlphaSenderOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchAlphaSenderOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchAlphaSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.ReadAlphaSenderOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ReadAlphaSenderOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadAlphaSenderOptions.#ctor(System.String)">
            <summary> Construct a new ListAlphaSenderOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadAlphaSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Create(Twilio.Rest.Messaging.V1.Service.CreateAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.CreateAsync(Twilio.Rest.Messaging.V1.Service.CreateAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AlphaSender </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.Service.DeleteAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Delete(Twilio.Rest.Messaging.V1.Service.DeleteAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.DeleteAsync(Twilio.Rest.Messaging.V1.Service.DeleteAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Fetch(Twilio.Rest.Messaging.V1.Service.FetchAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.FetchAsync(Twilio.Rest.Messaging.V1.Service.FetchAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Read(Twilio.Rest.Messaging.V1.Service.ReadAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.ReadAsync(Twilio.Rest.Messaging.V1.Service.ReadAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read AlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.AlphaSenderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.AlphaSenderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AlphaSenderResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AlphaSenderResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Sid">
            <summary> The unique string that we created to identify the AlphaSender resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AlphaSender resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.AlphaSender">
            <summary> The Alphanumeric Sender ID string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Capabilities">
            <summary> An array of values that describe whether the number can receive calls or messages. Can be: `SMS`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.AlphaSenderResource.Url">
            <summary> The absolute URL of the AlphaSender resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.CreateChannelSenderOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateChannelSenderOptions.PathMessagingServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateChannelSenderOptions.Sid">
            <summary> The SID of the Channel Sender being added to the Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreateChannelSenderOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateChannelSenderOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="sid"> The SID of the Channel Sender being added to the Service. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreateChannelSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.DeleteChannelSenderOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteChannelSenderOptions.PathMessagingServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteChannelSenderOptions.PathSid">
            <summary> The SID of the Channel Sender resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteChannelSenderOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteChannelSenderOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the Channel Sender resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteChannelSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.FetchChannelSenderOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchChannelSenderOptions.PathMessagingServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchChannelSenderOptions.PathSid">
            <summary> The SID of the ChannelSender resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchChannelSenderOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchChannelSenderOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the ChannelSender resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchChannelSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.ReadChannelSenderOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ReadChannelSenderOptions.PathMessagingServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadChannelSenderOptions.#ctor(System.String)">
            <summary> Construct a new ListChannelSenderOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadChannelSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Create(Twilio.Rest.Messaging.V1.Service.CreateChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.CreateAsync(Twilio.Rest.Messaging.V1.Service.CreateChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="sid"> The SID of the Channel Sender being added to the Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="sid"> The SID of the Channel Sender being added to the Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.Service.DeleteChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Delete(Twilio.Rest.Messaging.V1.Service.DeleteChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.DeleteAsync(Twilio.Rest.Messaging.V1.Service.DeleteChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the Channel Sender resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the Channel Sender resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Fetch(Twilio.Rest.Messaging.V1.Service.FetchChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.FetchAsync(Twilio.Rest.Messaging.V1.Service.FetchChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the ChannelSender resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the ChannelSender resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Read(Twilio.Rest.Messaging.V1.Service.ReadChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.ReadAsync(Twilio.Rest.Messaging.V1.Service.ReadChannelSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ChannelSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ChannelSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.ChannelSenderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.ChannelSenderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChannelSenderResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChannelSenderResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ChannelSender resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.MessagingServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/messaging/services) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Sid">
            <summary> The unique string that we created to identify the ChannelSender resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Sender">
            <summary> The unique string that identifies the sender e.g whatsapp:+123456XXXX. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.SenderType">
            <summary> A string value that identifies the sender type e.g WhatsApp, Messenger. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.CountryCode">
            <summary> The 2-character [ISO Country Code](https://www.iso.org/iso-3166-country-codes.html) of the number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ChannelSenderResource.Url">
            <summary> The absolute URL of the ChannelSender resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.CreateDestinationAlphaSenderOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateDestinationAlphaSenderOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Messaging.V1.Service.CreateDestinationAlphaSenderOptions.AlphaSender" -->
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateDestinationAlphaSenderOptions.IsoCountryCode">
            <summary> The Optional Two Character ISO Country Code the Alphanumeric Sender ID will be used for. If the IsoCountryCode is not provided, a default Alpha Sender will be created that can be used across all countries. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Messaging.V1.Service.CreateDestinationAlphaSenderOptions.#ctor(System.String,System.String)" -->
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreateDestinationAlphaSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.DeleteDestinationAlphaSenderOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteDestinationAlphaSenderOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteDestinationAlphaSenderOptions.PathSid">
            <summary> The SID of the AlphaSender resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteDestinationAlphaSenderOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteDestinationAlphaSenderOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteDestinationAlphaSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.FetchDestinationAlphaSenderOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchDestinationAlphaSenderOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchDestinationAlphaSenderOptions.PathSid">
            <summary> The SID of the AlphaSender resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchDestinationAlphaSenderOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchDestinationAlphaSenderOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchDestinationAlphaSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.ReadDestinationAlphaSenderOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ReadDestinationAlphaSenderOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadDestinationAlphaSenderOptions.#ctor(System.String)">
            <summary> Construct a new ListDestinationAlphaSenderOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadDestinationAlphaSenderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Create(Twilio.Rest.Messaging.V1.Service.CreateDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.CreateAsync(Twilio.Rest.Messaging.V1.Service.CreateDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DestinationAlphaSender </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.Service.DeleteDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Delete(Twilio.Rest.Messaging.V1.Service.DeleteDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.DeleteAsync(Twilio.Rest.Messaging.V1.Service.DeleteDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Fetch(Twilio.Rest.Messaging.V1.Service.FetchDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.FetchAsync(Twilio.Rest.Messaging.V1.Service.FetchDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the AlphaSender resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Read(Twilio.Rest.Messaging.V1.Service.ReadDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.ReadAsync(Twilio.Rest.Messaging.V1.Service.ReadDestinationAlphaSenderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read DestinationAlphaSender parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DestinationAlphaSender </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DestinationAlphaSenderResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DestinationAlphaSenderResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Sid">
            <summary> The unique string that we created to identify the AlphaSender resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AlphaSender resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.AlphaSender">
            <summary> The Alphanumeric Sender ID string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Capabilities">
            <summary> An array of values that describe whether the number can receive calls or messages. Can be: `SMS`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.Url">
            <summary> The absolute URL of the AlphaSender resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DestinationAlphaSenderResource.IsoCountryCode">
            <summary> The Two Character ISO Country Code the Alphanumeric Sender ID will be used for. For Default Alpha Senders that work across countries, this value will be an empty string </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.CreatePhoneNumberOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreatePhoneNumberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreatePhoneNumberOptions.PhoneNumberSid">
            <summary> The SID of the Phone Number being added to the Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreatePhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreatePhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="phoneNumberSid"> The SID of the Phone Number being added to the Service. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreatePhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.DeletePhoneNumberOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeletePhoneNumberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeletePhoneNumberOptions.PathSid">
            <summary> The SID of the PhoneNumber resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeletePhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeletePhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the PhoneNumber resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeletePhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.FetchPhoneNumberOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchPhoneNumberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchPhoneNumberOptions.PathSid">
            <summary> The SID of the PhoneNumber resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchPhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchPhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the PhoneNumber resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.ReadPhoneNumberOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ReadPhoneNumberOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new ListPhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Create(Twilio.Rest.Messaging.V1.Service.CreatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.CreateAsync(Twilio.Rest.Messaging.V1.Service.CreatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="phoneNumberSid"> The SID of the Phone Number being added to the Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="phoneNumberSid"> The SID of the Phone Number being added to the Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.Service.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Delete(Twilio.Rest.Messaging.V1.Service.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.DeleteAsync(Twilio.Rest.Messaging.V1.Service.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the PhoneNumber resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the PhoneNumber resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Fetch(Twilio.Rest.Messaging.V1.Service.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.FetchAsync(Twilio.Rest.Messaging.V1.Service.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the PhoneNumber resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the PhoneNumber resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Read(Twilio.Rest.Messaging.V1.Service.ReadPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.ReadAsync(Twilio.Rest.Messaging.V1.Service.ReadPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.PhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.PhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Sid">
            <summary> The unique string that we created to identify the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.CountryCode">
            <summary> The 2-character [ISO Country Code](https://www.iso.org/iso-3166-country-codes.html) of the number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Capabilities">
            <summary> An array of values that describe whether the number can receive calls or messages. Can be: `Voice`, `SMS`, and `MMS`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.PhoneNumberResource.Url">
            <summary> The absolute URL of the PhoneNumber resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.CreateShortCodeOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateShortCodeOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateShortCodeOptions.ShortCodeSid">
            <summary> The SID of the ShortCode resource being added to the Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreateShortCodeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="shortCodeSid"> The SID of the ShortCode resource being added to the Service. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreateShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.DeleteShortCodeOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteShortCodeOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteShortCodeOptions.PathSid">
            <summary> The SID of the ShortCode resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteShortCodeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the ShortCode resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.FetchShortCodeOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchShortCodeOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchShortCodeOptions.PathSid">
            <summary> The SID of the ShortCode resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchShortCodeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the ShortCode resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.ReadShortCodeOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ReadShortCodeOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadShortCodeOptions.#ctor(System.String)">
            <summary> Construct a new ListShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Create(Twilio.Rest.Messaging.V1.Service.CreateShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.CreateAsync(Twilio.Rest.Messaging.V1.Service.CreateShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="shortCodeSid"> The SID of the ShortCode resource being added to the Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to create the resource under. </param>
            <param name="shortCodeSid"> The SID of the ShortCode resource being added to the Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.Service.DeleteShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Delete(Twilio.Rest.Messaging.V1.Service.DeleteShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.DeleteAsync(Twilio.Rest.Messaging.V1.Service.DeleteShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the ShortCode resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the ShortCode resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Fetch(Twilio.Rest.Messaging.V1.Service.FetchShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.FetchAsync(Twilio.Rest.Messaging.V1.Service.FetchShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the ShortCode resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the ShortCode resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Read(Twilio.Rest.Messaging.V1.Service.ReadShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.ReadAsync(Twilio.Rest.Messaging.V1.Service.ReadShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.ShortCodeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.ShortCodeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ShortCodeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ShortCodeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Sid">
            <summary> The unique string that we created to identify the ShortCode resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.ShortCode">
            <summary> The [E.164](https://www.twilio.com/docs/glossary/what-e164) format of the short code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.CountryCode">
            <summary> The 2-character [ISO Country Code](https://www.iso.org/iso-3166-country-codes.html) of the number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Capabilities">
            <summary> An array of values that describe whether the number can receive calls or messages. Can be: `SMS` and `MMS`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ShortCodeResource.Url">
            <summary> The absolute URL of the ShortCode resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.PathMessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to create the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.BrandRegistrationSid">
            <summary> A2P Brand Registration SID </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.Description">
            <summary> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.MessageFlow">
            <summary> Required for all Campaigns. Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.MessageSamples">
            <summary> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.UsAppToPersonUsecase">
            <summary> A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING..] </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.HasEmbeddedLinks">
            <summary> Indicates that this SMS campaign will send messages that contain links. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.HasEmbeddedPhone">
            <summary> Indicates that this SMS campaign will send messages that contain phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.OptInMessage">
            <summary> If end users can text in a keyword to start receiving messages from this campaign, the auto-reply messages sent to the end users must be provided. The opt-in response should include the Brand name, confirmation of opt-in enrollment to a recurring message campaign, how to get help, and clear description of how to opt-out. This field is required if end users can text in a keyword to start receiving messages from this campaign. 20 character minimum. 320 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.OptOutMessage">
            <summary> Upon receiving the opt-out keywords from the end users, Twilio customers are expected to send back an auto-generated response, which must provide acknowledgment of the opt-out request and confirmation that no further messages will be sent. It is also recommended that these opt-out messages include the brand name. This field is required if managing opt out keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). 20 character minimum. 320 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.HelpMessage">
            <summary> When customers receive the help keywords from their end users, Twilio customers are expected to send back an auto-generated response; this may include the brand name and additional support contact information. This field is required if managing help keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). 20 character minimum. 320 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.OptInKeywords">
            <summary> If end users can text in a keyword to start receiving messages from this campaign, those keywords must be provided. This field is required if end users can text in a keyword to start receiving messages from this campaign. Values must be alphanumeric. 255 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.OptOutKeywords">
            <summary> End users should be able to text in a keyword to stop receiving messages from this campaign. Those keywords must be provided. This field is required if managing opt out keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). Values must be alphanumeric. 255 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.HelpKeywords">
            <summary> End users should be able to text in a keyword to receive help. Those keywords must be provided as part of the campaign registration request. This field is required if managing help keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). Values must be alphanumeric. 255 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.SubscriberOptIn">
            <summary> A boolean that specifies whether campaign has Subscriber Optin or not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.AgeGated">
            <summary> A boolean that specifies whether campaign is age gated or not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.DirectLending">
            <summary> A boolean that specifies whether campaign allows direct lending or not. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary> Construct a new CreateUsAppToPersonOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to create the resources from. </param>
            <param name="brandRegistrationSid"> A2P Brand Registration SID </param>
            <param name="description"> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </param>
            <param name="messageFlow"> Required for all Campaigns. Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </param>
            <param name="messageSamples"> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </param>
            <param name="usAppToPersonUsecase"> A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING..] </param>
            <param name="hasEmbeddedLinks"> Indicates that this SMS campaign will send messages that contain links. </param>
            <param name="hasEmbeddedPhone"> Indicates that this SMS campaign will send messages that contain phone numbers. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.DeleteUsAppToPersonOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteUsAppToPersonOptions.PathMessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.DeleteUsAppToPersonOptions.PathSid">
            <summary> The SID of the US A2P Compliance resource to delete `QE2c6890da8086d771620e9b13fadeba0b`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteUsAppToPersonOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteUsAppToPersonOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to delete `QE2c6890da8086d771620e9b13fadeba0b`. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.DeleteUsAppToPersonOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonOptions.PathMessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonOptions.PathSid">
            <summary> The SID of the US A2P Compliance resource to fetch `QE2c6890da8086d771620e9b13fadeba0b`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchUsAppToPersonOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to fetch `QE2c6890da8086d771620e9b13fadeba0b`. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.ReadUsAppToPersonOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.ReadUsAppToPersonOptions.PathMessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadUsAppToPersonOptions.#ctor(System.String)">
            <summary> Construct a new ListUsAppToPersonOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.ReadUsAppToPersonOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.PathMessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services/api) to update the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.PathSid">
            <summary> The SID of the US A2P Compliance resource to update `QE2c6890da8086d771620e9b13fadeba0b`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.HasEmbeddedLinks">
            <summary> Indicates that this SMS campaign will send messages that contain links. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.HasEmbeddedPhone">
            <summary> Indicates that this SMS campaign will send messages that contain phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.MessageSamples">
            <summary> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.MessageFlow">
            <summary> Required for all Campaigns. Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.Description">
            <summary> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.AgeGated">
            <summary> A boolean that specifies whether campaign requires age gate for federally legal content. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.DirectLending">
            <summary> A boolean that specifies whether campaign allows direct lending or not. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.#ctor(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateUsAppToPersonOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services/api) to update the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to update `QE2c6890da8086d771620e9b13fadeba0b`. </param>
            <param name="hasEmbeddedLinks"> Indicates that this SMS campaign will send messages that contain links. </param>
            <param name="hasEmbeddedPhone"> Indicates that this SMS campaign will send messages that contain phone numbers. </param>
            <param name="messageSamples"> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </param>
            <param name="messageFlow"> Required for all Campaigns. Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </param>
            <param name="description"> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </param>
            <param name="ageGated"> A boolean that specifies whether campaign requires age gate for federally legal content. </param>
            <param name="directLending"> A boolean that specifies whether campaign allows direct lending or not. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Create(Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.CreateAsync(Twilio.Rest.Messaging.V1.Service.CreateUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Create(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to create the resources from. </param>
            <param name="brandRegistrationSid"> A2P Brand Registration SID </param>
            <param name="description"> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </param>
            <param name="messageFlow"> Required for all Campaigns. Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </param>
            <param name="messageSamples"> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </param>
            <param name="usAppToPersonUsecase"> A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING..] </param>
            <param name="hasEmbeddedLinks"> Indicates that this SMS campaign will send messages that contain links. </param>
            <param name="hasEmbeddedPhone"> Indicates that this SMS campaign will send messages that contain phone numbers. </param>
            <param name="optInMessage"> If end users can text in a keyword to start receiving messages from this campaign, the auto-reply messages sent to the end users must be provided. The opt-in response should include the Brand name, confirmation of opt-in enrollment to a recurring message campaign, how to get help, and clear description of how to opt-out. This field is required if end users can text in a keyword to start receiving messages from this campaign. 20 character minimum. 320 character maximum. </param>
            <param name="optOutMessage"> Upon receiving the opt-out keywords from the end users, Twilio customers are expected to send back an auto-generated response, which must provide acknowledgment of the opt-out request and confirmation that no further messages will be sent. It is also recommended that these opt-out messages include the brand name. This field is required if managing opt out keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). 20 character minimum. 320 character maximum. </param>
            <param name="helpMessage"> When customers receive the help keywords from their end users, Twilio customers are expected to send back an auto-generated response; this may include the brand name and additional support contact information. This field is required if managing help keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). 20 character minimum. 320 character maximum. </param>
            <param name="optInKeywords"> If end users can text in a keyword to start receiving messages from this campaign, those keywords must be provided. This field is required if end users can text in a keyword to start receiving messages from this campaign. Values must be alphanumeric. 255 character maximum. </param>
            <param name="optOutKeywords"> End users should be able to text in a keyword to stop receiving messages from this campaign. Those keywords must be provided. This field is required if managing opt out keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). Values must be alphanumeric. 255 character maximum. </param>
            <param name="helpKeywords"> End users should be able to text in a keyword to receive help. Those keywords must be provided as part of the campaign registration request. This field is required if managing help keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). Values must be alphanumeric. 255 character maximum. </param>
            <param name="subscriberOptIn"> A boolean that specifies whether campaign has Subscriber Optin or not. </param>
            <param name="ageGated"> A boolean that specifies whether campaign is age gated or not. </param>
            <param name="directLending"> A boolean that specifies whether campaign allows direct lending or not. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.CreateAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to create the resources from. </param>
            <param name="brandRegistrationSid"> A2P Brand Registration SID </param>
            <param name="description"> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </param>
            <param name="messageFlow"> Required for all Campaigns. Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </param>
            <param name="messageSamples"> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </param>
            <param name="usAppToPersonUsecase"> A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING..] </param>
            <param name="hasEmbeddedLinks"> Indicates that this SMS campaign will send messages that contain links. </param>
            <param name="hasEmbeddedPhone"> Indicates that this SMS campaign will send messages that contain phone numbers. </param>
            <param name="optInMessage"> If end users can text in a keyword to start receiving messages from this campaign, the auto-reply messages sent to the end users must be provided. The opt-in response should include the Brand name, confirmation of opt-in enrollment to a recurring message campaign, how to get help, and clear description of how to opt-out. This field is required if end users can text in a keyword to start receiving messages from this campaign. 20 character minimum. 320 character maximum. </param>
            <param name="optOutMessage"> Upon receiving the opt-out keywords from the end users, Twilio customers are expected to send back an auto-generated response, which must provide acknowledgment of the opt-out request and confirmation that no further messages will be sent. It is also recommended that these opt-out messages include the brand name. This field is required if managing opt out keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). 20 character minimum. 320 character maximum. </param>
            <param name="helpMessage"> When customers receive the help keywords from their end users, Twilio customers are expected to send back an auto-generated response; this may include the brand name and additional support contact information. This field is required if managing help keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). 20 character minimum. 320 character maximum. </param>
            <param name="optInKeywords"> If end users can text in a keyword to start receiving messages from this campaign, those keywords must be provided. This field is required if end users can text in a keyword to start receiving messages from this campaign. Values must be alphanumeric. 255 character maximum. </param>
            <param name="optOutKeywords"> End users should be able to text in a keyword to stop receiving messages from this campaign. Those keywords must be provided. This field is required if managing opt out keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). Values must be alphanumeric. 255 character maximum. </param>
            <param name="helpKeywords"> End users should be able to text in a keyword to receive help. Those keywords must be provided as part of the campaign registration request. This field is required if managing help keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). Values must be alphanumeric. 255 character maximum. </param>
            <param name="subscriberOptIn"> A boolean that specifies whether campaign has Subscriber Optin or not. </param>
            <param name="ageGated"> A boolean that specifies whether campaign is age gated or not. </param>
            <param name="directLending"> A boolean that specifies whether campaign allows direct lending or not. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.Service.DeleteUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Delete(Twilio.Rest.Messaging.V1.Service.DeleteUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.DeleteAsync(Twilio.Rest.Messaging.V1.Service.DeleteUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to delete `QE2c6890da8086d771620e9b13fadeba0b`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to delete `QE2c6890da8086d771620e9b13fadeba0b`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Fetch(Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.FetchAsync(Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to fetch `QE2c6890da8086d771620e9b13fadeba0b`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to fetch `QE2c6890da8086d771620e9b13fadeba0b`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Read(Twilio.Rest.Messaging.V1.Service.ReadUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.ReadAsync(Twilio.Rest.Messaging.V1.Service.ReadUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Update(Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.UpdateAsync(Twilio.Rest.Messaging.V1.Service.UpdateUsAppToPersonOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update UsAppToPerson parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Update(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services/api) to update the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to update `QE2c6890da8086d771620e9b13fadeba0b`. </param>
            <param name="hasEmbeddedLinks"> Indicates that this SMS campaign will send messages that contain links. </param>
            <param name="hasEmbeddedPhone"> Indicates that this SMS campaign will send messages that contain phone numbers. </param>
            <param name="messageSamples"> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </param>
            <param name="messageFlow"> Required for all Campaigns. Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </param>
            <param name="description"> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </param>
            <param name="ageGated"> A boolean that specifies whether campaign requires age gate for federally legal content. </param>
            <param name="directLending"> A boolean that specifies whether campaign allows direct lending or not. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.UpdateAsync(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services/api) to update the resource from. </param>
            <param name="pathSid"> The SID of the US A2P Compliance resource to update `QE2c6890da8086d771620e9b13fadeba0b`. </param>
            <param name="hasEmbeddedLinks"> Indicates that this SMS campaign will send messages that contain links. </param>
            <param name="hasEmbeddedPhone"> Indicates that this SMS campaign will send messages that contain phone numbers. </param>
            <param name="messageSamples"> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </param>
            <param name="messageFlow"> Required for all Campaigns. Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </param>
            <param name="description"> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </param>
            <param name="ageGated"> A boolean that specifies whether campaign requires age gate for federally legal content. </param>
            <param name="directLending"> A boolean that specifies whether campaign allows direct lending or not. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPerson </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UsAppToPersonResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UsAppToPersonResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Sid">
            <summary> The unique string that identifies a US A2P Compliance resource `QE2c6890da8086d771620e9b13fadeba0b`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the Campaign belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.BrandRegistrationSid">
            <summary> The unique string to identify the A2P brand. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) that the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Description">
            <summary> A short description of what this SMS campaign does. Min length: 40 characters. Max length: 4096 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.MessageSamples">
            <summary> An array of sample message strings, min two and max five. Min length for each sample: 20 chars. Max length for each sample: 1024 chars. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.UsAppToPersonUsecase">
            <summary> A2P Campaign Use Case. Examples: [ 2FA, EMERGENCY, MARKETING, SOLE_PROPRIETOR...]. SOLE_PROPRIETOR campaign use cases can only be created by SOLE_PROPRIETOR Brands, and there can only be one SOLE_PROPRIETOR campaign created per SOLE_PROPRIETOR Brand. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.HasEmbeddedLinks">
            <summary> Indicate that this SMS campaign will send messages that contain links. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.HasEmbeddedPhone">
            <summary> Indicates that this SMS campaign will send messages that contain phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.SubscriberOptIn">
            <summary> A boolean that specifies whether campaign has Subscriber Optin or not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.AgeGated">
            <summary> A boolean that specifies whether campaign is age gated or not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.DirectLending">
            <summary> A boolean that specifies whether campaign allows direct lending or not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.CampaignStatus">
            <summary> Campaign status. Examples: IN_PROGRESS, VERIFIED, FAILED. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.CampaignId">
            <summary> The Campaign Registry (TCR) Campaign ID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.IsExternallyRegistered">
            <summary> Indicates whether the campaign was registered externally or not. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.RateLimits" -->
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.MessageFlow">
            <summary> Details around how a consumer opts-in to their campaign, therefore giving consent to receive their messages. If multiple opt-in methods can be used for the same campaign, they must all be listed. 40 character minimum. 2048 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.OptInMessage">
            <summary> If end users can text in a keyword to start receiving messages from this campaign, the auto-reply messages sent to the end users must be provided. The opt-in response should include the Brand name, confirmation of opt-in enrollment to a recurring message campaign, how to get help, and clear description of how to opt-out. This field is required if end users can text in a keyword to start receiving messages from this campaign. 20 character minimum. 320 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.OptOutMessage">
            <summary> Upon receiving the opt-out keywords from the end users, Twilio customers are expected to send back an auto-generated response, which must provide acknowledgment of the opt-out request and confirmation that no further messages will be sent. It is also recommended that these opt-out messages include the brand name. This field is required if managing opt out keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). 20 character minimum. 320 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.HelpMessage">
            <summary> When customers receive the help keywords from their end users, Twilio customers are expected to send back an auto-generated response; this may include the brand name and additional support contact information. This field is required if managing help keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). 20 character minimum. 320 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.OptInKeywords">
            <summary> If end users can text in a keyword to start receiving messages from this campaign, those keywords must be provided. This field is required if end users can text in a keyword to start receiving messages from this campaign. Values must be alphanumeric. 255 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.OptOutKeywords">
            <summary> End users should be able to text in a keyword to stop receiving messages from this campaign. Those keywords must be provided. This field is required if managing opt out keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). Values must be alphanumeric. 255 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.HelpKeywords">
            <summary> End users should be able to text in a keyword to receive help. Those keywords must be provided as part of the campaign registration request. This field is required if managing help keywords yourself (i.e. not using Twilio's Default or Advanced Opt Out features). Values must be alphanumeric. 255 character maximum. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Url">
            <summary> The absolute URL of the US App to Person resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Mock">
            <summary> A boolean that specifies whether campaign is a mock or not. Mock campaigns will be automatically created if using a mock brand. Mock campaigns should only be used for testing purposes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonResource.Errors">
            <summary> Details indicating why a campaign registration failed. These errors can indicate one or more fields that were incorrect or did not meet review requirements. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonUsecaseOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonUsecaseOptions.PathMessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonUsecaseOptions.BrandRegistrationSid">
            <summary> The unique string to identify the A2P brand. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonUsecaseOptions.#ctor(System.String)">
            <summary> Construct a new FetchUsAppToPersonUsecaseOptions </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonUsecaseOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonUsecaseResource.Fetch(Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonUsecaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UsAppToPersonUsecase parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPersonUsecase </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonUsecaseResource.FetchAsync(Twilio.Rest.Messaging.V1.Service.FetchUsAppToPersonUsecaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch UsAppToPersonUsecase parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPersonUsecase </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonUsecaseResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
            <param name="brandRegistrationSid"> The unique string to identify the A2P brand. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsAppToPersonUsecase </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonUsecaseResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathMessagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to fetch the resource from. </param>
            <param name="brandRegistrationSid"> The unique string to identify the A2P brand. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsAppToPersonUsecase </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonUsecaseResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UsAppToPersonUsecaseResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UsAppToPersonUsecaseResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.Service.UsAppToPersonUsecaseResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.Service.UsAppToPersonUsecaseResource.UsAppToPersonUsecases">
            <summary> Human readable name, code, description and post_approval_required (indicates whether or not post approval is required for this Use Case) of A2P Campaign Use Cases. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessName">
            <summary> The name of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessWebsite">
            <summary> The website of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.NotificationEmail">
            <summary> The email address to receive the notification about the verification result. . </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.UseCaseCategories">
            <summary> The category of the use case for the Tollfree Number. List as many are applicable.. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.UseCaseSummary">
            <summary> Use this to further explain how messaging is used by the business or organization. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.ProductionMessageSample">
            <summary> An example of message content, i.e. a sample message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.OptInImageUrls">
            <summary> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.MessageVolume">
            <summary> Estimate monthly volume of messages from the Tollfree Number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.TollfreePhoneNumberSid">
            <summary> The SID of the Phone Number associated with the Tollfree Verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.CustomerProfileSid">
            <summary> Customer's Profile Bundle BundleSid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessStreetAddress">
            <summary> The address of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessStreetAddress2">
            <summary> The address of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessCity">
            <summary> The city of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessStateProvinceRegion">
            <summary> The state/province/region of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessPostalCode">
            <summary> The postal code of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessCountry">
            <summary> The country of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.AdditionalInformation">
            <summary> Additional information to be provided for verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessContactFirstName">
            <summary> The first name of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessContactLastName">
            <summary> The last name of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessContactEmail">
            <summary> The email address of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.BusinessContactPhone">
            <summary> The E.164 formatted phone number of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.ExternalReferenceId">
            <summary> An optional external reference ID supplied by customer and echoed back on status retrieval. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.#ctor(System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Messaging.V1.TollfreeVerificationResource.OptInTypeEnum,System.String,System.String)">
            <summary> Construct a new CreateTollfreeVerificationOptions </summary>
            <param name="businessName"> The name of the business or organization using the Tollfree number. </param>
            <param name="businessWebsite"> The website of the business or organization using the Tollfree number. </param>
            <param name="notificationEmail"> The email address to receive the notification about the verification result. . </param>
            <param name="useCaseCategories"> The category of the use case for the Tollfree Number. List as many are applicable.. </param>
            <param name="useCaseSummary"> Use this to further explain how messaging is used by the business or organization. </param>
            <param name="productionMessageSample"> An example of message content, i.e. a sample message. </param>
            <param name="optInImageUrls"> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </param>
            <param name="optInType">  </param>
            <param name="messageVolume"> Estimate monthly volume of messages from the Tollfree Number. </param>
            <param name="tollfreePhoneNumberSid"> The SID of the Phone Number associated with the Tollfree Verification. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.DeleteTollfreeVerificationOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.DeleteTollfreeVerificationOptions.PathSid">
            <summary> The unique string to identify Tollfree Verification. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeleteTollfreeVerificationOptions.#ctor(System.String)">
            <summary> Construct a new DeleteTollfreeVerificationOptions </summary>
            <param name="pathSid"> The unique string to identify Tollfree Verification. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.DeleteTollfreeVerificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchTollfreeVerificationOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.FetchTollfreeVerificationOptions.PathSid">
            <summary> A unique string identifying a Tollfree Verification. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchTollfreeVerificationOptions.#ctor(System.String)">
            <summary> Construct a new FetchTollfreeVerificationOptions </summary>
            <param name="pathSid"> A unique string identifying a Tollfree Verification. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchTollfreeVerificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.ReadTollfreeVerificationOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ReadTollfreeVerificationOptions.TollfreePhoneNumberSid">
            <summary> The SID of the Phone Number associated with the Tollfree Verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ReadTollfreeVerificationOptions.Status">
            <summary> The compliance status of the Tollfree Verification record. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ReadTollfreeVerificationOptions.ExternalReferenceId">
            <summary> Customer supplied reference id for the Tollfree Verification record. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.ReadTollfreeVerificationOptions.IncludeSubAccounts">
            <summary> Whether to include Tollfree Verifications from sub accounts in list response. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.ReadTollfreeVerificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.PathSid">
            <summary> The unique string to identify Tollfree Verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessName">
            <summary> The name of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessWebsite">
            <summary> The website of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.NotificationEmail">
            <summary> The email address to receive the notification about the verification result. . </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.UseCaseCategories">
            <summary> The category of the use case for the Tollfree Number. List as many are applicable.. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.UseCaseSummary">
            <summary> Use this to further explain how messaging is used by the business or organization. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.ProductionMessageSample">
            <summary> An example of message content, i.e. a sample message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.OptInImageUrls">
            <summary> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.MessageVolume">
            <summary> Estimate monthly volume of messages from the Tollfree Number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessStreetAddress">
            <summary> The address of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessStreetAddress2">
            <summary> The address of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessCity">
            <summary> The city of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessStateProvinceRegion">
            <summary> The state/province/region of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessPostalCode">
            <summary> The postal code of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessCountry">
            <summary> The country of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.AdditionalInformation">
            <summary> Additional information to be provided for verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessContactFirstName">
            <summary> The first name of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessContactLastName">
            <summary> The last name of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessContactEmail">
            <summary> The email address of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.BusinessContactPhone">
            <summary> The E.164 formatted phone number of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.EditReason">
            <summary> Describe why the verification is being edited. If the verification was rejected because of a technical issue, such as the website being down, and the issue has been resolved this parameter should be set to something similar to 'Website fixed'. </summary> 
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.#ctor(System.String)">
            <summary> Construct a new UpdateTollfreeVerificationOptions </summary>
            <param name="pathSid"> The unique string to identify Tollfree Verification. </param>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Create(Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.CreateAsync(Twilio.Rest.Messaging.V1.CreateTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Create(System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Messaging.V1.TollfreeVerificationResource.OptInTypeEnum,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Types.PhoneNumber,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="businessName"> The name of the business or organization using the Tollfree number. </param>
            <param name="businessWebsite"> The website of the business or organization using the Tollfree number. </param>
            <param name="notificationEmail"> The email address to receive the notification about the verification result. . </param>
            <param name="useCaseCategories"> The category of the use case for the Tollfree Number. List as many are applicable.. </param>
            <param name="useCaseSummary"> Use this to further explain how messaging is used by the business or organization. </param>
            <param name="productionMessageSample"> An example of message content, i.e. a sample message. </param>
            <param name="optInImageUrls"> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </param>
            <param name="optInType">  </param>
            <param name="messageVolume"> Estimate monthly volume of messages from the Tollfree Number. </param>
            <param name="tollfreePhoneNumberSid"> The SID of the Phone Number associated with the Tollfree Verification. </param>
            <param name="customerProfileSid"> Customer's Profile Bundle BundleSid. </param>
            <param name="businessStreetAddress"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessStreetAddress2"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessCity"> The city of the business or organization using the Tollfree number. </param>
            <param name="businessStateProvinceRegion"> The state/province/region of the business or organization using the Tollfree number. </param>
            <param name="businessPostalCode"> The postal code of the business or organization using the Tollfree number. </param>
            <param name="businessCountry"> The country of the business or organization using the Tollfree number. </param>
            <param name="additionalInformation"> Additional information to be provided for verification. </param>
            <param name="businessContactFirstName"> The first name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactLastName"> The last name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactEmail"> The email address of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactPhone"> The E.164 formatted phone number of the contact for the business or organization using the Tollfree number. </param>
            <param name="externalReferenceId"> An optional external reference ID supplied by customer and echoed back on status retrieval. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.CreateAsync(System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Messaging.V1.TollfreeVerificationResource.OptInTypeEnum,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Types.PhoneNumber,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="businessName"> The name of the business or organization using the Tollfree number. </param>
            <param name="businessWebsite"> The website of the business or organization using the Tollfree number. </param>
            <param name="notificationEmail"> The email address to receive the notification about the verification result. . </param>
            <param name="useCaseCategories"> The category of the use case for the Tollfree Number. List as many are applicable.. </param>
            <param name="useCaseSummary"> Use this to further explain how messaging is used by the business or organization. </param>
            <param name="productionMessageSample"> An example of message content, i.e. a sample message. </param>
            <param name="optInImageUrls"> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </param>
            <param name="optInType">  </param>
            <param name="messageVolume"> Estimate monthly volume of messages from the Tollfree Number. </param>
            <param name="tollfreePhoneNumberSid"> The SID of the Phone Number associated with the Tollfree Verification. </param>
            <param name="customerProfileSid"> Customer's Profile Bundle BundleSid. </param>
            <param name="businessStreetAddress"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessStreetAddress2"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessCity"> The city of the business or organization using the Tollfree number. </param>
            <param name="businessStateProvinceRegion"> The state/province/region of the business or organization using the Tollfree number. </param>
            <param name="businessPostalCode"> The postal code of the business or organization using the Tollfree number. </param>
            <param name="businessCountry"> The country of the business or organization using the Tollfree number. </param>
            <param name="additionalInformation"> Additional information to be provided for verification. </param>
            <param name="businessContactFirstName"> The first name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactLastName"> The last name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactEmail"> The email address of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactPhone"> The E.164 formatted phone number of the contact for the business or organization using the Tollfree number. </param>
            <param name="externalReferenceId"> An optional external reference ID supplied by customer and echoed back on status retrieval. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BuildDeleteRequest(Twilio.Rest.Messaging.V1.DeleteTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Delete(Twilio.Rest.Messaging.V1.DeleteTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.DeleteAsync(Twilio.Rest.Messaging.V1.DeleteTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The unique string to identify Tollfree Verification. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The unique string to identify Tollfree Verification. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Fetch(Twilio.Rest.Messaging.V1.FetchTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> A unique string identifying a Tollfree Verification. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> A unique string identifying a Tollfree Verification. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Read(Twilio.Rest.Messaging.V1.ReadTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.ReadAsync(Twilio.Rest.Messaging.V1.ReadTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Read(System.String,Twilio.Rest.Messaging.V1.TollfreeVerificationResource.StatusEnum,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="tollfreePhoneNumberSid"> The SID of the Phone Number associated with the Tollfree Verification. </param>
            <param name="status"> The compliance status of the Tollfree Verification record. </param>
            <param name="externalReferenceId"> Customer supplied reference id for the Tollfree Verification record. </param>
            <param name="includeSubAccounts"> Whether to include Tollfree Verifications from sub accounts in list response. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.ReadAsync(System.String,Twilio.Rest.Messaging.V1.TollfreeVerificationResource.StatusEnum,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="tollfreePhoneNumberSid"> The SID of the Phone Number associated with the Tollfree Verification. </param>
            <param name="status"> The compliance status of the Tollfree Verification record. </param>
            <param name="externalReferenceId"> Customer supplied reference id for the Tollfree Verification record. </param>
            <param name="includeSubAccounts"> Whether to include Tollfree Verifications from sub accounts in list response. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.TollfreeVerificationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Messaging.V1.TollfreeVerificationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Update(Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.UpdateAsync(Twilio.Rest.Messaging.V1.UpdateTollfreeVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update TollfreeVerification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Update(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Messaging.V1.TollfreeVerificationResource.OptInTypeEnum,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Types.PhoneNumber,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The unique string to identify Tollfree Verification. </param>
            <param name="businessName"> The name of the business or organization using the Tollfree number. </param>
            <param name="businessWebsite"> The website of the business or organization using the Tollfree number. </param>
            <param name="notificationEmail"> The email address to receive the notification about the verification result. . </param>
            <param name="useCaseCategories"> The category of the use case for the Tollfree Number. List as many are applicable.. </param>
            <param name="useCaseSummary"> Use this to further explain how messaging is used by the business or organization. </param>
            <param name="productionMessageSample"> An example of message content, i.e. a sample message. </param>
            <param name="optInImageUrls"> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </param>
            <param name="optInType">  </param>
            <param name="messageVolume"> Estimate monthly volume of messages from the Tollfree Number. </param>
            <param name="businessStreetAddress"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessStreetAddress2"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessCity"> The city of the business or organization using the Tollfree number. </param>
            <param name="businessStateProvinceRegion"> The state/province/region of the business or organization using the Tollfree number. </param>
            <param name="businessPostalCode"> The postal code of the business or organization using the Tollfree number. </param>
            <param name="businessCountry"> The country of the business or organization using the Tollfree number. </param>
            <param name="additionalInformation"> Additional information to be provided for verification. </param>
            <param name="businessContactFirstName"> The first name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactLastName"> The last name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactEmail"> The email address of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactPhone"> The E.164 formatted phone number of the contact for the business or organization using the Tollfree number. </param>
            <param name="editReason"> Describe why the verification is being edited. If the verification was rejected because of a technical issue, such as the website being down, and the issue has been resolved this parameter should be set to something similar to 'Website fixed'. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Messaging.V1.TollfreeVerificationResource.OptInTypeEnum,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Types.PhoneNumber,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The unique string to identify Tollfree Verification. </param>
            <param name="businessName"> The name of the business or organization using the Tollfree number. </param>
            <param name="businessWebsite"> The website of the business or organization using the Tollfree number. </param>
            <param name="notificationEmail"> The email address to receive the notification about the verification result. . </param>
            <param name="useCaseCategories"> The category of the use case for the Tollfree Number. List as many are applicable.. </param>
            <param name="useCaseSummary"> Use this to further explain how messaging is used by the business or organization. </param>
            <param name="productionMessageSample"> An example of message content, i.e. a sample message. </param>
            <param name="optInImageUrls"> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </param>
            <param name="optInType">  </param>
            <param name="messageVolume"> Estimate monthly volume of messages from the Tollfree Number. </param>
            <param name="businessStreetAddress"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessStreetAddress2"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessCity"> The city of the business or organization using the Tollfree number. </param>
            <param name="businessStateProvinceRegion"> The state/province/region of the business or organization using the Tollfree number. </param>
            <param name="businessPostalCode"> The postal code of the business or organization using the Tollfree number. </param>
            <param name="businessCountry"> The country of the business or organization using the Tollfree number. </param>
            <param name="additionalInformation"> Additional information to be provided for verification. </param>
            <param name="businessContactFirstName"> The first name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactLastName"> The last name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactEmail"> The email address of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactPhone"> The E.164 formatted phone number of the contact for the business or organization using the Tollfree number. </param>
            <param name="editReason"> Describe why the verification is being edited. If the verification was rejected because of a technical issue, such as the website being down, and the issue has been resolved this parameter should be set to something similar to 'Website fixed'. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TollfreeVerification </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TollfreeVerificationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TollfreeVerificationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Sid">
            <summary> The unique string to identify Tollfree Verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Tollfree Verification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.CustomerProfileSid">
            <summary> Customer's Profile Bundle BundleSid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.TrustProductSid">
            <summary> Tollfree TrustProduct Bundle BundleSid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.RegulatedItemSid">
            <summary> The SID of the Regulated Item. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessName">
            <summary> The name of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessStreetAddress">
            <summary> The address of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessStreetAddress2">
            <summary> The address of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessCity">
            <summary> The city of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessStateProvinceRegion">
            <summary> The state/province/region of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessPostalCode">
            <summary> The postal code of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessCountry">
            <summary> The country of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessWebsite">
            <summary> The website of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessContactFirstName">
            <summary> The first name of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessContactLastName">
            <summary> The last name of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessContactEmail">
            <summary> The email address of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.BusinessContactPhone">
            <summary> The E.164 formatted phone number of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.NotificationEmail">
            <summary> The email address to receive the notification about the verification result. . </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.UseCaseCategories">
            <summary> The category of the use case for the Tollfree Number. List as many are applicable.. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.UseCaseSummary">
            <summary> Use this to further explain how messaging is used by the business or organization. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.ProductionMessageSample">
            <summary> An example of message content, i.e. a sample message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.OptInImageUrls">
            <summary> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.MessageVolume">
            <summary> Estimate monthly volume of messages from the Tollfree Number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.AdditionalInformation">
            <summary> Additional information to be provided for verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.TollfreePhoneNumberSid">
            <summary> The SID of the Phone Number associated with the Tollfree Verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.Url">
            <summary> The absolute URL of the Tollfree Verification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.RejectionReason">
            <summary> The rejection reason given when a Tollfree Verification has been rejected. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.ErrorCode">
            <summary> The error code given when a Tollfree Verification has been rejected. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.EditExpiration">
            <summary> The date and time when the ability to edit a rejected verification expires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.EditAllowed">
            <summary> If a rejected verification is allowed to be edited/resubmitted. Some rejection reasons allow editing and some do not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.RejectionReasons">
            <summary> A list of rejection reasons and codes describing why a Tollfree Verification has been rejected. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.ResourceLinks">
            <summary> The URLs of the documents associated with the Tollfree Verification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.TollfreeVerificationResource.ExternalReferenceId">
            <summary> An optional external reference ID supplied by customer and echoed back on status retrieval. </summary> 
        </member>
        <member name="T:Twilio.Rest.Messaging.V1.FetchUsecaseOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.FetchUsecaseOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UsecaseResource.Fetch(Twilio.Rest.Messaging.V1.FetchUsecaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Usecase parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Usecase </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UsecaseResource.FetchAsync(Twilio.Rest.Messaging.V1.FetchUsecaseOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Usecase parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Usecase </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UsecaseResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Usecase </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UsecaseResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Usecase </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UsecaseResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UsecaseResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UsecaseResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Messaging.V1.UsecaseResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Messaging.V1.UsecaseResource.Usecases">
            <summary> Human readable use case details (usecase, description and purpose) of Messaging Service Use Cases. </summary> 
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.CreateAccountConfigOptions">
            <summary> Create a config for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.CreateAccountConfigOptions.Key">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.CreateAccountConfigOptions.Value">
            <summary> The config value; up to 4096 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.CreateAccountConfigOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateAccountConfigOptions </summary>
            <param name="key"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.CreateAccountConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.DeleteAccountConfigOptions">
            <summary> Delete a config for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeleteAccountConfigOptions.PathKey">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeleteAccountConfigOptions.#ctor(System.String)">
            <summary> Construct a new DeleteAccountConfigOptions </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeleteAccountConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.FetchAccountConfigOptions">
            <summary> Retrieve a Config for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.FetchAccountConfigOptions.PathKey">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.FetchAccountConfigOptions.#ctor(System.String)">
            <summary> Construct a new FetchAccountConfigOptions </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.FetchAccountConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.ReadAccountConfigOptions">
            <summary> Retrieve a list of all Configs for an Account. </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.ReadAccountConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.UpdateAccountConfigOptions">
            <summary> Update a config for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateAccountConfigOptions.PathKey">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateAccountConfigOptions.Value">
            <summary> The config value; up to 4096 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.UpdateAccountConfigOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateAccountConfigOptions </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.UpdateAccountConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Create(Twilio.Rest.Microvisor.V1.CreateAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a config for an Account. </summary>
            <param name="options"> Create AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.CreateAsync(Twilio.Rest.Microvisor.V1.CreateAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a config for an Account. </summary>
            <param name="options"> Create AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a config for an Account. </summary>
            <param name="key"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a config for an Account. </summary>
            <param name="key"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.BuildDeleteRequest(Twilio.Rest.Microvisor.V1.DeleteAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for an Account. </summary>
            <param name="options"> Delete AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Delete(Twilio.Rest.Microvisor.V1.DeleteAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for an Account. </summary>
            <param name="options"> Delete AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.DeleteAsync(Twilio.Rest.Microvisor.V1.DeleteAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for an Account. </summary>
            <param name="options"> Delete AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for an Account. </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for an Account. </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Fetch(Twilio.Rest.Microvisor.V1.FetchAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Config for an Account. </summary>
            <param name="options"> Fetch AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.FetchAsync(Twilio.Rest.Microvisor.V1.FetchAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Config for an Account. </summary>
            <param name="options"> Fetch AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Config for an Account. </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Config for an Account. </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Read(Twilio.Rest.Microvisor.V1.ReadAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Configs for an Account. </summary>
            <param name="options"> Read AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.ReadAsync(Twilio.Rest.Microvisor.V1.ReadAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Configs for an Account. </summary>
            <param name="options"> Read AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Configs for an Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Configs for an Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.NextPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.AccountConfigResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.AccountConfigResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Update(Twilio.Rest.Microvisor.V1.UpdateAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a config for an Account. </summary>
            <param name="options"> Update AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.UpdateAsync(Twilio.Rest.Microvisor.V1.UpdateAccountConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a config for an Account. </summary>
            <param name="options"> Update AccountConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a config for an Account. </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a config for an Account. </summary>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AccountConfigResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AccountConfigResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountConfigResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AccountConfigResource.Key">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AccountConfigResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AccountConfigResource.Value">
            <summary> The config value; up to 4096 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AccountConfigResource.Url">
            <summary> The absolute URL of the Config. </summary> 
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.CreateAccountSecretOptions">
            <summary> Create a secret for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.CreateAccountSecretOptions.Key">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.CreateAccountSecretOptions.Value">
            <summary> The secret value; up to 4096 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.CreateAccountSecretOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateAccountSecretOptions </summary>
            <param name="key"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.CreateAccountSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.DeleteAccountSecretOptions">
            <summary> Delete a secret for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeleteAccountSecretOptions.PathKey">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeleteAccountSecretOptions.#ctor(System.String)">
            <summary> Construct a new DeleteAccountSecretOptions </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeleteAccountSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.FetchAccountSecretOptions">
            <summary> Retrieve a Secret for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.FetchAccountSecretOptions.PathKey">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.FetchAccountSecretOptions.#ctor(System.String)">
            <summary> Construct a new FetchAccountSecretOptions </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.FetchAccountSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.ReadAccountSecretOptions">
            <summary> Retrieve a list of all Secrets for an Account. </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.ReadAccountSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.UpdateAccountSecretOptions">
            <summary> Update a secret for an Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateAccountSecretOptions.PathKey">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateAccountSecretOptions.Value">
            <summary> The secret value; up to 4096 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.UpdateAccountSecretOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateAccountSecretOptions </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.UpdateAccountSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Create(Twilio.Rest.Microvisor.V1.CreateAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a secret for an Account. </summary>
            <param name="options"> Create AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.CreateAsync(Twilio.Rest.Microvisor.V1.CreateAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a secret for an Account. </summary>
            <param name="options"> Create AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a secret for an Account. </summary>
            <param name="key"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a secret for an Account. </summary>
            <param name="key"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.BuildDeleteRequest(Twilio.Rest.Microvisor.V1.DeleteAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for an Account. </summary>
            <param name="options"> Delete AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Delete(Twilio.Rest.Microvisor.V1.DeleteAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for an Account. </summary>
            <param name="options"> Delete AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.DeleteAsync(Twilio.Rest.Microvisor.V1.DeleteAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for an Account. </summary>
            <param name="options"> Delete AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for an Account. </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for an Account. </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Fetch(Twilio.Rest.Microvisor.V1.FetchAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Secret for an Account. </summary>
            <param name="options"> Fetch AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.FetchAsync(Twilio.Rest.Microvisor.V1.FetchAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Secret for an Account. </summary>
            <param name="options"> Fetch AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Secret for an Account. </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Secret for an Account. </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Read(Twilio.Rest.Microvisor.V1.ReadAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Secrets for an Account. </summary>
            <param name="options"> Read AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.ReadAsync(Twilio.Rest.Microvisor.V1.ReadAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Secrets for an Account. </summary>
            <param name="options"> Read AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Secrets for an Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Secrets for an Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.NextPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.AccountSecretResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.AccountSecretResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Update(Twilio.Rest.Microvisor.V1.UpdateAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a secret for an Account. </summary>
            <param name="options"> Update AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.UpdateAsync(Twilio.Rest.Microvisor.V1.UpdateAccountSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a secret for an Account. </summary>
            <param name="options"> Update AccountSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a secret for an Account. </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a secret for an Account. </summary>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccountSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AccountSecretResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AccountSecretResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AccountSecretResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AccountSecretResource.Key">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AccountSecretResource.DateRotated">
            <summary> The date_rotated </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AccountSecretResource.Url">
            <summary> The absolute URL of the Secret. </summary> 
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.DeleteAppOptions">
            <summary> Delete a specific App. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeleteAppOptions.PathSid">
            <summary> A 34-character string that uniquely identifies this App. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeleteAppOptions.#ctor(System.String)">
            <summary> Construct a new DeleteAppOptions </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this App. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeleteAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.FetchAppOptions">
            <summary> Fetch a specific App. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.FetchAppOptions.PathSid">
            <summary> A 34-character string that uniquely identifies this App. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.FetchAppOptions.#ctor(System.String)">
            <summary> Construct a new FetchAppOptions </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this App. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.FetchAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.ReadAppOptions">
            <summary> Retrieve a list of all Apps for an Account. </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.ReadAppOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.BuildDeleteRequest(Twilio.Rest.Microvisor.V1.DeleteAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific App. </summary>
            <param name="options"> Delete App parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.Delete(Twilio.Rest.Microvisor.V1.DeleteAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific App. </summary>
            <param name="options"> Delete App parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.DeleteAsync(Twilio.Rest.Microvisor.V1.DeleteAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific App. </summary>
            <param name="options"> Delete App parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific App. </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this App. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific App. </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this App. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.Fetch(Twilio.Rest.Microvisor.V1.FetchAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific App. </summary>
            <param name="options"> Fetch App parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.FetchAsync(Twilio.Rest.Microvisor.V1.FetchAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific App. </summary>
            <param name="options"> Fetch App parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific App. </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this App. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific App. </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this App. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.Read(Twilio.Rest.Microvisor.V1.ReadAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Apps for an Account. </summary>
            <param name="options"> Read App parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.ReadAsync(Twilio.Rest.Microvisor.V1.ReadAppOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Apps for an Account. </summary>
            <param name="options"> Read App parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Apps for an Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Apps for an Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of App </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.NextPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.AppResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.AppResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AppResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AppResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.AppResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AppResource.Sid">
            <summary> A 34-character string that uniquely identifies this App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AppResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AppResource.Hash">
            <summary> App manifest hash represented as `hash_algorithm:hash_value`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AppResource.UniqueName">
            <summary> A developer-defined string that uniquely identifies the App. This value must be unique for all Apps on this Account. The `unique_name` value may be used as an alternative to the `sid` in the URL path to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AppResource.DateCreated">
            <summary> The date that this App was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AppResource.DateUpdated">
            <summary> The date that this App was last updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AppResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.AppResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.App.FetchAppManifestOptions">
            <summary> Retrieve the Manifest for an App. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.App.FetchAppManifestOptions.PathAppSid">
            <summary> A 34-character string that uniquely identifies this App. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.App.FetchAppManifestOptions.#ctor(System.String)">
            <summary> Construct a new FetchAppManifestOptions </summary>
            <param name="pathAppSid"> A 34-character string that uniquely identifies this App. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.App.FetchAppManifestOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.App.AppManifestResource.Fetch(Twilio.Rest.Microvisor.V1.App.FetchAppManifestOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the Manifest for an App. </summary>
            <param name="options"> Fetch AppManifest parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AppManifest </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.App.AppManifestResource.FetchAsync(Twilio.Rest.Microvisor.V1.App.FetchAppManifestOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the Manifest for an App. </summary>
            <param name="options"> Fetch AppManifest parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AppManifest </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.App.AppManifestResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the Manifest for an App. </summary>
            <param name="pathAppSid"> A 34-character string that uniquely identifies this App. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AppManifest </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.App.AppManifestResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the Manifest for an App. </summary>
            <param name="pathAppSid"> A 34-character string that uniquely identifies this App. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AppManifest </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.App.AppManifestResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AppManifestResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AppManifestResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.App.AppManifestResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.App.AppManifestResource.AppSid">
            <summary> A 34-character string that uniquely identifies this App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.App.AppManifestResource.Hash">
            <summary> App manifest hash represented as `hash_algorithm:hash_value`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.App.AppManifestResource.EncodedBytes">
            <summary> The base-64 encoded manifest </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.App.AppManifestResource.Url">
            <summary> The absolute URL of this Manifest. </summary> 
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.FetchDeviceOptions">
            <summary> Fetch a specific Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.FetchDeviceOptions.PathSid">
            <summary> A 34-character string that uniquely identifies this Device. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.FetchDeviceOptions.#ctor(System.String)">
            <summary> Construct a new FetchDeviceOptions </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this Device. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.FetchDeviceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.ReadDeviceOptions">
            <summary> Retrieve a list of all Devices registered with the Account. </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.ReadDeviceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.UpdateDeviceOptions">
            <summary> Update a specific Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateDeviceOptions.PathSid">
            <summary> A 34-character string that uniquely identifies this Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateDeviceOptions.UniqueName">
            <summary> A unique and addressable name to be assigned to this Device by the developer. It may be used in place of the Device SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateDeviceOptions.TargetApp">
            <summary> The SID or unique name of the App to be targeted to the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateDeviceOptions.LoggingEnabled">
            <summary> A Boolean flag specifying whether to enable application logging. Logs will be enabled or extended for 24 hours. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.UpdateDeviceOptions.RestartApp">
            <summary> Set to true to restart the App running on the Device. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.UpdateDeviceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateDeviceOptions </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this Device. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.UpdateDeviceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.Fetch(Twilio.Rest.Microvisor.V1.FetchDeviceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Device. </summary>
            <param name="options"> Fetch Device parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.FetchAsync(Twilio.Rest.Microvisor.V1.FetchDeviceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Device. </summary>
            <param name="options"> Fetch Device parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Device. </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this Device. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Device. </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this Device. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.Read(Twilio.Rest.Microvisor.V1.ReadDeviceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Devices registered with the Account. </summary>
            <param name="options"> Read Device parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.ReadAsync(Twilio.Rest.Microvisor.V1.ReadDeviceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Devices registered with the Account. </summary>
            <param name="options"> Read Device parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Devices registered with the Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Devices registered with the Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.DeviceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.DeviceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.Update(Twilio.Rest.Microvisor.V1.UpdateDeviceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Device. </summary>
            <param name="options"> Update Device parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.UpdateAsync(Twilio.Rest.Microvisor.V1.UpdateDeviceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Device. </summary>
            <param name="options"> Update Device parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Device. </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this Device. </param>
            <param name="uniqueName"> A unique and addressable name to be assigned to this Device by the developer. It may be used in place of the Device SID. </param>
            <param name="targetApp"> The SID or unique name of the App to be targeted to the Device. </param>
            <param name="loggingEnabled"> A Boolean flag specifying whether to enable application logging. Logs will be enabled or extended for 24 hours. </param>
            <param name="restartApp"> Set to true to restart the App running on the Device. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Device. </summary>
            <param name="pathSid"> A 34-character string that uniquely identifies this Device. </param>
            <param name="uniqueName"> A unique and addressable name to be assigned to this Device by the developer. It may be used in place of the Device SID. </param>
            <param name="targetApp"> The SID or unique name of the App to be targeted to the Device. </param>
            <param name="loggingEnabled"> A Boolean flag specifying whether to enable application logging. Logs will be enabled or extended for 24 hours. </param>
            <param name="restartApp"> Set to true to restart the App running on the Device. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Device </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DeviceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DeviceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.DeviceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.Sid">
            <summary> A 34-character string that uniquely identifies this Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.UniqueName">
            <summary> A developer-defined string that uniquely identifies the Device. This value must be unique for all Devices on this Account. The `unique_name` value may be used as an alternative to the `sid` in the URL path to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.App">
            <summary> Information about the target App and the App reported by this Device. Contains the properties `target_sid`, `date_targeted`, `update_status` (one of `up-to-date`, `pending` and `error`), `update_error_code`, `reported_sid` and `date_reported`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.Logging">
            <summary> Object specifying whether application logging is enabled for this Device. Contains the properties `enabled` and `date_expires`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.DateCreated">
            <summary> The date that this Device was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.DateUpdated">
            <summary> The date that this Device was last updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.DeviceResource.Links">
            <summary> The absolute URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.CreateDeviceConfigOptions">
            <summary> Create a config for a Microvisor Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.CreateDeviceConfigOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.CreateDeviceConfigOptions.Key">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.CreateDeviceConfigOptions.Value">
            <summary> The config value; up to 4096 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.CreateDeviceConfigOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateDeviceConfigOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="key"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.CreateDeviceConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceConfigOptions">
            <summary> Delete a config for a Microvisor Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceConfigOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceConfigOptions.PathKey">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceConfigOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteDeviceConfigOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.FetchDeviceConfigOptions">
            <summary> Retrieve a Config for a Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.FetchDeviceConfigOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.FetchDeviceConfigOptions.PathKey">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.FetchDeviceConfigOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchDeviceConfigOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.FetchDeviceConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.ReadDeviceConfigOptions">
            <summary> Retrieve a list of all Configs for a Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.ReadDeviceConfigOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.ReadDeviceConfigOptions.#ctor(System.String)">
            <summary> Construct a new ListDeviceConfigOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.ReadDeviceConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceConfigOptions">
            <summary> Update a config for a Microvisor Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceConfigOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceConfigOptions.PathKey">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceConfigOptions.Value">
            <summary> The config value; up to 4096 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceConfigOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateDeviceConfigOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceConfigOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Create(Twilio.Rest.Microvisor.V1.Device.CreateDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a config for a Microvisor Device. </summary>
            <param name="options"> Create DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.CreateAsync(Twilio.Rest.Microvisor.V1.Device.CreateDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a config for a Microvisor Device. </summary>
            <param name="options"> Create DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a config for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="key"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a config for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="key"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.BuildDeleteRequest(Twilio.Rest.Microvisor.V1.Device.DeleteDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for a Microvisor Device. </summary>
            <param name="options"> Delete DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Delete(Twilio.Rest.Microvisor.V1.Device.DeleteDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for a Microvisor Device. </summary>
            <param name="options"> Delete DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.DeleteAsync(Twilio.Rest.Microvisor.V1.Device.DeleteDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for a Microvisor Device. </summary>
            <param name="options"> Delete DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a config for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Fetch(Twilio.Rest.Microvisor.V1.Device.FetchDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Config for a Device. </summary>
            <param name="options"> Fetch DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.FetchAsync(Twilio.Rest.Microvisor.V1.Device.FetchDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Config for a Device. </summary>
            <param name="options"> Fetch DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Config for a Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Config for a Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Read(Twilio.Rest.Microvisor.V1.Device.ReadDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Configs for a Device. </summary>
            <param name="options"> Read DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.ReadAsync(Twilio.Rest.Microvisor.V1.Device.ReadDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Configs for a Device. </summary>
            <param name="options"> Read DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Configs for a Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Configs for a Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.NextPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Update(Twilio.Rest.Microvisor.V1.Device.UpdateDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a config for a Microvisor Device. </summary>
            <param name="options"> Update DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.UpdateAsync(Twilio.Rest.Microvisor.V1.Device.UpdateDeviceConfigOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a config for a Microvisor Device. </summary>
            <param name="options"> Update DeviceConfig parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a config for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a config for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The config key; up to 100 characters. </param>
            <param name="value"> The config value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceConfig </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DeviceConfigResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DeviceConfigResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.DeviceSid">
            <summary> A 34-character string that uniquely identifies the parent Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Key">
            <summary> The config key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Value">
            <summary> The config value; up to 4096 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceConfigResource.Url">
            <summary> The absolute URL of the Config. </summary> 
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.CreateDeviceSecretOptions">
            <summary> Create a secret for a Microvisor Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.CreateDeviceSecretOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.CreateDeviceSecretOptions.Key">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.CreateDeviceSecretOptions.Value">
            <summary> The secret value; up to 4096 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.CreateDeviceSecretOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateDeviceSecretOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="key"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.CreateDeviceSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceSecretOptions">
            <summary> Delete a secret for a Microvisor Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceSecretOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceSecretOptions.PathKey">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceSecretOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteDeviceSecretOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeleteDeviceSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.FetchDeviceSecretOptions">
            <summary> Retrieve a Secret for a Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.FetchDeviceSecretOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.FetchDeviceSecretOptions.PathKey">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.FetchDeviceSecretOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchDeviceSecretOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.FetchDeviceSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.ReadDeviceSecretOptions">
            <summary> Retrieve a list of all Secrets for a Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.ReadDeviceSecretOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.ReadDeviceSecretOptions.#ctor(System.String)">
            <summary> Construct a new ListDeviceSecretOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.ReadDeviceSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceSecretOptions">
            <summary> Update a secret for a Microvisor Device. </summary>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceSecretOptions.PathDeviceSid">
            <summary> A 34-character string that uniquely identifies the Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceSecretOptions.PathKey">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceSecretOptions.Value">
            <summary> The secret value; up to 4096 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceSecretOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateDeviceSecretOptions </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.UpdateDeviceSecretOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Create(Twilio.Rest.Microvisor.V1.Device.CreateDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a secret for a Microvisor Device. </summary>
            <param name="options"> Create DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.CreateAsync(Twilio.Rest.Microvisor.V1.Device.CreateDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a secret for a Microvisor Device. </summary>
            <param name="options"> Create DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a secret for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="key"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a secret for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="key"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.BuildDeleteRequest(Twilio.Rest.Microvisor.V1.Device.DeleteDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for a Microvisor Device. </summary>
            <param name="options"> Delete DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Delete(Twilio.Rest.Microvisor.V1.Device.DeleteDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for a Microvisor Device. </summary>
            <param name="options"> Delete DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.DeleteAsync(Twilio.Rest.Microvisor.V1.Device.DeleteDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for a Microvisor Device. </summary>
            <param name="options"> Delete DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a secret for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Fetch(Twilio.Rest.Microvisor.V1.Device.FetchDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Secret for a Device. </summary>
            <param name="options"> Fetch DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.FetchAsync(Twilio.Rest.Microvisor.V1.Device.FetchDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Secret for a Device. </summary>
            <param name="options"> Fetch DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Secret for a Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Secret for a Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Read(Twilio.Rest.Microvisor.V1.Device.ReadDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Secrets for a Device. </summary>
            <param name="options"> Read DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.ReadAsync(Twilio.Rest.Microvisor.V1.Device.ReadDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Secrets for a Device. </summary>
            <param name="options"> Read DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Secrets for a Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Secrets for a Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.NextPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Update(Twilio.Rest.Microvisor.V1.Device.UpdateDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a secret for a Microvisor Device. </summary>
            <param name="options"> Update DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.UpdateAsync(Twilio.Rest.Microvisor.V1.Device.UpdateDeviceSecretOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a secret for a Microvisor Device. </summary>
            <param name="options"> Update DeviceSecret parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a secret for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a secret for a Microvisor Device. </summary>
            <param name="pathDeviceSid"> A 34-character string that uniquely identifies the Device. </param>
            <param name="pathKey"> The secret key; up to 100 characters. </param>
            <param name="value"> The secret value; up to 4096 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DeviceSecret </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DeviceSecretResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DeviceSecretResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.DeviceSid">
            <summary> A 34-character string that uniquely identifies the parent Device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Key">
            <summary> The secret key; up to 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.DateRotated">
            <summary> The date_rotated </summary> 
        </member>
        <member name="P:Twilio.Rest.Microvisor.V1.Device.DeviceSecretResource.Url">
            <summary> The absolute URL of the Secret. </summary> 
        </member>
        <member name="T:Twilio.Rest.Monitor.V1.FetchAlertOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.FetchAlertOptions.PathSid">
            <summary> The SID of the Alert resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.FetchAlertOptions.#ctor(System.String)">
            <summary> Construct a new FetchAlertOptions </summary>
            <param name="pathSid"> The SID of the Alert resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.FetchAlertOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Monitor.V1.ReadAlertOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadAlertOptions.LogLevel">
            <summary> Only show alerts for this log-level.  Can be: `error`, `warning`, `notice`, or `debug`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadAlertOptions.StartDate">
            <summary> Only include alerts that occurred on or after this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadAlertOptions.EndDate">
            <summary> Only include alerts that occurred on or before this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported. </summary> 
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.ReadAlertOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.Fetch(Twilio.Rest.Monitor.V1.FetchAlertOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Alert parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Alert </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.FetchAsync(Twilio.Rest.Monitor.V1.FetchAlertOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Alert parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Alert </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Alert resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Alert </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Alert resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Alert </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.Read(Twilio.Rest.Monitor.V1.ReadAlertOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Alert parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Alert </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.ReadAsync(Twilio.Rest.Monitor.V1.ReadAlertOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Alert parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Alert </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.Read(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="logLevel"> Only show alerts for this log-level.  Can be: `error`, `warning`, `notice`, or `debug`. </param>
            <param name="startDate"> Only include alerts that occurred on or after this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported. </param>
            <param name="endDate"> Only include alerts that occurred on or before this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Alert </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="logLevel"> Only show alerts for this log-level.  Can be: `error`, `warning`, `notice`, or `debug`. </param>
            <param name="startDate"> Only include alerts that occurred on or after this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported. </param>
            <param name="endDate"> Only include alerts that occurred on or before this date and time. Specify the date and time in GMT and format as `YYYY-MM-DD` or `YYYY-MM-DDThh:mm:ssZ`. Queries for alerts older than 30 days are not supported. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Alert </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.NextPage(Twilio.Base.Page{Twilio.Rest.Monitor.V1.AlertResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Monitor.V1.AlertResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AlertResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AlertResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.AlertResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Alert resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.AlertText">
            <summary> The text of the alert. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.ApiVersion">
            <summary> The API version used when the alert was generated.  Can be empty for events that don't have a specific API version. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.DateGenerated">
            <summary> The date and time in GMT when the alert was generated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.  Due to buffering, this can be different than `date_created`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.ErrorCode">
            <summary> The error code for the condition that generated the alert. See the [Error Dictionary](https://www.twilio.com/docs/api/errors) for possible causes and solutions to the error. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.LogLevel">
            <summary> The log level.  Can be: `error`, `warning`, `notice`, or `debug`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.MoreInfo">
            <summary> The URL of the page in our [Error Dictionary](https://www.twilio.com/docs/api/errors) with more information about the error condition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.RequestMethod">
            <summary> The method used by the request that generated the alert. If the alert was generated by a request we made to your server, this is the method we used. If the alert was generated by a request from your application to our API, this is the method your application used. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.RequestUrl">
            <summary> The URL of the request that generated the alert. If the alert was generated by a request we made to your server, this is the URL on your server that generated the alert. If the alert was generated by a request from your application to our API, this is the URL of the resource requested. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.RequestVariables">
            <summary> The variables passed in the request that generated the alert. This value is only returned when a single Alert resource is fetched. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.ResourceSid">
            <summary> The SID of the resource for which the alert was generated.  For instance, if your server failed to respond to an HTTP request during the flow of a particular call, this value would be the SID of the server.  This value is empty if the alert was not generated for a particular resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.ResponseBody">
            <summary> The response body of the request that generated the alert. This value is only returned when a single Alert resource is fetched. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.ResponseHeaders">
            <summary> The response headers of the request that generated the alert. This value is only returned when a single Alert resource is fetched. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.Sid">
            <summary> The unique string that we created to identify the Alert resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.Url">
            <summary> The absolute URL of the Alert resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.RequestHeaders">
            <summary> The request headers of the request that generated the alert. This value is only returned when a single Alert resource is fetched. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.AlertResource.ServiceSid">
            <summary> The SID of the service or resource that generated the alert. Can be `null`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Monitor.V1.FetchEventOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.FetchEventOptions.PathSid">
            <summary> The SID of the Event resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.FetchEventOptions.#ctor(System.String)">
            <summary> Construct a new FetchEventOptions </summary>
            <param name="pathSid"> The SID of the Event resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.FetchEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Monitor.V1.ReadEventOptions">
            <summary> Returns a list of events in the account, sorted by event-date. </summary>
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadEventOptions.ActorSid">
            <summary> Only include events initiated by this Actor. Useful for auditing actions taken by specific users or API credentials. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadEventOptions.EventType">
            <summary> Only include events of this [Event Type](https://www.twilio.com/docs/usage/monitor-events#event-types). </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadEventOptions.ResourceSid">
            <summary> Only include events that refer to this resource. Useful for discovering the history of a specific resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadEventOptions.SourceIpAddress">
            <summary> Only include events that originated from this IP address. Useful for tracking suspicious activity originating from the API or the Twilio Console. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadEventOptions.StartDate">
            <summary> Only include events that occurred on or after this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.ReadEventOptions.EndDate">
            <summary> Only include events that occurred on or before this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.ReadEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.Fetch(Twilio.Rest.Monitor.V1.FetchEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.FetchAsync(Twilio.Rest.Monitor.V1.FetchEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Event resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Event resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.Read(Twilio.Rest.Monitor.V1.ReadEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of events in the account, sorted by event-date. </summary>
            <param name="options"> Read Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.ReadAsync(Twilio.Rest.Monitor.V1.ReadEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of events in the account, sorted by event-date. </summary>
            <param name="options"> Read Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.Read(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of events in the account, sorted by event-date. </summary>
            <param name="actorSid"> Only include events initiated by this Actor. Useful for auditing actions taken by specific users or API credentials. </param>
            <param name="eventType"> Only include events of this [Event Type](https://www.twilio.com/docs/usage/monitor-events#event-types). </param>
            <param name="resourceSid"> Only include events that refer to this resource. Useful for discovering the history of a specific resource. </param>
            <param name="sourceIpAddress"> Only include events that originated from this IP address. Useful for tracking suspicious activity originating from the API or the Twilio Console. </param>
            <param name="startDate"> Only include events that occurred on or after this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only include events that occurred on or before this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.ReadAsync(System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of events in the account, sorted by event-date. </summary>
            <param name="actorSid"> Only include events initiated by this Actor. Useful for auditing actions taken by specific users or API credentials. </param>
            <param name="eventType"> Only include events of this [Event Type](https://www.twilio.com/docs/usage/monitor-events#event-types). </param>
            <param name="resourceSid"> Only include events that refer to this resource. Useful for discovering the history of a specific resource. </param>
            <param name="sourceIpAddress"> Only include events that originated from this IP address. Useful for tracking suspicious activity originating from the API or the Twilio Console. </param>
            <param name="startDate"> Only include events that occurred on or after this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only include events that occurred on or before this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.NextPage(Twilio.Base.Page{Twilio.Rest.Monitor.V1.EventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Monitor.V1.EventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EventResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EventResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Monitor.V1.EventResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Event resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.ActorSid">
            <summary> The SID of the actor that caused the event, if available. Can be `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.ActorType">
            <summary> The type of actor that caused the event. Can be: `user` for a change made by a logged-in user in the Twilio Console, `account` for an event caused by an API request by an authenticating Account, `twilio-admin` for an event caused by a Twilio employee, and so on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.Description">
            <summary> A description of the event. Can be `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.EventData">
            <summary> An object with additional data about the event. The  contents depend on `event_type`. For example, event-types of the form `RESOURCE.updated`, this value contains a `resource_properties` dictionary that describes the previous and updated properties of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.EventDate">
            <summary> The date and time in GMT when the event was recorded specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.EventType">
            <summary> The event's type. Event-types are typically in the form: `RESOURCE_TYPE.ACTION`, where `RESOURCE_TYPE` is the type of resource that was affected and `ACTION` is what happened to it. For example, `phone-number.created`. For a full list of all event-types, see the [Monitor Event Types](https://www.twilio.com/docs/usage/monitor-events#event-types). </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.ResourceSid">
            <summary> The SID of the resource that was affected. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.ResourceType">
            <summary> The type of resource that was affected. For a full list of all resource-types, see the [Monitor Event Types](https://www.twilio.com/docs/usage/monitor-events#event-types). </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.Sid">
            <summary> The unique string that we created to identify the Event resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.Source">
            <summary> The originating system or interface that caused the event.  Can be: `web` for events caused by user action in the Twilio Console, `api` for events caused by a request to our API, or   `twilio` for events caused by an automated or internal Twilio system. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.SourceIpAddress">
            <summary> The IP address of the source, if the source is outside the Twilio cloud. This value is `null` for events with `source` of `twilio` </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.Url">
            <summary> The absolute URL of the resource that was affected. Can be `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Monitor.V1.EventResource.Links">
            <summary> The absolute URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Notify.V1.CreateCredentialOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateCredentialOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateCredentialOptions.Certificate">
            <summary> [APN only] The URL-encoded representation of the certificate. Strip everything outside of the headers, e.g. `- - - - -BEGIN CERTIFICATE- - - - -MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A==- - - - -END CERTIFICATE- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateCredentialOptions.PrivateKey">
            <summary> [APN only] The URL-encoded representation of the private key. Strip everything outside of the headers, e.g. `- - - - -BEGIN RSA PRIVATE KEY- - - - -MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR\\\\n.- - - - -END RSA PRIVATE KEY- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateCredentialOptions.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateCredentialOptions.ApiKey">
            <summary> [GCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateCredentialOptions.Secret">
            <summary> [FCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CreateCredentialOptions.#ctor(Twilio.Rest.Notify.V1.CredentialResource.PushServiceEnum)">
            <summary> Construct a new CreateCredentialOptions </summary>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CreateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.DeleteCredentialOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.DeleteCredentialOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Credential resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.DeleteCredentialOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCredentialOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.DeleteCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.FetchCredentialOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.FetchCredentialOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Credential resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.FetchCredentialOptions.#ctor(System.String)">
            <summary> Construct a new FetchCredentialOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.FetchCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.ReadCredentialOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ReadCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.UpdateCredentialOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateCredentialOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Credential resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateCredentialOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateCredentialOptions.Certificate">
            <summary> [APN only] The URL-encoded representation of the certificate. Strip everything outside of the headers, e.g. `- - - - -BEGIN CERTIFICATE- - - - -MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A==- - - - -END CERTIFICATE- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateCredentialOptions.PrivateKey">
            <summary> [APN only] The URL-encoded representation of the private key. Strip everything outside of the headers, e.g. `- - - - -BEGIN RSA PRIVATE KEY- - - - -MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR\\\\n.- - - - -END RSA PRIVATE KEY- - - - -` </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateCredentialOptions.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateCredentialOptions.ApiKey">
            <summary> [GCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateCredentialOptions.Secret">
            <summary> [FCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.UpdateCredentialOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCredentialOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.UpdateCredentialOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Create(Twilio.Rest.Notify.V1.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.CreateAsync(Twilio.Rest.Notify.V1.CreateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Create(Twilio.Rest.Notify.V1.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL-encoded representation of the certificate. Strip everything outside of the headers, e.g. `- - - - -BEGIN CERTIFICATE- - - - -MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A==- - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL-encoded representation of the private key. Strip everything outside of the headers, e.g. `- - - - -BEGIN RSA PRIVATE KEY- - - - -MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR\\\\n.- - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </param>
            <param name="secret"> [FCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.CreateAsync(Twilio.Rest.Notify.V1.CredentialResource.PushServiceEnum,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="type">  </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL-encoded representation of the certificate. Strip everything outside of the headers, e.g. `- - - - -BEGIN CERTIFICATE- - - - -MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A==- - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL-encoded representation of the private key. Strip everything outside of the headers, e.g. `- - - - -BEGIN RSA PRIVATE KEY- - - - -MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR\\\\n.- - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </param>
            <param name="secret"> [FCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.BuildDeleteRequest(Twilio.Rest.Notify.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Delete(Twilio.Rest.Notify.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.DeleteAsync(Twilio.Rest.Notify.V1.DeleteCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Fetch(Twilio.Rest.Notify.V1.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.FetchAsync(Twilio.Rest.Notify.V1.FetchCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Read(Twilio.Rest.Notify.V1.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.ReadAsync(Twilio.Rest.Notify.V1.ReadCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.NextPage(Twilio.Base.Page{Twilio.Rest.Notify.V1.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Notify.V1.CredentialResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Update(Twilio.Rest.Notify.V1.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.UpdateAsync(Twilio.Rest.Notify.V1.UpdateCredentialOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Credential parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.Update(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL-encoded representation of the certificate. Strip everything outside of the headers, e.g. `- - - - -BEGIN CERTIFICATE- - - - -MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A==- - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL-encoded representation of the private key. Strip everything outside of the headers, e.g. `- - - - -BEGIN RSA PRIVATE KEY- - - - -MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR\\\\n.- - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </param>
            <param name="secret"> [FCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Credential resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="certificate"> [APN only] The URL-encoded representation of the certificate. Strip everything outside of the headers, e.g. `- - - - -BEGIN CERTIFICATE- - - - -MIIFnTCCBIWgAwIBAgIIAjy9H849+E8wDQYJKoZIhvcNAQEFBQAwgZYxCzAJBgNV.....A==- - - - -END CERTIFICATE- - - - -` </param>
            <param name="privateKey"> [APN only] The URL-encoded representation of the private key. Strip everything outside of the headers, e.g. `- - - - -BEGIN RSA PRIVATE KEY- - - - -MIIEpQIBAAKCAQEAuyf/lNrH9ck8DmNyo3fGgvCI1l9s+cmBY3WIz+cUDqmxiieR\\\\n.- - - - -END RSA PRIVATE KEY- - - - -` </param>
            <param name="sandbox"> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </param>
            <param name="apiKey"> [GCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </param>
            <param name="secret"> [FCM only] The `Server key` of your project from Firebase console under Settings / Cloud messaging. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Credential </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CredentialResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CredentialResource.Sid">
            <summary> The unique string that we created to identify the Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CredentialResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CredentialResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CredentialResource.Sandbox">
            <summary> [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CredentialResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CredentialResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CredentialResource.Url">
            <summary> The absolute URL of the Credential resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Notify.V1.CreateServiceOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.ApnCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.GcmCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.FacebookMessengerPageId">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.DefaultApnNotificationProtocolVersion">
            <summary> The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.DefaultGcmNotificationProtocolVersion">
            <summary> The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.FcmCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.DefaultFcmNotificationProtocolVersion">
            <summary> The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.LogEnabled">
            <summary> Whether to log notifications. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.AlexaSkillId">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.DefaultAlexaNotificationProtocolVersion">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.DeliveryCallbackUrl">
            <summary> URL to send delivery status callback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.CreateServiceOptions.DeliveryCallbackEnabled">
            <summary> Callback configuration that enables delivery callbacks, default false </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.DeleteServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.DeleteServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.FetchServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.FetchServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.ReadServiceOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ReadServiceOptions.FriendlyName">
            <summary> The string that identifies the Service resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.UpdateServiceOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.ApnCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.GcmCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.FacebookMessengerPageId">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.DefaultApnNotificationProtocolVersion">
            <summary> The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.DefaultGcmNotificationProtocolVersion">
            <summary> The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.FcmCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.DefaultFcmNotificationProtocolVersion">
            <summary> The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.LogEnabled">
            <summary> Whether to log notifications. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.AlexaSkillId">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.DefaultAlexaNotificationProtocolVersion">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.DeliveryCallbackUrl">
            <summary> URL to send delivery status callback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.UpdateServiceOptions.DeliveryCallbackEnabled">
            <summary> Callback configuration that enables delivery callbacks, default false </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Create(Twilio.Rest.Notify.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.CreateAsync(Twilio.Rest.Notify.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="apnCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. </param>
            <param name="gcmCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. </param>
            <param name="facebookMessengerPageId"> Deprecated. </param>
            <param name="defaultApnNotificationProtocolVersion"> The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="defaultGcmNotificationProtocolVersion"> The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="fcmCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. </param>
            <param name="defaultFcmNotificationProtocolVersion"> The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="logEnabled"> Whether to log notifications. Can be: `true` or `false` and the default is `true`. </param>
            <param name="alexaSkillId"> Deprecated. </param>
            <param name="defaultAlexaNotificationProtocolVersion"> Deprecated. </param>
            <param name="deliveryCallbackUrl"> URL to send delivery status callback. </param>
            <param name="deliveryCallbackEnabled"> Callback configuration that enables delivery callbacks, default false </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="apnCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. </param>
            <param name="gcmCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. </param>
            <param name="facebookMessengerPageId"> Deprecated. </param>
            <param name="defaultApnNotificationProtocolVersion"> The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="defaultGcmNotificationProtocolVersion"> The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="fcmCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. </param>
            <param name="defaultFcmNotificationProtocolVersion"> The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="logEnabled"> Whether to log notifications. Can be: `true` or `false` and the default is `true`. </param>
            <param name="alexaSkillId"> Deprecated. </param>
            <param name="defaultAlexaNotificationProtocolVersion"> Deprecated. </param>
            <param name="deliveryCallbackUrl"> URL to send delivery status callback. </param>
            <param name="deliveryCallbackEnabled"> Callback configuration that enables delivery callbacks, default false </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.BuildDeleteRequest(Twilio.Rest.Notify.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Delete(Twilio.Rest.Notify.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.DeleteAsync(Twilio.Rest.Notify.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Fetch(Twilio.Rest.Notify.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.FetchAsync(Twilio.Rest.Notify.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Read(Twilio.Rest.Notify.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.ReadAsync(Twilio.Rest.Notify.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="friendlyName"> The string that identifies the Service resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="friendlyName"> The string that identifies the Service resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Notify.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Notify.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Update(Twilio.Rest.Notify.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.UpdateAsync(Twilio.Rest.Notify.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.Update(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="apnCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. </param>
            <param name="gcmCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. </param>
            <param name="facebookMessengerPageId"> Deprecated. </param>
            <param name="defaultApnNotificationProtocolVersion"> The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="defaultGcmNotificationProtocolVersion"> The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="fcmCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. </param>
            <param name="defaultFcmNotificationProtocolVersion"> The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="logEnabled"> Whether to log notifications. Can be: `true` or `false` and the default is `true`. </param>
            <param name="alexaSkillId"> Deprecated. </param>
            <param name="defaultAlexaNotificationProtocolVersion"> Deprecated. </param>
            <param name="deliveryCallbackUrl"> URL to send delivery status callback. </param>
            <param name="deliveryCallbackEnabled"> Callback configuration that enables delivery callbacks, default false </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="apnCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. </param>
            <param name="gcmCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. This parameter must be set in order to send SMS notifications. </param>
            <param name="facebookMessengerPageId"> Deprecated. </param>
            <param name="defaultApnNotificationProtocolVersion"> The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="defaultGcmNotificationProtocolVersion"> The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="fcmCredentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. </param>
            <param name="defaultFcmNotificationProtocolVersion"> The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </param>
            <param name="logEnabled"> Whether to log notifications. Can be: `true` or `false` and the default is `true`. </param>
            <param name="alexaSkillId"> Deprecated. </param>
            <param name="defaultAlexaNotificationProtocolVersion"> Deprecated. </param>
            <param name="deliveryCallbackUrl"> URL to send delivery status callback. </param>
            <param name="deliveryCallbackEnabled"> Callback configuration that enables delivery callbacks, default false </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.Sid">
            <summary> The unique string that we created to identify the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.ApnCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for APN Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.GcmCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for GCM Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.FcmCredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) to use for FCM Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/sms/quickstart#messaging-services) to use for SMS Bindings. In order to send SMS notifications this parameter has to be set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.FacebookMessengerPageId">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.DefaultApnNotificationProtocolVersion">
            <summary> The protocol version to use for sending APNS notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.DefaultGcmNotificationProtocolVersion">
            <summary> The protocol version to use for sending GCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.DefaultFcmNotificationProtocolVersion">
            <summary> The protocol version to use for sending FCM notifications. Can be overridden on a Binding by Binding basis when creating a [Binding](https://www.twilio.com/docs/notify/api/binding-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.LogEnabled">
            <summary> Whether to log notifications. Can be: `true` or `false` and the default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.Url">
            <summary> The absolute URL of the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.Links">
            <summary> The URLs of the Binding, Notification, Segment, and User resources related to the service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.AlexaSkillId">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.DefaultAlexaNotificationProtocolVersion">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.DeliveryCallbackUrl">
            <summary> URL to send delivery status callback. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.ServiceResource.DeliveryCallbackEnabled">
            <summary> Callback configuration that enables delivery callbacks, default false </summary> 
        </member>
        <member name="T:Twilio.Rest.Notify.V1.Service.CreateBindingOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Up to 20 Bindings can be created for the same Identity in a given Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.Address">
            <summary> The channel-specific address. For APNS, the device token. For FCM and GCM, the registration token. For SMS, a phone number in E.164 format. For Facebook Messenger, the Messenger ID of the user or a phone number in E.164 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.Tag">
            <summary> A tag that can be used to select the Bindings to notify. Repeat this parameter to specify more than one tag, up to a total of 20 tags. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.NotificationProtocolVersion">
            <summary> The protocol version to use to send the notification. This defaults to the value of `default_xxxx_notification_protocol_version` for the protocol in the [Service](https://www.twilio.com/docs/notify/api/service-resource). The current version is `\\\"3\\\"` for `apn`, `fcm`, and `gcm` type Bindings. The parameter is not applicable to `sms` and `facebook-messenger` type Bindings as the data format is fixed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.CredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) resource to be used to send notifications to this Binding. If present, this overrides the Credential specified in the Service resource. Applies to only `apn`, `fcm`, and `gcm` type Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.Endpoint">
            <summary> Deprecated. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.#ctor(System.String,System.String,Twilio.Rest.Notify.V1.Service.BindingResource.BindingTypeEnum,System.String)">
            <summary> Construct a new CreateBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Up to 20 Bindings can be created for the same Identity in a given Service. </param>
            <param name="bindingType">  </param>
            <param name="address"> The channel-specific address. For APNS, the device token. For FCM and GCM, the registration token. For SMS, a phone number in E.164 format. For Facebook Messenger, the Messenger ID of the user or a phone number in E.164 format. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.CreateBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.Service.DeleteBindingOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.DeleteBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to delete the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.DeleteBindingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Binding resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.DeleteBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Binding resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.DeleteBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.Service.FetchBindingOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.FetchBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.FetchBindingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Binding resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.FetchBindingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Binding resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.FetchBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Notify.V1.Service.ReadBindingOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.ReadBindingOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.ReadBindingOptions.StartDate">
            <summary> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.ReadBindingOptions.EndDate">
            <summary> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.ReadBindingOptions.Identity">
            <summary> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.ReadBindingOptions.Tag">
            <summary> Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.ReadBindingOptions.#ctor(System.String)">
            <summary> Construct a new ListBindingOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.ReadBindingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.Create(Twilio.Rest.Notify.V1.Service.CreateBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.CreateAsync(Twilio.Rest.Notify.V1.Service.CreateBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.Create(System.String,System.String,Twilio.Rest.Notify.V1.Service.BindingResource.BindingTypeEnum,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Up to 20 Bindings can be created for the same Identity in a given Service. </param>
            <param name="bindingType">  </param>
            <param name="address"> The channel-specific address. For APNS, the device token. For FCM and GCM, the registration token. For SMS, a phone number in E.164 format. For Facebook Messenger, the Messenger ID of the user or a phone number in E.164 format. </param>
            <param name="tag"> A tag that can be used to select the Bindings to notify. Repeat this parameter to specify more than one tag, up to a total of 20 tags. </param>
            <param name="notificationProtocolVersion"> The protocol version to use to send the notification. This defaults to the value of `default_xxxx_notification_protocol_version` for the protocol in the [Service](https://www.twilio.com/docs/notify/api/service-resource). The current version is `\\\"3\\\"` for `apn`, `fcm`, and `gcm` type Bindings. The parameter is not applicable to `sms` and `facebook-messenger` type Bindings as the data format is fixed. </param>
            <param name="credentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) resource to be used to send notifications to this Binding. If present, this overrides the Credential specified in the Service resource. Applies to only `apn`, `fcm`, and `gcm` type Bindings. </param>
            <param name="endpoint"> Deprecated. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.CreateAsync(System.String,System.String,Twilio.Rest.Notify.V1.Service.BindingResource.BindingTypeEnum,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Up to 20 Bindings can be created for the same Identity in a given Service. </param>
            <param name="bindingType">  </param>
            <param name="address"> The channel-specific address. For APNS, the device token. For FCM and GCM, the registration token. For SMS, a phone number in E.164 format. For Facebook Messenger, the Messenger ID of the user or a phone number in E.164 format. </param>
            <param name="tag"> A tag that can be used to select the Bindings to notify. Repeat this parameter to specify more than one tag, up to a total of 20 tags. </param>
            <param name="notificationProtocolVersion"> The protocol version to use to send the notification. This defaults to the value of `default_xxxx_notification_protocol_version` for the protocol in the [Service](https://www.twilio.com/docs/notify/api/service-resource). The current version is `\\\"3\\\"` for `apn`, `fcm`, and `gcm` type Bindings. The parameter is not applicable to `sms` and `facebook-messenger` type Bindings as the data format is fixed. </param>
            <param name="credentialSid"> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) resource to be used to send notifications to this Binding. If present, this overrides the Credential specified in the Service resource. Applies to only `apn`, `fcm`, and `gcm` type Bindings. </param>
            <param name="endpoint"> Deprecated. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.BuildDeleteRequest(Twilio.Rest.Notify.V1.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.Delete(Twilio.Rest.Notify.V1.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.DeleteAsync(Twilio.Rest.Notify.V1.Service.DeleteBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Binding resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to delete the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Binding resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.Fetch(Twilio.Rest.Notify.V1.Service.FetchBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.FetchAsync(Twilio.Rest.Notify.V1.Service.FetchBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Binding resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Binding resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.Read(Twilio.Rest.Notify.V1.Service.ReadBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.ReadAsync(Twilio.Rest.Notify.V1.Service.ReadBindingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Binding parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.Read(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. </param>
            <param name="tag"> Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from. </param>
            <param name="startDate"> Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`. </param>
            <param name="endDate"> Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`. </param>
            <param name="identity"> The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read. </param>
            <param name="tag"> Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Binding </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Notify.V1.Service.BindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Notify.V1.Service.BindingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BindingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BindingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.BindingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.Sid">
            <summary> The unique string that we created to identify the Binding resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Binding resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.CredentialSid">
            <summary> The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) resource to be used to send notifications to this Binding. If present, this overrides the Credential specified in the Service resource. Applicable only to `apn`, `fcm`, and `gcm` type Bindings. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.NotificationProtocolVersion">
            <summary> The protocol version to use to send the notification. This defaults to the value of `default_xxxx_notification_protocol_version` in the [Service](https://www.twilio.com/docs/notify/api/service-resource) for the protocol. The current version is `\"3\"` for `apn`, `fcm`, and `gcm` type Bindings. The parameter is not applicable to `sms` and `facebook-messenger` type Bindings as the data format is fixed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.Endpoint">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.Identity">
            <summary> The `identity` value that uniquely identifies the resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Up to 20 Bindings can be created for the same Identity in a given Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.BindingType">
            <summary> The transport technology to use for the Binding. Can be: `apn`, `fcm`, `gcm`, `sms`, or `facebook-messenger`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.Address">
            <summary> The channel-specific address. For APNS, the device token. For FCM and GCM, the registration token. For SMS, a phone number in E.164 format. For Facebook Messenger, the Messenger ID of the user or a phone number in E.164 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.Tags">
            <summary> The list of tags associated with this Binding. Tags can be used to select the Bindings to use when sending a notification. Maximum 20 tags are allowed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.Url">
            <summary> The absolute URL of the Binding resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.BindingResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Body">
            <summary> The notification text. For FCM and GCM, translates to `data.twi_body`. For APNS, translates to `aps.alert.body`. For SMS, translates to `body`. SMS requires either this `body` value, or `media_urls` attribute defined in the `sms` parameter of the notification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Ttl">
            <summary> How long, in seconds, the notification is valid. Can be an integer between 0 and 2,419,200, which is 4 weeks, the default and the maximum supported time to live (TTL). Delivery should be attempted if the device is offline until the TTL elapses. Zero means that the notification delivery is attempted immediately, only once, and is not stored for future delivery. SMS does not support this property. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Title">
            <summary> The notification title. For FCM and GCM, this translates to the `data.twi_title` value. For APNS, this translates to the `aps.alert.title` value. SMS does not support this property. This field is not visible on iOS phones and tablets but appears on Apple Watch and Android devices. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Sound">
            <summary> The name of the sound to be played for the notification. For FCM and GCM, this Translates to `data.twi_sound`.  For APNS, this translates to `aps.sound`.  SMS does not support this property. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Action">
            <summary> The actions to display for the notification. For APNS, translates to the `aps.category` value. For GCM, translates to the `data.twi_action` value. For SMS, this parameter is not supported and is omitted from deliveries to those channels. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Data">
            <summary> The custom key-value pairs of the notification's payload. For FCM and GCM, this value translates to `data` in the FCM and GCM payloads. FCM and GCM [reserve certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref) that cannot be used in those channels. For APNS, attributes of `data` are inserted into the APNS payload as custom properties outside of the `aps` dictionary. In all channels, we reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed and are rejected as 400 Bad request with no delivery attempted. For SMS, this parameter is not supported and is omitted from deliveries to those channels. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Apn">
            <summary> The APNS-specific payload that overrides corresponding attributes in the generic payload for APNS Bindings. This property maps to the APNS `Payload` item, therefore the `aps` key must be used to change standard attributes. Adds custom key-value pairs to the root of the dictionary. See the [APNS documentation](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html) for more details. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Gcm">
            <summary> The GCM-specific payload that overrides corresponding attributes in the generic payload for GCM Bindings.  This property maps to the root JSON dictionary. See the [GCM documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref) for more details. Target parameters `to`, `registration_ids`, and `notification_key` are not allowed. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. GCM also [reserves certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref). </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Sms">
            <summary> The SMS-specific payload that overrides corresponding attributes in the generic payload for SMS Bindings.  Each attribute in this value maps to the corresponding `form` parameter of the Twilio [Message](https://www.twilio.com/docs/sms/quickstart) resource.  These parameters of the Message resource are supported in snake case format: `body`, `media_urls`, `status_callback`, and `max_price`.  The `status_callback` parameter overrides the corresponding parameter in the messaging service, if configured. The `media_urls` property expects a JSON array. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.FacebookMessenger">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Fcm">
            <summary> The FCM-specific payload that overrides corresponding attributes in the generic payload for FCM Bindings. This property maps to the root JSON dictionary. See the [FCM documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref#downstream) for more details. Target parameters `to`, `registration_ids`, `condition`, and `notification_key` are not allowed in this parameter. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. FCM also [reserves certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref), which cannot be used in that channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Segment">
            <summary> The Segment resource is deprecated. Use the `tag` parameter, instead. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Alexa">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.ToBinding">
            <summary> The destination address specified as a JSON string.  Multiple `to_binding` parameters can be included but the total size of the request entity should not exceed 1MB. This is typically sufficient for 10,000 phone numbers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.DeliveryCallbackUrl">
            <summary> URL to send webhooks. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Identity">
            <summary> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Delivery will be attempted only to Bindings with an Identity in this list. No more than 20 items are allowed in this list. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.Tag">
            <summary> A tag that selects the Bindings to notify. Repeat this parameter to specify more than one tag, up to a total of 5 tags. The implicit tag `all` is available to notify all Bindings in a Service instance. Similarly, the implicit tags `apn`, `fcm`, `gcm`, `sms` and `facebook-messenger` are available to notify all Bindings in a specific channel. </summary> 
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.#ctor(System.String)">
            <summary> Construct a new CreateNotificationOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under. </param>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.CreateNotificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.NotificationResource.Create(Twilio.Rest.Notify.V1.Service.CreateNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.NotificationResource.CreateAsync(Twilio.Rest.Notify.V1.Service.CreateNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.NotificationResource.Create(System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Notify.V1.Service.NotificationResource.PriorityEnum,System.Nullable{System.Int32},System.String,System.String,System.String,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Collections.Generic.List{System.String},System.Object,System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Delivery will be attempted only to Bindings with an Identity in this list. No more than 20 items are allowed in this list. </param>
            <param name="tag"> A tag that selects the Bindings to notify. Repeat this parameter to specify more than one tag, up to a total of 5 tags. The implicit tag `all` is available to notify all Bindings in a Service instance. Similarly, the implicit tags `apn`, `fcm`, `gcm`, `sms` and `facebook-messenger` are available to notify all Bindings in a specific channel. </param>
            <param name="body"> The notification text. For FCM and GCM, translates to `data.twi_body`. For APNS, translates to `aps.alert.body`. For SMS, translates to `body`. SMS requires either this `body` value, or `media_urls` attribute defined in the `sms` parameter of the notification. </param>
            <param name="priority">  </param>
            <param name="ttl"> How long, in seconds, the notification is valid. Can be an integer between 0 and 2,419,200, which is 4 weeks, the default and the maximum supported time to live (TTL). Delivery should be attempted if the device is offline until the TTL elapses. Zero means that the notification delivery is attempted immediately, only once, and is not stored for future delivery. SMS does not support this property. </param>
            <param name="title"> The notification title. For FCM and GCM, this translates to the `data.twi_title` value. For APNS, this translates to the `aps.alert.title` value. SMS does not support this property. This field is not visible on iOS phones and tablets but appears on Apple Watch and Android devices. </param>
            <param name="sound"> The name of the sound to be played for the notification. For FCM and GCM, this Translates to `data.twi_sound`.  For APNS, this translates to `aps.sound`.  SMS does not support this property. </param>
            <param name="action"> The actions to display for the notification. For APNS, translates to the `aps.category` value. For GCM, translates to the `data.twi_action` value. For SMS, this parameter is not supported and is omitted from deliveries to those channels. </param>
            <param name="data"> The custom key-value pairs of the notification's payload. For FCM and GCM, this value translates to `data` in the FCM and GCM payloads. FCM and GCM [reserve certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref) that cannot be used in those channels. For APNS, attributes of `data` are inserted into the APNS payload as custom properties outside of the `aps` dictionary. In all channels, we reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed and are rejected as 400 Bad request with no delivery attempted. For SMS, this parameter is not supported and is omitted from deliveries to those channels. </param>
            <param name="apn"> The APNS-specific payload that overrides corresponding attributes in the generic payload for APNS Bindings. This property maps to the APNS `Payload` item, therefore the `aps` key must be used to change standard attributes. Adds custom key-value pairs to the root of the dictionary. See the [APNS documentation](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html) for more details. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. </param>
            <param name="gcm"> The GCM-specific payload that overrides corresponding attributes in the generic payload for GCM Bindings.  This property maps to the root JSON dictionary. See the [GCM documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref) for more details. Target parameters `to`, `registration_ids`, and `notification_key` are not allowed. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. GCM also [reserves certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref). </param>
            <param name="sms"> The SMS-specific payload that overrides corresponding attributes in the generic payload for SMS Bindings.  Each attribute in this value maps to the corresponding `form` parameter of the Twilio [Message](https://www.twilio.com/docs/sms/quickstart) resource.  These parameters of the Message resource are supported in snake case format: `body`, `media_urls`, `status_callback`, and `max_price`.  The `status_callback` parameter overrides the corresponding parameter in the messaging service, if configured. The `media_urls` property expects a JSON array. </param>
            <param name="facebookMessenger"> Deprecated. </param>
            <param name="fcm"> The FCM-specific payload that overrides corresponding attributes in the generic payload for FCM Bindings. This property maps to the root JSON dictionary. See the [FCM documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref#downstream) for more details. Target parameters `to`, `registration_ids`, `condition`, and `notification_key` are not allowed in this parameter. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. FCM also [reserves certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref), which cannot be used in that channel. </param>
            <param name="segment"> The Segment resource is deprecated. Use the `tag` parameter, instead. </param>
            <param name="alexa"> Deprecated. </param>
            <param name="toBinding"> The destination address specified as a JSON string.  Multiple `to_binding` parameters can be included but the total size of the request entity should not exceed 1MB. This is typically sufficient for 10,000 phone numbers. </param>
            <param name="deliveryCallbackUrl"> URL to send webhooks. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.NotificationResource.CreateAsync(System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Notify.V1.Service.NotificationResource.PriorityEnum,System.Nullable{System.Int32},System.String,System.String,System.String,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Collections.Generic.List{System.String},System.Object,System.Collections.Generic.List{System.String},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to create the resource under. </param>
            <param name="identity"> The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Delivery will be attempted only to Bindings with an Identity in this list. No more than 20 items are allowed in this list. </param>
            <param name="tag"> A tag that selects the Bindings to notify. Repeat this parameter to specify more than one tag, up to a total of 5 tags. The implicit tag `all` is available to notify all Bindings in a Service instance. Similarly, the implicit tags `apn`, `fcm`, `gcm`, `sms` and `facebook-messenger` are available to notify all Bindings in a specific channel. </param>
            <param name="body"> The notification text. For FCM and GCM, translates to `data.twi_body`. For APNS, translates to `aps.alert.body`. For SMS, translates to `body`. SMS requires either this `body` value, or `media_urls` attribute defined in the `sms` parameter of the notification. </param>
            <param name="priority">  </param>
            <param name="ttl"> How long, in seconds, the notification is valid. Can be an integer between 0 and 2,419,200, which is 4 weeks, the default and the maximum supported time to live (TTL). Delivery should be attempted if the device is offline until the TTL elapses. Zero means that the notification delivery is attempted immediately, only once, and is not stored for future delivery. SMS does not support this property. </param>
            <param name="title"> The notification title. For FCM and GCM, this translates to the `data.twi_title` value. For APNS, this translates to the `aps.alert.title` value. SMS does not support this property. This field is not visible on iOS phones and tablets but appears on Apple Watch and Android devices. </param>
            <param name="sound"> The name of the sound to be played for the notification. For FCM and GCM, this Translates to `data.twi_sound`.  For APNS, this translates to `aps.sound`.  SMS does not support this property. </param>
            <param name="action"> The actions to display for the notification. For APNS, translates to the `aps.category` value. For GCM, translates to the `data.twi_action` value. For SMS, this parameter is not supported and is omitted from deliveries to those channels. </param>
            <param name="data"> The custom key-value pairs of the notification's payload. For FCM and GCM, this value translates to `data` in the FCM and GCM payloads. FCM and GCM [reserve certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref) that cannot be used in those channels. For APNS, attributes of `data` are inserted into the APNS payload as custom properties outside of the `aps` dictionary. In all channels, we reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed and are rejected as 400 Bad request with no delivery attempted. For SMS, this parameter is not supported and is omitted from deliveries to those channels. </param>
            <param name="apn"> The APNS-specific payload that overrides corresponding attributes in the generic payload for APNS Bindings. This property maps to the APNS `Payload` item, therefore the `aps` key must be used to change standard attributes. Adds custom key-value pairs to the root of the dictionary. See the [APNS documentation](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html) for more details. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. </param>
            <param name="gcm"> The GCM-specific payload that overrides corresponding attributes in the generic payload for GCM Bindings.  This property maps to the root JSON dictionary. See the [GCM documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref) for more details. Target parameters `to`, `registration_ids`, and `notification_key` are not allowed. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. GCM also [reserves certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref). </param>
            <param name="sms"> The SMS-specific payload that overrides corresponding attributes in the generic payload for SMS Bindings.  Each attribute in this value maps to the corresponding `form` parameter of the Twilio [Message](https://www.twilio.com/docs/sms/quickstart) resource.  These parameters of the Message resource are supported in snake case format: `body`, `media_urls`, `status_callback`, and `max_price`.  The `status_callback` parameter overrides the corresponding parameter in the messaging service, if configured. The `media_urls` property expects a JSON array. </param>
            <param name="facebookMessenger"> Deprecated. </param>
            <param name="fcm"> The FCM-specific payload that overrides corresponding attributes in the generic payload for FCM Bindings. This property maps to the root JSON dictionary. See the [FCM documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref#downstream) for more details. Target parameters `to`, `registration_ids`, `condition`, and `notification_key` are not allowed in this parameter. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. FCM also [reserves certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref), which cannot be used in that channel. </param>
            <param name="segment"> The Segment resource is deprecated. Use the `tag` parameter, instead. </param>
            <param name="alexa"> Deprecated. </param>
            <param name="toBinding"> The destination address specified as a JSON string.  Multiple `to_binding` parameters can be included but the total size of the request entity should not exceed 1MB. This is typically sufficient for 10,000 phone numbers. </param>
            <param name="deliveryCallbackUrl"> URL to send webhooks. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.NotificationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NotificationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NotificationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Notify.V1.Service.NotificationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Sid">
            <summary> The unique string that we created to identify the Notification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Notification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Identities">
            <summary> The list of `identity` values of the Users to notify. We will attempt to deliver notifications only to Bindings with an identity in this list. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Tags">
            <summary> The tags that select the Bindings to notify. Notifications will be attempted only to Bindings that have all of the tags listed in this property. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Segments">
            <summary> The list of Segments to notify. The [Segment](https://www.twilio.com/docs/notify/api/segment-resource) resource is deprecated. Use the `tags` property, instead. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Ttl">
            <summary> How long, in seconds, the notification is valid. Can be an integer between 0 and 2,419,200, which is 4 weeks, the default and the maximum supported time to live (TTL). Delivery should be attempted if the device is offline until the TTL elapses. Zero means that the notification delivery is attempted immediately, only once, and is not stored for future delivery. SMS does not support this property. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Title">
            <summary> The notification title. For FCM and GCM, this translates to the `data.twi_title` value. For APNS, this translates to the `aps.alert.title` value. SMS does not support this property. This field is not visible on iOS phones and tablets but appears on Apple Watch and Android devices. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Body">
            <summary> The notification text. For FCM and GCM, translates to `data.twi_body`. For APNS, translates to `aps.alert.body`. For SMS, translates to `body`. SMS requires either this `body` value, or `media_urls` attribute defined in the `sms` parameter of the notification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Sound">
            <summary> The name of the sound to be played for the notification. For FCM and GCM, this Translates to `data.twi_sound`.  For APNS, this translates to `aps.sound`.  SMS does not support this property. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Action">
            <summary> The actions to display for the notification. For APNS, translates to the `aps.category` value. For GCM, translates to the `data.twi_action` value. For SMS, this parameter is not supported and is omitted from deliveries to those channels. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Data">
            <summary> The custom key-value pairs of the notification's payload. For FCM and GCM, this value translates to `data` in the FCM and GCM payloads. FCM and GCM [reserve certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref) that cannot be used in those channels. For APNS, attributes of `data` are inserted into the APNS payload as custom properties outside of the `aps` dictionary. In all channels, we reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed and are rejected as 400 Bad request with no delivery attempted. For SMS, this parameter is not supported and is omitted from deliveries to those channels. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Apn">
            <summary> The APNS-specific payload that overrides corresponding attributes in the generic payload for APNS Bindings. This property maps to the APNS `Payload` item, therefore the `aps` key must be used to change standard attributes. Adds custom key-value pairs to the root of the dictionary. See the [APNS documentation](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html) for more details. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Gcm">
            <summary> The GCM-specific payload that overrides corresponding attributes in the generic payload for GCM Bindings.  This property maps to the root JSON dictionary. Target parameters `to`, `registration_ids`, and `notification_key` are not allowed. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Fcm">
            <summary> The FCM-specific payload that overrides corresponding attributes in the generic payload for FCM Bindings. This property maps to the root JSON dictionary. See the [FCM documentation](https://firebase.google.com/docs/cloud-messaging/http-server-ref#downstream) for more details. Target parameters `to`, `registration_ids`, `condition`, and `notification_key` are not allowed in this parameter. We reserve keys that start with `twi_` for future use. Custom keys that start with `twi_` are not allowed. FCM also [reserves certain keys](https://firebase.google.com/docs/cloud-messaging/http-server-ref), which cannot be used in that channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Sms">
            <summary> The SMS-specific payload that overrides corresponding attributes in the generic payload for SMS Bindings.  Each attribute in this value maps to the corresponding `form` parameter of the Twilio [Message](https://www.twilio.com/docs/sms/api/message-resource) resource.  These parameters of the Message resource are supported in snake case format: `body`, `media_urls`, `status_callback`, and `max_price`.  The `status_callback` parameter overrides the corresponding parameter in the messaging service, if configured. The `media_urls` property expects a JSON array. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.FacebookMessenger">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Notify.V1.Service.NotificationResource.Alexa">
            <summary> Deprecated. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.CreateBulkEligibilityOptions">
            <summary> Create a bulk eligibility check for a set of numbers that you want to host in Twilio. </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.CreateBulkEligibilityOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.FetchBulkEligibilityOptions">
            <summary> Fetch an eligibility bulk check that you requested to host in Twilio. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.FetchBulkEligibilityOptions.PathRequestId">
            <summary> The SID of the bulk eligibility check that you want to know about. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchBulkEligibilityOptions.#ctor(System.String)">
            <summary> Construct a new FetchBulkEligibilityOptions </summary>
            <param name="pathRequestId"> The SID of the bulk eligibility check that you want to know about. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchBulkEligibilityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.Create(Twilio.Rest.Numbers.V1.CreateBulkEligibilityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a bulk eligibility check for a set of numbers that you want to host in Twilio. </summary>
            <param name="options"> Create BulkEligibility parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkEligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.CreateAsync(Twilio.Rest.Numbers.V1.CreateBulkEligibilityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a bulk eligibility check for a set of numbers that you want to host in Twilio. </summary>
            <param name="options"> Create BulkEligibility parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkEligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.Create(Twilio.Clients.ITwilioRestClient)">
            <summary> Create a bulk eligibility check for a set of numbers that you want to host in Twilio. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkEligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.CreateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Create a bulk eligibility check for a set of numbers that you want to host in Twilio. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkEligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.Fetch(Twilio.Rest.Numbers.V1.FetchBulkEligibilityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an eligibility bulk check that you requested to host in Twilio. </summary>
            <param name="options"> Fetch BulkEligibility parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkEligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.FetchAsync(Twilio.Rest.Numbers.V1.FetchBulkEligibilityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an eligibility bulk check that you requested to host in Twilio. </summary>
            <param name="options"> Fetch BulkEligibility parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkEligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an eligibility bulk check that you requested to host in Twilio. </summary>
            <param name="pathRequestId"> The SID of the bulk eligibility check that you want to know about. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkEligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an eligibility bulk check that you requested to host in Twilio. </summary>
            <param name="pathRequestId"> The SID of the bulk eligibility check that you want to know about. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkEligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BulkEligibilityResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BulkEligibilityResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.BulkEligibilityResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.BulkEligibilityResource.RequestId">
            <summary> The SID of the bulk eligibility check that you want to know about. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.BulkEligibilityResource.Url">
            <summary> This is the url of the request that you're trying to reach out to locate the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.BulkEligibilityResource.Results">
            <summary> The result set that contains the eligibility check response for each requested number, each result has at least the following attributes:  phone_number: The requested phone number ,hosting_account_sid: The account sid where the phone number will be hosted, country: Phone number’s country, eligibility_status: Indicates the eligibility status of the PN (Eligible/Ineligible), eligibility_sub_status: Indicates the sub status of the eligibility , ineligibility_reason: Reason for number's ineligibility (if applicable), next_step: Suggested next step in the hosting process based on the eligibility status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.BulkEligibilityResource.FriendlyName">
            <summary> This is the string that you assigned as a friendly name for describing the eligibility check request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.BulkEligibilityResource.Status">
            <summary> This is the status of the bulk eligibility check request. (Example: COMPLETE, IN_PROGRESS) </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.BulkEligibilityResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.BulkEligibilityResource.DateCompleted">
            <summary> The date_completed </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.CreateEligibilityOptions">
            <summary> Create an eligibility check for a number that you want to host in Twilio. </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.CreateEligibilityOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.EligibilityResource.Create(Twilio.Rest.Numbers.V1.CreateEligibilityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create an eligibility check for a number that you want to host in Twilio. </summary>
            <param name="options"> Create Eligibility parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Eligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.EligibilityResource.CreateAsync(Twilio.Rest.Numbers.V1.CreateEligibilityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create an eligibility check for a number that you want to host in Twilio. </summary>
            <param name="options"> Create Eligibility parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Eligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.EligibilityResource.Create(Twilio.Clients.ITwilioRestClient)">
            <summary> Create an eligibility check for a number that you want to host in Twilio. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Eligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.EligibilityResource.CreateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Create an eligibility check for a number that you want to host in Twilio. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Eligibility </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.EligibilityResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EligibilityResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EligibilityResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.EligibilityResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.EligibilityResource.Results">
            <summary> The result set that contains the eligibility check response for the requested number, each result has at least the following attributes:  phone_number: The requested phone number ,hosting_account_sid: The account sid where the phone number will be hosted, date_last_checked: Datetime (ISO 8601) when the PN was last checked for eligibility, country: Phone number’s country, eligibility_status: Indicates the eligibility status of the PN (Eligible/Ineligible), eligibility_sub_status: Indicates the sub status of the eligibility , ineligibility_reason: Reason for number's ineligibility (if applicable), next_step: Suggested next step in the hosting process based on the eligibility status. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.FetchPortingPortabilityOptions">
            <summary> Check if a single phone number can be ported to Twilio </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.FetchPortingPortabilityOptions.PathPhoneNumber">
            <summary> Phone number to check portability in e164 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.FetchPortingPortabilityOptions.TargetAccountSid">
            <summary> Account Sid to which the number will be ported. This can be used to determine if a sub account already has the number in its inventory or a different sub account. If this is not provided, the authenticated account will be assumed to be the target account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.FetchPortingPortabilityOptions.AddressSid">
            <summary> Address Sid of customer to which the number will be ported. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchPortingPortabilityOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new FetchPortingPortabilityOptions </summary>
            <param name="pathPhoneNumber"> Phone number to check portability in e164 format. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchPortingPortabilityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortabilityResource.Fetch(Twilio.Rest.Numbers.V1.FetchPortingPortabilityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a single phone number can be ported to Twilio </summary>
            <param name="options"> Fetch PortingPortability parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortability </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortabilityResource.FetchAsync(Twilio.Rest.Numbers.V1.FetchPortingPortabilityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a single phone number can be ported to Twilio </summary>
            <param name="options"> Fetch PortingPortability parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortability </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortabilityResource.Fetch(Twilio.Types.PhoneNumber,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a single phone number can be ported to Twilio </summary>
            <param name="pathPhoneNumber"> Phone number to check portability in e164 format. </param>
            <param name="targetAccountSid"> Account Sid to which the number will be ported. This can be used to determine if a sub account already has the number in its inventory or a different sub account. If this is not provided, the authenticated account will be assumed to be the target account. </param>
            <param name="addressSid"> Address Sid of customer to which the number will be ported. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortability </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortabilityResource.FetchAsync(Twilio.Types.PhoneNumber,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a single phone number can be ported to Twilio </summary>
            <param name="pathPhoneNumber"> Phone number to check portability in e164 format. </param>
            <param name="targetAccountSid"> Account Sid to which the number will be ported. This can be used to determine if a sub account already has the number in its inventory or a different sub account. If this is not provided, the authenticated account will be assumed to be the target account. </param>
            <param name="addressSid"> Address Sid of customer to which the number will be ported. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortability </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortabilityResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PortingPortabilityResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PortingPortabilityResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortabilityResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortabilityResource.PhoneNumber">
            <summary> The phone number which portability is to be checked. Phone numbers are in E.164 format (e.g. +16175551212). </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortabilityResource.AccountSid">
            <summary> Account Sid that the phone number belongs to in Twilio. This is only returned for phone numbers that already exist in Twilio’s inventory and belong to your account or sub account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortabilityResource.Portable">
            <summary> Boolean flag indicates if the phone number can be ported into Twilio through the Porting API or not. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortabilityResource.PinAndAccountNumberRequired">
            <summary> Indicates if the port in process will require a personal identification number (PIN) and an account number for this phone number. If this is true you will be required to submit both a PIN and account number from the losing carrier for this number when opening a port in request. These fields will be required in order to complete the port in process to Twilio. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortabilityResource.NotPortableReason">
            <summary> Reason why the phone number cannot be ported into Twilio, `null` otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortabilityResource.NotPortableReasonCode">
            <summary> The Portability Reason Code for the phone number if it cannot be ported into Twilio, `null` otherwise. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortabilityResource.Country">
            <summary> Country the phone number belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortabilityResource.Url">
            <summary> This is the url of the request that you're trying to reach out to locate the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.CreatePortingPortInOptions">
            <summary> Allows to create a new port in request </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.CreatePortingPortInOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.DeletePortingPortInOptions">
            <summary> Allows to cancel a port in request by SID </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.DeletePortingPortInOptions.PathPortInRequestSid">
            <summary> The SID of the Port In request. This is a unique identifier of the port in request. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.DeletePortingPortInOptions.#ctor(System.String)">
            <summary> Construct a new DeletePortingPortInOptions </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.DeletePortingPortInOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.FetchPortingPortInOptions">
            <summary> Fetch a port in request by SID </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.FetchPortingPortInOptions.PathPortInRequestSid">
            <summary> The SID of the Port In request. This is a unique identifier of the port in request. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchPortingPortInOptions.#ctor(System.String)">
            <summary> Construct a new FetchPortingPortInOptions </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchPortingPortInOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.DeletePortingPortInPhoneNumberOptions">
            <summary> Allows to cancel a port in request phone number by SID </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.DeletePortingPortInPhoneNumberOptions.PathPortInRequestSid">
            <summary> The SID of the Port In request. This is a unique identifier of the port in request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.DeletePortingPortInPhoneNumberOptions.PathPhoneNumberSid">
            <summary> The SID of the Port In request phone number. This is a unique identifier of the phone number. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.DeletePortingPortInPhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeletePortingPortInPhoneNumberOptions </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="pathPhoneNumberSid"> The SID of the Port In request phone number. This is a unique identifier of the phone number. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.DeletePortingPortInPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.FetchPortingPortInPhoneNumberOptions">
            <summary> Fetch a phone number by port in request SID and phone number SID </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.FetchPortingPortInPhoneNumberOptions.PathPortInRequestSid">
            <summary> The SID of the Port In request. This is a unique identifier of the port in request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.FetchPortingPortInPhoneNumberOptions.PathPhoneNumberSid">
            <summary> The SID of the Phone number. This is a unique identifier of the phone number. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchPortingPortInPhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchPortingPortInPhoneNumberOptions </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="pathPhoneNumberSid"> The SID of the Phone number. This is a unique identifier of the phone number. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchPortingPortInPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.BuildDeleteRequest(Twilio.Rest.Numbers.V1.DeletePortingPortInPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request phone number by SID </summary>
            <param name="options"> Delete PortingPortInPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.Delete(Twilio.Rest.Numbers.V1.DeletePortingPortInPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request phone number by SID </summary>
            <param name="options"> Delete PortingPortInPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.DeleteAsync(Twilio.Rest.Numbers.V1.DeletePortingPortInPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request phone number by SID </summary>
            <param name="options"> Delete PortingPortInPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request phone number by SID </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="pathPhoneNumberSid"> The SID of the Port In request phone number. This is a unique identifier of the phone number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request phone number by SID </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="pathPhoneNumberSid"> The SID of the Port In request phone number. This is a unique identifier of the phone number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.Fetch(Twilio.Rest.Numbers.V1.FetchPortingPortInPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a phone number by port in request SID and phone number SID </summary>
            <param name="options"> Fetch PortingPortInPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.FetchAsync(Twilio.Rest.Numbers.V1.FetchPortingPortInPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a phone number by port in request SID and phone number SID </summary>
            <param name="options"> Fetch PortingPortInPhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a phone number by port in request SID and phone number SID </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="pathPhoneNumberSid"> The SID of the Phone number. This is a unique identifier of the phone number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a phone number by port in request SID and phone number SID </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="pathPhoneNumberSid"> The SID of the Phone number. This is a unique identifier of the phone number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortInPhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PortingPortInPhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PortingPortInPhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.PortInRequestSid">
            <summary> The unique identifier for the port in request that this phone number is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.PhoneNumberSid">
            <summary> The unique identifier for this phone number associated with this port in request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.Url">
            <summary> URL reference for this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.AccountSid">
            <summary> Account Sid or subaccount where the phone number(s) will be Ported. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.PhoneNumberType">
            <summary> The number type of the phone number. This can be: toll-free, local, mobile or unknown. This field may be null if the number is not portable or if the portability for a number has not yet been evaluated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.DateCreated">
            <summary> The timestamp for when this port in phone number was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.Country">
            <summary> The ISO country code that this number is associated with. This field may be null if the number is not portable or if the portability for a number has not yet been evaluated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.MissingRequiredFields">
            <summary> Indicates if the phone number is missing required fields such as a PIN or account number. This field may be null if the number is not portable or if the portability for a number has not yet been evaluated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.LastUpdated">
            <summary> Timestamp indicating when the Port In Phone Number resource was last modified. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.PhoneNumber">
            <summary> Phone number to be ported. This will be in the E164 Format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.Portable">
            <summary> If the number is portable by Twilio or not. This field may be null if the number portability has not yet been evaluated. If a number is not portable reference the `not_portability_reason_code` and `not_portability_reason` fields for more details </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.NotPortabilityReason">
            <summary> The not portability reason code description. This field may be null if the number is portable or if the portability for a number has not yet been evaluated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.NotPortabilityReasonCode">
            <summary> The not portability reason code. This field may be null if the number is portable or if the portability for a number has not yet been evaluated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.PortInPhoneNumberStatus">
            <summary> The status of the port in phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.PortOutPin">
            <summary> The pin required by the losing carrier to do the port out. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.RejectionReason">
            <summary> The description of the rejection reason provided by the losing carrier. This field may be null if the number has not been rejected by the losing carrier. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.RejectionReasonCode">
            <summary> The code for the rejection reason provided by the losing carrier. This field may be null if the number has not been rejected by the losing carrier. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInPhoneNumberResource.PortDate">
            <summary> The timestamp the phone number will be ported. This will only be set once a port date has been confirmed. Not all carriers can guarantee a specific time on the port date. Twilio will try its best to get the port completed by this time on the port date. Please subscribe to webhooks for confirmation on when a port has actually been completed. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.Create(Twilio.Rest.Numbers.V1.CreatePortingPortInOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to create a new port in request </summary>
            <param name="options"> Create PortingPortIn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.CreateAsync(Twilio.Rest.Numbers.V1.CreatePortingPortInOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to create a new port in request </summary>
            <param name="options"> Create PortingPortIn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.Create(Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to create a new port in request </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.CreateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to create a new port in request </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.BuildDeleteRequest(Twilio.Rest.Numbers.V1.DeletePortingPortInOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request by SID </summary>
            <param name="options"> Delete PortingPortIn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.Delete(Twilio.Rest.Numbers.V1.DeletePortingPortInOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request by SID </summary>
            <param name="options"> Delete PortingPortIn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.DeleteAsync(Twilio.Rest.Numbers.V1.DeletePortingPortInOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request by SID </summary>
            <param name="options"> Delete PortingPortIn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request by SID </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to cancel a port in request by SID </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.Fetch(Twilio.Rest.Numbers.V1.FetchPortingPortInOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a port in request by SID </summary>
            <param name="options"> Fetch PortingPortIn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.FetchAsync(Twilio.Rest.Numbers.V1.FetchPortingPortInOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a port in request by SID </summary>
            <param name="options"> Fetch PortingPortIn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a port in request by SID </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a port in request by SID </summary>
            <param name="pathPortInRequestSid"> The SID of the Port In request. This is a unique identifier of the port in request. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingPortIn </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PortingPortInResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PortingPortInResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingPortInResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.PortInRequestSid">
            <summary> The SID of the Port In request. This is a unique identifier of the port in request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.Url">
            <summary> The URL of this Port In request </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.AccountSid">
            <summary> Account Sid or subaccount where the phone number(s) will be Ported </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.NotificationEmails">
            <summary> Additional emails to send a copy of the signed LOA to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.TargetPortInDate">
            <summary> Target date to port the number. We cannot guarantee that this date will be honored by the other carriers, please work with Ops to get a confirmation of the firm order commitment (FOC) date. Expected format is ISO Local Date, example: ‘2011-12-03`. This date must be at least 7 days in the future for US ports and 10 days in the future for Japanese ports. (This value is only available for custom porting customers.) </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.TargetPortInTimeRangeStart">
            <summary> The earliest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'. (This value is only available for custom porting customers.) </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.TargetPortInTimeRangeEnd">
            <summary> The latest time that the port should occur on the target port in date. Expected format is ISO Offset Time, example: ‘10:15:00-08:00'.  (This value is only available for custom porting customers.) </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.PortInRequestStatus">
            <summary> The status of the port in request. The possible values are: In progress, Completed, Expired, In review, Waiting for Signature, Action Required, and Canceled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.LosingCarrierInformation">
            <summary> Details regarding the customer’s information with the losing carrier. These values will be used to generate the letter of authorization and should match the losing carrier’s data as closely as possible to ensure the port is accepted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.PhoneNumbers">
            <summary> The phone_numbers </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.Documents">
            <summary> List of document SIDs for all phone numbers included in the port in request. At least one document SID referring to a document of the type Utility Bill is required. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingPortInResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.DeletePortingWebhookConfigurationDeleteOptions">
            <summary> Allows the client to delete a webhook configuration. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.DeletePortingWebhookConfigurationDeleteOptions.PathWebhookType">
            <summary> The webhook type for the configuration to be delete. `PORT_IN`, `PORT_OUT` </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.DeletePortingWebhookConfigurationDeleteOptions.#ctor(Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.WebhookTypeEnum)">
            <summary> Construct a new DeletePortingWebhookConfigurationDeleteOptions </summary>
            <param name="pathWebhookType"> The webhook type for the configuration to be delete. `PORT_IN`, `PORT_OUT` </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.DeletePortingWebhookConfigurationDeleteOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.BuildDeleteRequest(Twilio.Rest.Numbers.V1.DeletePortingWebhookConfigurationDeleteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows the client to delete a webhook configuration. </summary>
            <param name="options"> Delete PortingWebhookConfigurationDelete parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingWebhookConfigurationDelete </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.Delete(Twilio.Rest.Numbers.V1.DeletePortingWebhookConfigurationDeleteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows the client to delete a webhook configuration. </summary>
            <param name="options"> Delete PortingWebhookConfigurationDelete parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingWebhookConfigurationDelete </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.DeleteAsync(Twilio.Rest.Numbers.V1.DeletePortingWebhookConfigurationDeleteOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows the client to delete a webhook configuration. </summary>
            <param name="options"> Delete PortingWebhookConfigurationDelete parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingWebhookConfigurationDelete </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.Delete(Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.WebhookTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows the client to delete a webhook configuration. </summary>
            <param name="pathWebhookType"> The webhook type for the configuration to be delete. `PORT_IN`, `PORT_OUT` </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingWebhookConfigurationDelete </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.DeleteAsync(Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.WebhookTypeEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows the client to delete a webhook configuration. </summary>
            <param name="pathWebhookType"> The webhook type for the configuration to be delete. `PORT_IN`, `PORT_OUT` </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingWebhookConfigurationDelete </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PortingWebhookConfigurationDeleteResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PortingWebhookConfigurationDeleteResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationDeleteResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.CreatePortingWebhookConfigurationOptions">
            <summary> Create a Webhook Configuration </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.CreatePortingWebhookConfigurationOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.Create(Twilio.Rest.Numbers.V1.CreatePortingWebhookConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Webhook Configuration </summary>
            <param name="options"> Create PortingWebhookConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingWebhookConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.CreateAsync(Twilio.Rest.Numbers.V1.CreatePortingWebhookConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Webhook Configuration </summary>
            <param name="options"> Create PortingWebhookConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingWebhookConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.Create(Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Webhook Configuration </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PortingWebhookConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.CreateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Webhook Configuration </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PortingWebhookConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PortingWebhookConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PortingWebhookConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.Url">
            <summary> The URL of the webhook configuration request </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.PortInTargetUrl">
            <summary> The complete webhook url that will be called when a notification event for port in request or port in phone number happens </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.PortOutTargetUrl">
            <summary> The complete webhook url that will be called when a notification event for a port out phone number happens. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.PortingWebhookConfigurationResource.NotificationsOf">
            <summary> A list to filter what notification events to receive for this account and its sub accounts. If it is an empty list, then it means that there are no filters for the notifications events to send in each webhook and all events will get sent. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.CreateSigningRequestConfigurationOptions">
            <summary> Synchronous operation to insert or update a configuration for the customer. </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.CreateSigningRequestConfigurationOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.ReadSigningRequestConfigurationOptions">
            <summary> Synchronous operation to retrieve configurations for the customer. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.ReadSigningRequestConfigurationOptions.Country">
            <summary> The country ISO code to apply this configuration, this is an optional field, Example: US, MX </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.ReadSigningRequestConfigurationOptions.Product">
            <summary> The product or service for which is requesting the signature, this is an optional field, Example: Porting, Hosting </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.ReadSigningRequestConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.Create(Twilio.Rest.Numbers.V1.CreateSigningRequestConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Synchronous operation to insert or update a configuration for the customer. </summary>
            <param name="options"> Create SigningRequestConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningRequestConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.CreateAsync(Twilio.Rest.Numbers.V1.CreateSigningRequestConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Synchronous operation to insert or update a configuration for the customer. </summary>
            <param name="options"> Create SigningRequestConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningRequestConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.Create(Twilio.Clients.ITwilioRestClient)">
            <summary> Synchronous operation to insert or update a configuration for the customer. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningRequestConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.CreateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Synchronous operation to insert or update a configuration for the customer. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningRequestConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.Read(Twilio.Rest.Numbers.V1.ReadSigningRequestConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Synchronous operation to retrieve configurations for the customer. </summary>
            <param name="options"> Read SigningRequestConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningRequestConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.ReadAsync(Twilio.Rest.Numbers.V1.ReadSigningRequestConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Synchronous operation to retrieve configurations for the customer. </summary>
            <param name="options"> Read SigningRequestConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningRequestConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Synchronous operation to retrieve configurations for the customer. </summary>
            <param name="country"> The country ISO code to apply this configuration, this is an optional field, Example: US, MX </param>
            <param name="product"> The product or service for which is requesting the signature, this is an optional field, Example: Porting, Hosting </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SigningRequestConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Synchronous operation to retrieve configurations for the customer. </summary>
            <param name="country"> The country ISO code to apply this configuration, this is an optional field, Example: US, MX </param>
            <param name="product"> The product or service for which is requesting the signature, this is an optional field, Example: Porting, Hosting </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SigningRequestConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SigningRequestConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SigningRequestConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.LogoSid">
            <summary> The SID of the document  that includes the logo that will appear in the LOA. To upload documents follow the following guide: https://www.twilio.com/docs/phone-numbers/regulatory/getting-started/create-new-bundle-public-rest-apis#supporting-document-create  </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.FriendlyName">
            <summary> This is the string that you assigned as a friendly name for describing the creation of the configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.Product">
            <summary> The product or service for which is requesting the signature. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.Country">
            <summary> The country ISO code to apply the configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.EmailSubject">
            <summary> Subject of the email that the end client will receive ex: “Twilio Hosting Request”, maximum length of 255 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.EmailMessage">
            <summary> Content of the email that the end client will receive ex: “This is a Hosting request from Twilio, please check the document and sign it”, maximum length of 5,000 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.UrlRedirection">
            <summary> Url the end client will be redirected after signing a document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.SigningRequestConfigurationResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V1.FetchWebhookOptions">
            <summary> Allows to fetch the webhook configuration </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.FetchWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.WebhookResource.Fetch(Twilio.Rest.Numbers.V1.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to fetch the webhook configuration </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.WebhookResource.FetchAsync(Twilio.Rest.Numbers.V1.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to fetch the webhook configuration </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.WebhookResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to fetch the webhook configuration </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.WebhookResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Allows to fetch the webhook configuration </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.WebhookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebhookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebhookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V1.WebhookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.WebhookResource.Url">
            <summary> The URL of the webhook configuration request </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.WebhookResource.PortInTargetUrl">
            <summary> The complete webhook url that will be called when a notification event for port in request or port in phone number happens </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.WebhookResource.PortOutTargetUrl">
            <summary> The complete webhook url that will be called when a notification event for a port out phone number happens. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.WebhookResource.NotificationsOf">
            <summary> A list to filter what notification events to receive for this account and its sub accounts. If it is an empty list, then it means that there are no filters for the notifications events to send in each webhook and all events will get sent. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.WebhookResource.PortInTargetDateCreated">
            <summary> Creation date for the port in webhook configuration </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V1.WebhookResource.PortOutTargetDateCreated">
            <summary> Creation date for the port out webhook configuration </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions.Email">
            <summary> Email that this AuthorizationDocument will be sent to for signing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions.ContactPhoneNumber">
            <summary> The contact phone number of the person authorized to sign the Authorization Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions.HostedNumberOrderSids">
            <summary> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions.ContactTitle">
            <summary> The title of the person authorized to sign the Authorization Document for this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions.CcEmails">
            <summary> Email recipients who will be informed when an Authorization Document has been sent and signed. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions.#ctor(System.String,System.String,Twilio.Types.PhoneNumber,System.Collections.Generic.List{System.String})">
            <summary> Construct a new CreateAuthorizationDocumentOptions </summary>
            <param name="addressSid"> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </param>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="hostedNumberOrderSids"> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.DeleteAuthorizationDocumentOptions">
            <summary> Cancel the AuthorizationDocument request. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.DeleteAuthorizationDocumentOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this AuthorizationDocument. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.DeleteAuthorizationDocumentOptions.#ctor(System.String)">
            <summary> Construct a new DeleteAuthorizationDocumentOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.DeleteAuthorizationDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.FetchAuthorizationDocumentOptions">
            <summary> Fetch a specific AuthorizationDocument. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.FetchAuthorizationDocumentOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this AuthorizationDocument. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.FetchAuthorizationDocumentOptions.#ctor(System.String)">
            <summary> Construct a new FetchAuthorizationDocumentOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.FetchAuthorizationDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.ReadAuthorizationDocumentOptions">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.ReadAuthorizationDocumentOptions.Email">
            <summary> Email that this AuthorizationDocument will be sent to for signing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.ReadAuthorizationDocumentOptions.Status">
            <summary> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.ReadAuthorizationDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Create(Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
            <param name="options"> Create AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.CreateAsync(Twilio.Rest.Numbers.V2.CreateAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
            <param name="options"> Create AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Create(System.String,System.String,Twilio.Types.PhoneNumber,System.Collections.Generic.List{System.String},System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
            <param name="addressSid"> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </param>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="hostedNumberOrderSids"> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="ccEmails"> Email recipients who will be informed when an Authorization Document has been sent and signed. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.CreateAsync(System.String,System.String,Twilio.Types.PhoneNumber,System.Collections.Generic.List{System.String},System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
            <param name="addressSid"> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </param>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="hostedNumberOrderSids"> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="ccEmails"> Email recipients who will be informed when an Authorization Document has been sent and signed. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.BuildDeleteRequest(Twilio.Rest.Numbers.V2.DeleteAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the AuthorizationDocument request. </summary>
            <param name="options"> Delete AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Delete(Twilio.Rest.Numbers.V2.DeleteAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the AuthorizationDocument request. </summary>
            <param name="options"> Delete AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.DeleteAsync(Twilio.Rest.Numbers.V2.DeleteAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the AuthorizationDocument request. </summary>
            <param name="options"> Delete AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the AuthorizationDocument request. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the AuthorizationDocument request. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Fetch(Twilio.Rest.Numbers.V2.FetchAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific AuthorizationDocument. </summary>
            <param name="options"> Fetch AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.FetchAsync(Twilio.Rest.Numbers.V2.FetchAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific AuthorizationDocument. </summary>
            <param name="options"> Fetch AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific AuthorizationDocument. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific AuthorizationDocument. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Read(Twilio.Rest.Numbers.V2.ReadAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
            <param name="options"> Read AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.ReadAsync(Twilio.Rest.Numbers.V2.ReadAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
            <param name="options"> Read AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Read(System.String,Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="status"> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.ReadAsync(System.String,Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="status"> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.AuthorizationDocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.AuthorizationDocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthorizationDocumentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthorizationDocumentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Sid">
            <summary> A 34 character string that uniquely identifies this AuthorizationDocument. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Email">
            <summary> Email that this AuthorizationDocument will be sent to for signing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.CcEmails">
            <summary> Email recipients who will be informed when an Authorization Document has been sent and signed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.DateCreated">
            <summary> The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.DateUpdated">
            <summary> The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocumentResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.PathSigningDocumentSid">
            <summary> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.Status">
            <summary> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.PhoneNumber">
            <summary> An E164 formatted phone number hosted by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.IncomingPhoneNumberSid">
            <summary> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.FriendlyName">
            <summary> A human readable description of this resource, up to 128 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.#ctor(System.String)">
            <summary> Construct a new ListDependentHostedNumberOrderOptions </summary>
            <param name="pathSigningDocumentSid"> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.Read(Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
            <param name="options"> Read DependentHostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DependentHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.ReadAsync(Twilio.Rest.Numbers.V2.AuthorizationDocument.ReadDependentHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
            <param name="options"> Read DependentHostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DependentHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.Read(System.String,Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.StatusEnum,Twilio.Types.PhoneNumber,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
            <param name="pathSigningDocumentSid"> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </param>
            <param name="status"> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </param>
            <param name="phoneNumber"> An E164 formatted phone number hosted by this HostedNumberOrder. </param>
            <param name="incomingPhoneNumberSid"> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </param>
            <param name="friendlyName"> A human readable description of this resource, up to 128 characters. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DependentHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.ReadAsync(System.String,Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.StatusEnum,Twilio.Types.PhoneNumber,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
            <param name="pathSigningDocumentSid"> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </param>
            <param name="status"> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </param>
            <param name="phoneNumber"> An E164 formatted phone number hosted by this HostedNumberOrder. </param>
            <param name="incomingPhoneNumberSid"> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </param>
            <param name="friendlyName"> A human readable description of this resource, up to 128 characters. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DependentHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DependentHostedNumberOrderResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DependentHostedNumberOrderResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.Sid">
            <summary> A 34 character string that uniquely identifies this Authorization Document </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.BulkHostingRequestSid">
            <summary> A 34 character string that uniquely identifies the bulk hosting request associated with this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.NextStep">
            <summary> The next step you need to take to complete the hosted number order and request it successfully. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.IncomingPhoneNumberSid">
            <summary> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.SigningDocumentSid">
            <summary> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.PhoneNumber">
            <summary> An E164 formatted phone number hosted by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.FriendlyName">
            <summary> A human readable description of this resource, up to 128 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.FailureReason">
            <summary> A message that explains why a hosted_number_order went to status \"action-required\" </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.DateCreated">
            <summary> The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.DateUpdated">
            <summary> The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.Email">
            <summary> Email of the owner of this phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.CcEmails">
            <summary> Email recipients who will be informed when an Authorization Document has been sent and signed </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.ContactTitle">
            <summary> The title of the person authorized to sign the Authorization Document for this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.AuthorizationDocument.DependentHostedNumberOrderResource.ContactPhoneNumber">
            <summary> The contact phone number of the person authorized to sign the Authorization Document. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.CreateBulkHostedNumberOrderOptions">
            <summary> Host multiple phone numbers on Twilio's platform. </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.CreateBulkHostedNumberOrderOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.FetchBulkHostedNumberOrderOptions">
            <summary> Fetch a specific BulkHostedNumberOrder. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.FetchBulkHostedNumberOrderOptions.PathBulkHostingSid">
            <summary> A 34 character string that uniquely identifies this BulkHostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.FetchBulkHostedNumberOrderOptions.OrderStatus">
            <summary> Order status can be used for filtering on Hosted Number Order status values. To see a complete list of order statuses, please check 'https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/hosted-number-order-resource#status-values'. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.FetchBulkHostedNumberOrderOptions.#ctor(System.String)">
            <summary> Construct a new FetchBulkHostedNumberOrderOptions </summary>
            <param name="pathBulkHostingSid"> A 34 character string that uniquely identifies this BulkHostedNumberOrder. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.FetchBulkHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.Create(Twilio.Rest.Numbers.V2.CreateBulkHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Host multiple phone numbers on Twilio's platform. </summary>
            <param name="options"> Create BulkHostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.CreateAsync(Twilio.Rest.Numbers.V2.CreateBulkHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Host multiple phone numbers on Twilio's platform. </summary>
            <param name="options"> Create BulkHostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.Create(Twilio.Clients.ITwilioRestClient)">
            <summary> Host multiple phone numbers on Twilio's platform. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.CreateAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Host multiple phone numbers on Twilio's platform. </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.Fetch(Twilio.Rest.Numbers.V2.FetchBulkHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific BulkHostedNumberOrder. </summary>
            <param name="options"> Fetch BulkHostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.FetchAsync(Twilio.Rest.Numbers.V2.FetchBulkHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific BulkHostedNumberOrder. </summary>
            <param name="options"> Fetch BulkHostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific BulkHostedNumberOrder. </summary>
            <param name="pathBulkHostingSid"> A 34 character string that uniquely identifies this BulkHostedNumberOrder. </param>
            <param name="orderStatus"> Order status can be used for filtering on Hosted Number Order status values. To see a complete list of order statuses, please check 'https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/hosted-number-order-resource#status-values'. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific BulkHostedNumberOrder. </summary>
            <param name="pathBulkHostingSid"> A 34 character string that uniquely identifies this BulkHostedNumberOrder. </param>
            <param name="orderStatus"> Order status can be used for filtering on Hosted Number Order status values. To see a complete list of order statuses, please check 'https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/hosted-number-order-resource#status-values'. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BulkHostedNumberOrderResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BulkHostedNumberOrderResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.BulkHostingSid">
            <summary> A 34 character string that uniquely identifies this BulkHostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.FriendlyName">
            <summary> A 128 character string that is a human-readable text that describes this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.NotificationEmail">
            <summary> Email address used for send notifications about this Bulk hosted number request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.DateCreated">
            <summary> The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.DateCompleted">
            <summary> The date that this resource was completed, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.Url">
            <summary> The URL of this BulkHostedNumberOrder resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.TotalCount">
            <summary> The total count of phone numbers in this Bulk hosting request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BulkHostedNumberOrderResource.Results">
            <summary> Contains a list of all the individual hosting orders and their information, for this Bulk request. Each result object is grouped by its order status. To see a complete list of order status, please check 'https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/hosted-number-order-resource#status-values'. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.CreateBundleCloneOptions">
            <summary> Creates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundle </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateBundleCloneOptions.PathBundleSid">
            <summary> The unique string that identifies the Bundle to be cloned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateBundleCloneOptions.TargetAccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) where the bundle needs to be cloned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateBundleCloneOptions.MoveToDraft">
            <summary> If set to true, the cloned bundle will be in the DRAFT state, else it will be twilio-approved </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateBundleCloneOptions.FriendlyName">
            <summary> The string that you assigned to describe the cloned bundle. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.CreateBundleCloneOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateBundleCloneOptions </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle to be cloned. </param>
            <param name="targetAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) where the bundle needs to be cloned. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.CreateBundleCloneOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BundleCloneResource.Create(Twilio.Rest.Numbers.V2.CreateBundleCloneOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundle </summary>
            <param name="options"> Create BundleClone parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BundleClone </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BundleCloneResource.CreateAsync(Twilio.Rest.Numbers.V2.CreateBundleCloneOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundle </summary>
            <param name="options"> Create BundleClone parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BundleClone </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BundleCloneResource.Create(System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundle </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle to be cloned. </param>
            <param name="targetAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) where the bundle needs to be cloned. </param>
            <param name="moveToDraft"> If set to true, the cloned bundle will be in the DRAFT state, else it will be twilio-approved </param>
            <param name="friendlyName"> The string that you assigned to describe the cloned bundle. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BundleClone </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BundleCloneResource.CreateAsync(System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates a new clone of the Bundle in target Account. It will internally create clones of all the bundle items (identities and documents) of the original bundle </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle to be cloned. </param>
            <param name="targetAccountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) where the bundle needs to be cloned. </param>
            <param name="moveToDraft"> If set to true, the cloned bundle will be in the DRAFT state, else it will be twilio-approved </param>
            <param name="friendlyName"> The string that you assigned to describe the cloned bundle. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BundleClone </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BundleCloneResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BundleCloneResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BundleCloneResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.BundleCloneResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.BundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.RegulationSid">
            <summary> The unique string of a regulation that is associated to the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.ValidUntil">
            <summary> The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.Email">
            <summary> The email address that will receive updates when the Bundle resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.BundleCloneResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.PhoneNumber">
            <summary> The number to host in [+E.164](https://en.wikipedia.org/wiki/E.164) format </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.ContactPhoneNumber">
            <summary> The contact phone number of the person authorized to sign the Authorization Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.AddressSid">
            <summary> Optional. A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.Email">
            <summary> Optional. Email of the owner of this phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.AccountSid">
            <summary> This defaults to the AccountSid of the authorization the user is using. This can be provided to specify a subaccount to add the HostedNumberOrder to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.FriendlyName">
            <summary> A 128 character string that is a human readable text that describes this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.CcEmails">
            <summary> Optional. A list of emails that the LOA document for this HostedNumberOrder will be carbon copied to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.SmsUrl">
            <summary> The URL that Twilio should request when somebody sends an SMS to the phone number. This will be copied onto the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.SmsMethod">
            <summary> The HTTP method that should be used to request the SmsUrl. Must be either `GET` or `POST`.  This will be copied onto the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.SmsFallbackUrl">
            <summary> A URL that Twilio will request if an error occurs requesting or executing the TwiML defined by SmsUrl. This will be copied onto the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.SmsCapability">
            <summary> Used to specify that the SMS capability will be hosted on Twilio's platform. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.SmsFallbackMethod">
            <summary> The HTTP method that should be used to request the SmsFallbackUrl. Must be either `GET` or `POST`. This will be copied onto the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.StatusCallbackUrl">
            <summary> Optional. The Status Callback URL attached to the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.StatusCallbackMethod">
            <summary> Optional. The Status Callback Method attached to the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.SmsApplicationSid">
            <summary> Optional. The 34 character sid of the application Twilio should use to handle SMS messages sent to this number. If a `SmsApplicationSid` is present, Twilio will ignore all of the SMS urls above and use those set on the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.ContactTitle">
            <summary> The title of the person authorized to sign the Authorization Document for this phone number. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.#ctor(Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.String,System.String)">
            <summary> Construct a new CreateHostedNumberOrderOptions </summary>
            <param name="phoneNumber"> The number to host in [+E.164](https://en.wikipedia.org/wiki/E.164) format </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="addressSid"> Optional. A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </param>
            <param name="email"> Optional. Email of the owner of this phone number that is being hosted. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.DeleteHostedNumberOrderOptions">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.DeleteHostedNumberOrderOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this HostedNumberOrder. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.DeleteHostedNumberOrderOptions.#ctor(System.String)">
            <summary> Construct a new DeleteHostedNumberOrderOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.DeleteHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.FetchHostedNumberOrderOptions">
            <summary> Fetch a specific HostedNumberOrder. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.FetchHostedNumberOrderOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this HostedNumberOrder. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.FetchHostedNumberOrderOptions.#ctor(System.String)">
            <summary> Construct a new FetchHostedNumberOrderOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.FetchHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions.Status">
            <summary> The Status of this HostedNumberOrder. One of `received`, `pending-verification`, `verified`, `pending-loa`, `carrier-processing`, `testing`, `completed`, `failed`, or `action-required`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions.SmsCapability">
            <summary> Whether the SMS capability will be hosted on our platform. Can be `true` of `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions.PhoneNumber">
            <summary> An E164 formatted phone number hosted by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions.IncomingPhoneNumberSid">
            <summary> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions.FriendlyName">
            <summary> A human readable description of this resource, up to 128 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.UpdateHostedNumberOrderOptions">
            <summary> Updates a specific HostedNumberOrder. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.UpdateHostedNumberOrderOptions.PathSid">
            <summary> The SID of the HostedNumberOrder resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.UpdateHostedNumberOrderOptions.VerificationCallDelay">
            <summary> The number of seconds to wait before initiating the ownership verification call. Can be a value between 0 and 60, inclusive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.UpdateHostedNumberOrderOptions.VerificationCallExtension">
            <summary> The numerical extension to dial when making the ownership verification call. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.UpdateHostedNumberOrderOptions.#ctor(System.String,Twilio.Rest.Numbers.V2.HostedNumberOrderResource.StatusEnum)">
            <summary> Construct a new UpdateHostedNumberOrderOptions </summary>
            <param name="pathSid"> The SID of the HostedNumberOrder resource to update. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.UpdateHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Create(Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
            <param name="options"> Create HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.CreateAsync(Twilio.Rest.Numbers.V2.CreateHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
            <param name="options"> Create HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Create(Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
            <param name="phoneNumber"> The number to host in [+E.164](https://en.wikipedia.org/wiki/E.164) format </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="addressSid"> Optional. A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </param>
            <param name="email"> Optional. Email of the owner of this phone number that is being hosted. </param>
            <param name="accountSid"> This defaults to the AccountSid of the authorization the user is using. This can be provided to specify a subaccount to add the HostedNumberOrder to. </param>
            <param name="friendlyName"> A 128 character string that is a human readable text that describes this resource. </param>
            <param name="ccEmails"> Optional. A list of emails that the LOA document for this HostedNumberOrder will be carbon copied to. </param>
            <param name="smsUrl"> The URL that Twilio should request when somebody sends an SMS to the phone number. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsMethod"> The HTTP method that should be used to request the SmsUrl. Must be either `GET` or `POST`.  This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsFallbackUrl"> A URL that Twilio will request if an error occurs requesting or executing the TwiML defined by SmsUrl. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsCapability"> Used to specify that the SMS capability will be hosted on Twilio's platform. </param>
            <param name="smsFallbackMethod"> The HTTP method that should be used to request the SmsFallbackUrl. Must be either `GET` or `POST`. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="statusCallbackUrl"> Optional. The Status Callback URL attached to the IncomingPhoneNumber resource. </param>
            <param name="statusCallbackMethod"> Optional. The Status Callback Method attached to the IncomingPhoneNumber resource. </param>
            <param name="smsApplicationSid"> Optional. The 34 character sid of the application Twilio should use to handle SMS messages sent to this number. If a `SmsApplicationSid` is present, Twilio will ignore all of the SMS urls above and use those set on the application. </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.CreateAsync(Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.Uri,System.Nullable{System.Boolean},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
            <param name="phoneNumber"> The number to host in [+E.164](https://en.wikipedia.org/wiki/E.164) format </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="addressSid"> Optional. A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </param>
            <param name="email"> Optional. Email of the owner of this phone number that is being hosted. </param>
            <param name="accountSid"> This defaults to the AccountSid of the authorization the user is using. This can be provided to specify a subaccount to add the HostedNumberOrder to. </param>
            <param name="friendlyName"> A 128 character string that is a human readable text that describes this resource. </param>
            <param name="ccEmails"> Optional. A list of emails that the LOA document for this HostedNumberOrder will be carbon copied to. </param>
            <param name="smsUrl"> The URL that Twilio should request when somebody sends an SMS to the phone number. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsMethod"> The HTTP method that should be used to request the SmsUrl. Must be either `GET` or `POST`.  This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsFallbackUrl"> A URL that Twilio will request if an error occurs requesting or executing the TwiML defined by SmsUrl. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsCapability"> Used to specify that the SMS capability will be hosted on Twilio's platform. </param>
            <param name="smsFallbackMethod"> The HTTP method that should be used to request the SmsFallbackUrl. Must be either `GET` or `POST`. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="statusCallbackUrl"> Optional. The Status Callback URL attached to the IncomingPhoneNumber resource. </param>
            <param name="statusCallbackMethod"> Optional. The Status Callback Method attached to the IncomingPhoneNumber resource. </param>
            <param name="smsApplicationSid"> Optional. The 34 character sid of the application Twilio should use to handle SMS messages sent to this number. If a `SmsApplicationSid` is present, Twilio will ignore all of the SMS urls above and use those set on the application. </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.BuildDeleteRequest(Twilio.Rest.Numbers.V2.DeleteHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="options"> Delete HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Delete(Twilio.Rest.Numbers.V2.DeleteHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="options"> Delete HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.DeleteAsync(Twilio.Rest.Numbers.V2.DeleteHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="options"> Delete HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Fetch(Twilio.Rest.Numbers.V2.FetchHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific HostedNumberOrder. </summary>
            <param name="options"> Fetch HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.FetchAsync(Twilio.Rest.Numbers.V2.FetchHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific HostedNumberOrder. </summary>
            <param name="options"> Fetch HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific HostedNumberOrder. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific HostedNumberOrder. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Read(Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
            <param name="options"> Read HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.ReadAsync(Twilio.Rest.Numbers.V2.ReadHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
            <param name="options"> Read HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Read(Twilio.Rest.Numbers.V2.HostedNumberOrderResource.StatusEnum,System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
            <param name="status"> The Status of this HostedNumberOrder. One of `received`, `pending-verification`, `verified`, `pending-loa`, `carrier-processing`, `testing`, `completed`, `failed`, or `action-required`. </param>
            <param name="smsCapability"> Whether the SMS capability will be hosted on our platform. Can be `true` of `false`. </param>
            <param name="phoneNumber"> An E164 formatted phone number hosted by this HostedNumberOrder. </param>
            <param name="incomingPhoneNumberSid"> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </param>
            <param name="friendlyName"> A human readable description of this resource, up to 128 characters. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.ReadAsync(Twilio.Rest.Numbers.V2.HostedNumberOrderResource.StatusEnum,System.Nullable{System.Boolean},Twilio.Types.PhoneNumber,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
            <param name="status"> The Status of this HostedNumberOrder. One of `received`, `pending-verification`, `verified`, `pending-loa`, `carrier-processing`, `testing`, `completed`, `failed`, or `action-required`. </param>
            <param name="smsCapability"> Whether the SMS capability will be hosted on our platform. Can be `true` of `false`. </param>
            <param name="phoneNumber"> An E164 formatted phone number hosted by this HostedNumberOrder. </param>
            <param name="incomingPhoneNumberSid"> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </param>
            <param name="friendlyName"> A human readable description of this resource, up to 128 characters. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.HostedNumberOrderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.HostedNumberOrderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Update(Twilio.Rest.Numbers.V2.UpdateHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific HostedNumberOrder. </summary>
            <param name="options"> Update HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.UpdateAsync(Twilio.Rest.Numbers.V2.UpdateHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific HostedNumberOrder. </summary>
            <param name="options"> Update HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Update(System.String,Twilio.Rest.Numbers.V2.HostedNumberOrderResource.StatusEnum,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific HostedNumberOrder. </summary>
            <param name="pathSid"> The SID of the HostedNumberOrder resource to update. </param>
            <param name="status">  </param>
            <param name="verificationCallDelay"> The number of seconds to wait before initiating the ownership verification call. Can be a value between 0 and 60, inclusive. </param>
            <param name="verificationCallExtension"> The numerical extension to dial when making the ownership verification call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.UpdateAsync(System.String,Twilio.Rest.Numbers.V2.HostedNumberOrderResource.StatusEnum,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific HostedNumberOrder. </summary>
            <param name="pathSid"> The SID of the HostedNumberOrder resource to update. </param>
            <param name="status">  </param>
            <param name="verificationCallDelay"> The number of seconds to wait before initiating the ownership verification call. Can be a value between 0 and 60, inclusive. </param>
            <param name="verificationCallExtension"> The numerical extension to dial when making the ownership verification call. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a HostedNumberOrderResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> HostedNumberOrderResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Sid">
            <summary> A 34 character string that uniquely identifies this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.AccountSid">
            <summary> A 34 character string that uniquely identifies the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.IncomingPhoneNumberSid">
            <summary> A 34 character string that uniquely identifies the [IncomingPhoneNumber](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) resource that represents the phone number being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.SigningDocumentSid">
            <summary> A 34 character string that uniquely identifies the [Authorization Document](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource) the user needs to sign. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.PhoneNumber">
            <summary> Phone number to be hosted. This must be in [E.164](https://en.wikipedia.org/wiki/E.164) format, e.g., +16175551212 </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.FriendlyName">
            <summary> A 128 character string that is a human-readable text that describes this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.FailureReason">
            <summary> A message that explains why a hosted_number_order went to status \"action-required\" </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.DateCreated">
            <summary> The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.DateUpdated">
            <summary> The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Email">
            <summary> Email of the owner of this phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.CcEmails">
            <summary> A list of emails that LOA document for this HostedNumberOrder will be carbon copied to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.Url">
            <summary> The URL of this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.ContactTitle">
            <summary> The title of the person authorized to sign the Authorization Document for this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.ContactPhoneNumber">
            <summary> The contact phone number of the person authorized to sign the Authorization Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.BulkHostingRequestSid">
            <summary> A 34 character string that uniquely identifies the bulk hosting request associated with this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.NextStep">
            <summary> The next step you need to take to complete the hosted number order and request it successfully. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.VerificationAttempts">
            <summary> The number of attempts made to verify ownership via a call for the hosted phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.VerificationCallSids">
            <summary> The Call SIDs that identify the calls placed to verify ownership. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.VerificationCallDelay">
            <summary> The number of seconds to wait before initiating the ownership verification call. Can be a value between 0 and 60, inclusive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.VerificationCallExtension">
            <summary> The numerical extension to dial when making the ownership verification call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.HostedNumberOrderResource.VerificationCode">
            <summary> The digits the user must pass in the ownership verification call. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions">
            <summary> Create a new Bundle. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.Email">
            <summary> The email address that will receive updates when the Bundle resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.RegulationSid">
            <summary> The unique string of a regulation that is associated to the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Bundle's phone number country ownership request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.NumberType">
            <summary> The type of phone number of the Bundle's ownership request. Can be `local`, `mobile`, `national`, or `toll-free`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.IsTest">
            <summary> Indicates that Bundle is a Test Bundle and will be Auto-Rejected </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateBundleOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Bundle resource changes status. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteBundleOptions">
            <summary> Delete a specific Bundle. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteBundleOptions.PathSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteBundleOptions.#ctor(System.String)">
            <summary> Construct a new DeleteBundleOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteBundleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchBundleOptions">
            <summary> Fetch a specific Bundle instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchBundleOptions.PathSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchBundleOptions.#ctor(System.String)">
            <summary> Construct a new FetchBundleOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchBundleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions">
            <summary> Retrieve a list of all Bundles for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.Status">
            <summary> The verification status of the Bundle resource. Please refer to [Bundle Statuses](https://www.twilio.com/docs/phone-numbers/regulatory/api/bundles#bundle-statuses) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. The column can contain 255 variable characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.RegulationSid">
            <summary> The unique string of a [Regulation resource](https://www.twilio.com/docs/phone-numbers/regulatory/api/regulations) that is associated to the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.IsoCountry">
            <summary> The 2-digit [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Bundle's phone number country ownership request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.NumberType">
            <summary> The type of phone number of the Bundle's ownership request. Can be `local`, `mobile`, `national`, or `toll-free`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.HasValidUntilDate">
            <summary> Indicates that the Bundle is a valid Bundle until a specified expiration date. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.SortBy">
            <summary> Can be `valid-until` or `date-updated`. Defaults to `date-created`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.SortDirection">
            <summary> Default is `DESC`. Can be `ASC` or `DESC`. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.ValidUntilDate" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.ValidUntilDateBefore" -->
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.ValidUntilDateAfter" -->
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions">
            <summary> Updates a Bundle in an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions.PathSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions.Email">
            <summary> The email address that will receive updates when the Bundle resource changes status. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions.#ctor(System.String)">
            <summary> Construct a new UpdateBundleOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Create(Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Bundle. </summary>
            <param name="options"> Create Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.CreateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Bundle. </summary>
            <param name="options"> Create Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Create(System.String,System.String,System.Uri,System.String,System.String,Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.EndUserTypeEnum,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Bundle. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Bundle resource changes status. </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="regulationSid"> The unique string of a regulation that is associated to the Bundle resource. </param>
            <param name="isoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Bundle's phone number country ownership request. </param>
            <param name="endUserType">  </param>
            <param name="numberType"> The type of phone number of the Bundle's ownership request. Can be `local`, `mobile`, `national`, or `toll-free`. </param>
            <param name="isTest"> Indicates that Bundle is a Test Bundle and will be Auto-Rejected </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.CreateAsync(System.String,System.String,System.Uri,System.String,System.String,Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.EndUserTypeEnum,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Bundle. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Bundle resource changes status. </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="regulationSid"> The unique string of a regulation that is associated to the Bundle resource. </param>
            <param name="isoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Bundle's phone number country ownership request. </param>
            <param name="endUserType">  </param>
            <param name="numberType"> The type of phone number of the Bundle's ownership request. Can be `local`, `mobile`, `national`, or `toll-free`. </param>
            <param name="isTest"> Indicates that Bundle is a Test Bundle and will be Auto-Rejected </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.BuildDeleteRequest(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bundle. </summary>
            <param name="options"> Delete Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Delete(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bundle. </summary>
            <param name="options"> Delete Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.DeleteAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bundle. </summary>
            <param name="options"> Delete Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bundle. </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bundle. </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Fetch(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Bundle instance. </summary>
            <param name="options"> Fetch Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.FetchAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Bundle instance. </summary>
            <param name="options"> Fetch Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Bundle instance. </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Bundle instance. </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Bundles for an account. </summary>
            <param name="options"> Read Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Bundles for an account. </summary>
            <param name="options"> Read Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.StatusEnum,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.SortByEnum,Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.SortDirectionEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.StatusEnum,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.SortByEnum,Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.SortDirectionEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Update(Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Bundle in an account. </summary>
            <param name="options"> Update Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.UpdateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateBundleOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Bundle in an account. </summary>
            <param name="options"> Update Bundle parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Update(System.String,Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.StatusEnum,System.Uri,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Bundle in an account. </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="status">  </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Bundle resource changes status. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.UpdateAsync(System.String,Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.StatusEnum,System.Uri,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Bundle in an account. </summary>
            <param name="pathSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="status">  </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Bundle resource changes status. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bundle </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BundleResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BundleResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Sid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.RegulationSid">
            <summary> The unique string of a regulation that is associated to the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.ValidUntil">
            <summary> The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Email">
            <summary> The email address that will receive updates when the Bundle resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Url">
            <summary> The absolute URL of the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.BundleResource.Links">
            <summary> The URLs of the Assigned Items of the Bundle resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateBundleCopyOptions">
            <summary> Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateBundleCopyOptions.PathBundleSid">
            <summary> The unique string that identifies the Bundle to be copied. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateBundleCopyOptions.FriendlyName">
            <summary> The string that you assigned to describe the copied bundle. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateBundleCopyOptions.#ctor(System.String)">
            <summary> Construct a new CreateBundleCopyOptions </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle to be copied. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateBundleCopyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadBundleCopyOptions">
            <summary> Retrieve a list of all Bundles Copies for a Bundle. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadBundleCopyOptions.PathBundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadBundleCopyOptions.#ctor(System.String)">
            <summary> Construct a new ListBundleCopyOptions </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadBundleCopyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.Create(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateBundleCopyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle </summary>
            <param name="options"> Create BundleCopy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BundleCopy </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.CreateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateBundleCopyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle </summary>
            <param name="options"> Create BundleCopy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BundleCopy </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle to be copied. </param>
            <param name="friendlyName"> The string that you assigned to describe the copied bundle. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BundleCopy </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates a new copy of a Bundle. It will internally create copies of all the bundle items (identities and documents) of the original bundle </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle to be copied. </param>
            <param name="friendlyName"> The string that you assigned to describe the copied bundle. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BundleCopy </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadBundleCopyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Bundles Copies for a Bundle. </summary>
            <param name="options"> Read BundleCopy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BundleCopy </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadBundleCopyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Bundles Copies for a Bundle. </summary>
            <param name="options"> Read BundleCopy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BundleCopy </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Bundles Copies for a Bundle. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BundleCopy </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Bundles Copies for a Bundle. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BundleCopy </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BundleCopyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BundleCopyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.Sid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.RegulationSid">
            <summary> The unique string of a regulation that is associated to the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.ValidUntil">
            <summary> The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.Email">
            <summary> The email address that will receive updates when the Bundle resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.BundleCopyResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateEvaluationOptions">
            <summary> Creates an evaluation for a bundle </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateEvaluationOptions.PathBundleSid">
            <summary> The unique string that identifies the Bundle resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateEvaluationOptions.#ctor(System.String)">
            <summary> Construct a new CreateEvaluationOptions </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateEvaluationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchEvaluationOptions">
            <summary> Fetch specific Evaluation Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchEvaluationOptions.PathBundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchEvaluationOptions.PathSid">
            <summary> The unique string that identifies the Evaluation resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchEvaluationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchEvaluationOptions </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchEvaluationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadEvaluationOptions">
            <summary> Retrieve a list of Evaluations associated to the Bundle resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadEvaluationOptions.PathBundleSid">
            <summary> The unique string that identifies the Bundle resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadEvaluationOptions.#ctor(System.String)">
            <summary> Construct a new ListEvaluationOptions </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadEvaluationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Create(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateEvaluationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates an evaluation for a bundle </summary>
            <param name="options"> Create Evaluation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.CreateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateEvaluationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates an evaluation for a bundle </summary>
            <param name="options"> Create Evaluation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates an evaluation for a bundle </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Creates an evaluation for a bundle </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Fetch(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchEvaluationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="options"> Fetch Evaluation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.FetchAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchEvaluationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="options"> Fetch Evaluation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadEvaluationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the Bundle resource. </summary>
            <param name="options"> Read Evaluation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadEvaluationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the Bundle resource. </summary>
            <param name="options"> Read Evaluation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the Bundle resource. </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the Bundle resource. </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Evaluation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EvaluationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EvaluationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Sid">
            <summary> The unique string that identifies the Evaluation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.RegulationSid">
            <summary> The unique string of a regulation that is associated to the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.BundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Results">
            <summary> The results of the Evaluation which includes the valid and invalid attributes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.EvaluationResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateItemAssignmentOptions">
            <summary> Create a new Assigned Item. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateItemAssignmentOptions.PathBundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateItemAssignmentOptions.ObjectSid">
            <summary> The SID of an object bag that holds information of the different items. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateItemAssignmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateItemAssignmentOptions </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateItemAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.DeleteItemAssignmentOptions">
            <summary> Remove an Assignment Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.DeleteItemAssignmentOptions.PathBundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.DeleteItemAssignmentOptions.PathSid">
            <summary> The unique string that we created to identify the Identity resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.DeleteItemAssignmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteItemAssignmentOptions </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.DeleteItemAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchItemAssignmentOptions">
            <summary> Fetch specific Assigned Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchItemAssignmentOptions.PathBundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchItemAssignmentOptions.PathSid">
            <summary> The unique string that we created to identify the Identity resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchItemAssignmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchItemAssignmentOptions </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchItemAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadItemAssignmentOptions">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadItemAssignmentOptions.PathBundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadItemAssignmentOptions.#ctor(System.String)">
            <summary> Construct a new ListItemAssignmentOptions </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadItemAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Create(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.CreateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.BuildDeleteRequest(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.DeleteItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Delete(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.DeleteItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.DeleteAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.DeleteItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Fetch(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.FetchAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.FetchItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReadItemAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read ItemAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathBundleSid"> The unique string that we created to identify the Bundle resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ItemAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ItemAssignmentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ItemAssignmentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Sid">
            <summary> The unique string that we created to identify the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.BundleSid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.ObjectSid">
            <summary> The SID of an object bag that holds information of the different items. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ItemAssignmentResource.Url">
            <summary> The absolute URL of the Identity resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateReplaceItemsOptions">
            <summary> Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param) </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateReplaceItemsOptions.PathBundleSid">
            <summary> The unique string that identifies the Bundle where the item assignments are going to be replaced. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateReplaceItemsOptions.FromBundleSid">
            <summary> The source bundle sid to copy the item assignments from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateReplaceItemsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateReplaceItemsOptions </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle where the item assignments are going to be replaced. </param>
            <param name="fromBundleSid"> The source bundle sid to copy the item assignments from. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateReplaceItemsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.Create(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateReplaceItemsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param) </summary>
            <param name="options"> Create ReplaceItems parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ReplaceItems </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.CreateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.CreateReplaceItemsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param) </summary>
            <param name="options"> Create ReplaceItems parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ReplaceItems </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param) </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle where the item assignments are going to be replaced. </param>
            <param name="fromBundleSid"> The source bundle sid to copy the item assignments from. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ReplaceItems </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Replaces all bundle items in the target bundle (specified in the path) with all the bundle items of the source bundle (specified by the from_bundle_sid body param) </summary>
            <param name="pathBundleSid"> The unique string that identifies the Bundle where the item assignments are going to be replaced. </param>
            <param name="fromBundleSid"> The source bundle sid to copy the item assignments from. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ReplaceItems </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ReplaceItemsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ReplaceItemsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.Sid">
            <summary> The unique string that we created to identify the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.RegulationSid">
            <summary> The unique string of a regulation that is associated to the Bundle resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.ValidUntil">
            <summary> The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.Email">
            <summary> The email address that will receive updates when the Bundle resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.Bundle.ReplaceItemsResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateEndUserOptions">
            <summary> Create a new End User. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateEndUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateEndUserOptions.Attributes">
            <summary> The set of parameters that are the attributes of the End User resource which are derived End User Types. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateEndUserOptions.#ctor(System.String,Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.TypeEnum)">
            <summary> Construct a new CreateEndUserOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type">  </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteEndUserOptions">
            <summary> Delete a specific End User. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteEndUserOptions.PathSid">
            <summary> The unique string created by Twilio to identify the End User resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteEndUserOptions.#ctor(System.String)">
            <summary> Construct a new DeleteEndUserOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserOptions">
            <summary> Fetch specific End User Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserOptions.PathSid">
            <summary> The unique string created by Twilio to identify the End User resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserOptions.#ctor(System.String)">
            <summary> Construct a new FetchEndUserOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadEndUserOptions">
            <summary> Retrieve a list of all End User for an account. </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateEndUserOptions">
            <summary> Update an existing End User. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateEndUserOptions.PathSid">
            <summary> The unique string created by Twilio to identify the End User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateEndUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateEndUserOptions.Attributes">
            <summary> The set of parameters that are the attributes of the End User resource which are derived End User Types. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateEndUserOptions.#ctor(System.String)">
            <summary> Construct a new UpdateEndUserOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Create(Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new End User. </summary>
            <param name="options"> Create EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.CreateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new End User. </summary>
            <param name="options"> Create EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Create(System.String,Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.TypeEnum,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new End User. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type">  </param>
            <param name="attributes"> The set of parameters that are the attributes of the End User resource which are derived End User Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.CreateAsync(System.String,Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.TypeEnum,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new End User. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type">  </param>
            <param name="attributes"> The set of parameters that are the attributes of the End User resource which are derived End User Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.BuildDeleteRequest(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="options"> Delete EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Delete(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="options"> Delete EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.DeleteAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="options"> Delete EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Fetch(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific End User Instance. </summary>
            <param name="options"> Fetch EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.FetchAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific End User Instance. </summary>
            <param name="options"> Fetch EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific End User Instance. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific End User Instance. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End User for an account. </summary>
            <param name="options"> Read EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End User for an account. </summary>
            <param name="options"> Read EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End User for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End User for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Update(Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing End User. </summary>
            <param name="options"> Update EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.UpdateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing End User. </summary>
            <param name="options"> Update EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Update(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing End User. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The set of parameters that are the attributes of the End User resource which are derived End User Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.UpdateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing End User. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The set of parameters that are the attributes of the End User resource which are derived End User Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EndUserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EndUserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Sid">
            <summary> The unique string created by Twilio to identify the End User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the End User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Attributes">
            <summary> The set of parameters that are the attributes of the End Users resource which are listed in the End User Types. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserResource.Url">
            <summary> The absolute URL of the End User resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserTypeOptions">
            <summary> Fetch a specific End-User Type Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserTypeOptions.PathSid">
            <summary> The unique string that identifies the End-User Type resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserTypeOptions.#ctor(System.String)">
            <summary> Construct a new FetchEndUserTypeOptions </summary>
            <param name="pathSid"> The unique string that identifies the End-User Type resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadEndUserTypeOptions">
            <summary> Retrieve a list of all End-User Types. </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadEndUserTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.Fetch(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific End-User Type Instance. </summary>
            <param name="options"> Fetch EndUserType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.FetchAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchEndUserTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific End-User Type Instance. </summary>
            <param name="options"> Fetch EndUserType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific End-User Type Instance. </summary>
            <param name="pathSid"> The unique string that identifies the End-User Type resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific End-User Type Instance. </summary>
            <param name="pathSid"> The unique string that identifies the End-User Type resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadEndUserTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End-User Types. </summary>
            <param name="options"> Read EndUserType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadEndUserTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End-User Types. </summary>
            <param name="options"> Read EndUserType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End-User Types. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End-User Types. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EndUserTypeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EndUserTypeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.Sid">
            <summary> The unique string that identifies the End-User Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.FriendlyName">
            <summary> A human-readable description that is assigned to describe the End-User Type resource. Examples can include first name, last name, email, business name, etc </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.MachineName">
            <summary> A machine-readable description of the End-User Type resource. Examples can include first_name, last_name, email, business_name, etc. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.Fields">
            <summary> The required information for creating an End-User. The required fields will change as regulatory needs change and will differ for businesses and individuals. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.EndUserTypeResource.Url">
            <summary> The absolute URL of the End-User Type resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchRegulationOptions">
            <summary> Fetch specific Regulation Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchRegulationOptions.PathSid">
            <summary> The unique string that identifies the Regulation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchRegulationOptions.IncludeConstraints">
            <summary> A boolean parameter indicating whether to include constraints or not for supporting end user, documents and their fields </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchRegulationOptions.#ctor(System.String)">
            <summary> Construct a new FetchRegulationOptions </summary>
            <param name="pathSid"> The unique string that identifies the Regulation resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchRegulationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadRegulationOptions">
            <summary> Retrieve a list of all Regulations. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadRegulationOptions.EndUserType">
            <summary> The type of End User the regulation requires - can be `individual` or `business`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadRegulationOptions.IsoCountry">
            <summary> The ISO country code of the phone number's country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadRegulationOptions.NumberType">
            <summary> The type of phone number that the regulatory requiremnt is restricting. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadRegulationOptions.IncludeConstraints">
            <summary> A boolean parameter indicating whether to include constraints or not for supporting end user, documents and their fields </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadRegulationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.Fetch(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchRegulationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Regulation Instance. </summary>
            <param name="options"> Fetch Regulation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Regulation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.FetchAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchRegulationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Regulation Instance. </summary>
            <param name="options"> Fetch Regulation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Regulation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.Fetch(System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Regulation Instance. </summary>
            <param name="pathSid"> The unique string that identifies the Regulation resource. </param>
            <param name="includeConstraints"> A boolean parameter indicating whether to include constraints or not for supporting end user, documents and their fields </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Regulation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.FetchAsync(System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Regulation Instance. </summary>
            <param name="pathSid"> The unique string that identifies the Regulation resource. </param>
            <param name="includeConstraints"> A boolean parameter indicating whether to include constraints or not for supporting end user, documents and their fields </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Regulation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadRegulationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Regulations. </summary>
            <param name="options"> Read Regulation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Regulation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadRegulationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Regulations. </summary>
            <param name="options"> Read Regulation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Regulation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.EndUserTypeEnum,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Regulations. </summary>
            <param name="endUserType"> The type of End User the regulation requires - can be `individual` or `business`. </param>
            <param name="isoCountry"> The ISO country code of the phone number's country. </param>
            <param name="numberType"> The type of phone number that the regulatory requiremnt is restricting. </param>
            <param name="includeConstraints"> A boolean parameter indicating whether to include constraints or not for supporting end user, documents and their fields </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Regulation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.EndUserTypeEnum,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Regulations. </summary>
            <param name="endUserType"> The type of End User the regulation requires - can be `individual` or `business`. </param>
            <param name="isoCountry"> The ISO country code of the phone number's country. </param>
            <param name="numberType"> The type of phone number that the regulatory requiremnt is restricting. </param>
            <param name="includeConstraints"> A boolean parameter indicating whether to include constraints or not for supporting end user, documents and their fields </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Regulation </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RegulationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RegulationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.Sid">
            <summary> The unique string that identifies the Regulation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.FriendlyName">
            <summary> A human-readable description that is assigned to describe the Regulation resource. Examples can include Germany: Mobile - Business. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.IsoCountry">
            <summary> The ISO country code of the phone number's country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.NumberType">
            <summary> The type of phone number restricted by the regulatory requirement. For example, Germany mobile phone numbers provisioned by businesses require a business name with commercial register proof from the Handelsregisterauszug and a proof of address from Handelsregisterauszug or a trade license by Gewerbeanmeldung. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.Requirements">
            <summary> The SID of an object that holds the regulatory information of the phone number country, phone number type, and end user type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.RegulationResource.Url">
            <summary> The absolute URL of the Regulation resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateSupportingDocumentOptions">
            <summary> Create a new Supporting Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateSupportingDocumentOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateSupportingDocumentOptions.Type">
            <summary> The type of the Supporting Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateSupportingDocumentOptions.Attributes">
            <summary> The set of parameters that are the attributes of the Supporting Documents resource which are derived Supporting Document Types. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateSupportingDocumentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSupportingDocumentOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of the Supporting Document. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteSupportingDocumentOptions">
            <summary> Delete a specific Supporting Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteSupportingDocumentOptions.PathSid">
            <summary> The unique string created by Twilio to identify the Supporting Document resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteSupportingDocumentOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSupportingDocumentOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentOptions">
            <summary> Fetch specific Supporting Document Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentOptions.PathSid">
            <summary> The unique string created by Twilio to identify the Supporting Document resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentOptions.#ctor(System.String)">
            <summary> Construct a new FetchSupportingDocumentOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadSupportingDocumentOptions">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateSupportingDocumentOptions">
            <summary> Update an existing Supporting Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateSupportingDocumentOptions.PathSid">
            <summary> The unique string created by Twilio to identify the Supporting Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateSupportingDocumentOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateSupportingDocumentOptions.Attributes">
            <summary> The set of parameters that are the attributes of the Supporting Document resource which are derived Supporting Document Types. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateSupportingDocumentOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSupportingDocumentOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Create(Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Supporting Document. </summary>
            <param name="options"> Create SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.CreateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.CreateSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Supporting Document. </summary>
            <param name="options"> Create SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Create(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Supporting Document. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of the Supporting Document. </param>
            <param name="attributes"> The set of parameters that are the attributes of the Supporting Documents resource which are derived Supporting Document Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.CreateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Supporting Document. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of the Supporting Document. </param>
            <param name="attributes"> The set of parameters that are the attributes of the Supporting Documents resource which are derived Supporting Document Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.BuildDeleteRequest(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="options"> Delete SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Delete(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="options"> Delete SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.DeleteAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.DeleteSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="options"> Delete SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Fetch(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Supporting Document Instance. </summary>
            <param name="options"> Fetch SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.FetchAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Supporting Document Instance. </summary>
            <param name="options"> Fetch SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Supporting Document Instance. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Supporting Document Instance. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
            <param name="options"> Read SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
            <param name="options"> Read SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Update(Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Supporting Document. </summary>
            <param name="options"> Update SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.UpdateAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.UpdateSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Supporting Document. </summary>
            <param name="options"> Update SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Update(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Supporting Document. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The set of parameters that are the attributes of the Supporting Document resource which are derived Supporting Document Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.UpdateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Supporting Document. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The set of parameters that are the attributes of the Supporting Document resource which are derived Supporting Document Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SupportingDocumentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SupportingDocumentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Sid">
            <summary> The unique string created by Twilio to identify the Supporting Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.MimeType">
            <summary> The image type uploaded in the Supporting Document container. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.FailureReason">
            <summary> The failure reason of the Supporting Document Resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Errors">
            <summary> A list of errors that occurred during the registering RC Bundle </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Type">
            <summary> The type of the Supporting Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Attributes">
            <summary> The set of parameters that are the attributes of the Supporting Documents resource which are listed in the Supporting Document Types. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentResource.Url">
            <summary> The absolute URL of the Supporting Document resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentTypeOptions">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentTypeOptions.PathSid">
            <summary> The unique string that identifies the Supporting Document Type resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentTypeOptions.#ctor(System.String)">
            <summary> Construct a new FetchSupportingDocumentTypeOptions </summary>
            <param name="pathSid"> The unique string that identifies the Supporting Document Type resource. </param>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadSupportingDocumentTypeOptions">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadSupportingDocumentTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.Fetch(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
            <param name="options"> Fetch SupportingDocumentType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.FetchAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.FetchSupportingDocumentTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
            <param name="options"> Fetch SupportingDocumentType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
            <param name="pathSid"> The unique string that identifies the Supporting Document Type resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
            <param name="pathSid"> The unique string that identifies the Supporting Document Type resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.Read(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadSupportingDocumentTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
            <param name="options"> Read SupportingDocumentType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.ReadAsync(Twilio.Rest.Numbers.V2.RegulatoryCompliance.ReadSupportingDocumentTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
            <param name="options"> Read SupportingDocumentType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SupportingDocumentTypeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SupportingDocumentTypeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.Sid">
            <summary> The unique string that identifies the Supporting Document Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.FriendlyName">
            <summary> A human-readable description of the Supporting Document Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.MachineName">
            <summary> The machine-readable description of the Supporting Document Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.Fields">
            <summary> The required information for creating a Supporting Document. The required fields will change as regulatory needs change and will differ for businesses and individuals. </summary> 
        </member>
        <member name="P:Twilio.Rest.Numbers.V2.RegulatoryCompliance.SupportingDocumentTypeResource.Url">
            <summary> The absolute URL of the Supporting Document Type resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Oauth.V1.FetchAuthorizeOptions">
            <summary> Retrieves authorize uri </summary>
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.FetchAuthorizeOptions.ResponseType">
            <summary> Response Type </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.FetchAuthorizeOptions.ClientId">
            <summary> The Client Identifier </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.FetchAuthorizeOptions.RedirectUri">
            <summary> The url to which response will be redirected to </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.FetchAuthorizeOptions.Scope">
            <summary> The scope of the access request </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.FetchAuthorizeOptions.State">
            <summary> An opaque value which can be used to maintain state between the request and callback </summary> 
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.FetchAuthorizeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.AuthorizeResource.Fetch(Twilio.Rest.Oauth.V1.FetchAuthorizeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves authorize uri </summary>
            <param name="options"> Fetch Authorize parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Authorize </returns>
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.AuthorizeResource.FetchAsync(Twilio.Rest.Oauth.V1.FetchAuthorizeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves authorize uri </summary>
            <param name="options"> Fetch Authorize parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Authorize </returns>
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.AuthorizeResource.Fetch(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves authorize uri </summary>
            <param name="responseType"> Response Type </param>
            <param name="clientId"> The Client Identifier </param>
            <param name="redirectUri"> The url to which response will be redirected to </param>
            <param name="scope"> The scope of the access request </param>
            <param name="state"> An opaque value which can be used to maintain state between the request and callback </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Authorize </returns>
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.AuthorizeResource.FetchAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieves authorize uri </summary>
            <param name="responseType"> Response Type </param>
            <param name="clientId"> The Client Identifier </param>
            <param name="redirectUri"> The url to which response will be redirected to </param>
            <param name="scope"> The scope of the access request </param>
            <param name="state"> An opaque value which can be used to maintain state between the request and callback </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Authorize </returns>
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.AuthorizeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthorizeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthorizeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.AuthorizeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.AuthorizeResource.RedirectTo">
            <summary> The callback URL </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "T:Twilio.Rest.Oauth.V1.CreateTokenOptions" -->
        <member name="P:Twilio.Rest.Oauth.V1.CreateTokenOptions.GrantType">
            <summary> Grant type is a credential representing resource owner's authorization which can be used by client to obtain access token. </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.CreateTokenOptions.ClientId">
            <summary> A 34 character string that uniquely identifies this OAuth App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.CreateTokenOptions.ClientSecret">
            <summary> The credential for confidential OAuth App. </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.CreateTokenOptions.Code">
            <summary> JWT token related to the authorization code grant type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.CreateTokenOptions.RedirectUri">
            <summary> The redirect uri </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.CreateTokenOptions.Audience">
            <summary> The targeted audience uri </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.CreateTokenOptions.RefreshToken">
            <summary> JWT token related to refresh access token. </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.CreateTokenOptions.Scope">
            <summary> The scope of token </summary> 
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.CreateTokenOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateTokenOptions </summary>
            <param name="grantType"> Grant type is a credential representing resource owner's authorization which can be used by client to obtain access token. </param>
            <param name="clientId"> A 34 character string that uniquely identifies this OAuth App. </param>
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.CreateTokenOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Oauth.V1.TokenResource.Create(Twilio.Rest.Oauth.V1.CreateTokenOptions,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Oauth.V1.TokenResource.CreateAsync(Twilio.Rest.Oauth.V1.CreateTokenOptions,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Oauth.V1.TokenResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Oauth.V1.TokenResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Oauth.V1.TokenResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TokenResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TokenResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Oauth.V1.TokenResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.TokenResource.AccessToken">
            <summary> Token which carries the necessary information to access a Twilio resource directly. </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.TokenResource.RefreshToken">
            <summary> Token which carries the information necessary to get a new access token. </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.TokenResource.IdToken">
            <summary> Token which carries the information necessary of user profile. </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.TokenResource.TokenType">
            <summary> Token type </summary> 
        </member>
        <member name="P:Twilio.Rest.Oauth.V1.TokenResource.ExpiresIn">
            <summary> The expires_in </summary> 
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.FetchAccountOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.FetchAccountOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchOrganizationAccountOptions </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathAccountSid">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.FetchAccountOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.ReadAccountOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.ReadAccountOptions.#ctor(System.String)">
            <summary> Construct a new ListOrganizationAccountsOptions </summary>
            <param name="pathOrganizationSid">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.ReadAccountOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.Fetch(Twilio.Rest.PreviewIam.Organizations.FetchAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.FetchAsync(Twilio.Rest.PreviewIam.Organizations.FetchAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathAccountSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathAccountSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.Read(Twilio.Rest.PreviewIam.Organizations.ReadAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.ReadAsync(Twilio.Rest.PreviewIam.Organizations.ReadAccountOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Account parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.Read(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pageSize">  </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pageSize">  </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Account </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.NextPage(Twilio.Base.Page{Twilio.Rest.PreviewIam.Organizations.AccountResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.PreviewIam.Organizations.AccountResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AccountResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AccountResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.AccountResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.AccountResource.AccountSid">
            <summary> Twilio account sid </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.AccountResource.FriendlyName">
            <summary> Account friendly name </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.AccountResource.Status">
            <summary> Account status </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.AccountResource.OwnerSid">
            <summary> Twilio account sid </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.AccountResource.DateCreated">
            <summary> The date and time when the account was created in the system </summary> 
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.CreateRoleAssignmentOptions">
            <summary> Create a role assignment for the given organization </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.CreateRoleAssignmentOptions.#ctor(System.String,Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.PublicApiCreateRoleAssignmentRequest)">
            <summary> Construct a new CreateRoleAssignmentOptions </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="publicApiCreateRoleAssignmentRequest">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.CreateRoleAssignmentOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.DeleteRoleAssignmentOptions">
            <summary> Delete a role assignment for the given organization </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.DeleteRoleAssignmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRoleAssignmentOptions </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathRoleAssignmentSid">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.DeleteRoleAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.ReadRoleAssignmentOptions">
            <summary> List role assignments for the given organization </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.ReadRoleAssignmentOptions.#ctor(System.String)">
            <summary> Construct a new ListRoleAssignmentsOptions </summary>
            <param name="pathOrganizationSid">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.ReadRoleAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Create(Twilio.Rest.PreviewIam.Organizations.CreateRoleAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a role assignment for the given organization </summary>
            <param name="options"> Create RoleAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.CreateAsync(Twilio.Rest.PreviewIam.Organizations.CreateRoleAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a role assignment for the given organization </summary>
            <param name="options"> Create RoleAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Create(System.String,Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.PublicApiCreateRoleAssignmentRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a role assignment for the given organization </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="publicApiCreateRoleAssignmentRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.CreateAsync(System.String,Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.PublicApiCreateRoleAssignmentRequest,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a role assignment for the given organization </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="publicApiCreateRoleAssignmentRequest">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.BuildDeleteRequest(Twilio.Rest.PreviewIam.Organizations.DeleteRoleAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a role assignment for the given organization </summary>
            <param name="options"> Delete RoleAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Delete(Twilio.Rest.PreviewIam.Organizations.DeleteRoleAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a role assignment for the given organization </summary>
            <param name="options"> Delete RoleAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.DeleteAsync(Twilio.Rest.PreviewIam.Organizations.DeleteRoleAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a role assignment for the given organization </summary>
            <param name="options"> Delete RoleAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a role assignment for the given organization </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathRoleAssignmentSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a role assignment for the given organization </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathRoleAssignmentSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Read(Twilio.Rest.PreviewIam.Organizations.ReadRoleAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List role assignments for the given organization </summary>
            <param name="options"> Read RoleAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.ReadAsync(Twilio.Rest.PreviewIam.Organizations.ReadRoleAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List role assignments for the given organization </summary>
            <param name="options"> Read RoleAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Read(System.String,System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List role assignments for the given organization </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pageSize">  </param>
            <param name="identity">  </param>
            <param name="scope">  </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.ReadAsync(System.String,System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List role assignments for the given organization </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pageSize">  </param>
            <param name="identity">  </param>
            <param name="scope">  </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoleAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.NextPage(Twilio.Base.Page{Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoleAssignmentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoleAssignmentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Sid">
            <summary> Twilio Role Assignment Sid representing this role assignment </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.RoleSid">
            <summary> Twilio Role Sid representing assigned role </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Scope">
            <summary> Twilio Sid representing identity of this assignment </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.RoleAssignmentResource.Identity">
            <summary> Twilio Sid representing scope of this assignment </summary> 
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.CreateUserOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.CreateUserOptions.#ctor(System.String,Twilio.Rest.PreviewIam.Organizations.UserResource.ScimUser)">
            <summary> Construct a new CreateOrganizationUserOptions </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="scimUser">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.CreateUserOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.DeleteUserOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.DeleteUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteOrganizationUserOptions </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.DeleteUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.FetchUserOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.FetchUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchOrganizationUserOptions </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.FetchUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.ReadUserOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.ReadUserOptions.#ctor(System.String)">
            <summary> Construct a new ListOrganizationUsersOptions </summary>
            <param name="pathOrganizationSid">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.ReadUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.PreviewIam.Organizations.UpdateUserOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UpdateUserOptions.#ctor(System.String,System.String,Twilio.Rest.PreviewIam.Organizations.UserResource.ScimUser)">
            <summary> Construct a new UpdateOrganizationUserOptions </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="scimUser">  </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UpdateUserOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UpdateUserOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Create(Twilio.Rest.PreviewIam.Organizations.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.CreateAsync(Twilio.Rest.PreviewIam.Organizations.CreateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Create(System.String,Twilio.Rest.PreviewIam.Organizations.UserResource.ScimUser,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="scimUser">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.CreateAsync(System.String,Twilio.Rest.PreviewIam.Organizations.UserResource.ScimUser,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="scimUser">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.BuildDeleteRequest(Twilio.Rest.PreviewIam.Organizations.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Delete(Twilio.Rest.PreviewIam.Organizations.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.DeleteAsync(Twilio.Rest.PreviewIam.Organizations.DeleteUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Fetch(Twilio.Rest.PreviewIam.Organizations.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.FetchAsync(Twilio.Rest.PreviewIam.Organizations.FetchUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Read(Twilio.Rest.PreviewIam.Organizations.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.ReadAsync(Twilio.Rest.PreviewIam.Organizations.ReadUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Read(System.String,System.String,System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="filter">  </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="filter">  </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.NextPage(Twilio.Base.Page{Twilio.Rest.PreviewIam.Organizations.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.PreviewIam.Organizations.UserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Update(Twilio.Rest.PreviewIam.Organizations.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.UpdateAsync(Twilio.Rest.PreviewIam.Organizations.UpdateUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update User parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.Update(System.String,System.String,Twilio.Rest.PreviewIam.Organizations.UserResource.ScimUser,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="scimUser">  </param>
            <param name="ifMatch">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.UpdateAsync(System.String,System.String,Twilio.Rest.PreviewIam.Organizations.UserResource.ScimUser,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathOrganizationSid">  </param>
            <param name="pathUserSid">  </param>
            <param name="scimUser">  </param>
            <param name="ifMatch">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of User </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.Organizations.UserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.Id">
            <summary> Unique Twilio user sid </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.ExternalId">
            <summary> External unique resource id defined by provisioning client </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.UserName">
            <summary> Unique username, MUST be same as primary email address </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.DisplayName">
            <summary> User friendly display name </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.Name">
            <summary> The name </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.Emails">
            <summary> Email address list of the user. Primary email must be defined if there are more than 1 email. Primary email must match the username. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.Active">
            <summary> Indicates whether the user is active </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.Locale">
            <summary> User's locale </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.Timezone">
            <summary> User's time zone </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.Schemas">
            <summary> An array of URIs that indicate the schemas supported for this user resource </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.Organizations.UserResource.Meta">
            <summary> The meta </summary> 
        </member>
        <member name="T:Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions.ResponseType">
            <summary> Response Type </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions.ClientId">
            <summary> The Client Identifier </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions.RedirectUri">
            <summary> The url to which response will be redirected to </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions.Scope">
            <summary> The scope of the access request </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions.State">
            <summary> An opaque value which can be used to maintain state between the request and callback </summary> 
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.AuthorizeResource.Fetch(Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Authorize parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Authorize </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.AuthorizeResource.FetchAsync(Twilio.Rest.PreviewIam.V1.FetchAuthorizeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Authorize parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Authorize </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.AuthorizeResource.Fetch(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="responseType"> Response Type </param>
            <param name="clientId"> The Client Identifier </param>
            <param name="redirectUri"> The url to which response will be redirected to </param>
            <param name="scope"> The scope of the access request </param>
            <param name="state"> An opaque value which can be used to maintain state between the request and callback </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Authorize </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.AuthorizeResource.FetchAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="responseType"> Response Type </param>
            <param name="clientId"> The Client Identifier </param>
            <param name="redirectUri"> The url to which response will be redirected to </param>
            <param name="scope"> The scope of the access request </param>
            <param name="state"> An opaque value which can be used to maintain state between the request and callback </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Authorize </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.AuthorizeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthorizeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthorizeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.AuthorizeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.AuthorizeResource.RedirectTo">
            <summary> The callback URL </summary> 
        </member>
        <member name="T:Twilio.Rest.PreviewIam.V1.CreateTokenOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.GrantType">
            <summary> Grant type is a credential representing resource owner's authorization which can be used by client to obtain access token. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.ClientId">
            <summary> A 34 character string that uniquely identifies this OAuth App. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.ClientSecret">
            <summary> The credential for confidential OAuth App. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.Code">
            <summary> JWT token related to the authorization code grant type. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.RedirectUri">
            <summary> The redirect uri </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.Audience">
            <summary> The targeted audience uri </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.RefreshToken">
            <summary> JWT token related to refresh access token. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.Scope">
            <summary> The scope of token </summary> 
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateTokenOptions </summary>
            <param name="grantType"> Grant type is a credential representing resource owner's authorization which can be used by client to obtain access token. </param>
            <param name="clientId"> A 34 character string that uniquely identifies this OAuth App. </param>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.CreateTokenOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.TokenResource.Create(Twilio.Rest.PreviewIam.V1.CreateTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Token parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Token </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.TokenResource.CreateAsync(Twilio.Rest.PreviewIam.V1.CreateTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Token parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Token </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.TokenResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="grantType"> Grant type is a credential representing resource owner's authorization which can be used by client to obtain access token. </param>
            <param name="clientId"> A 34 character string that uniquely identifies this OAuth App. </param>
            <param name="clientSecret"> The credential for confidential OAuth App. </param>
            <param name="code"> JWT token related to the authorization code grant type. </param>
            <param name="redirectUri"> The redirect uri </param>
            <param name="audience"> The targeted audience uri </param>
            <param name="refreshToken"> JWT token related to refresh access token. </param>
            <param name="scope"> The scope of token </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Token </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.TokenResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="grantType"> Grant type is a credential representing resource owner's authorization which can be used by client to obtain access token. </param>
            <param name="clientId"> A 34 character string that uniquely identifies this OAuth App. </param>
            <param name="clientSecret"> The credential for confidential OAuth App. </param>
            <param name="code"> JWT token related to the authorization code grant type. </param>
            <param name="redirectUri"> The redirect uri </param>
            <param name="audience"> The targeted audience uri </param>
            <param name="refreshToken"> JWT token related to refresh access token. </param>
            <param name="scope"> The scope of token </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Token </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.TokenResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TokenResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TokenResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.PreviewIam.V1.TokenResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.TokenResource.AccessToken">
            <summary> Token which carries the necessary information to access a Twilio resource directly. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.TokenResource.RefreshToken">
            <summary> Token which carries the information necessary to get a new access token. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.TokenResource.IdToken">
            <summary> Token which carries the information necessary of user profile. </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.TokenResource.TokenType">
            <summary> Token type </summary> 
        </member>
        <member name="P:Twilio.Rest.PreviewIam.V1.TokenResource.ExpiresIn">
            <summary> The expires_in </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions.HostedNumberOrderSids">
            <summary> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions.Email">
            <summary> Email that this AuthorizationDocument will be sent to for signing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions.ContactTitle">
            <summary> The title of the person authorized to sign the Authorization Document for this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions.ContactPhoneNumber">
            <summary> The contact phone number of the person authorized to sign the Authorization Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions.CcEmails">
            <summary> Email recipients who will be informed when an Authorization Document has been sent and signed. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions.#ctor(System.Collections.Generic.List{System.String},System.String,System.String,System.String,System.String)">
            <summary> Construct a new CreateHostedNumbersAuthorizationDocumentOptions </summary>
            <param name="hostedNumberOrderSids"> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </param>
            <param name="addressSid"> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </param>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.FetchAuthorizationDocumentOptions">
            <summary> Fetch a specific AuthorizationDocument. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.FetchAuthorizationDocumentOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this AuthorizationDocument. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.FetchAuthorizationDocumentOptions.#ctor(System.String)">
            <summary> Construct a new FetchHostedNumbersAuthorizationDocumentOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.FetchAuthorizationDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.ReadAuthorizationDocumentOptions">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.ReadAuthorizationDocumentOptions.Email">
            <summary> Email that this AuthorizationDocument will be sent to for signing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.ReadAuthorizationDocumentOptions.Status">
            <summary> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.ReadAuthorizationDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions">
            <summary> Updates a specific AuthorizationDocument. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this AuthorizationDocument. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.HostedNumberOrderSids">
            <summary> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.Email">
            <summary> Email that this AuthorizationDocument will be sent to for signing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.CcEmails">
            <summary> Email recipients who will be informed when an Authorization Document has been sent and signed </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.ContactTitle">
            <summary> The title of the person authorized to sign the Authorization Document for this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.ContactPhoneNumber">
            <summary> The contact phone number of the person authorized to sign the Authorization Document. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.#ctor(System.String)">
            <summary> Construct a new UpdateHostedNumbersAuthorizationDocumentOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Create(Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
            <param name="options"> Create AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.CreateAsync(Twilio.Rest.Preview.HostedNumbers.CreateAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
            <param name="options"> Create AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Create(System.Collections.Generic.List{System.String},System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
            <param name="hostedNumberOrderSids"> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </param>
            <param name="addressSid"> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </param>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="ccEmails"> Email recipients who will be informed when an Authorization Document has been sent and signed. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.CreateAsync(System.Collections.Generic.List{System.String},System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create an AuthorizationDocument for authorizing the hosting of phone number capabilities on Twilio's platform. </summary>
            <param name="hostedNumberOrderSids"> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </param>
            <param name="addressSid"> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </param>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="ccEmails"> Email recipients who will be informed when an Authorization Document has been sent and signed. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Fetch(Twilio.Rest.Preview.HostedNumbers.FetchAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific AuthorizationDocument. </summary>
            <param name="options"> Fetch AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.FetchAsync(Twilio.Rest.Preview.HostedNumbers.FetchAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific AuthorizationDocument. </summary>
            <param name="options"> Fetch AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific AuthorizationDocument. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific AuthorizationDocument. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Read(Twilio.Rest.Preview.HostedNumbers.ReadAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
            <param name="options"> Read AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.ReadAsync(Twilio.Rest.Preview.HostedNumbers.ReadAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
            <param name="options"> Read AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Read(System.String,Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="status"> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.ReadAsync(System.String,Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. </summary>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="status"> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Update(Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific AuthorizationDocument. </summary>
            <param name="options"> Update AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.UpdateAsync(Twilio.Rest.Preview.HostedNumbers.UpdateAuthorizationDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific AuthorizationDocument. </summary>
            <param name="options"> Update AuthorizationDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Update(System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.StatusEnum,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific AuthorizationDocument. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
            <param name="hostedNumberOrderSids"> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </param>
            <param name="addressSid"> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </param>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="ccEmails"> Email recipients who will be informed when an Authorization Document has been sent and signed </param>
            <param name="status">  </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.UpdateAsync(System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.StatusEnum,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific AuthorizationDocument. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this AuthorizationDocument. </param>
            <param name="hostedNumberOrderSids"> A list of HostedNumberOrder sids that this AuthorizationDocument will authorize for hosting phone number capabilities on Twilio's platform. </param>
            <param name="addressSid"> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </param>
            <param name="email"> Email that this AuthorizationDocument will be sent to for signing. </param>
            <param name="ccEmails"> Email recipients who will be informed when an Authorization Document has been sent and signed </param>
            <param name="status">  </param>
            <param name="contactTitle"> The title of the person authorized to sign the Authorization Document for this phone number. </param>
            <param name="contactPhoneNumber"> The contact phone number of the person authorized to sign the Authorization Document. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AuthorizationDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AuthorizationDocumentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AuthorizationDocumentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Sid">
            <summary> A 34 character string that uniquely identifies this AuthorizationDocument. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that is associated with this AuthorizationDocument. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Email">
            <summary> Email that this AuthorizationDocument will be sent to for signing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.CcEmails">
            <summary> Email recipients who will be informed when an Authorization Document has been sent and signed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.DateCreated">
            <summary> The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.DateUpdated">
            <summary> The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocumentResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.PathSigningDocumentSid">
            <summary> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.Status">
            <summary> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.PhoneNumber">
            <summary> An E164 formatted phone number hosted by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.IncomingPhoneNumberSid">
            <summary> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.#ctor(System.String)">
            <summary> Construct a new ListHostedNumbersDependentHostedNumberOrderOptions </summary>
            <param name="pathSigningDocumentSid"> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.Read(Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
            <param name="options"> Read DependentHostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DependentHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.ReadAsync(Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.ReadDependentHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
            <param name="options"> Read DependentHostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DependentHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.Read(System.String,Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.StatusEnum,Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
            <param name="pathSigningDocumentSid"> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </param>
            <param name="status"> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </param>
            <param name="phoneNumber"> An E164 formatted phone number hosted by this HostedNumberOrder. </param>
            <param name="incomingPhoneNumberSid"> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </param>
            <param name="friendlyName"> A human readable description of this resource, up to 64 characters. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DependentHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.ReadAsync(System.String,Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.StatusEnum,Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. </summary>
            <param name="pathSigningDocumentSid"> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </param>
            <param name="status"> Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses. </param>
            <param name="phoneNumber"> An E164 formatted phone number hosted by this HostedNumberOrder. </param>
            <param name="incomingPhoneNumberSid"> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </param>
            <param name="friendlyName"> A human readable description of this resource, up to 64 characters. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DependentHostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DependentHostedNumberOrderResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DependentHostedNumberOrderResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.Sid">
            <summary> A 34 character string that uniquely identifies this Authorization Document </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.IncomingPhoneNumberSid">
            <summary> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.SigningDocumentSid">
            <summary> A 34 character string that uniquely identifies the LOA document associated with this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.PhoneNumber">
            <summary> An E164 formatted phone number hosted by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.FailureReason">
            <summary> A message that explains why a hosted_number_order went to status \"action-required\" </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.DateCreated">
            <summary> The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.DateUpdated">
            <summary> The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.VerificationAttempts">
            <summary> The number of attempts made to verify ownership of the phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.Email">
            <summary> Email of the owner of this phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.CcEmails">
            <summary> Email recipients who will be informed when an Authorization Document has been sent and signed </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.VerificationDocumentSid">
            <summary> A 34 character string that uniquely identifies the Identity Document resource that represents the document for verifying ownership of the number to be hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.Extension">
            <summary> A numerical extension to be used when making the ownership verification call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.CallDelay">
            <summary> A value between 0-30 specifying the number of seconds to delay initiating the ownership verification call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.VerificationCode">
            <summary> The digits passed during the ownership verification call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.AuthorizationDocument.DependentHostedNumberOrderResource.VerificationCallSids">
            <summary> A list of 34 character strings that are unique identifiers for the calls placed as part of ownership verification. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.PhoneNumber">
            <summary> The number to host in [+E.164](https://en.wikipedia.org/wiki/E.164) format </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.SmsCapability">
            <summary> Used to specify that the SMS capability will be hosted on Twilio's platform. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.AccountSid">
            <summary> This defaults to the AccountSid of the authorization the user is using. This can be provided to specify a subaccount to add the HostedNumberOrder to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.FriendlyName">
            <summary> A 64 character string that is a human readable text that describes this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.UniqueName">
            <summary> Optional. Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.CcEmails">
            <summary> Optional. A list of emails that the LOA document for this HostedNumberOrder will be carbon copied to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.SmsUrl">
            <summary> The URL that Twilio should request when somebody sends an SMS to the phone number. This will be copied onto the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.SmsMethod">
            <summary> The HTTP method that should be used to request the SmsUrl. Must be either `GET` or `POST`.  This will be copied onto the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.SmsFallbackUrl">
            <summary> A URL that Twilio will request if an error occurs requesting or executing the TwiML defined by SmsUrl. This will be copied onto the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.SmsFallbackMethod">
            <summary> The HTTP method that should be used to request the SmsFallbackUrl. Must be either `GET` or `POST`. This will be copied onto the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.StatusCallbackUrl">
            <summary> Optional. The Status Callback URL attached to the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.StatusCallbackMethod">
            <summary> Optional. The Status Callback Method attached to the IncomingPhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.SmsApplicationSid">
            <summary> Optional. The 34 character sid of the application Twilio should use to handle SMS messages sent to this number. If a `SmsApplicationSid` is present, Twilio will ignore all of the SMS urls above and use those set on the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.AddressSid">
            <summary> Optional. A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.Email">
            <summary> Optional. Email of the owner of this phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.VerificationDocumentSid">
            <summary> Optional. The unique sid identifier of the Identity Document that represents the document for verifying ownership of the number to be hosted. Required when VerificationType is phone-bill. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.#ctor(Twilio.Types.PhoneNumber,System.Nullable{System.Boolean})">
            <summary> Construct a new CreateHostedNumbersHostedNumberOrderOptions </summary>
            <param name="phoneNumber"> The number to host in [+E.164](https://en.wikipedia.org/wiki/E.164) format </param>
            <param name="smsCapability"> Used to specify that the SMS capability will be hosted on Twilio's platform. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.DeleteHostedNumberOrderOptions">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.DeleteHostedNumberOrderOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this HostedNumberOrder. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.DeleteHostedNumberOrderOptions.#ctor(System.String)">
            <summary> Construct a new DeleteHostedNumbersHostedNumberOrderOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.DeleteHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.FetchHostedNumberOrderOptions">
            <summary> Fetch a specific HostedNumberOrder. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.FetchHostedNumberOrderOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this HostedNumberOrder. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.FetchHostedNumberOrderOptions.#ctor(System.String)">
            <summary> Construct a new FetchHostedNumbersHostedNumberOrderOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.FetchHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions.Status">
            <summary> The Status of this HostedNumberOrder. One of `received`, `pending-verification`, `verified`, `pending-loa`, `carrier-processing`, `testing`, `completed`, `failed`, or `action-required`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions.PhoneNumber">
            <summary> An E164 formatted phone number hosted by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions.IncomingPhoneNumberSid">
            <summary> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions">
            <summary> Updates a specific HostedNumberOrder. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.FriendlyName">
            <summary> A 64 character string that is a human readable text that describes this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.Email">
            <summary> Email of the owner of this phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.CcEmails">
            <summary> Optional. A list of emails that LOA document for this HostedNumberOrder will be carbon copied to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.VerificationCode">
            <summary> A verification code that is given to the user via a phone call to the phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.VerificationDocumentSid">
            <summary> Optional. The unique sid identifier of the Identity Document that represents the document for verifying ownership of the number to be hosted. Required when VerificationType is phone-bill. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.Extension">
            <summary> Digits to dial after connecting the verification call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.CallDelay">
            <summary> The number of seconds, between 0 and 60, to delay before initiating the verification call. Defaults to 0. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.#ctor(System.String)">
            <summary> Construct a new UpdateHostedNumbersHostedNumberOrderOptions </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Create(Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
            <param name="options"> Create HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.CreateAsync(Twilio.Rest.Preview.HostedNumbers.CreateHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
            <param name="options"> Create HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Create(Twilio.Types.PhoneNumber,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.VerificationTypeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
            <param name="phoneNumber"> The number to host in [+E.164](https://en.wikipedia.org/wiki/E.164) format </param>
            <param name="smsCapability"> Used to specify that the SMS capability will be hosted on Twilio's platform. </param>
            <param name="accountSid"> This defaults to the AccountSid of the authorization the user is using. This can be provided to specify a subaccount to add the HostedNumberOrder to. </param>
            <param name="friendlyName"> A 64 character string that is a human readable text that describes this resource. </param>
            <param name="uniqueName"> Optional. Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </param>
            <param name="ccEmails"> Optional. A list of emails that the LOA document for this HostedNumberOrder will be carbon copied to. </param>
            <param name="smsUrl"> The URL that Twilio should request when somebody sends an SMS to the phone number. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsMethod"> The HTTP method that should be used to request the SmsUrl. Must be either `GET` or `POST`.  This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsFallbackUrl"> A URL that Twilio will request if an error occurs requesting or executing the TwiML defined by SmsUrl. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsFallbackMethod"> The HTTP method that should be used to request the SmsFallbackUrl. Must be either `GET` or `POST`. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="statusCallbackUrl"> Optional. The Status Callback URL attached to the IncomingPhoneNumber resource. </param>
            <param name="statusCallbackMethod"> Optional. The Status Callback Method attached to the IncomingPhoneNumber resource. </param>
            <param name="smsApplicationSid"> Optional. The 34 character sid of the application Twilio should use to handle SMS messages sent to this number. If a `SmsApplicationSid` is present, Twilio will ignore all of the SMS urls above and use those set on the application. </param>
            <param name="addressSid"> Optional. A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </param>
            <param name="email"> Optional. Email of the owner of this phone number that is being hosted. </param>
            <param name="verificationType">  </param>
            <param name="verificationDocumentSid"> Optional. The unique sid identifier of the Identity Document that represents the document for verifying ownership of the number to be hosted. Required when VerificationType is phone-bill. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.CreateAsync(Twilio.Types.PhoneNumber,System.Nullable{System.Boolean},System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.VerificationTypeEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Host a phone number's capability on Twilio's platform. </summary>
            <param name="phoneNumber"> The number to host in [+E.164](https://en.wikipedia.org/wiki/E.164) format </param>
            <param name="smsCapability"> Used to specify that the SMS capability will be hosted on Twilio's platform. </param>
            <param name="accountSid"> This defaults to the AccountSid of the authorization the user is using. This can be provided to specify a subaccount to add the HostedNumberOrder to. </param>
            <param name="friendlyName"> A 64 character string that is a human readable text that describes this resource. </param>
            <param name="uniqueName"> Optional. Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </param>
            <param name="ccEmails"> Optional. A list of emails that the LOA document for this HostedNumberOrder will be carbon copied to. </param>
            <param name="smsUrl"> The URL that Twilio should request when somebody sends an SMS to the phone number. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsMethod"> The HTTP method that should be used to request the SmsUrl. Must be either `GET` or `POST`.  This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsFallbackUrl"> A URL that Twilio will request if an error occurs requesting or executing the TwiML defined by SmsUrl. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="smsFallbackMethod"> The HTTP method that should be used to request the SmsFallbackUrl. Must be either `GET` or `POST`. This will be copied onto the IncomingPhoneNumber resource. </param>
            <param name="statusCallbackUrl"> Optional. The Status Callback URL attached to the IncomingPhoneNumber resource. </param>
            <param name="statusCallbackMethod"> Optional. The Status Callback Method attached to the IncomingPhoneNumber resource. </param>
            <param name="smsApplicationSid"> Optional. The 34 character sid of the application Twilio should use to handle SMS messages sent to this number. If a `SmsApplicationSid` is present, Twilio will ignore all of the SMS urls above and use those set on the application. </param>
            <param name="addressSid"> Optional. A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </param>
            <param name="email"> Optional. Email of the owner of this phone number that is being hosted. </param>
            <param name="verificationType">  </param>
            <param name="verificationDocumentSid"> Optional. The unique sid identifier of the Identity Document that represents the document for verifying ownership of the number to be hosted. Required when VerificationType is phone-bill. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.BuildDeleteRequest(Twilio.Rest.Preview.HostedNumbers.DeleteHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="options"> Delete HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Delete(Twilio.Rest.Preview.HostedNumbers.DeleteHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="options"> Delete HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.DeleteAsync(Twilio.Rest.Preview.HostedNumbers.DeleteHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="options"> Delete HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Cancel the HostedNumberOrder (only available when the status is in `received`). </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Fetch(Twilio.Rest.Preview.HostedNumbers.FetchHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific HostedNumberOrder. </summary>
            <param name="options"> Fetch HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.FetchAsync(Twilio.Rest.Preview.HostedNumbers.FetchHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific HostedNumberOrder. </summary>
            <param name="options"> Fetch HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific HostedNumberOrder. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific HostedNumberOrder. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Read(Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
            <param name="options"> Read HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.ReadAsync(Twilio.Rest.Preview.HostedNumbers.ReadHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
            <param name="options"> Read HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Read(Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.StatusEnum,Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
            <param name="status"> The Status of this HostedNumberOrder. One of `received`, `pending-verification`, `verified`, `pending-loa`, `carrier-processing`, `testing`, `completed`, `failed`, or `action-required`. </param>
            <param name="phoneNumber"> An E164 formatted phone number hosted by this HostedNumberOrder. </param>
            <param name="incomingPhoneNumberSid"> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </param>
            <param name="friendlyName"> A human readable description of this resource, up to 64 characters. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.ReadAsync(Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.StatusEnum,Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of HostedNumberOrders belonging to the account initiating the request. </summary>
            <param name="status"> The Status of this HostedNumberOrder. One of `received`, `pending-verification`, `verified`, `pending-loa`, `carrier-processing`, `testing`, `completed`, `failed`, or `action-required`. </param>
            <param name="phoneNumber"> An E164 formatted phone number hosted by this HostedNumberOrder. </param>
            <param name="incomingPhoneNumberSid"> A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder. </param>
            <param name="friendlyName"> A human readable description of this resource, up to 64 characters. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Update(Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific HostedNumberOrder. </summary>
            <param name="options"> Update HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.UpdateAsync(Twilio.Rest.Preview.HostedNumbers.UpdateHostedNumberOrderOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific HostedNumberOrder. </summary>
            <param name="options"> Update HostedNumberOrder parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Update(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.StatusEnum,System.String,Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.VerificationTypeEnum,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific HostedNumberOrder. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="friendlyName"> A 64 character string that is a human readable text that describes this resource. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </param>
            <param name="email"> Email of the owner of this phone number that is being hosted. </param>
            <param name="ccEmails"> Optional. A list of emails that LOA document for this HostedNumberOrder will be carbon copied to. </param>
            <param name="status">  </param>
            <param name="verificationCode"> A verification code that is given to the user via a phone call to the phone number that is being hosted. </param>
            <param name="verificationType">  </param>
            <param name="verificationDocumentSid"> Optional. The unique sid identifier of the Identity Document that represents the document for verifying ownership of the number to be hosted. Required when VerificationType is phone-bill. </param>
            <param name="extension"> Digits to dial after connecting the verification call. </param>
            <param name="callDelay"> The number of seconds, between 0 and 60, to delay before initiating the verification call. Defaults to 0. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.StatusEnum,System.String,Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.VerificationTypeEnum,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a specific HostedNumberOrder. </summary>
            <param name="pathSid"> A 34 character string that uniquely identifies this HostedNumberOrder. </param>
            <param name="friendlyName"> A 64 character string that is a human readable text that describes this resource. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </param>
            <param name="email"> Email of the owner of this phone number that is being hosted. </param>
            <param name="ccEmails"> Optional. A list of emails that LOA document for this HostedNumberOrder will be carbon copied to. </param>
            <param name="status">  </param>
            <param name="verificationCode"> A verification code that is given to the user via a phone call to the phone number that is being hosted. </param>
            <param name="verificationType">  </param>
            <param name="verificationDocumentSid"> Optional. The unique sid identifier of the Identity Document that represents the document for verifying ownership of the number to be hosted. Required when VerificationType is phone-bill. </param>
            <param name="extension"> Digits to dial after connecting the verification call. </param>
            <param name="callDelay"> The number of seconds, between 0 and 60, to delay before initiating the verification call. Defaults to 0. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HostedNumberOrder </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a HostedNumberOrderResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> HostedNumberOrderResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Sid">
            <summary> A 34 character string that uniquely identifies this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.AccountSid">
            <summary> A 34 character string that uniquely identifies the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.IncomingPhoneNumberSid">
            <summary> A 34 character string that uniquely identifies the [IncomingPhoneNumber](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) resource that represents the phone number being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.AddressSid">
            <summary> A 34 character string that uniquely identifies the Address resource that represents the address of the owner of this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.SigningDocumentSid">
            <summary> A 34 character string that uniquely identifies the [Authorization Document](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource) the user needs to sign. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.PhoneNumber">
            <summary> Phone number to be hosted. This must be in [E.164](https://en.wikipedia.org/wiki/E.164) format, e.g., +16175551212 </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.FriendlyName">
            <summary> A 64 character string that is a human-readable text that describes this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this HostedNumberOrder, assigned by the developer, to be optionally used in addition to SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.FailureReason">
            <summary> A message that explains why a hosted_number_order went to status \"action-required\" </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.DateCreated">
            <summary> The date this resource was created, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.DateUpdated">
            <summary> The date that this resource was updated, given as [GMT RFC 2822](http://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.VerificationAttempts">
            <summary> The number of attempts made to verify ownership of the phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Email">
            <summary> Email of the owner of this phone number that is being hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.CcEmails">
            <summary> A list of emails that LOA document for this HostedNumberOrder will be carbon copied to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Url">
            <summary> The URL of this HostedNumberOrder. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.VerificationDocumentSid">
            <summary> A 34 character string that uniquely identifies the Identity Document resource that represents the document for verifying ownership of the number to be hosted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.Extension">
            <summary> A numerical extension to be used when making the ownership verification call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.CallDelay">
            <summary> A value between 0-30 specifying the number of seconds to delay initiating the ownership verification call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.VerificationCode">
            <summary> A verification code provided in the response for a user to enter when they pick up the phone call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.HostedNumbers.HostedNumberOrderResource.VerificationCallSids">
            <summary> A list of 34 character strings that are unique identifiers for the calls placed as part of ownership verification. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.FetchAvailableAddOnOptions">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.FetchAvailableAddOnOptions.PathSid">
            <summary> The SID of the AvailableAddOn resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.FetchAvailableAddOnOptions.#ctor(System.String)">
            <summary> Construct a new FetchMarketplaceAvailableAddOnOptions </summary>
            <param name="pathSid"> The SID of the AvailableAddOn resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.FetchAvailableAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.ReadAvailableAddOnOptions">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.ReadAvailableAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.Fetch(Twilio.Rest.Preview.Marketplace.FetchAvailableAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
            <param name="options"> Fetch AvailableAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.FetchAsync(Twilio.Rest.Preview.Marketplace.FetchAvailableAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
            <param name="options"> Fetch AvailableAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
            <param name="pathSid"> The SID of the AvailableAddOn resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently available to be installed. </summary>
            <param name="pathSid"> The SID of the AvailableAddOn resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.Read(Twilio.Rest.Preview.Marketplace.ReadAvailableAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
            <param name="options"> Read AvailableAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.ReadAsync(Twilio.Rest.Preview.Marketplace.ReadAvailableAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
            <param name="options"> Read AvailableAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently available to be installed. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Marketplace.AvailableAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Marketplace.AvailableAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AvailableAddOnResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AvailableAddOnResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.Sid">
            <summary> The unique string that we created to identify the AvailableAddOn resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.Description">
            <summary> A short description of the Add-on's functionality. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.PricingType">
            <summary> How customers are charged for using this Add-on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.ConfigurationSchema">
            <summary> The JSON object with the configuration that must be provided when installing a given Add-on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOnResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.AvailableAddOn.FetchAvailableAddOnExtensionOptions">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.FetchAvailableAddOnExtensionOptions.PathAvailableAddOnSid">
            <summary> The SID of the AvailableAddOn resource with the extension to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.FetchAvailableAddOnExtensionOptions.PathSid">
            <summary> The SID of the AvailableAddOn Extension resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.FetchAvailableAddOnExtensionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchMarketplaceAvailableAddOnExtensionOptions </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the AvailableAddOn Extension resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.FetchAvailableAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.AvailableAddOn.ReadAvailableAddOnExtensionOptions">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.ReadAvailableAddOnExtensionOptions.PathAvailableAddOnSid">
            <summary> The SID of the AvailableAddOn resource with the extensions to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.ReadAvailableAddOnExtensionOptions.#ctor(System.String)">
            <summary> Construct a new ListMarketplaceAvailableAddOnExtensionOptions </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extensions to read. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.ReadAvailableAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.Fetch(Twilio.Rest.Preview.Marketplace.AvailableAddOn.FetchAvailableAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
            <param name="options"> Fetch AvailableAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.FetchAsync(Twilio.Rest.Preview.Marketplace.AvailableAddOn.FetchAvailableAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
            <param name="options"> Fetch AvailableAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the AvailableAddOn Extension resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Available Add-on. </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the AvailableAddOn Extension resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.Read(Twilio.Rest.Preview.Marketplace.AvailableAddOn.ReadAvailableAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
            <param name="options"> Read AvailableAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.ReadAsync(Twilio.Rest.Preview.Marketplace.AvailableAddOn.ReadAvailableAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
            <param name="options"> Read AvailableAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extensions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Available Add-on. </summary>
            <param name="pathAvailableAddOnSid"> The SID of the AvailableAddOn resource with the extensions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AvailableAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AvailableAddOnExtensionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AvailableAddOnExtensionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.Sid">
            <summary> The unique string that we created to identify the AvailableAddOnExtension resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.AvailableAddOnSid">
            <summary> The SID of the AvailableAddOn resource to which this extension applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.ProductName">
            <summary> The name of the Product this Extension is used within. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.AvailableAddOn.AvailableAddOnExtensionResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions">
            <summary> Install an Add-on for the Account specified. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions.AvailableAddOnSid">
            <summary> The SID of the AvaliableAddOn to install. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions.AcceptTermsOfService">
            <summary> Whether the Terms of Service were accepted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions.Configuration">
            <summary> The JSON object that represents the configuration of the new Add-on being installed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions.#ctor(System.String,System.Nullable{System.Boolean})">
            <summary> Construct a new CreateMarketplaceInstalledAddOnOptions </summary>
            <param name="availableAddOnSid"> The SID of the AvaliableAddOn to install. </param>
            <param name="acceptTermsOfService"> Whether the Terms of Service were accepted. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.DeleteInstalledAddOnOptions">
            <summary> Remove an Add-on installation from your account </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.DeleteInstalledAddOnOptions.PathSid">
            <summary> The SID of the InstalledAddOn resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.DeleteInstalledAddOnOptions.#ctor(System.String)">
            <summary> Construct a new DeleteMarketplaceInstalledAddOnOptions </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.DeleteInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.FetchInstalledAddOnOptions">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.FetchInstalledAddOnOptions.PathSid">
            <summary> The SID of the InstalledAddOn resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.FetchInstalledAddOnOptions.#ctor(System.String)">
            <summary> Construct a new FetchMarketplaceInstalledAddOnOptions </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.FetchInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.ReadInstalledAddOnOptions">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.ReadInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.UpdateInstalledAddOnOptions">
            <summary> Update an Add-on installation for the Account specified. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.UpdateInstalledAddOnOptions.PathSid">
            <summary> The SID of the InstalledAddOn resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.UpdateInstalledAddOnOptions.Configuration">
            <summary> Valid JSON object that conform to the configuration schema exposed by the associated AvailableAddOn resource. This is only required by Add-ons that need to be configured </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.UpdateInstalledAddOnOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.UpdateInstalledAddOnOptions.#ctor(System.String)">
            <summary> Construct a new UpdateMarketplaceInstalledAddOnOptions </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.UpdateInstalledAddOnOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Create(Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Install an Add-on for the Account specified. </summary>
            <param name="options"> Create InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.CreateAsync(Twilio.Rest.Preview.Marketplace.CreateInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Install an Add-on for the Account specified. </summary>
            <param name="options"> Create InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Create(System.String,System.Nullable{System.Boolean},System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Install an Add-on for the Account specified. </summary>
            <param name="availableAddOnSid"> The SID of the AvaliableAddOn to install. </param>
            <param name="acceptTermsOfService"> Whether the Terms of Service were accepted. </param>
            <param name="configuration"> The JSON object that represents the configuration of the new Add-on being installed. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.CreateAsync(System.String,System.Nullable{System.Boolean},System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Install an Add-on for the Account specified. </summary>
            <param name="availableAddOnSid"> The SID of the AvaliableAddOn to install. </param>
            <param name="acceptTermsOfService"> Whether the Terms of Service were accepted. </param>
            <param name="configuration"> The JSON object that represents the configuration of the new Add-on being installed. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.BuildDeleteRequest(Twilio.Rest.Preview.Marketplace.DeleteInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="options"> Delete InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Delete(Twilio.Rest.Preview.Marketplace.DeleteInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="options"> Delete InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.DeleteAsync(Twilio.Rest.Preview.Marketplace.DeleteInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="options"> Delete InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Add-on installation from your account </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Fetch(Twilio.Rest.Preview.Marketplace.FetchInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
            <param name="options"> Fetch InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.FetchAsync(Twilio.Rest.Preview.Marketplace.FetchInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
            <param name="options"> Fetch InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Add-on currently installed on this Account. </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Read(Twilio.Rest.Preview.Marketplace.ReadInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
            <param name="options"> Read InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.ReadAsync(Twilio.Rest.Preview.Marketplace.ReadInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
            <param name="options"> Read InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Add-ons currently installed on this Account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Marketplace.InstalledAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Marketplace.InstalledAddOnResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Update(Twilio.Rest.Preview.Marketplace.UpdateInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Add-on installation for the Account specified. </summary>
            <param name="options"> Update InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.UpdateAsync(Twilio.Rest.Preview.Marketplace.UpdateInstalledAddOnOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Add-on installation for the Account specified. </summary>
            <param name="options"> Update InstalledAddOn parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Update(System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Add-on installation for the Account specified. </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to update. </param>
            <param name="configuration"> Valid JSON object that conform to the configuration schema exposed by the associated AvailableAddOn resource. This is only required by Add-ons that need to be configured </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.UpdateAsync(System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Add-on installation for the Account specified. </summary>
            <param name="pathSid"> The SID of the InstalledAddOn resource to update. </param>
            <param name="configuration"> Valid JSON object that conform to the configuration schema exposed by the associated AvailableAddOn resource. This is only required by Add-ons that need to be configured </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within the Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOn </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InstalledAddOnResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InstalledAddOnResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Sid">
            <summary> The unique string that we created to identify the InstalledAddOn resource. This Sid can also be found in the Console on that specific Add-ons page as the 'Available Add-on Sid'. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the InstalledAddOn resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Description">
            <summary> A short description of the Add-on's functionality. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Configuration">
            <summary> The JSON object that represents the current configuration of installed Add-on. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOnResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.InstalledAddOn.FetchInstalledAddOnExtensionOptions">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.FetchInstalledAddOnExtensionOptions.PathInstalledAddOnSid">
            <summary> The SID of the InstalledAddOn resource with the extension to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.FetchInstalledAddOnExtensionOptions.PathSid">
            <summary> The SID of the InstalledAddOn Extension resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.FetchInstalledAddOnExtensionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchMarketplaceInstalledAddOnExtensionOptions </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.FetchInstalledAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.InstalledAddOn.ReadInstalledAddOnExtensionOptions">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.ReadInstalledAddOnExtensionOptions.PathInstalledAddOnSid">
            <summary> The SID of the InstalledAddOn resource with the extensions to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.ReadInstalledAddOnExtensionOptions.#ctor(System.String)">
            <summary> Construct a new ListMarketplaceInstalledAddOnExtensionOptions </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extensions to read. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.ReadInstalledAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Marketplace.InstalledAddOn.UpdateInstalledAddOnExtensionOptions">
            <summary> Update an Extension for an Add-on installation. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.PathInstalledAddOnSid">
            <summary> The SID of the InstalledAddOn resource with the extension to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.PathSid">
            <summary> The SID of the InstalledAddOn Extension resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.Enabled">
            <summary> Whether the Extension should be invoked. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.#ctor(System.String,System.String,System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateMarketplaceInstalledAddOnExtensionOptions </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to update. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to update. </param>
            <param name="enabled"> Whether the Extension should be invoked. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.UpdateInstalledAddOnExtensionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Fetch(Twilio.Rest.Preview.Marketplace.InstalledAddOn.FetchInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
            <param name="options"> Fetch InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.FetchAsync(Twilio.Rest.Preview.Marketplace.InstalledAddOn.FetchInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
            <param name="options"> Fetch InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an instance of an Extension for the Installed Add-on. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to fetch. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Read(Twilio.Rest.Preview.Marketplace.InstalledAddOn.ReadInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
            <param name="options"> Read InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.ReadAsync(Twilio.Rest.Preview.Marketplace.InstalledAddOn.ReadInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
            <param name="options"> Read InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extensions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Extensions for the Installed Add-on. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extensions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Update(Twilio.Rest.Preview.Marketplace.InstalledAddOn.UpdateInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Extension for an Add-on installation. </summary>
            <param name="options"> Update InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.UpdateAsync(Twilio.Rest.Preview.Marketplace.InstalledAddOn.UpdateInstalledAddOnExtensionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Extension for an Add-on installation. </summary>
            <param name="options"> Update InstalledAddOnExtension parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Update(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Extension for an Add-on installation. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to update. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to update. </param>
            <param name="enabled"> Whether the Extension should be invoked. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.UpdateAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an Extension for an Add-on installation. </summary>
            <param name="pathInstalledAddOnSid"> The SID of the InstalledAddOn resource with the extension to update. </param>
            <param name="pathSid"> The SID of the InstalledAddOn Extension resource to update. </param>
            <param name="enabled"> Whether the Extension should be invoked. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of InstalledAddOnExtension </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InstalledAddOnExtensionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InstalledAddOnExtensionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Sid">
            <summary> The unique string that we created to identify the InstalledAddOn Extension resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.InstalledAddOnSid">
            <summary> The SID of the InstalledAddOn resource to which this extension applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.ProductName">
            <summary> The name of the Product this Extension is used within. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Enabled">
            <summary> Whether the Extension will be invoked. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Marketplace.InstalledAddOn.InstalledAddOnExtensionResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.CreateServiceOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.DeleteServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSyncServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.FetchServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchSyncServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.ReadServiceOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.UpdateServiceOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSyncServiceOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Create(Twilio.Rest.Preview.Sync.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.CreateAsync(Twilio.Rest.Preview.Sync.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Create(System.String,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName">  </param>
            <param name="webhookUrl">  </param>
            <param name="reachabilityWebhooksEnabled">  </param>
            <param name="aclEnabled">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.CreateAsync(System.String,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName">  </param>
            <param name="webhookUrl">  </param>
            <param name="reachabilityWebhooksEnabled">  </param>
            <param name="aclEnabled">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Delete(Twilio.Rest.Preview.Sync.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.DeleteAsync(Twilio.Rest.Preview.Sync.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Fetch(Twilio.Rest.Preview.Sync.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.FetchAsync(Twilio.Rest.Preview.Sync.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Read(Twilio.Rest.Preview.Sync.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.ReadAsync(Twilio.Rest.Preview.Sync.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Update(Twilio.Rest.Preview.Sync.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.UpdateAsync(Twilio.Rest.Preview.Sync.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.Update(System.String,System.Uri,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="webhookUrl">  </param>
            <param name="friendlyName">  </param>
            <param name="reachabilityWebhooksEnabled">  </param>
            <param name="aclEnabled">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.UpdateAsync(System.String,System.Uri,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="webhookUrl">  </param>
            <param name="friendlyName">  </param>
            <param name="reachabilityWebhooksEnabled">  </param>
            <param name="aclEnabled">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.WebhookUrl">
            <summary> The webhook_url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.ReachabilityWebhooksEnabled">
            <summary> The reachability_webhooks_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.AclEnabled">
            <summary> The acl_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.ServiceResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.CreateDocumentOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.CreateDocumentOptions.#ctor(System.String)">
            <summary> Construct a new CreateSyncDocumentOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.CreateDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.DeleteDocumentOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DeleteDocumentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSyncDocumentOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DeleteDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.FetchDocumentOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.FetchDocumentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSyncDocumentOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.FetchDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.ReadDocumentOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.ReadDocumentOptions.#ctor(System.String)">
            <summary> Construct a new ListSyncDocumentOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.ReadDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.UpdateDocumentOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.UpdateDocumentOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.UpdateDocumentOptions.#ctor(System.String,System.String,System.Object)">
            <summary> Construct a new UpdateSyncDocumentOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="data">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.UpdateDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.UpdateDocumentOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Create(Twilio.Rest.Preview.Sync.Service.CreateDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.CreateAsync(Twilio.Rest.Preview.Sync.Service.CreateDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Create(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="uniqueName">  </param>
            <param name="data">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.CreateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="uniqueName">  </param>
            <param name="data">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.Service.DeleteDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Delete(Twilio.Rest.Preview.Sync.Service.DeleteDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.DeleteAsync(Twilio.Rest.Preview.Sync.Service.DeleteDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Fetch(Twilio.Rest.Preview.Sync.Service.FetchDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.FetchAsync(Twilio.Rest.Preview.Sync.Service.FetchDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Read(Twilio.Rest.Preview.Sync.Service.ReadDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.ReadAsync(Twilio.Rest.Preview.Sync.Service.ReadDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.DocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.DocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Update(Twilio.Rest.Preview.Sync.Service.UpdateDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.UpdateAsync(Twilio.Rest.Preview.Sync.Service.UpdateDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.Update(System.String,System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="data">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.UpdateAsync(System.String,System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="data">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DocumentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DocumentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DocumentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.UniqueName">
            <summary> The unique_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.Revision">
            <summary> The revision </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.Data">
            <summary> The data </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.DocumentResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.Document.DeleteDocumentPermissionOptions">
            <summary> Delete a specific Sync Document Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DeleteDocumentPermissionOptions.PathDocumentSid">
            <summary> Identifier of the Sync Document. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DeleteDocumentPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DeleteDocumentPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteSyncDocumentPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DeleteDocumentPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.Document.FetchDocumentPermissionOptions">
            <summary> Fetch a specific Sync Document Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.FetchDocumentPermissionOptions.PathDocumentSid">
            <summary> Identifier of the Sync Document. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.FetchDocumentPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.FetchDocumentPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchSyncDocumentPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.FetchDocumentPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.Document.ReadDocumentPermissionOptions">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.ReadDocumentPermissionOptions.PathDocumentSid">
            <summary> Identifier of the Sync Document. Either a SID or a unique name. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.ReadDocumentPermissionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncDocumentPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.ReadDocumentPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions">
            <summary> Update an identity's access to a specific Sync Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions.PathServiceSid">
            <summary> The unique SID identifier of the Sync Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions.PathDocumentSid">
            <summary> Identifier of the Sync Document. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions.Read">
            <summary> Boolean flag specifying whether the identity can read the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions.Write">
            <summary> Boolean flag specifying whether the identity can update the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions.Manage">
            <summary> Boolean flag specifying whether the identity can delete the Sync Document. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateSyncDocumentPermissionOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync Document. </param>
            <param name="write"> Boolean flag specifying whether the identity can update the Sync Document. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync Document. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.Service.Document.DeleteDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="options"> Delete DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Delete(Twilio.Rest.Preview.Sync.Service.Document.DeleteDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="options"> Delete DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.DeleteAsync(Twilio.Rest.Preview.Sync.Service.Document.DeleteDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="options"> Delete DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Fetch(Twilio.Rest.Preview.Sync.Service.Document.FetchDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Document Permission. </summary>
            <param name="options"> Fetch DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.FetchAsync(Twilio.Rest.Preview.Sync.Service.Document.FetchDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Document Permission. </summary>
            <param name="options"> Fetch DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Document Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Document Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Read(Twilio.Rest.Preview.Sync.Service.Document.ReadDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
            <param name="options"> Read DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.ReadAsync(Twilio.Rest.Preview.Sync.Service.Document.ReadDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
            <param name="options"> Read DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Update(Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Document. </summary>
            <param name="options"> Update DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.UpdateAsync(Twilio.Rest.Preview.Sync.Service.Document.UpdateDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Document. </summary>
            <param name="options"> Update DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Document. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync Document. </param>
            <param name="write"> Boolean flag specifying whether the identity can update the Sync Document. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync Document. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Document. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathDocumentSid"> Identifier of the Sync Document. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync Document. </param>
            <param name="write"> Boolean flag specifying whether the identity can update the Sync Document. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync Document. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DocumentPermissionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DocumentPermissionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.AccountSid">
            <summary> The unique SID identifier of the Twilio Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.ServiceSid">
            <summary> The unique SID identifier of the Sync Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.DocumentSid">
            <summary> The unique SID identifier of the Sync Document to which the Permission applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Identity">
            <summary> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource._Read">
            <summary> Boolean flag specifying whether the identity can read the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Write">
            <summary> Boolean flag specifying whether the identity can update the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Manage">
            <summary> Boolean flag specifying whether the identity can delete the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.Document.DocumentPermissionResource.Url">
            <summary> Contains an absolute URL for this Sync Document Permission. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.CreateSyncListOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.CreateSyncListOptions.#ctor(System.String)">
            <summary> Construct a new CreateSyncSyncListOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.CreateSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.DeleteSyncListOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DeleteSyncListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSyncSyncListOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DeleteSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.FetchSyncListOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.FetchSyncListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSyncSyncListOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.FetchSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.ReadSyncListOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.ReadSyncListOptions.#ctor(System.String)">
            <summary> Construct a new ListSyncSyncListOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.ReadSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.Create(Twilio.Rest.Preview.Sync.Service.CreateSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.CreateAsync(Twilio.Rest.Preview.Sync.Service.CreateSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="uniqueName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="uniqueName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.Service.DeleteSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.Delete(Twilio.Rest.Preview.Sync.Service.DeleteSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.DeleteAsync(Twilio.Rest.Preview.Sync.Service.DeleteSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.Fetch(Twilio.Rest.Preview.Sync.Service.FetchSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.FetchAsync(Twilio.Rest.Preview.Sync.Service.FetchSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.Read(Twilio.Rest.Preview.Sync.Service.ReadSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.ReadAsync(Twilio.Rest.Preview.Sync.Service.ReadSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncListResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncListResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncListResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.UniqueName">
            <summary> The unique_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.Revision">
            <summary> The revision </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncListResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.CreateSyncListItemOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.CreateSyncListItemOptions.#ctor(System.String,System.String,System.Object)">
            <summary> Construct a new CreateSyncSyncListItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="data">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.CreateSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListItemOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListItemOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListItemOptions.#ctor(System.String,System.String,System.Nullable{System.Int32})">
            <summary> Construct a new DeleteSyncSyncListItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListItemOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListItemOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListItemOptions.#ctor(System.String,System.String,System.Nullable{System.Int32})">
            <summary> Construct a new FetchSyncSyncListItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListItemOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListItemOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncSyncListItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListItemOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListItemOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListItemOptions.#ctor(System.String,System.String,System.Nullable{System.Int32},System.Object)">
            <summary> Construct a new UpdateSyncSyncListItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
            <param name="data">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListItemOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Create(Twilio.Rest.Preview.Sync.Service.SyncList.CreateSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.CreateAsync(Twilio.Rest.Preview.Sync.Service.SyncList.CreateSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Create(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="data">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.CreateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="data">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Delete(Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.DeleteAsync(Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Delete(System.String,System.String,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.DeleteAsync(System.String,System.String,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Fetch(Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.FetchAsync(Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Fetch(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.FetchAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Read(Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.ReadAsync(Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Read(System.String,System.String,Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.QueryResultOrderEnum,System.String,Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.QueryFromBoundTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="order">  </param>
            <param name="from">  </param>
            <param name="bounds">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.ReadAsync(System.String,System.String,Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.QueryResultOrderEnum,System.String,Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.QueryFromBoundTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="order">  </param>
            <param name="from">  </param>
            <param name="bounds">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Update(Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.UpdateAsync(Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Update(System.String,System.String,System.Nullable{System.Int32},System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
            <param name="data">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid">  </param>
            <param name="pathIndex">  </param>
            <param name="data">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncListItemResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncListItemResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Index">
            <summary> The index </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.ListSid">
            <summary> The list_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Revision">
            <summary> The revision </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.Data">
            <summary> The data </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListItemResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListPermissionOptions">
            <summary> Delete a specific Sync List Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListPermissionOptions.PathListSid">
            <summary> Identifier of the Sync List. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteSyncSyncListPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListPermissionOptions">
            <summary> Fetch a specific Sync List Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListPermissionOptions.PathListSid">
            <summary> Identifier of the Sync List. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchSyncSyncListPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListPermissionOptions">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListPermissionOptions.PathListSid">
            <summary> Identifier of the Sync List. Either a SID or a unique name. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListPermissionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncSyncListPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions">
            <summary> Update an identity's access to a specific Sync List. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions.PathServiceSid">
            <summary> The unique SID identifier of the Sync Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions.PathListSid">
            <summary> Identifier of the Sync List. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions.Read">
            <summary> Boolean flag specifying whether the identity can read the Sync List. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions.Write">
            <summary> Boolean flag specifying whether the identity can create, update and delete Items of the Sync List. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions.Manage">
            <summary> Boolean flag specifying whether the identity can delete the Sync List. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateSyncSyncListPermissionOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync List. </param>
            <param name="write"> Boolean flag specifying whether the identity can create, update and delete Items of the Sync List. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync List. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="options"> Delete SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Delete(Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="options"> Delete SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.DeleteAsync(Twilio.Rest.Preview.Sync.Service.SyncList.DeleteSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="options"> Delete SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Fetch(Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync List Permission. </summary>
            <param name="options"> Fetch SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.FetchAsync(Twilio.Rest.Preview.Sync.Service.SyncList.FetchSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync List Permission. </summary>
            <param name="options"> Fetch SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync List Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync List Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Read(Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
            <param name="options"> Read SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.ReadAsync(Twilio.Rest.Preview.Sync.Service.SyncList.ReadSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
            <param name="options"> Read SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Update(Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync List. </summary>
            <param name="options"> Update SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.UpdateAsync(Twilio.Rest.Preview.Sync.Service.SyncList.UpdateSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync List. </summary>
            <param name="options"> Update SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync List. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync List. </param>
            <param name="write"> Boolean flag specifying whether the identity can create, update and delete Items of the Sync List. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync List. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync List. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathListSid"> Identifier of the Sync List. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync List. </param>
            <param name="write"> Boolean flag specifying whether the identity can create, update and delete Items of the Sync List. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync List. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncListPermissionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncListPermissionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.AccountSid">
            <summary> The unique SID identifier of the Twilio Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.ServiceSid">
            <summary> The unique SID identifier of the Sync Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.ListSid">
            <summary> The unique SID identifier of the Sync List to which the Permission applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Identity">
            <summary> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource._Read">
            <summary> Boolean flag specifying whether the identity can read the Sync List and its Items. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Write">
            <summary> Boolean flag specifying whether the identity can create, update and delete Items of the Sync List. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Manage">
            <summary> Boolean flag specifying whether the identity can delete the Sync List. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncList.SyncListPermissionResource.Url">
            <summary> Contains an absolute URL for this Sync List Permission. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.CreateSyncMapOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.CreateSyncMapOptions.#ctor(System.String)">
            <summary> Construct a new CreateSyncSyncMapOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.CreateSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.DeleteSyncMapOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DeleteSyncMapOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSyncSyncMapOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.DeleteSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.FetchSyncMapOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.FetchSyncMapOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSyncSyncMapOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.FetchSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.ReadSyncMapOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.ReadSyncMapOptions.#ctor(System.String)">
            <summary> Construct a new ListSyncSyncMapOptions </summary>
            <param name="pathServiceSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.ReadSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Create(Twilio.Rest.Preview.Sync.Service.CreateSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.CreateAsync(Twilio.Rest.Preview.Sync.Service.CreateSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="uniqueName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="uniqueName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.Service.DeleteSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Delete(Twilio.Rest.Preview.Sync.Service.DeleteSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.DeleteAsync(Twilio.Rest.Preview.Sync.Service.DeleteSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Fetch(Twilio.Rest.Preview.Sync.Service.FetchSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.FetchAsync(Twilio.Rest.Preview.Sync.Service.FetchSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Read(Twilio.Rest.Preview.Sync.Service.ReadSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.ReadAsync(Twilio.Rest.Preview.Sync.Service.ReadSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncMapResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncMapResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncMapResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncMapResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMapResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.UniqueName">
            <summary> The unique_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.Revision">
            <summary> The revision </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMapResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.CreateSyncMapItemOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.CreateSyncMapItemOptions.#ctor(System.String,System.String,System.String,System.Object)">
            <summary> Construct a new CreateSyncSyncMapItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="key">  </param>
            <param name="data">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.CreateSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapItemOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapItemOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapItemOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteSyncSyncMapItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapItemOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapItemOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapItemOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchSyncSyncMapItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapItemOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapItemOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncSyncMapItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapItemOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapItemOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapItemOptions.#ctor(System.String,System.String,System.String,System.Object)">
            <summary> Construct a new UpdateSyncSyncMapItemOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
            <param name="data">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapItemOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Create(Twilio.Rest.Preview.Sync.Service.SyncMap.CreateSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.CreateAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.CreateSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Create(System.String,System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="key">  </param>
            <param name="data">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.CreateAsync(System.String,System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="key">  </param>
            <param name="data">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Delete(Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.DeleteAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Delete(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.DeleteAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Fetch(Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.FetchAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Read(Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.ReadAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Read(System.String,System.String,Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.QueryResultOrderEnum,System.String,Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.QueryFromBoundTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="order">  </param>
            <param name="from">  </param>
            <param name="bounds">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.ReadAsync(System.String,System.String,Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.QueryResultOrderEnum,System.String,Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.QueryFromBoundTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="order">  </param>
            <param name="from">  </param>
            <param name="bounds">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Update(Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.UpdateAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Update(System.String,System.String,System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
            <param name="data">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.UpdateAsync(System.String,System.String,System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid">  </param>
            <param name="pathKey">  </param>
            <param name="data">  </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncMapItemResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncMapItemResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Key">
            <summary> The key </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.ServiceSid">
            <summary> The service_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.MapSid">
            <summary> The map_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Revision">
            <summary> The revision </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.Data">
            <summary> The data </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapItemResource.CreatedBy">
            <summary> The created_by </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapPermissionOptions">
            <summary> Delete a specific Sync Map Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapPermissionOptions.PathMapSid">
            <summary> Identifier of the Sync Map. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteSyncSyncMapPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapPermissionOptions">
            <summary> Fetch a specific Sync Map Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapPermissionOptions.PathMapSid">
            <summary> Identifier of the Sync Map. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchSyncSyncMapPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapPermissionOptions">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapPermissionOptions.PathMapSid">
            <summary> Identifier of the Sync Map. Either a SID or a unique name. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapPermissionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncSyncMapPermissionOptions </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions">
            <summary> Update an identity's access to a specific Sync Map. </summary>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions.PathServiceSid">
            <summary> The unique SID identifier of the Sync Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions.PathMapSid">
            <summary> Identifier of the Sync Map. Either a SID or a unique name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions.PathIdentity">
            <summary> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions.Read">
            <summary> Boolean flag specifying whether the identity can read the Sync Map. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions.Write">
            <summary> Boolean flag specifying whether the identity can create, update and delete Items of the Sync Map. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions.Manage">
            <summary> Boolean flag specifying whether the identity can delete the Sync Map. </summary> 
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateSyncSyncMapPermissionOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync Map. </param>
            <param name="write"> Boolean flag specifying whether the identity can create, update and delete Items of the Sync Map. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync Map. </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.BuildDeleteRequest(Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="options"> Delete SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Delete(Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="options"> Delete SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.DeleteAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.DeleteSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="options"> Delete SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Fetch(Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Map Permission. </summary>
            <param name="options"> Fetch SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.FetchAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.FetchSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Map Permission. </summary>
            <param name="options"> Fetch SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Map Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Map Permission. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a user associated with an FPA token, assigned by the developer. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Read(Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
            <param name="options"> Read SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.ReadAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.ReadSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
            <param name="options"> Read SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
            <param name="pathServiceSid">  </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Update(Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Map. </summary>
            <param name="options"> Update SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.UpdateAsync(Twilio.Rest.Preview.Sync.Service.SyncMap.UpdateSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Map. </summary>
            <param name="options"> Update SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Map. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync Map. </param>
            <param name="write"> Boolean flag specifying whether the identity can create, update and delete Items of the Sync Map. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync Map. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Map. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Sync Service Instance. </param>
            <param name="pathMapSid"> Identifier of the Sync Map. Either a SID or a unique name. </param>
            <param name="pathIdentity"> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </param>
            <param name="read"> Boolean flag specifying whether the identity can read the Sync Map. </param>
            <param name="write"> Boolean flag specifying whether the identity can create, update and delete Items of the Sync Map. </param>
            <param name="manage"> Boolean flag specifying whether the identity can delete the Sync Map. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncMapPermissionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncMapPermissionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.AccountSid">
            <summary> The unique SID identifier of the Twilio Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.ServiceSid">
            <summary> The unique SID identifier of the Sync Service Instance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.MapSid">
            <summary> The unique SID identifier of the Sync Map to which the Permission applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Identity">
            <summary> Arbitrary string identifier representing a human user associated with an FPA token, assigned by the developer. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource._Read">
            <summary> Boolean flag specifying whether the identity can read the Sync Map and its Items. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Write">
            <summary> Boolean flag specifying whether the identity can create, update and delete Items of the Sync Map. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Manage">
            <summary> Boolean flag specifying whether the identity can delete the Sync Map. </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Sync.Service.SyncMap.SyncMapPermissionResource.Url">
            <summary> Contains an absolute URL for this Sync Map Permission. </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.CreateCommandOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CreateCommandOptions.#ctor(System.String)">
            <summary> Construct a new CreateWirelessCommandOptions </summary>
            <param name="command">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CreateCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.FetchCommandOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.FetchCommandOptions.#ctor(System.String)">
            <summary> Construct a new FetchWirelessCommandOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.FetchCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.ReadCommandOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.ReadCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.Create(Twilio.Rest.Preview.Wireless.CreateCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.CreateAsync(Twilio.Rest.Preview.Wireless.CreateCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.Create(System.String,System.String,System.String,System.String,System.Uri,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="command">  </param>
            <param name="device">  </param>
            <param name="sim">  </param>
            <param name="callbackMethod">  </param>
            <param name="callbackUrl">  </param>
            <param name="commandMode">  </param>
            <param name="includeSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.CreateAsync(System.String,System.String,System.String,System.String,System.Uri,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="command">  </param>
            <param name="device">  </param>
            <param name="sim">  </param>
            <param name="callbackMethod">  </param>
            <param name="callbackUrl">  </param>
            <param name="commandMode">  </param>
            <param name="includeSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.Fetch(Twilio.Rest.Preview.Wireless.FetchCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.FetchAsync(Twilio.Rest.Preview.Wireless.FetchCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.Read(Twilio.Rest.Preview.Wireless.ReadCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.ReadAsync(Twilio.Rest.Preview.Wireless.ReadCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.Read(System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="device">  </param>
            <param name="sim">  </param>
            <param name="status">  </param>
            <param name="direction">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.ReadAsync(System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="device">  </param>
            <param name="sim">  </param>
            <param name="status">  </param>
            <param name="direction">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Wireless.CommandResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Wireless.CommandResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CommandResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CommandResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CommandResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.DeviceSid">
            <summary> The device_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.SimSid">
            <summary> The sim_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.Command">
            <summary> The command </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.CommandMode">
            <summary> The command_mode </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.Status">
            <summary> The status </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.Direction">
            <summary> The direction </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.CommandResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.CreateRatePlanOptions">
            <summary> create </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.CreateRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.DeleteRatePlanOptions">
            <summary> delete </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.DeleteRatePlanOptions.#ctor(System.String)">
            <summary> Construct a new DeleteWirelessRatePlanOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.DeleteRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.FetchRatePlanOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.FetchRatePlanOptions.#ctor(System.String)">
            <summary> Construct a new FetchWirelessRatePlanOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.FetchRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.ReadRatePlanOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.ReadRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.UpdateRatePlanOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.UpdateRatePlanOptions.#ctor(System.String)">
            <summary> Construct a new UpdateWirelessRatePlanOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.UpdateRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Create(Twilio.Rest.Preview.Wireless.CreateRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.CreateAsync(Twilio.Rest.Preview.Wireless.CreateRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Create(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="uniqueName">  </param>
            <param name="friendlyName">  </param>
            <param name="dataEnabled">  </param>
            <param name="dataLimit">  </param>
            <param name="dataMetering">  </param>
            <param name="messagingEnabled">  </param>
            <param name="voiceEnabled">  </param>
            <param name="commandsEnabled">  </param>
            <param name="nationalRoamingEnabled">  </param>
            <param name="internationalRoaming">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.CreateAsync(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="uniqueName">  </param>
            <param name="friendlyName">  </param>
            <param name="dataEnabled">  </param>
            <param name="dataLimit">  </param>
            <param name="dataMetering">  </param>
            <param name="messagingEnabled">  </param>
            <param name="voiceEnabled">  </param>
            <param name="commandsEnabled">  </param>
            <param name="nationalRoamingEnabled">  </param>
            <param name="internationalRoaming">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.BuildDeleteRequest(Twilio.Rest.Preview.Wireless.DeleteRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Delete(Twilio.Rest.Preview.Wireless.DeleteRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.DeleteAsync(Twilio.Rest.Preview.Wireless.DeleteRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Fetch(Twilio.Rest.Preview.Wireless.FetchRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.FetchAsync(Twilio.Rest.Preview.Wireless.FetchRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Read(Twilio.Rest.Preview.Wireless.ReadRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.ReadAsync(Twilio.Rest.Preview.Wireless.ReadRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Wireless.RatePlanResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Wireless.RatePlanResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Update(Twilio.Rest.Preview.Wireless.UpdateRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.UpdateAsync(Twilio.Rest.Preview.Wireless.UpdateRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="uniqueName">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="uniqueName">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RatePlanResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RatePlanResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.RatePlanResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.UniqueName">
            <summary> The unique_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.DataEnabled">
            <summary> The data_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.DataMetering">
            <summary> The data_metering </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.DataLimit">
            <summary> The data_limit </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.MessagingEnabled">
            <summary> The messaging_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.VoiceEnabled">
            <summary> The voice_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.NationalRoamingEnabled">
            <summary> The national_roaming_enabled </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.InternationalRoaming">
            <summary> The international_roaming </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.RatePlanResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.FetchSimOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.FetchSimOptions.#ctor(System.String)">
            <summary> Construct a new FetchWirelessSimOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.FetchSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.ReadSimOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.ReadSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.UpdateSimOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.UpdateSimOptions.#ctor(System.String)">
            <summary> Construct a new UpdateWirelessSimOptions </summary>
            <param name="pathSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.UpdateSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.Fetch(Twilio.Rest.Preview.Wireless.FetchSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.FetchAsync(Twilio.Rest.Preview.Wireless.FetchSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.Read(Twilio.Rest.Preview.Wireless.ReadSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.ReadAsync(Twilio.Rest.Preview.Wireless.ReadSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.Read(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="status">  </param>
            <param name="iccid">  </param>
            <param name="ratePlan">  </param>
            <param name="eId">  </param>
            <param name="simRegistrationCode">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.ReadAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="status">  </param>
            <param name="iccid">  </param>
            <param name="ratePlan">  </param>
            <param name="eId">  </param>
            <param name="simRegistrationCode">  </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.NextPage(Twilio.Base.Page{Twilio.Rest.Preview.Wireless.SimResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Preview.Wireless.SimResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.Update(Twilio.Rest.Preview.Wireless.UpdateSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.UpdateAsync(Twilio.Rest.Preview.Wireless.UpdateSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.Update(System.String,System.String,System.String,System.Uri,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="uniqueName">  </param>
            <param name="callbackMethod">  </param>
            <param name="callbackUrl">  </param>
            <param name="friendlyName">  </param>
            <param name="ratePlan">  </param>
            <param name="status">  </param>
            <param name="commandsCallbackMethod">  </param>
            <param name="commandsCallbackUrl">  </param>
            <param name="smsFallbackMethod">  </param>
            <param name="smsFallbackUrl">  </param>
            <param name="smsMethod">  </param>
            <param name="smsUrl">  </param>
            <param name="voiceFallbackMethod">  </param>
            <param name="voiceFallbackUrl">  </param>
            <param name="voiceMethod">  </param>
            <param name="voiceUrl">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.UpdateAsync(System.String,System.String,System.String,System.Uri,System.String,System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid">  </param>
            <param name="uniqueName">  </param>
            <param name="callbackMethod">  </param>
            <param name="callbackUrl">  </param>
            <param name="friendlyName">  </param>
            <param name="ratePlan">  </param>
            <param name="status">  </param>
            <param name="commandsCallbackMethod">  </param>
            <param name="commandsCallbackUrl">  </param>
            <param name="smsFallbackMethod">  </param>
            <param name="smsFallbackUrl">  </param>
            <param name="smsMethod">  </param>
            <param name="smsUrl">  </param>
            <param name="voiceFallbackMethod">  </param>
            <param name="voiceFallbackUrl">  </param>
            <param name="voiceMethod">  </param>
            <param name="voiceUrl">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SimResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SimResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.SimResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.UniqueName">
            <summary> The unique_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.RatePlanSid">
            <summary> The rate_plan_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.Iccid">
            <summary> The iccid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.EId">
            <summary> The e_id </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.Status">
            <summary> The status </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.CommandsCallbackUrl">
            <summary> The commands_callback_url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.CommandsCallbackMethod">
            <summary> The commands_callback_method </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.SmsFallbackUrl">
            <summary> The sms_fallback_url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.SmsUrl">
            <summary> The sms_url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.VoiceFallbackUrl">
            <summary> The voice_fallback_url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.VoiceUrl">
            <summary> The voice_url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.SimResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Preview.Wireless.Sim.FetchUsageOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.Sim.FetchUsageOptions.#ctor(System.String)">
            <summary> Construct a new FetchWirelessUsageOptions </summary>
            <param name="pathSimSid">  </param>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.Sim.FetchUsageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.Sim.UsageResource.Fetch(Twilio.Rest.Preview.Wireless.Sim.FetchUsageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Usage parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Usage </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.Sim.UsageResource.FetchAsync(Twilio.Rest.Preview.Wireless.Sim.FetchUsageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Usage parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Usage </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.Sim.UsageResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSimSid">  </param>
            <param name="end">  </param>
            <param name="start">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Usage </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.Sim.UsageResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSimSid">  </param>
            <param name="end">  </param>
            <param name="start">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Usage </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.Sim.UsageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UsageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UsageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Preview.Wireless.Sim.UsageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.SimSid">
            <summary> The sim_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.SimUniqueName">
            <summary> The sim_unique_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.Period">
            <summary> The period </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.CommandsUsage">
            <summary> The commands_usage </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.CommandsCosts">
            <summary> The commands_costs </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.DataUsage">
            <summary> The data_usage </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.DataCosts">
            <summary> The data_costs </summary> 
        </member>
        <member name="P:Twilio.Rest.Preview.Wireless.Sim.UsageResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Pricing.V1.Messaging.FetchCountryOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Messaging.FetchCountryOptions.PathIsoCountry">
            <summary> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.FetchCountryOptions.#ctor(System.String)">
            <summary> Construct a new FetchMessagingCountryOptions </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.FetchCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Pricing.V1.Messaging.ReadCountryOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.ReadCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.Fetch(Twilio.Rest.Pricing.V1.Messaging.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.FetchAsync(Twilio.Rest.Pricing.V1.Messaging.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.Read(Twilio.Rest.Pricing.V1.Messaging.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.ReadAsync(Twilio.Rest.Pricing.V1.Messaging.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.NextPage(Twilio.Base.Page{Twilio.Rest.Pricing.V1.Messaging.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Pricing.V1.Messaging.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CountryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CountryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Messaging.CountryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Messaging.CountryResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Messaging.CountryResource.IsoCountry">
            <summary> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Messaging.CountryResource.OutboundSmsPrices">
            <summary> The list of [OutboundSMSPrice](https://www.twilio.com/docs/sms/api/pricing#outbound-sms-price) records that represent the price to send a message for each MCC/MNC applicable in this country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Messaging.CountryResource.InboundSmsPrices">
            <summary> The list of [InboundPrice](https://www.twilio.com/docs/sms/api/pricing#inbound-price) records that describe the price to receive an inbound SMS to the different Twilio phone number types supported in this country </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Messaging.CountryResource.PriceUnit">
            <summary> The currency in which prices are measured, specified in [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Messaging.CountryResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Pricing.V1.PhoneNumber.FetchCountryOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.PhoneNumber.FetchCountryOptions.PathIsoCountry">
            <summary> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.FetchCountryOptions.#ctor(System.String)">
            <summary> Construct a new FetchPhoneNumberCountryOptions </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.FetchCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Pricing.V1.PhoneNumber.ReadCountryOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.ReadCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.Fetch(Twilio.Rest.Pricing.V1.PhoneNumber.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.FetchAsync(Twilio.Rest.Pricing.V1.PhoneNumber.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.Read(Twilio.Rest.Pricing.V1.PhoneNumber.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.ReadAsync(Twilio.Rest.Pricing.V1.PhoneNumber.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.NextPage(Twilio.Base.Page{Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CountryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CountryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.IsoCountry">
            <summary> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.PhoneNumberPrices">
            <summary> The list of [PhoneNumberPrice](https://www.twilio.com/docs/phone-numbers/pricing#phone-number-price) records. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.PriceUnit">
            <summary> The currency in which prices are measured, specified in [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.PhoneNumber.CountryResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Pricing.V1.Voice.FetchCountryOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.FetchCountryOptions.PathIsoCountry">
            <summary> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.FetchCountryOptions.#ctor(System.String)">
            <summary> Construct a new FetchVoiceCountryOptions </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.FetchCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Pricing.V1.Voice.ReadCountryOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.ReadCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.Fetch(Twilio.Rest.Pricing.V1.Voice.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.FetchAsync(Twilio.Rest.Pricing.V1.Voice.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathIsoCountry"> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.Read(Twilio.Rest.Pricing.V1.Voice.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.ReadAsync(Twilio.Rest.Pricing.V1.Voice.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.NextPage(Twilio.Base.Page{Twilio.Rest.Pricing.V1.Voice.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Pricing.V1.Voice.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CountryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CountryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.CountryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.CountryResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.CountryResource.IsoCountry">
            <summary> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.CountryResource.OutboundPrefixPrices">
            <summary> The list of OutboundPrefixPrice records, which include a list of the `prefixes`, the `friendly_name`, `base_price`, and the   `current_price` for those prefixes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.CountryResource.InboundCallPrices">
            <summary> The list of [InboundCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) records. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.CountryResource.PriceUnit">
            <summary> The currency in which prices are measured, specified in [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.CountryResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Pricing.V1.Voice.FetchNumberOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.FetchNumberOptions.PathNumber">
            <summary> The phone number to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.FetchNumberOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new FetchVoiceNumberOptions </summary>
            <param name="pathNumber"> The phone number to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.FetchNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.NumberResource.Fetch(Twilio.Rest.Pricing.V1.Voice.FetchNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Number parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.NumberResource.FetchAsync(Twilio.Rest.Pricing.V1.Voice.FetchNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Number parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.NumberResource.Fetch(Twilio.Types.PhoneNumber,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathNumber"> The phone number to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.NumberResource.FetchAsync(Twilio.Types.PhoneNumber,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathNumber"> The phone number to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.NumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V1.Voice.NumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.NumberResource.Number">
            <summary> The phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.NumberResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.NumberResource.IsoCountry">
            <summary> The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.NumberResource.OutboundCallPrice">
            <summary> The outbound_call_price </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.NumberResource.InboundCallPrice">
            <summary> The inbound_call_price </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.NumberResource.PriceUnit">
            <summary> The currency in which prices are measured, specified in [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V1.Voice.NumberResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Pricing.V2.FetchCountryOptions">
            <summary> Fetch a specific Country. </summary>
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.FetchCountryOptions.PathIsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.FetchCountryOptions.#ctor(System.String)">
            <summary> Construct a new FetchTrunkingCountryOptions </summary>
            <param name="pathIsoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.FetchCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Pricing.V2.ReadCountryOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.ReadCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.Fetch(Twilio.Rest.Pricing.V2.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Country. </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.FetchAsync(Twilio.Rest.Pricing.V2.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Country. </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Country. </summary>
            <param name="pathIsoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Country. </summary>
            <param name="pathIsoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.Read(Twilio.Rest.Pricing.V2.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.ReadAsync(Twilio.Rest.Pricing.V2.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.NextPage(Twilio.Base.Page{Twilio.Rest.Pricing.V2.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Pricing.V2.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CountryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CountryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.CountryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.CountryResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.CountryResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.CountryResource.TerminatingPrefixPrices">
            <summary> The list of [TerminatingPrefixPrice](https://www.twilio.com/docs/voice/pricing#outbound-prefix-price-with-origin) records. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.CountryResource.OriginatingCallPrices">
            <summary> The list of [OriginatingCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) records. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.CountryResource.PriceUnit">
            <summary> The currency in which prices are measured, specified in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.CountryResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Pricing.V2.FetchNumberOptions">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.FetchNumberOptions.PathDestinationNumber">
            <summary> The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.FetchNumberOptions.OriginationNumber">
            <summary> The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.FetchNumberOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new FetchTrunkingNumberOptions </summary>
            <param name="pathDestinationNumber"> The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.FetchNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.NumberResource.Fetch(Twilio.Rest.Pricing.V2.FetchNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
            <param name="options"> Fetch Number parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.NumberResource.FetchAsync(Twilio.Rest.Pricing.V2.FetchNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
            <param name="options"> Fetch Number parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.NumberResource.Fetch(Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
            <param name="pathDestinationNumber"> The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
            <param name="originationNumber"> The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.NumberResource.FetchAsync(Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
            <param name="pathDestinationNumber"> The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
            <param name="originationNumber"> The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.NumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.NumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.NumberResource.DestinationNumber">
            <summary> The destination phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.NumberResource.OriginationNumber">
            <summary> The origination phone number in [[E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.NumberResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.NumberResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.NumberResource.TerminatingPrefixPrices">
            <summary> The terminating_prefix_prices </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.NumberResource.OriginatingCallPrice">
            <summary> The originating_call_price </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.NumberResource.PriceUnit">
            <summary> The currency in which prices are measured, specified in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.NumberResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Pricing.V2.Voice.FetchCountryOptions">
            <summary> Fetch a specific Country. </summary>
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.FetchCountryOptions.PathIsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.FetchCountryOptions.#ctor(System.String)">
            <summary> Construct a new FetchVoiceCountryOptions </summary>
            <param name="pathIsoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.FetchCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Pricing.V2.Voice.ReadCountryOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.ReadCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.Fetch(Twilio.Rest.Pricing.V2.Voice.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Country. </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.FetchAsync(Twilio.Rest.Pricing.V2.Voice.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Country. </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Country. </summary>
            <param name="pathIsoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Country. </summary>
            <param name="pathIsoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice pricing information to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.Read(Twilio.Rest.Pricing.V2.Voice.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.ReadAsync(Twilio.Rest.Pricing.V2.Voice.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.NextPage(Twilio.Base.Page{Twilio.Rest.Pricing.V2.Voice.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Pricing.V2.Voice.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CountryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CountryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.CountryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.CountryResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.CountryResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.CountryResource.OutboundPrefixPrices">
            <summary> The list of [OutboundPrefixPriceWithOrigin](https://www.twilio.com/docs/voice/pricing#outbound-prefix-price-with-origin) records. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.CountryResource.InboundCallPrices">
            <summary> The list of [InboundCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) records. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.CountryResource.PriceUnit">
            <summary> The currency in which prices are measured, specified in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.CountryResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Pricing.V2.Voice.FetchNumberOptions">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.FetchNumberOptions.PathDestinationNumber">
            <summary> The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.FetchNumberOptions.OriginationNumber">
            <summary> The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.FetchNumberOptions.#ctor(Twilio.Types.PhoneNumber)">
            <summary> Construct a new FetchVoiceNumberOptions </summary>
            <param name="pathDestinationNumber"> The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.FetchNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.NumberResource.Fetch(Twilio.Rest.Pricing.V2.Voice.FetchNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
            <param name="options"> Fetch Number parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.NumberResource.FetchAsync(Twilio.Rest.Pricing.V2.Voice.FetchNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
            <param name="options"> Fetch Number parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.NumberResource.Fetch(Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
            <param name="pathDestinationNumber"> The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
            <param name="originationNumber"> The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.NumberResource.FetchAsync(Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch pricing information for a specific destination and, optionally, origination phone number. </summary>
            <param name="pathDestinationNumber"> The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
            <param name="originationNumber"> The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Number </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.NumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Pricing.V2.Voice.NumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.NumberResource.DestinationNumber">
            <summary> The destination phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.NumberResource.OriginationNumber">
            <summary> The origination phone number in [[E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.NumberResource.Country">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.NumberResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.NumberResource.OutboundCallPrices">
            <summary> The list of [OutboundCallPriceWithOrigin](https://www.twilio.com/docs/voice/pricing#outbound-call-price-with-origin) records. </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.NumberResource.InboundCallPrice">
            <summary> The inbound_call_price </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.NumberResource.PriceUnit">
            <summary> The currency in which prices are measured, specified in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Pricing.V2.Voice.NumberResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.CreateServiceOptions">
            <summary> Create a new Service for Twilio Proxy </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.CreateServiceOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.CreateServiceOptions.DefaultTtl">
            <summary> The default `ttl` value to set for Sessions created in the Service. The TTL (time to live) is measured in seconds after the Session's last create or last Interaction. The default value of `0` indicates an unlimited Session length. You can override a Session's default TTL value by setting its `ttl` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.CreateServiceOptions.CallbackUrl">
            <summary> The URL we should call when the interaction status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.CreateServiceOptions.InterceptCallbackUrl">
            <summary> The URL we call on each interaction. If we receive a 403 status, we block the interaction; otherwise the interaction continues. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.CreateServiceOptions.OutOfSessionCallbackUrl">
            <summary> The URL we should call when an inbound call or SMS action occurs on a closed or non-existent Session. If your server (or a Twilio [function](https://www.twilio.com/en-us/serverless/functions)) responds with valid [TwiML](https://www.twilio.com/docs/voice/twiml), we will process it. This means it is possible, for example, to play a message for a call, send an automated text message response, or redirect a call to another Phone Number. See [Out-of-Session Callback Response Guide](https://www.twilio.com/docs/proxy/out-session-callback-response-guide) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.CreateServiceOptions.ChatInstanceSid">
            <summary> The SID of the Chat Service Instance managed by Proxy Service. The Chat Service enables Proxy to forward SMS and channel messages to this chat instance. This is a one-to-one relationship. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.DeleteServiceOptions">
            <summary> Delete a specific Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.DeleteServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.FetchServiceOptions">
            <summary> Fetch a specific Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.FetchServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.ReadServiceOptions">
            <summary> Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page. </summary>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.UpdateServiceOptions">
            <summary> Update a specific Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.UpdateServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.UpdateServiceOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.UpdateServiceOptions.DefaultTtl">
            <summary> The default `ttl` value to set for Sessions created in the Service. The TTL (time to live) is measured in seconds after the Session's last create or last Interaction. The default value of `0` indicates an unlimited Session length. You can override a Session's default TTL value by setting its `ttl` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.UpdateServiceOptions.CallbackUrl">
            <summary> The URL we should call when the interaction status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.UpdateServiceOptions.InterceptCallbackUrl">
            <summary> The URL we call on each interaction. If we receive a 403 status, we block the interaction; otherwise the interaction continues. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.UpdateServiceOptions.OutOfSessionCallbackUrl">
            <summary> The URL we should call when an inbound call or SMS action occurs on a closed or non-existent Session. If your server (or a Twilio [function](https://www.twilio.com/en-us/serverless/functions)) responds with valid [TwiML](https://www.twilio.com/docs/voice/twiml), we will process it. This means it is possible, for example, to play a message for a call, send an automated text message response, or redirect a call to another Phone Number. See [Out-of-Session Callback Response Guide](https://www.twilio.com/docs/proxy/out-session-callback-response-guide) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.UpdateServiceOptions.ChatInstanceSid">
            <summary> The SID of the Chat Service Instance managed by Proxy Service. The Chat Service enables Proxy to forward SMS and channel messages to this chat instance. This is a one-to-one relationship. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Create(Twilio.Rest.Proxy.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service for Twilio Proxy </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.CreateAsync(Twilio.Rest.Proxy.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service for Twilio Proxy </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Create(System.String,System.Nullable{System.Int32},System.Uri,Twilio.Rest.Proxy.V1.ServiceResource.GeoMatchLevelEnum,Twilio.Rest.Proxy.V1.ServiceResource.NumberSelectionBehaviorEnum,System.Uri,System.Uri,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service for Twilio Proxy </summary>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </param>
            <param name="defaultTtl"> The default `ttl` value to set for Sessions created in the Service. The TTL (time to live) is measured in seconds after the Session's last create or last Interaction. The default value of `0` indicates an unlimited Session length. You can override a Session's default TTL value by setting its `ttl` value. </param>
            <param name="callbackUrl"> The URL we should call when the interaction status changes. </param>
            <param name="geoMatchLevel">  </param>
            <param name="numberSelectionBehavior">  </param>
            <param name="interceptCallbackUrl"> The URL we call on each interaction. If we receive a 403 status, we block the interaction; otherwise the interaction continues. </param>
            <param name="outOfSessionCallbackUrl"> The URL we should call when an inbound call or SMS action occurs on a closed or non-existent Session. If your server (or a Twilio [function](https://www.twilio.com/en-us/serverless/functions)) responds with valid [TwiML](https://www.twilio.com/docs/voice/twiml), we will process it. This means it is possible, for example, to play a message for a call, send an automated text message response, or redirect a call to another Phone Number. See [Out-of-Session Callback Response Guide](https://www.twilio.com/docs/proxy/out-session-callback-response-guide) for more information. </param>
            <param name="chatInstanceSid"> The SID of the Chat Service Instance managed by Proxy Service. The Chat Service enables Proxy to forward SMS and channel messages to this chat instance. This is a one-to-one relationship. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.CreateAsync(System.String,System.Nullable{System.Int32},System.Uri,Twilio.Rest.Proxy.V1.ServiceResource.GeoMatchLevelEnum,Twilio.Rest.Proxy.V1.ServiceResource.NumberSelectionBehaviorEnum,System.Uri,System.Uri,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service for Twilio Proxy </summary>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </param>
            <param name="defaultTtl"> The default `ttl` value to set for Sessions created in the Service. The TTL (time to live) is measured in seconds after the Session's last create or last Interaction. The default value of `0` indicates an unlimited Session length. You can override a Session's default TTL value by setting its `ttl` value. </param>
            <param name="callbackUrl"> The URL we should call when the interaction status changes. </param>
            <param name="geoMatchLevel">  </param>
            <param name="numberSelectionBehavior">  </param>
            <param name="interceptCallbackUrl"> The URL we call on each interaction. If we receive a 403 status, we block the interaction; otherwise the interaction continues. </param>
            <param name="outOfSessionCallbackUrl"> The URL we should call when an inbound call or SMS action occurs on a closed or non-existent Session. If your server (or a Twilio [function](https://www.twilio.com/en-us/serverless/functions)) responds with valid [TwiML](https://www.twilio.com/docs/voice/twiml), we will process it. This means it is possible, for example, to play a message for a call, send an automated text message response, or redirect a call to another Phone Number. See [Out-of-Session Callback Response Guide](https://www.twilio.com/docs/proxy/out-session-callback-response-guide) for more information. </param>
            <param name="chatInstanceSid"> The SID of the Chat Service Instance managed by Proxy Service. The Chat Service enables Proxy to forward SMS and channel messages to this chat instance. This is a one-to-one relationship. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.BuildDeleteRequest(Twilio.Rest.Proxy.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Delete(Twilio.Rest.Proxy.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.DeleteAsync(Twilio.Rest.Proxy.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Service. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Fetch(Twilio.Rest.Proxy.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Service. </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.FetchAsync(Twilio.Rest.Proxy.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Service. </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Service. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Service. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Read(Twilio.Rest.Proxy.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.ReadAsync(Twilio.Rest.Proxy.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Services for Twilio Proxy. A maximum of 100 records will be returned per page. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Update(Twilio.Rest.Proxy.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service. </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.UpdateAsync(Twilio.Rest.Proxy.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service. </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.Update(System.String,System.String,System.Nullable{System.Int32},System.Uri,Twilio.Rest.Proxy.V1.ServiceResource.GeoMatchLevelEnum,Twilio.Rest.Proxy.V1.ServiceResource.NumberSelectionBehaviorEnum,System.Uri,System.Uri,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </param>
            <param name="defaultTtl"> The default `ttl` value to set for Sessions created in the Service. The TTL (time to live) is measured in seconds after the Session's last create or last Interaction. The default value of `0` indicates an unlimited Session length. You can override a Session's default TTL value by setting its `ttl` value. </param>
            <param name="callbackUrl"> The URL we should call when the interaction status changes. </param>
            <param name="geoMatchLevel">  </param>
            <param name="numberSelectionBehavior">  </param>
            <param name="interceptCallbackUrl"> The URL we call on each interaction. If we receive a 403 status, we block the interaction; otherwise the interaction continues. </param>
            <param name="outOfSessionCallbackUrl"> The URL we should call when an inbound call or SMS action occurs on a closed or non-existent Session. If your server (or a Twilio [function](https://www.twilio.com/en-us/serverless/functions)) responds with valid [TwiML](https://www.twilio.com/docs/voice/twiml), we will process it. This means it is possible, for example, to play a message for a call, send an automated text message response, or redirect a call to another Phone Number. See [Out-of-Session Callback Response Guide](https://www.twilio.com/docs/proxy/out-session-callback-response-guide) for more information. </param>
            <param name="chatInstanceSid"> The SID of the Chat Service Instance managed by Proxy Service. The Chat Service enables Proxy to forward SMS and channel messages to this chat instance. This is a one-to-one relationship. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},System.Uri,Twilio.Rest.Proxy.V1.ServiceResource.GeoMatchLevelEnum,Twilio.Rest.Proxy.V1.ServiceResource.NumberSelectionBehaviorEnum,System.Uri,System.Uri,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </param>
            <param name="defaultTtl"> The default `ttl` value to set for Sessions created in the Service. The TTL (time to live) is measured in seconds after the Session's last create or last Interaction. The default value of `0` indicates an unlimited Session length. You can override a Session's default TTL value by setting its `ttl` value. </param>
            <param name="callbackUrl"> The URL we should call when the interaction status changes. </param>
            <param name="geoMatchLevel">  </param>
            <param name="numberSelectionBehavior">  </param>
            <param name="interceptCallbackUrl"> The URL we call on each interaction. If we receive a 403 status, we block the interaction; otherwise the interaction continues. </param>
            <param name="outOfSessionCallbackUrl"> The URL we should call when an inbound call or SMS action occurs on a closed or non-existent Session. If your server (or a Twilio [function](https://www.twilio.com/en-us/serverless/functions)) responds with valid [TwiML](https://www.twilio.com/docs/voice/twiml), we will process it. This means it is possible, for example, to play a message for a call, send an automated text message response, or redirect a call to another Phone Number. See [Out-of-Session Callback Response Guide](https://www.twilio.com/docs/proxy/out-session-callback-response-guide) for more information. </param>
            <param name="chatInstanceSid"> The SID of the Chat Service Instance managed by Proxy Service. The Chat Service enables Proxy to forward SMS and channel messages to this chat instance. This is a one-to-one relationship. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.Sid">
            <summary> The unique string that we created to identify the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. Supports UTF-8 characters. **This value should not have PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.ChatInstanceSid">
            <summary> The SID of the Chat Service Instance managed by Proxy Service. The Chat Service enables Proxy to forward SMS and channel messages to this chat instance. This is a one-to-one relationship. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.CallbackUrl">
            <summary> The URL we call when the interaction status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.DefaultTtl">
            <summary> The default `ttl` value for Sessions created in the Service. The TTL (time to live) is measured in seconds after the Session's last create or last Interaction. The default value of `0` indicates an unlimited Session length. You can override a Session's default TTL value by setting its `ttl` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.InterceptCallbackUrl">
            <summary> The URL we call on each interaction. If we receive a 403 status, we block the interaction; otherwise the interaction continues. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.OutOfSessionCallbackUrl">
            <summary> The URL we call when an inbound call or SMS action occurs on a closed or non-existent Session. If your server (or a Twilio [function](https://www.twilio.com/en-us/serverless/functions)) responds with valid [TwiML](https://www.twilio.com/docs/voice/twiml), we will process it. This means it is possible, for example, to play a message for a call, send an automated text message response, or redirect a call to another Phone Number. See [Out-of-Session Callback Response Guide](https://www.twilio.com/docs/proxy/out-session-callback-response-guide) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.DateCreated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.DateUpdated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.Url">
            <summary> The absolute URL of the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.ServiceResource.Links">
            <summary> The URLs of resources related to the Service. </summary> 
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions">
            <summary> Add a Phone Number to a Service's Proxy Number Pool. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions.PathServiceSid">
            <summary> The SID parent [Service](https://www.twilio.com/docs/proxy/api/service) resource of the new PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions.Sid">
            <summary> The SID of a Twilio [IncomingPhoneNumber](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) resource that represents the Twilio Number you would like to assign to your Proxy Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions.IsReserved">
            <summary> Whether the new phone number should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new CreatePhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID parent [Service](https://www.twilio.com/docs/proxy/api/service) resource of the new PhoneNumber resource. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.DeletePhoneNumberOptions">
            <summary> Delete a specific Phone Number from a Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.DeletePhoneNumberOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.DeletePhoneNumberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the PhoneNumber resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.DeletePhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeletePhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.DeletePhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.FetchPhoneNumberOptions">
            <summary> Fetch a specific Phone Number. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.FetchPhoneNumberOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.FetchPhoneNumberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the PhoneNumber resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.FetchPhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchPhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.FetchPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.ReadPhoneNumberOptions">
            <summary> Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ReadPhoneNumberOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ReadPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new ListPhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ReadPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.UpdatePhoneNumberOptions">
            <summary> Update a specific Proxy Number. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdatePhoneNumberOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdatePhoneNumberOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the PhoneNumber resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdatePhoneNumberOptions.IsReserved">
            <summary> Whether the phone number should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.UpdatePhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdatePhoneNumberOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.UpdatePhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Create(Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Phone Number to a Service's Proxy Number Pool. </summary>
            <param name="options"> Create PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.CreateAsync(Twilio.Rest.Proxy.V1.Service.CreatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Phone Number to a Service's Proxy Number Pool. </summary>
            <param name="options"> Create PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Create(System.String,System.String,Twilio.Types.PhoneNumber,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Phone Number to a Service's Proxy Number Pool. </summary>
            <param name="pathServiceSid"> The SID parent [Service](https://www.twilio.com/docs/proxy/api/service) resource of the new PhoneNumber resource. </param>
            <param name="sid"> The SID of a Twilio [IncomingPhoneNumber](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) resource that represents the Twilio Number you would like to assign to your Proxy Service. </param>
            <param name="phoneNumber"> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="isReserved"> Whether the new phone number should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.CreateAsync(System.String,System.String,Twilio.Types.PhoneNumber,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Phone Number to a Service's Proxy Number Pool. </summary>
            <param name="pathServiceSid"> The SID parent [Service](https://www.twilio.com/docs/proxy/api/service) resource of the new PhoneNumber resource. </param>
            <param name="sid"> The SID of a Twilio [IncomingPhoneNumber](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) resource that represents the Twilio Number you would like to assign to your Proxy Service. </param>
            <param name="phoneNumber"> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.  E.164 phone numbers consist of a + followed by the country code and subscriber number without punctuation characters. For example, +14155551234. </param>
            <param name="isReserved"> Whether the new phone number should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.BuildDeleteRequest(Twilio.Rest.Proxy.V1.Service.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Phone Number from a Service. </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Delete(Twilio.Rest.Proxy.V1.Service.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Phone Number from a Service. </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.DeleteAsync(Twilio.Rest.Proxy.V1.Service.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Phone Number from a Service. </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Phone Number from a Service. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Phone Number from a Service. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Fetch(Twilio.Rest.Proxy.V1.Service.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Phone Number. </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.FetchAsync(Twilio.Rest.Proxy.V1.Service.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Phone Number. </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Phone Number. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Phone Number. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Read(Twilio.Rest.Proxy.V1.Service.ReadPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.ReadAsync(Twilio.Rest.Proxy.V1.Service.ReadPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Phone Numbers in the Proxy Number Pool for a Service. A maximum of 100 records will be returned per page. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.NextPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.PhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.PhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Update(Twilio.Rest.Proxy.V1.Service.UpdatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Proxy Number. </summary>
            <param name="options"> Update PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.UpdateAsync(Twilio.Rest.Proxy.V1.Service.UpdatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Proxy Number. </summary>
            <param name="options"> Update PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Update(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Proxy Number. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to update. </param>
            <param name="isReserved"> Whether the phone number should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.UpdateAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Proxy Number. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the PhoneNumber resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the PhoneNumber resource to update. </param>
            <param name="isReserved"> Whether the phone number should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Sid">
            <summary> The unique string that we created to identify the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.ServiceSid">
            <summary> The SID of the PhoneNumber resource's parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.DateCreated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.DateUpdated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.IsoCountry">
            <summary> The ISO Country Code for the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.Url">
            <summary> The absolute URL of the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.IsReserved">
            <summary> Whether the phone number should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.PhoneNumberResource.InUse">
            <summary> The number of open session assigned to the number. See the [How many Phone Numbers do I need?](https://www.twilio.com/docs/proxy/phone-numbers-needed) guide for more information. </summary> 
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.CreateSessionOptions">
            <summary> Create a new Session </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreateSessionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreateSessionOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreateSessionOptions.DateExpiry">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreateSessionOptions.Ttl">
            <summary> The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreateSessionOptions.Participants">
            <summary> The Participant objects to include in the new session. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.CreateSessionOptions.#ctor(System.String)">
            <summary> Construct a new CreateSessionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.CreateSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.DeleteSessionOptions">
            <summary> Delete a specific Session. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.DeleteSessionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.DeleteSessionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Session resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.DeleteSessionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSessionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.DeleteSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.FetchSessionOptions">
            <summary> Fetch a specific Session. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.FetchSessionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.FetchSessionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Session resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.FetchSessionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSessionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.FetchSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.ReadSessionOptions">
            <summary> Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ReadSessionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ReadSessionOptions.#ctor(System.String)">
            <summary> Construct a new ListSessionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to read. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ReadSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions">
            <summary> Update a specific Session. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Session resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions.DateExpiry">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions.Ttl">
            <summary> The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSessionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Create(Twilio.Rest.Proxy.V1.Service.CreateSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Session </summary>
            <param name="options"> Create Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.CreateAsync(Twilio.Rest.Proxy.V1.Service.CreateSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Session </summary>
            <param name="options"> Create Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Create(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},Twilio.Rest.Proxy.V1.Service.SessionResource.ModeEnum,Twilio.Rest.Proxy.V1.Service.SessionResource.StatusEnum,System.Collections.Generic.List{System.Object},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Session </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </param>
            <param name="dateExpiry"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value. </param>
            <param name="ttl"> The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction. </param>
            <param name="mode">  </param>
            <param name="status">  </param>
            <param name="participants"> The Participant objects to include in the new session. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.CreateAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},Twilio.Rest.Proxy.V1.Service.SessionResource.ModeEnum,Twilio.Rest.Proxy.V1.Service.SessionResource.StatusEnum,System.Collections.Generic.List{System.Object},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Session </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. **This value should not have PII.** </param>
            <param name="dateExpiry"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value. </param>
            <param name="ttl"> The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction. </param>
            <param name="mode">  </param>
            <param name="status">  </param>
            <param name="participants"> The Participant objects to include in the new session. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.BuildDeleteRequest(Twilio.Rest.Proxy.V1.Service.DeleteSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Session. </summary>
            <param name="options"> Delete Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Delete(Twilio.Rest.Proxy.V1.Service.DeleteSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Session. </summary>
            <param name="options"> Delete Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.DeleteAsync(Twilio.Rest.Proxy.V1.Service.DeleteSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Session. </summary>
            <param name="options"> Delete Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Session. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Session. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Fetch(Twilio.Rest.Proxy.V1.Service.FetchSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Session. </summary>
            <param name="options"> Fetch Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.FetchAsync(Twilio.Rest.Proxy.V1.Service.FetchSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Session. </summary>
            <param name="options"> Fetch Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Session. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Session. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Read(Twilio.Rest.Proxy.V1.Service.ReadSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.ReadAsync(Twilio.Rest.Proxy.V1.Service.ReadSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Sessions for the Service. A maximum of 100 records will be returned per page. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.SessionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.SessionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Update(Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Session. </summary>
            <param name="options"> Update Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.UpdateAsync(Twilio.Rest.Proxy.V1.Service.UpdateSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Session. </summary>
            <param name="options"> Update Session parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.Update(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},Twilio.Rest.Proxy.V1.Service.SessionResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Session. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to update. </param>
            <param name="dateExpiry"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value. </param>
            <param name="ttl"> The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.UpdateAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},Twilio.Rest.Proxy.V1.Service.SessionResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Session. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Session resource to update. </param>
            <param name="dateExpiry"> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value. </param>
            <param name="ttl"> The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Session </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SessionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SessionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.SessionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.Sid">
            <summary> The unique string that we created to identify the Session resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/proxy/api/service) the session is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Session resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.DateStarted">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session started. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.DateEnded">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session ended. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.DateLastInteraction">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session last had an interaction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.DateExpiry">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Session should expire. If this is value is present, it overrides the `ttl` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be 191 characters or fewer in length and be unique. Supports UTF-8 characters. **This value should not have PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.ClosedReason">
            <summary> The reason the Session ended. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.Ttl">
            <summary> The time, in seconds, when the session will expire. The time is measured from the last Session create or the Session's last Interaction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.DateCreated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.DateUpdated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.Url">
            <summary> The absolute URL of the Session resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.SessionResource.Links">
            <summary> The URLs of resources related to the Session. </summary> 
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions">
            <summary> Delete a specific Interaction. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Interaction resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteInteractionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Interaction resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.FetchInteractionOptions">
            <summary> Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session). </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.FetchInteractionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.FetchInteractionOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.FetchInteractionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Interaction resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.FetchInteractionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchInteractionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Interaction resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.FetchInteractionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.ReadInteractionOptions">
            <summary> Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ReadInteractionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ReadInteractionOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ReadInteractionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListInteractionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ReadInteractionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.BuildDeleteRequest(Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Interaction. </summary>
            <param name="options"> Delete Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Delete(Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Interaction. </summary>
            <param name="options"> Delete Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.DeleteAsync(Twilio.Rest.Proxy.V1.Service.Session.DeleteInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Interaction. </summary>
            <param name="options"> Delete Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Interaction. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Interaction resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Interaction. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Interaction resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Fetch(Twilio.Rest.Proxy.V1.Service.Session.FetchInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session). </summary>
            <param name="options"> Fetch Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.FetchAsync(Twilio.Rest.Proxy.V1.Service.Session.FetchInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session). </summary>
            <param name="options"> Fetch Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session). </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Interaction resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Interactions for a given [Session](https://www.twilio.com/docs/proxy/api/session). </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Interaction resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Read(Twilio.Rest.Proxy.V1.Service.Session.ReadInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.ReadAsync(Twilio.Rest.Proxy.V1.Service.Session.ReadInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read Interaction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Interactions for a Session. A maximum of 100 records will be returned per page. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Interaction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.Session.InteractionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.Session.InteractionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a InteractionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> InteractionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Sid">
            <summary> The unique string that we created to identify the Interaction resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.SessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.ServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Interaction resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Data">
            <summary> A JSON string that includes the message body of message interactions (e.g. `{\"body\": \"hello\"}`) or the call duration (when available) of a call (e.g. `{\"duration\": \"5\"}`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.InboundParticipantSid">
            <summary> The SID of the inbound [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.InboundResourceSid">
            <summary> The SID of the inbound resource; either the [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.InboundResourceType">
            <summary> The inbound resource type. Can be [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.InboundResourceUrl">
            <summary> The URL of the Twilio inbound resource </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.OutboundParticipantSid">
            <summary> The SID of the outbound [Participant](https://www.twilio.com/docs/proxy/api/participant)). </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.OutboundResourceSid">
            <summary> The SID of the outbound resource; either the [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.OutboundResourceType">
            <summary> The outbound resource type. Can be: [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.OutboundResourceUrl">
            <summary> The URL of the Twilio outbound resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.DateCreated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the Interaction was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.DateUpdated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.InteractionResource.Url">
            <summary> The absolute URL of the Interaction resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions">
            <summary> Add a new Participant to the Session </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions.Identifier">
            <summary> The phone number of the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions.FriendlyName">
            <summary> The string that you assigned to describe the participant. This value must be 255 characters or fewer. **This value should not have PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions.ProxyIdentifier">
            <summary> The proxy phone number to use for the Participant. If not specified, Proxy will select a number from the pool. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions.ProxyIdentifierSid">
            <summary> The SID of the Proxy Identifier to assign to the Participant. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateParticipantOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </param>
            <param name="identifier"> The phone number of the Participant. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions">
            <summary> Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Participant resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteParticipantOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Participant resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.FetchParticipantOptions">
            <summary> Fetch a specific Participant. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.FetchParticipantOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.FetchParticipantOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.FetchParticipantOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Participant resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.FetchParticipantOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchParticipantOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Participant resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.FetchParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.ReadParticipantOptions">
            <summary> Retrieve a list of all Participants in a Session. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ReadParticipantOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ReadParticipantOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ReadParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListParticipantOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resources to read. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ReadParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Create(Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new Participant to the Session </summary>
            <param name="options"> Create Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.CreateAsync(Twilio.Rest.Proxy.V1.Service.Session.CreateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new Participant to the Session </summary>
            <param name="options"> Create Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new Participant to the Session </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </param>
            <param name="identifier"> The phone number of the Participant. </param>
            <param name="friendlyName"> The string that you assigned to describe the participant. This value must be 255 characters or fewer. **This value should not have PII.** </param>
            <param name="proxyIdentifier"> The proxy phone number to use for the Participant. If not specified, Proxy will select a number from the pool. </param>
            <param name="proxyIdentifierSid"> The SID of the Proxy Identifier to assign to the Participant. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new Participant to the Session </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </param>
            <param name="identifier"> The phone number of the Participant. </param>
            <param name="friendlyName"> The string that you assigned to describe the participant. This value must be 255 characters or fewer. **This value should not have PII.** </param>
            <param name="proxyIdentifier"> The proxy phone number to use for the Participant. If not specified, Proxy will select a number from the pool. </param>
            <param name="proxyIdentifierSid"> The SID of the Proxy Identifier to assign to the Participant. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.BuildDeleteRequest(Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted. </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Delete(Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted. </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.DeleteAsync(Twilio.Rest.Proxy.V1.Service.Session.DeleteParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted. </summary>
            <param name="options"> Delete Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Participant resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Participant. This is a soft-delete. The participant remains associated with the session and cannot be re-added. Participants are only permanently deleted when the [Session](https://www.twilio.com/docs/proxy/api/session) is deleted. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to delete. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to delete. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Participant resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Fetch(Twilio.Rest.Proxy.V1.Service.Session.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Participant. </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.FetchAsync(Twilio.Rest.Proxy.V1.Service.Session.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Participant. </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Participant. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Participant resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Participant. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Participant resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Read(Twilio.Rest.Proxy.V1.Service.Session.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Participants in a Session. </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.ReadAsync(Twilio.Rest.Proxy.V1.Service.Session.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Participants in a Session. </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Participants in a Session. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resources to read. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Participants in a Session. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resources to read. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.NextPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ParticipantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ParticipantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Sid">
            <summary> The unique string that we created to identify the Participant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.SessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.ServiceSid">
            <summary> The SID of the resource's parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Participant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.FriendlyName">
            <summary> The string that you assigned to describe the participant. This value must be 255 characters or fewer. Supports UTF-8 characters. **This value should not have PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Identifier">
            <summary> The phone number or channel identifier of the Participant. This value must be 191 characters or fewer. Supports UTF-8 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.ProxyIdentifier">
            <summary> The phone number or short code (masked number) of the participant's partner. The participant will call or message the partner participant at this number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.ProxyIdentifierSid">
            <summary> The SID of the Proxy Identifier assigned to the Participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.DateDeleted">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date when the Participant was removed from the session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.DateCreated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.DateUpdated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Url">
            <summary> The absolute URL of the Participant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.ParticipantResource.Links">
            <summary> The URLs to resources related the participant. </summary> 
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions">
            <summary> Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant).  The `inbound` properties for the Interaction will always be empty. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions.PathParticipantSid">
            <summary> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions.Body">
            <summary> The message to send to the participant </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions.MediaUrl">
            <summary> Reserved. Not currently supported. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateMessageInteractionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions.PathParticipantSid">
            <summary> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the MessageInteraction resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions.#ctor(System.String,System.String,System.String,System.String)">
            <summary> Construct a new FetchMessageInteractionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the MessageInteraction resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.Session.Participant.ReadMessageInteractionOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.ReadMessageInteractionOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.ReadMessageInteractionOptions.PathSessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.ReadMessageInteractionOptions.PathParticipantSid">
            <summary> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.ReadMessageInteractionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new ListMessageInteractionOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.ReadMessageInteractionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Create(Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant).  The `inbound` properties for the Interaction will always be empty. </summary>
            <param name="options"> Create MessageInteraction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.CreateAsync(Twilio.Rest.Proxy.V1.Service.Session.Participant.CreateMessageInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant).  The `inbound` properties for the Interaction will always be empty. </summary>
            <param name="options"> Create MessageInteraction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Create(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Uri},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant).  The `inbound` properties for the Interaction will always be empty. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </param>
            <param name="body"> The message to send to the participant </param>
            <param name="mediaUrl"> Reserved. Not currently supported. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.CreateAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.List{System.Uri},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new message Interaction to send directly from your system to one [Participant](https://www.twilio.com/docs/proxy/api/participant).  The `inbound` properties for the Interaction will always be empty. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </param>
            <param name="body"> The message to send to the participant </param>
            <param name="mediaUrl"> Reserved. Not currently supported. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Fetch(Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch MessageInteraction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.FetchAsync(Twilio.Rest.Proxy.V1.Service.Session.Participant.FetchMessageInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch MessageInteraction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Fetch(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the MessageInteraction resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.FetchAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to fetch. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) of the resource to fetch. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the MessageInteraction resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Read(Twilio.Rest.Proxy.V1.Service.Session.Participant.ReadMessageInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read MessageInteraction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.ReadAsync(Twilio.Rest.Proxy.V1.Service.Session.Participant.ReadMessageInteractionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read MessageInteraction parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
            <param name="pathSessionSid"> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) to read the resources from. </param>
            <param name="pathParticipantSid"> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessageInteraction </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessageInteractionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessageInteractionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Sid">
            <summary> The unique string that we created to identify the MessageInteraction resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.SessionSid">
            <summary> The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.ServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the MessageInteraction resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Data">
            <summary> A JSON string that includes the message body sent to the participant. (e.g. `{\"body\": \"hello\"}`) </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.ParticipantSid">
            <summary> The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.InboundParticipantSid">
            <summary> Always empty for created Message Interactions. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.InboundResourceSid">
            <summary> Always empty for created Message Interactions. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.InboundResourceType">
            <summary> Always empty for created Message Interactions. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.InboundResourceUrl">
            <summary> Always empty for created Message Interactions. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.OutboundParticipantSid">
            <summary> The SID of the outbound [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.OutboundResourceSid">
            <summary> The SID of the outbound [Message](https://www.twilio.com/docs/sms/api/message-resource) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.OutboundResourceType">
            <summary> The outbound resource type. This value is always `Message`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.OutboundResourceUrl">
            <summary> The URL of the Twilio message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.DateCreated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.DateUpdated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.Session.Participant.MessageInteractionResource.Url">
            <summary> The absolute URL of the MessageInteraction resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.CreateShortCodeOptions">
            <summary> Add a Short Code to the Proxy Number Pool for the Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreateShortCodeOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.CreateShortCodeOptions.Sid">
            <summary> The SID of a Twilio [ShortCode](https://www.twilio.com/en-us/messaging/channels/sms/short-codes) resource that represents the short code you would like to assign to your Proxy Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.CreateShortCodeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="sid"> The SID of a Twilio [ShortCode](https://www.twilio.com/en-us/messaging/channels/sms/short-codes) resource that represents the short code you would like to assign to your Proxy Service. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.CreateShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.DeleteShortCodeOptions">
            <summary> Delete a specific Short Code from a Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.DeleteShortCodeOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource to delete the ShortCode resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.DeleteShortCodeOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the ShortCode resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.DeleteShortCodeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource to delete the ShortCode resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.DeleteShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.FetchShortCodeOptions">
            <summary> Fetch a specific Short Code. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.FetchShortCodeOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.FetchShortCodeOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the ShortCode resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.FetchShortCodeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.FetchShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.ReadShortCodeOptions">
            <summary> Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ReadShortCodeOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ReadShortCodeOptions.#ctor(System.String)">
            <summary> Construct a new ListShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ReadShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Proxy.V1.Service.UpdateShortCodeOptions">
            <summary> Update a specific Short Code. </summary>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdateShortCodeOptions.PathServiceSid">
            <summary> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdateShortCodeOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the ShortCode resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.UpdateShortCodeOptions.IsReserved">
            <summary> Whether the short code should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </summary> 
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.UpdateShortCodeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateShortCodeOptions </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.UpdateShortCodeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Create(Twilio.Rest.Proxy.V1.Service.CreateShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Short Code to the Proxy Number Pool for the Service. </summary>
            <param name="options"> Create ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.CreateAsync(Twilio.Rest.Proxy.V1.Service.CreateShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Short Code to the Proxy Number Pool for the Service. </summary>
            <param name="options"> Create ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Short Code to the Proxy Number Pool for the Service. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="sid"> The SID of a Twilio [ShortCode](https://www.twilio.com/en-us/messaging/channels/sms/short-codes) resource that represents the short code you would like to assign to your Proxy Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Short Code to the Proxy Number Pool for the Service. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </param>
            <param name="sid"> The SID of a Twilio [ShortCode](https://www.twilio.com/en-us/messaging/channels/sms/short-codes) resource that represents the short code you would like to assign to your Proxy Service. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.BuildDeleteRequest(Twilio.Rest.Proxy.V1.Service.DeleteShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Short Code from a Service. </summary>
            <param name="options"> Delete ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Delete(Twilio.Rest.Proxy.V1.Service.DeleteShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Short Code from a Service. </summary>
            <param name="options"> Delete ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.DeleteAsync(Twilio.Rest.Proxy.V1.Service.DeleteShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Short Code from a Service. </summary>
            <param name="options"> Delete ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Short Code from a Service. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource to delete the ShortCode resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Short Code from a Service. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource to delete the ShortCode resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Fetch(Twilio.Rest.Proxy.V1.Service.FetchShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Short Code. </summary>
            <param name="options"> Fetch ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.FetchAsync(Twilio.Rest.Proxy.V1.Service.FetchShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Short Code. </summary>
            <param name="options"> Fetch ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Short Code. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Short Code. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Read(Twilio.Rest.Proxy.V1.Service.ReadShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.ReadAsync(Twilio.Rest.Proxy.V1.Service.ReadShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page. </summary>
            <param name="options"> Read ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Short Codes in the Proxy Number Pool for the Service. A maximum of 100 records will be returned per page. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) to read the resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.ShortCodeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Proxy.V1.Service.ShortCodeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Update(Twilio.Rest.Proxy.V1.Service.UpdateShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Short Code. </summary>
            <param name="options"> Update ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.UpdateAsync(Twilio.Rest.Proxy.V1.Service.UpdateShortCodeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Short Code. </summary>
            <param name="options"> Update ShortCode parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Update(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Short Code. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to update. </param>
            <param name="isReserved"> Whether the short code should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.UpdateAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Short Code. </summary>
            <param name="pathServiceSid"> The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) of the resource to update. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the ShortCode resource to update. </param>
            <param name="isReserved"> Whether the short code should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ShortCode </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ShortCodeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ShortCodeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Sid">
            <summary> The unique string that we created to identify the ShortCode resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ShortCode resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.ServiceSid">
            <summary> The SID of the ShortCode resource's parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.DateCreated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.DateUpdated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.ShortCode">
            <summary> The short code's number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.IsoCountry">
            <summary> The ISO Country Code for the short code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Capabilities">
            <summary> The capabilities </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.Url">
            <summary> The absolute URL of the ShortCode resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Proxy.V1.Service.ShortCodeResource.IsReserved">
            <summary> Whether the short code should be reserved and not be assigned to a participant using proxy pool logic. See [Reserved Phone Numbers](https://www.twilio.com/docs/proxy/reserved-phone-numbers) for more information. </summary> 
        </member>
        <member name="T:Twilio.Rest.Routes.V2.FetchPhoneNumberOptions">
            <summary> Fetch the Inbound Processing Region assigned to a phone number. </summary>
        </member>
        <member name="P:Twilio.Rest.Routes.V2.FetchPhoneNumberOptions.PathPhoneNumber">
            <summary> The phone number in E.164 format </summary> 
        </member>
        <member name="M:Twilio.Rest.Routes.V2.FetchPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new FetchPhoneNumberOptions </summary>
            <param name="pathPhoneNumber"> The phone number in E.164 format </param>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.FetchPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Routes.V2.UpdatePhoneNumberOptions">
            <summary> Assign an Inbound Processing Region to a phone number. </summary>
        </member>
        <member name="P:Twilio.Rest.Routes.V2.UpdatePhoneNumberOptions.PathPhoneNumber">
            <summary> The phone number in E.164 format </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.UpdatePhoneNumberOptions.VoiceRegion">
            <summary> The Inbound Processing Region used for this phone number for voice </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.UpdatePhoneNumberOptions.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Routes.V2.UpdatePhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new UpdatePhoneNumberOptions </summary>
            <param name="pathPhoneNumber"> The phone number in E.164 format </param>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.UpdatePhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.Fetch(Twilio.Rest.Routes.V2.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the Inbound Processing Region assigned to a phone number. </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.FetchAsync(Twilio.Rest.Routes.V2.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the Inbound Processing Region assigned to a phone number. </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the Inbound Processing Region assigned to a phone number. </summary>
            <param name="pathPhoneNumber"> The phone number in E.164 format </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the Inbound Processing Region assigned to a phone number. </summary>
            <param name="pathPhoneNumber"> The phone number in E.164 format </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.Update(Twilio.Rest.Routes.V2.UpdatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Inbound Processing Region to a phone number. </summary>
            <param name="options"> Update PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.UpdateAsync(Twilio.Rest.Routes.V2.UpdatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Inbound Processing Region to a phone number. </summary>
            <param name="options"> Update PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Inbound Processing Region to a phone number. </summary>
            <param name="pathPhoneNumber"> The phone number in E.164 format </param>
            <param name="voiceRegion"> The Inbound Processing Region used for this phone number for voice </param>
            <param name="friendlyName"> A human readable description of this resource, up to 64 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Inbound Processing Region to a phone number. </summary>
            <param name="pathPhoneNumber"> The phone number in E.164 format </param>
            <param name="voiceRegion"> The Inbound Processing Region used for this phone number for voice </param>
            <param name="friendlyName"> A human readable description of this resource, up to 64 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.PhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Routes.V2.PhoneNumberResource.PhoneNumber">
            <summary> The phone number in E.164 format </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.PhoneNumberResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.PhoneNumberResource.Sid">
            <summary> A 34 character string that uniquely identifies the Inbound Processing Region assignments for this phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.PhoneNumberResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.PhoneNumberResource.FriendlyName">
            <summary> A human readable description of the Inbound Processing Region assignments for this phone number, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.PhoneNumberResource.VoiceRegion">
            <summary> The Inbound Processing Region used for this phone number for voice. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.PhoneNumberResource.DateCreated">
            <summary> The date that this phone number was assigned an Inbound Processing Region, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.PhoneNumberResource.DateUpdated">
            <summary> The date that the Inbound Processing Region was updated for this phone number, given in ISO 8601 format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Routes.V2.FetchSipDomainOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.FetchSipDomainOptions.#ctor(System.String)">
            <summary> Construct a new FetchSipDomainOptions </summary>
            <param name="pathSipDomain">  </param>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.FetchSipDomainOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Routes.V2.UpdateSipDomainOptions">
            <summary> update </summary>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.UpdateSipDomainOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSipDomainOptions </summary>
            <param name="pathSipDomain">  </param>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.UpdateSipDomainOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.Fetch(Twilio.Rest.Routes.V2.FetchSipDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SipDomain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SipDomain </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.FetchAsync(Twilio.Rest.Routes.V2.FetchSipDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SipDomain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SipDomain </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSipDomain">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SipDomain </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSipDomain">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SipDomain </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.Update(Twilio.Rest.Routes.V2.UpdateSipDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SipDomain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SipDomain </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.UpdateAsync(Twilio.Rest.Routes.V2.UpdateSipDomainOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SipDomain parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SipDomain </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSipDomain">  </param>
            <param name="voiceRegion">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SipDomain </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSipDomain">  </param>
            <param name="voiceRegion">  </param>
            <param name="friendlyName">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SipDomain </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SipDomainResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SipDomainResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.SipDomainResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Routes.V2.SipDomainResource.SipDomain">
            <summary> The sip_domain </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.SipDomainResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.SipDomainResource.Sid">
            <summary> The sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.SipDomainResource.AccountSid">
            <summary> The account_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.SipDomainResource.FriendlyName">
            <summary> The friendly_name </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.SipDomainResource.VoiceRegion">
            <summary> The voice_region </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.SipDomainResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.SipDomainResource.DateUpdated">
            <summary> The date_updated </summary> 
        </member>
        <member name="T:Twilio.Rest.Routes.V2.FetchTrunkOptions">
            <summary> Fetch the Inbound Processing Region assigned to a SIP Trunk. </summary>
        </member>
        <member name="P:Twilio.Rest.Routes.V2.FetchTrunkOptions.PathSipTrunkDomain">
            <summary> The absolute URL of the SIP Trunk </summary> 
        </member>
        <member name="M:Twilio.Rest.Routes.V2.FetchTrunkOptions.#ctor(System.String)">
            <summary> Construct a new FetchTrunksOptions </summary>
            <param name="pathSipTrunkDomain"> The absolute URL of the SIP Trunk </param>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.FetchTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Routes.V2.UpdateTrunkOptions">
            <summary> Assign an Inbound Processing Region to a SIP Trunk </summary>
        </member>
        <member name="P:Twilio.Rest.Routes.V2.UpdateTrunkOptions.PathSipTrunkDomain">
            <summary> The absolute URL of the SIP Trunk </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.UpdateTrunkOptions.VoiceRegion">
            <summary> The Inbound Processing Region used for this SIP Trunk for voice </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.UpdateTrunkOptions.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Routes.V2.UpdateTrunkOptions.#ctor(System.String)">
            <summary> Construct a new UpdateTrunksOptions </summary>
            <param name="pathSipTrunkDomain"> The absolute URL of the SIP Trunk </param>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.UpdateTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.Fetch(Twilio.Rest.Routes.V2.FetchTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the Inbound Processing Region assigned to a SIP Trunk. </summary>
            <param name="options"> Fetch Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.FetchAsync(Twilio.Rest.Routes.V2.FetchTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the Inbound Processing Region assigned to a SIP Trunk. </summary>
            <param name="options"> Fetch Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the Inbound Processing Region assigned to a SIP Trunk. </summary>
            <param name="pathSipTrunkDomain"> The absolute URL of the SIP Trunk </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the Inbound Processing Region assigned to a SIP Trunk. </summary>
            <param name="pathSipTrunkDomain"> The absolute URL of the SIP Trunk </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.Update(Twilio.Rest.Routes.V2.UpdateTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Inbound Processing Region to a SIP Trunk </summary>
            <param name="options"> Update Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.UpdateAsync(Twilio.Rest.Routes.V2.UpdateTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Inbound Processing Region to a SIP Trunk </summary>
            <param name="options"> Update Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Inbound Processing Region to a SIP Trunk </summary>
            <param name="pathSipTrunkDomain"> The absolute URL of the SIP Trunk </param>
            <param name="voiceRegion"> The Inbound Processing Region used for this SIP Trunk for voice </param>
            <param name="friendlyName"> A human readable description of this resource, up to 64 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Assign an Inbound Processing Region to a SIP Trunk </summary>
            <param name="pathSipTrunkDomain"> The absolute URL of the SIP Trunk </param>
            <param name="voiceRegion"> The Inbound Processing Region used for this SIP Trunk for voice </param>
            <param name="friendlyName"> A human readable description of this resource, up to 64 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TrunkResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TrunkResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Routes.V2.TrunkResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Routes.V2.TrunkResource.SipTrunkDomain">
            <summary> The absolute URL of the SIP Trunk </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.TrunkResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.TrunkResource.Sid">
            <summary> A 34 character string that uniquely identifies the Inbound Processing Region assignments for this SIP Trunk. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.TrunkResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.TrunkResource.FriendlyName">
            <summary> A human readable description of the Inbound Processing Region assignments for this SIP Trunk, up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.TrunkResource.VoiceRegion">
            <summary> The Inbound Processing Region used for this SIP Trunk for voice. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.TrunkResource.DateCreated">
            <summary> The date that this SIP Trunk was assigned an Inbound Processing Region, given in ISO 8601 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Routes.V2.TrunkResource.DateUpdated">
            <summary> The date that the Inbound Processing Region was updated for this SIP Trunk, given in ISO 8601 format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.CreateServiceOptions">
            <summary> Create a new Service resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.CreateServiceOptions.UniqueName">
            <summary> A user-defined string that uniquely identifies the Service resource. It can be used as an alternative to the `sid` in the URL path to address the Service resource. This value must be 50 characters or less in length and be unique. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.CreateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Service resource. It can be a maximum of 255 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.CreateServiceOptions.IncludeCredentials">
            <summary> Whether to inject Account credentials into a function invocation context. The default value is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.CreateServiceOptions.UiEditable">
            <summary> Whether the Service's properties and subresources can be edited via the UI. The default value is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.CreateServiceOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="uniqueName"> A user-defined string that uniquely identifies the Service resource. It can be used as an alternative to the `sid` in the URL path to address the Service resource. This value must be 50 characters or less in length and be unique. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Service resource. It can be a maximum of 255 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.DeleteServiceOptions">
            <summary> Delete a Service resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.DeleteServiceOptions.PathSid">
            <summary> The `sid` or `unique_name` of the Service resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.FetchServiceOptions">
            <summary> Retrieve a specific Service resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.FetchServiceOptions.PathSid">
            <summary> The `sid` or `unique_name` of the Service resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.ReadServiceOptions">
            <summary> Retrieve a list of all Services. </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.UpdateServiceOptions">
            <summary> Update a specific Service resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.UpdateServiceOptions.PathSid">
            <summary> The `sid` or `unique_name` of the Service resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.UpdateServiceOptions.IncludeCredentials">
            <summary> Whether to inject Account credentials into a function invocation context. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.UpdateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Service resource. It can be a maximum of 255 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.UpdateServiceOptions.UiEditable">
            <summary> Whether the Service resource's properties and subresources can be edited via the UI. The default value is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Create(Twilio.Rest.Serverless.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service resource. </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.CreateAsync(Twilio.Rest.Serverless.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service resource. </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Create(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service resource. </summary>
            <param name="uniqueName"> A user-defined string that uniquely identifies the Service resource. It can be used as an alternative to the `sid` in the URL path to address the Service resource. This value must be 50 characters or less in length and be unique. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Service resource. It can be a maximum of 255 characters. </param>
            <param name="includeCredentials"> Whether to inject Account credentials into a function invocation context. The default value is `true`. </param>
            <param name="uiEditable"> Whether the Service's properties and subresources can be edited via the UI. The default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.CreateAsync(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Service resource. </summary>
            <param name="uniqueName"> A user-defined string that uniquely identifies the Service resource. It can be used as an alternative to the `sid` in the URL path to address the Service resource. This value must be 50 characters or less in length and be unique. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Service resource. It can be a maximum of 255 characters. </param>
            <param name="includeCredentials"> Whether to inject Account credentials into a function invocation context. The default value is `true`. </param>
            <param name="uiEditable"> Whether the Service's properties and subresources can be edited via the UI. The default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.BuildDeleteRequest(Twilio.Rest.Serverless.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Service resource. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Delete(Twilio.Rest.Serverless.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Service resource. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.DeleteAsync(Twilio.Rest.Serverless.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Service resource. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Service resource. </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Service resource. </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Fetch(Twilio.Rest.Serverless.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Service resource. </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.FetchAsync(Twilio.Rest.Serverless.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Service resource. </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Service resource. </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Service resource. </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Read(Twilio.Rest.Serverless.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Services. </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.ReadAsync(Twilio.Rest.Serverless.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Services. </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Services. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Services. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Update(Twilio.Rest.Serverless.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service resource. </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.UpdateAsync(Twilio.Rest.Serverless.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service resource. </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.Update(System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service resource. </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to update. </param>
            <param name="includeCredentials"> Whether to inject Account credentials into a function invocation context. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Service resource. It can be a maximum of 255 characters. </param>
            <param name="uiEditable"> Whether the Service resource's properties and subresources can be edited via the UI. The default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.UpdateAsync(System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Service resource. </summary>
            <param name="pathSid"> The `sid` or `unique_name` of the Service resource to update. </param>
            <param name="includeCredentials"> Whether to inject Account credentials into a function invocation context. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Service resource. It can be a maximum of 255 characters. </param>
            <param name="uiEditable"> Whether the Service resource's properties and subresources can be edited via the UI. The default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.Sid">
            <summary> The unique string that we created to identify the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.FriendlyName">
            <summary> The string that you assigned to describe the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.UniqueName">
            <summary> A user-defined string that uniquely identifies the Service resource. It can be used in place of the Service resource's `sid` in the URL to address the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.IncludeCredentials">
            <summary> Whether to inject Account credentials into a function invocation context. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.UiEditable">
            <summary> Whether the Service resource's properties and subresources can be edited via the UI. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.DomainBase">
            <summary> The base domain name for this Service, which is a combination of the unique name and a randomly generated string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.DateCreated">
            <summary> The date and time in GMT when the Service resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.DateUpdated">
            <summary> The date and time in GMT when the Service resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.Url">
            <summary> The absolute URL of the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.ServiceResource.Links">
            <summary> The URLs of the Service's nested resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.CreateAssetOptions">
            <summary> Create a new Asset resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateAssetOptions.PathServiceSid">
            <summary> The SID of the Service to create the Asset resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateAssetOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.CreateAssetOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateAssetOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Asset resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.CreateAssetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.DeleteAssetOptions">
            <summary> Delete an Asset resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.DeleteAssetOptions.PathServiceSid">
            <summary> The SID of the Service to delete the Asset resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.DeleteAssetOptions.PathSid">
            <summary> The SID that identifies the Asset resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.DeleteAssetOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteAssetOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.DeleteAssetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.FetchAssetOptions">
            <summary> Retrieve a specific Asset resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FetchAssetOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Asset resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FetchAssetOptions.PathSid">
            <summary> The SID that identifies the Asset resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FetchAssetOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchAssetOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FetchAssetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.ReadAssetOptions">
            <summary> Retrieve a list of all Assets. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.ReadAssetOptions.PathServiceSid">
            <summary> The SID of the Service to read the Asset resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.ReadAssetOptions.#ctor(System.String)">
            <summary> Construct a new ListAssetOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Asset resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.ReadAssetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.UpdateAssetOptions">
            <summary> Update a specific Asset resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.UpdateAssetOptions.PathServiceSid">
            <summary> The SID of the Service to update the Asset resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.UpdateAssetOptions.PathSid">
            <summary> The SID that identifies the Asset resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.UpdateAssetOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.UpdateAssetOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateAssetOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.UpdateAssetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Create(Twilio.Rest.Serverless.V1.Service.CreateAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Asset resource. </summary>
            <param name="options"> Create Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.CreateAsync(Twilio.Rest.Serverless.V1.Service.CreateAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Asset resource. </summary>
            <param name="options"> Create Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Asset resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Asset resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Asset resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Asset resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.BuildDeleteRequest(Twilio.Rest.Serverless.V1.Service.DeleteAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an Asset resource. </summary>
            <param name="options"> Delete Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Delete(Twilio.Rest.Serverless.V1.Service.DeleteAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an Asset resource. </summary>
            <param name="options"> Delete Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.DeleteAsync(Twilio.Rest.Serverless.V1.Service.DeleteAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an Asset resource. </summary>
            <param name="options"> Delete Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an Asset resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an Asset resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Fetch(Twilio.Rest.Serverless.V1.Service.FetchAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Asset resource. </summary>
            <param name="options"> Fetch Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.FetchAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Asset resource. </summary>
            <param name="options"> Fetch Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Asset resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Asset resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Read(Twilio.Rest.Serverless.V1.Service.ReadAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assets. </summary>
            <param name="options"> Read Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.ReadAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assets. </summary>
            <param name="options"> Read Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assets. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Asset resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assets. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Asset resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.AssetResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.AssetResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Update(Twilio.Rest.Serverless.V1.Service.UpdateAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Asset resource. </summary>
            <param name="options"> Update Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.UpdateAsync(Twilio.Rest.Serverless.V1.Service.UpdateAssetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Asset resource. </summary>
            <param name="options"> Update Asset parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Asset resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Asset resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Asset resource from. </param>
            <param name="pathSid"> The SID that identifies the Asset resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Asset resource. It can be a maximum of 255 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Asset </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AssetResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AssetResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.AssetResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.AssetResource.Sid">
            <summary> The unique string that we created to identify the Asset resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.AssetResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Asset resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.AssetResource.ServiceSid">
            <summary> The SID of the Service that the Asset resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.AssetResource.FriendlyName">
            <summary> The string that you assigned to describe the Asset resource. It can be a maximum of 255 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.AssetResource.DateCreated">
            <summary> The date and time in GMT when the Asset resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.AssetResource.DateUpdated">
            <summary> The date and time in GMT when the Asset resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.AssetResource.Url">
            <summary> The absolute URL of the Asset resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.AssetResource.Links">
            <summary> The URLs of the Asset resource's nested resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Asset.FetchAssetVersionOptions">
            <summary> Retrieve a specific Asset Version. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.FetchAssetVersionOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Asset Version resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.FetchAssetVersionOptions.PathAssetSid">
            <summary> The SID of the Asset resource that is the parent of the Asset Version resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.FetchAssetVersionOptions.PathSid">
            <summary> The SID of the Asset Version resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.FetchAssetVersionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchAssetVersionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Asset Version resource from. </param>
            <param name="pathAssetSid"> The SID of the Asset resource that is the parent of the Asset Version resource to fetch. </param>
            <param name="pathSid"> The SID of the Asset Version resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.FetchAssetVersionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Asset.ReadAssetVersionOptions">
            <summary> Retrieve a list of all Asset Versions. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.ReadAssetVersionOptions.PathServiceSid">
            <summary> The SID of the Service to read the Asset Version resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.ReadAssetVersionOptions.PathAssetSid">
            <summary> The SID of the Asset resource that is the parent of the Asset Version resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.ReadAssetVersionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListAssetVersionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Asset Version resource from. </param>
            <param name="pathAssetSid"> The SID of the Asset resource that is the parent of the Asset Version resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.ReadAssetVersionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.Fetch(Twilio.Rest.Serverless.V1.Service.Asset.FetchAssetVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Asset Version. </summary>
            <param name="options"> Fetch AssetVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssetVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.Asset.FetchAssetVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Asset Version. </summary>
            <param name="options"> Fetch AssetVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssetVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Asset Version. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Asset Version resource from. </param>
            <param name="pathAssetSid"> The SID of the Asset resource that is the parent of the Asset Version resource to fetch. </param>
            <param name="pathSid"> The SID of the Asset Version resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssetVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Asset Version. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Asset Version resource from. </param>
            <param name="pathAssetSid"> The SID of the Asset resource that is the parent of the Asset Version resource to fetch. </param>
            <param name="pathSid"> The SID of the Asset Version resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssetVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.Read(Twilio.Rest.Serverless.V1.Service.Asset.ReadAssetVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Asset Versions. </summary>
            <param name="options"> Read AssetVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssetVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.Asset.ReadAssetVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Asset Versions. </summary>
            <param name="options"> Read AssetVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssetVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Asset Versions. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Asset Version resource from. </param>
            <param name="pathAssetSid"> The SID of the Asset resource that is the parent of the Asset Version resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AssetVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Asset Versions. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Asset Version resource from. </param>
            <param name="pathAssetSid"> The SID of the Asset resource that is the parent of the Asset Version resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AssetVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AssetVersionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AssetVersionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.Sid">
            <summary> The unique string that we created to identify the Asset Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Asset Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.ServiceSid">
            <summary> The SID of the Service that the Asset Version resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.AssetSid">
            <summary> The SID of the Asset resource that is the parent of the Asset Version. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.Path">
            <summary> The URL-friendly string by which the Asset Version can be referenced. It can be a maximum of 255 characters. All paths begin with a forward slash ('/'). If an Asset Version creation request is submitted with a path not containing a leading slash, the path will automatically be prepended with one. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.DateCreated">
            <summary> The date and time in GMT when the Asset Version resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Asset.AssetVersionResource.Url">
            <summary> The absolute URL of the Asset Version resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.CreateBuildOptions">
            <summary> Create a new Build resource. At least one function version or asset version is required. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateBuildOptions.PathServiceSid">
            <summary> The SID of the Service to create the Build resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateBuildOptions.AssetVersions">
            <summary> The list of Asset Version resource SIDs to include in the Build. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateBuildOptions.FunctionVersions">
            <summary> The list of the Function Version resource SIDs to include in the Build. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateBuildOptions.Dependencies">
            <summary> A list of objects that describe the Dependencies included in the Build. Each object contains the `name` and `version` of the dependency. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateBuildOptions.Runtime">
            <summary> The Runtime version that will be used to run the Build resource when it is deployed. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.CreateBuildOptions.#ctor(System.String)">
            <summary> Construct a new CreateBuildOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Build resource under. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.CreateBuildOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.DeleteBuildOptions">
            <summary> Delete a Build resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.DeleteBuildOptions.PathServiceSid">
            <summary> The SID of the Service to delete the Build resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.DeleteBuildOptions.PathSid">
            <summary> The SID of the Build resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.DeleteBuildOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteBuildOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.DeleteBuildOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.FetchBuildOptions">
            <summary> Retrieve a specific Build resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FetchBuildOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Build resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FetchBuildOptions.PathSid">
            <summary> The SID of the Build resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FetchBuildOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchBuildOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FetchBuildOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.ReadBuildOptions">
            <summary> Retrieve a list of all Builds. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.ReadBuildOptions.PathServiceSid">
            <summary> The SID of the Service to read the Build resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.ReadBuildOptions.#ctor(System.String)">
            <summary> Construct a new ListBuildOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Build resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.ReadBuildOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.Create(Twilio.Rest.Serverless.V1.Service.CreateBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Build resource. At least one function version or asset version is required. </summary>
            <param name="options"> Create Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.CreateAsync(Twilio.Rest.Serverless.V1.Service.CreateBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Build resource. At least one function version or asset version is required. </summary>
            <param name="options"> Create Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.Create(System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Build resource. At least one function version or asset version is required. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Build resource under. </param>
            <param name="assetVersions"> The list of Asset Version resource SIDs to include in the Build. </param>
            <param name="functionVersions"> The list of the Function Version resource SIDs to include in the Build. </param>
            <param name="dependencies"> A list of objects that describe the Dependencies included in the Build. Each object contains the `name` and `version` of the dependency. </param>
            <param name="runtime"> The Runtime version that will be used to run the Build resource when it is deployed. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.CreateAsync(System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Build resource. At least one function version or asset version is required. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Build resource under. </param>
            <param name="assetVersions"> The list of Asset Version resource SIDs to include in the Build. </param>
            <param name="functionVersions"> The list of the Function Version resource SIDs to include in the Build. </param>
            <param name="dependencies"> A list of objects that describe the Dependencies included in the Build. Each object contains the `name` and `version` of the dependency. </param>
            <param name="runtime"> The Runtime version that will be used to run the Build resource when it is deployed. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.BuildDeleteRequest(Twilio.Rest.Serverless.V1.Service.DeleteBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Build resource. </summary>
            <param name="options"> Delete Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.Delete(Twilio.Rest.Serverless.V1.Service.DeleteBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Build resource. </summary>
            <param name="options"> Delete Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.DeleteAsync(Twilio.Rest.Serverless.V1.Service.DeleteBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Build resource. </summary>
            <param name="options"> Delete Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Build resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Build resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.Fetch(Twilio.Rest.Serverless.V1.Service.FetchBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Build resource. </summary>
            <param name="options"> Fetch Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.FetchBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Build resource. </summary>
            <param name="options"> Fetch Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Build resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Build resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.Read(Twilio.Rest.Serverless.V1.Service.ReadBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Builds. </summary>
            <param name="options"> Read Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.ReadBuildOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Builds. </summary>
            <param name="options"> Read Build parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Builds. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Build resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Builds. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Build resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Build </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.BuildResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.BuildResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BuildResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BuildResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.BuildResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.Sid">
            <summary> The unique string that we created to identify the Build resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Build resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.ServiceSid">
            <summary> The SID of the Service that the Build resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.AssetVersions">
            <summary> The list of Asset Version resource SIDs that are included in the Build. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.FunctionVersions">
            <summary> The list of Function Version resource SIDs that are included in the Build. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.Dependencies">
            <summary> A list of objects that describe the Dependencies included in the Build. Each object contains the `name` and `version` of the dependency. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.DateCreated">
            <summary> The date and time in GMT when the Build resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.DateUpdated">
            <summary> The date and time in GMT when the Build resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.Url">
            <summary> The absolute URL of the Build resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.BuildResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Build.FetchBuildStatusOptions">
            <summary> Retrieve a specific Build resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Build.FetchBuildStatusOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Build resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Build.FetchBuildStatusOptions.PathSid">
            <summary> The SID of the Build resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Build.FetchBuildStatusOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchBuildStatusOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Build.FetchBuildStatusOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.Fetch(Twilio.Rest.Serverless.V1.Service.Build.FetchBuildStatusOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Build resource. </summary>
            <param name="options"> Fetch BuildStatus parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BuildStatus </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.Build.FetchBuildStatusOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Build resource. </summary>
            <param name="options"> Fetch BuildStatus parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BuildStatus </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Build resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BuildStatus </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Build resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Build resource from. </param>
            <param name="pathSid"> The SID of the Build resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BuildStatus </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BuildStatusResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BuildStatusResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.Sid">
            <summary> The unique string that we created to identify the Build resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Build resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.ServiceSid">
            <summary> The SID of the Service that the Build resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Build.BuildStatusResource.Url">
            <summary> The absolute URL of the Build Status resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.CreateEnvironmentOptions">
            <summary> Create a new environment. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateEnvironmentOptions.PathServiceSid">
            <summary> The SID of the Service to create the Environment resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateEnvironmentOptions.UniqueName">
            <summary> A user-defined string that uniquely identifies the Environment resource. It can be a maximum of 100 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateEnvironmentOptions.DomainSuffix">
            <summary> A URL-friendly name that represents the environment and forms part of the domain name. It can be a maximum of 16 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.CreateEnvironmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateEnvironmentOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Environment resource under. </param>
            <param name="uniqueName"> A user-defined string that uniquely identifies the Environment resource. It can be a maximum of 100 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.CreateEnvironmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.DeleteEnvironmentOptions">
            <summary> Delete a specific environment. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.DeleteEnvironmentOptions.PathServiceSid">
            <summary> The SID of the Service to delete the Environment resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.DeleteEnvironmentOptions.PathSid">
            <summary> The SID of the Environment resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.DeleteEnvironmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteEnvironmentOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Environment resource from. </param>
            <param name="pathSid"> The SID of the Environment resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.DeleteEnvironmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.FetchEnvironmentOptions">
            <summary> Retrieve a specific environment. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FetchEnvironmentOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Environment resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FetchEnvironmentOptions.PathSid">
            <summary> The SID of the Environment resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FetchEnvironmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchEnvironmentOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Environment resource from. </param>
            <param name="pathSid"> The SID of the Environment resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FetchEnvironmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.ReadEnvironmentOptions">
            <summary> Retrieve a list of all environments. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.ReadEnvironmentOptions.PathServiceSid">
            <summary> The SID of the Service to read the Environment resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.ReadEnvironmentOptions.#ctor(System.String)">
            <summary> Construct a new ListEnvironmentOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Environment resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.ReadEnvironmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Create(Twilio.Rest.Serverless.V1.Service.CreateEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new environment. </summary>
            <param name="options"> Create Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.CreateAsync(Twilio.Rest.Serverless.V1.Service.CreateEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new environment. </summary>
            <param name="options"> Create Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new environment. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Environment resource under. </param>
            <param name="uniqueName"> A user-defined string that uniquely identifies the Environment resource. It can be a maximum of 100 characters. </param>
            <param name="domainSuffix"> A URL-friendly name that represents the environment and forms part of the domain name. It can be a maximum of 16 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new environment. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Environment resource under. </param>
            <param name="uniqueName"> A user-defined string that uniquely identifies the Environment resource. It can be a maximum of 100 characters. </param>
            <param name="domainSuffix"> A URL-friendly name that represents the environment and forms part of the domain name. It can be a maximum of 16 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.BuildDeleteRequest(Twilio.Rest.Serverless.V1.Service.DeleteEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific environment. </summary>
            <param name="options"> Delete Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Delete(Twilio.Rest.Serverless.V1.Service.DeleteEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific environment. </summary>
            <param name="options"> Delete Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.DeleteAsync(Twilio.Rest.Serverless.V1.Service.DeleteEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific environment. </summary>
            <param name="options"> Delete Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific environment. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Environment resource from. </param>
            <param name="pathSid"> The SID of the Environment resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific environment. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Environment resource from. </param>
            <param name="pathSid"> The SID of the Environment resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Fetch(Twilio.Rest.Serverless.V1.Service.FetchEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific environment. </summary>
            <param name="options"> Fetch Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.FetchEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific environment. </summary>
            <param name="options"> Fetch Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific environment. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Environment resource from. </param>
            <param name="pathSid"> The SID of the Environment resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific environment. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Environment resource from. </param>
            <param name="pathSid"> The SID of the Environment resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Read(Twilio.Rest.Serverless.V1.Service.ReadEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all environments. </summary>
            <param name="options"> Read Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.ReadEnvironmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all environments. </summary>
            <param name="options"> Read Environment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all environments. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Environment resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all environments. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Environment resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Environment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.EnvironmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.EnvironmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EnvironmentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EnvironmentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Sid">
            <summary> The unique string that we created to identify the Environment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Environment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.ServiceSid">
            <summary> The SID of the Service that the Environment resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.BuildSid">
            <summary> The SID of the build deployed in the environment. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.UniqueName">
            <summary> A user-defined string that uniquely identifies the Environment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.DomainSuffix">
            <summary> A URL-friendly name that represents the environment and forms part of the domain name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.DomainName">
            <summary> The domain name for all Functions and Assets deployed in the Environment, using the Service unique name, a randomly-generated Service suffix, and an optional Environment domain suffix. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.DateCreated">
            <summary> The date and time in GMT when the Environment resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.DateUpdated">
            <summary> The date and time in GMT when the Environment resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Url">
            <summary> The absolute URL of the Environment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.EnvironmentResource.Links">
            <summary> The URLs of the Environment resource's nested resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions">
            <summary> Create a new Deployment. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions.PathServiceSid">
            <summary> The SID of the Service to create the Deployment resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions.PathEnvironmentSid">
            <summary> The SID of the Environment for the Deployment. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions.BuildSid">
            <summary> The SID of the Build for the Deployment. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions.IsPlugin">
            <summary> Whether the Deployment is a plugin. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateDeploymentOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Deployment resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment for the Deployment. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.FetchDeploymentOptions">
            <summary> Retrieve a specific Deployment. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchDeploymentOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Deployment resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchDeploymentOptions.PathEnvironmentSid">
            <summary> The SID of the Environment used by the Deployment to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchDeploymentOptions.PathSid">
            <summary> The SID that identifies the Deployment resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.FetchDeploymentOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchDeploymentOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Deployment resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment used by the Deployment to fetch. </param>
            <param name="pathSid"> The SID that identifies the Deployment resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.FetchDeploymentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.ReadDeploymentOptions">
            <summary> Retrieve a list of all Deployments. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadDeploymentOptions.PathServiceSid">
            <summary> The SID of the Service to read the Deployment resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadDeploymentOptions.PathEnvironmentSid">
            <summary> The SID of the Environment used by the Deployment resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.ReadDeploymentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListDeploymentOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Deployment resources from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment used by the Deployment resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.ReadDeploymentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.Create(Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Deployment. </summary>
            <param name="options"> Create Deployment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.CreateAsync(Twilio.Rest.Serverless.V1.Service.Environment.CreateDeploymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Deployment. </summary>
            <param name="options"> Create Deployment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.Create(System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Deployment. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Deployment resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment for the Deployment. </param>
            <param name="buildSid"> The SID of the Build for the Deployment. </param>
            <param name="isPlugin"> Whether the Deployment is a plugin. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Deployment. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Deployment resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment for the Deployment. </param>
            <param name="buildSid"> The SID of the Build for the Deployment. </param>
            <param name="isPlugin"> Whether the Deployment is a plugin. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.Fetch(Twilio.Rest.Serverless.V1.Service.Environment.FetchDeploymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Deployment. </summary>
            <param name="options"> Fetch Deployment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.Environment.FetchDeploymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Deployment. </summary>
            <param name="options"> Fetch Deployment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Deployment. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Deployment resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment used by the Deployment to fetch. </param>
            <param name="pathSid"> The SID that identifies the Deployment resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Deployment. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Deployment resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment used by the Deployment to fetch. </param>
            <param name="pathSid"> The SID that identifies the Deployment resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.Read(Twilio.Rest.Serverless.V1.Service.Environment.ReadDeploymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Deployments. </summary>
            <param name="options"> Read Deployment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.Environment.ReadDeploymentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Deployments. </summary>
            <param name="options"> Read Deployment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Deployments. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Deployment resources from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment used by the Deployment resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Deployments. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Deployment resources from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment used by the Deployment resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Deployment </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DeploymentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DeploymentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.Sid">
            <summary> The unique string that we created to identify the Deployment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Deployment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.ServiceSid">
            <summary> The SID of the Service that the Deployment resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.EnvironmentSid">
            <summary> The SID of the Environment for the Deployment. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.BuildSid">
            <summary> The SID of the Build for the deployment. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.DateCreated">
            <summary> The date and time in GMT when the Deployment resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.DateUpdated">
            <summary> The date and time in GMT when the Deployment resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeploymentResource.Url">
            <summary> The absolute URL of the Deployment resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.FetchLogOptions">
            <summary> Retrieve a specific log. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchLogOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Log resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchLogOptions.PathEnvironmentSid">
            <summary> The SID of the environment with the Log resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchLogOptions.PathSid">
            <summary> The SID of the Log resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.FetchLogOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchLogOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Log resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the environment with the Log resource to fetch. </param>
            <param name="pathSid"> The SID of the Log resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.FetchLogOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions">
            <summary> Retrieve a list of all logs. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions.PathServiceSid">
            <summary> The SID of the Service to read the Log resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions.PathEnvironmentSid">
            <summary> The SID of the environment with the Log resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions.FunctionSid">
            <summary> The SID of the function whose invocation produced the Log resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions.StartDate">
            <summary> The date/time (in GMT, ISO 8601) after which the Log resources must have been created. Defaults to 1 day prior to current date/time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions.EndDate">
            <summary> The date/time (in GMT, ISO 8601) before which the Log resources must have been created. Defaults to current date/time. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListLogOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Log resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the environment with the Log resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.Fetch(Twilio.Rest.Serverless.V1.Service.Environment.FetchLogOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific log. </summary>
            <param name="options"> Fetch Log parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Log </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.Environment.FetchLogOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific log. </summary>
            <param name="options"> Fetch Log parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Log </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific log. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Log resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the environment with the Log resource to fetch. </param>
            <param name="pathSid"> The SID of the Log resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Log </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific log. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Log resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the environment with the Log resource to fetch. </param>
            <param name="pathSid"> The SID of the Log resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Log </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.Read(Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all logs. </summary>
            <param name="options"> Read Log parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Log </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.Environment.ReadLogOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all logs. </summary>
            <param name="options"> Read Log parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Log </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.Read(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all logs. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Log resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the environment with the Log resources to read. </param>
            <param name="functionSid"> The SID of the function whose invocation produced the Log resources to read. </param>
            <param name="startDate"> The date/time (in GMT, ISO 8601) after which the Log resources must have been created. Defaults to 1 day prior to current date/time. </param>
            <param name="endDate"> The date/time (in GMT, ISO 8601) before which the Log resources must have been created. Defaults to current date/time. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Log </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all logs. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Log resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the environment with the Log resources to read. </param>
            <param name="functionSid"> The SID of the function whose invocation produced the Log resources to read. </param>
            <param name="startDate"> The date/time (in GMT, ISO 8601) after which the Log resources must have been created. Defaults to 1 day prior to current date/time. </param>
            <param name="endDate"> The date/time (in GMT, ISO 8601) before which the Log resources must have been created. Defaults to current date/time. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Log </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Environment.LogResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Environment.LogResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a LogResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> LogResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.Sid">
            <summary> The unique string that we created to identify the Log resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Log resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.ServiceSid">
            <summary> The SID of the Service that the Log resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.EnvironmentSid">
            <summary> The SID of the environment in which the log occurred. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.BuildSid">
            <summary> The SID of the build that corresponds to the log. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.DeploymentSid">
            <summary> The SID of the deployment that corresponds to the log. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.FunctionSid">
            <summary> The SID of the function whose invocation produced the log. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.RequestSid">
            <summary> The SID of the request associated with the log. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.Message">
            <summary> The log message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.DateCreated">
            <summary> The date and time in GMT when the Log resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.LogResource.Url">
            <summary> The absolute URL of the Log resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions">
            <summary> Create a new Variable. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions.PathServiceSid">
            <summary> The SID of the Service to create the Variable resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions.PathEnvironmentSid">
            <summary> The SID of the Environment in which the Variable resource exists. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions.Key">
            <summary> A string by which the Variable resource can be referenced. It can be a maximum of 128 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions.Value">
            <summary> A string that contains the actual value of the Variable. It can be a maximum of 450 bytes in size. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions.#ctor(System.String,System.String,System.String,System.String)">
            <summary> Construct a new CreateVariableOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Variable resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment in which the Variable resource exists. </param>
            <param name="key"> A string by which the Variable resource can be referenced. It can be a maximum of 128 characters. </param>
            <param name="value"> A string that contains the actual value of the Variable. It can be a maximum of 450 bytes in size. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions">
            <summary> Delete a specific Variable. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions.PathServiceSid">
            <summary> The SID of the Service to delete the Variable resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions.PathEnvironmentSid">
            <summary> The SID of the Environment with the Variables to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions.PathSid">
            <summary> The SID of the Variable resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteVariableOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Variable resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variables to delete. </param>
            <param name="pathSid"> The SID of the Variable resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.FetchVariableOptions">
            <summary> Retrieve a specific Variable. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchVariableOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Variable resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchVariableOptions.PathEnvironmentSid">
            <summary> The SID of the Environment with the Variable resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.FetchVariableOptions.PathSid">
            <summary> The SID of the Variable resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.FetchVariableOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchVariableOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Variable resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resource to fetch. </param>
            <param name="pathSid"> The SID of the Variable resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.FetchVariableOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.ReadVariableOptions">
            <summary> Retrieve a list of all Variables. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadVariableOptions.PathServiceSid">
            <summary> The SID of the Service to read the Variable resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.ReadVariableOptions.PathEnvironmentSid">
            <summary> The SID of the Environment with the Variable resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.ReadVariableOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListVariableOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Variable resources from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.ReadVariableOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions">
            <summary> Update a specific Variable. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions.PathServiceSid">
            <summary> The SID of the Service to update the Variable resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions.PathEnvironmentSid">
            <summary> The SID of the Environment with the Variable resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions.PathSid">
            <summary> The SID of the Variable resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions.Key">
            <summary> A string by which the Variable resource can be referenced. It can be a maximum of 128 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions.Value">
            <summary> A string that contains the actual value of the Variable. It can be a maximum of 450 bytes in size. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateVariableOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Variable resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resource to update. </param>
            <param name="pathSid"> The SID of the Variable resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Create(Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Variable. </summary>
            <param name="options"> Create Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.CreateAsync(Twilio.Rest.Serverless.V1.Service.Environment.CreateVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Variable. </summary>
            <param name="options"> Create Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Variable. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Variable resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment in which the Variable resource exists. </param>
            <param name="key"> A string by which the Variable resource can be referenced. It can be a maximum of 128 characters. </param>
            <param name="value"> A string that contains the actual value of the Variable. It can be a maximum of 450 bytes in size. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Variable. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Variable resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment in which the Variable resource exists. </param>
            <param name="key"> A string by which the Variable resource can be referenced. It can be a maximum of 128 characters. </param>
            <param name="value"> A string that contains the actual value of the Variable. It can be a maximum of 450 bytes in size. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.BuildDeleteRequest(Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Variable. </summary>
            <param name="options"> Delete Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Delete(Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Variable. </summary>
            <param name="options"> Delete Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.DeleteAsync(Twilio.Rest.Serverless.V1.Service.Environment.DeleteVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Variable. </summary>
            <param name="options"> Delete Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Variable. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Variable resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variables to delete. </param>
            <param name="pathSid"> The SID of the Variable resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Variable. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Variable resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variables to delete. </param>
            <param name="pathSid"> The SID of the Variable resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Fetch(Twilio.Rest.Serverless.V1.Service.Environment.FetchVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Variable. </summary>
            <param name="options"> Fetch Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.Environment.FetchVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Variable. </summary>
            <param name="options"> Fetch Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Variable. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Variable resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resource to fetch. </param>
            <param name="pathSid"> The SID of the Variable resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Variable. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Variable resource from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resource to fetch. </param>
            <param name="pathSid"> The SID of the Variable resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Read(Twilio.Rest.Serverless.V1.Service.Environment.ReadVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Variables. </summary>
            <param name="options"> Read Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.Environment.ReadVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Variables. </summary>
            <param name="options"> Read Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Variables. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Variable resources from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Variables. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Variable resources from. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Environment.VariableResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Environment.VariableResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Update(Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Variable. </summary>
            <param name="options"> Update Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.UpdateAsync(Twilio.Rest.Serverless.V1.Service.Environment.UpdateVariableOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Variable. </summary>
            <param name="options"> Update Variable parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Update(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Variable. </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Variable resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resource to update. </param>
            <param name="pathSid"> The SID of the Variable resource to update. </param>
            <param name="key"> A string by which the Variable resource can be referenced. It can be a maximum of 128 characters. </param>
            <param name="value"> A string that contains the actual value of the Variable. It can be a maximum of 450 bytes in size. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Variable. </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Variable resource under. </param>
            <param name="pathEnvironmentSid"> The SID of the Environment with the Variable resource to update. </param>
            <param name="pathSid"> The SID of the Variable resource to update. </param>
            <param name="key"> A string by which the Variable resource can be referenced. It can be a maximum of 128 characters. </param>
            <param name="value"> A string that contains the actual value of the Variable. It can be a maximum of 450 bytes in size. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Variable </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a VariableResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> VariableResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Sid">
            <summary> The unique string that we created to identify the Variable resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Variable resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.ServiceSid">
            <summary> The SID of the Service that the Variable resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.EnvironmentSid">
            <summary> The SID of the Environment in which the Variable exists. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Key">
            <summary> A string by which the Variable resource can be referenced. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Value">
            <summary> A string that contains the actual value of the Variable. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.DateCreated">
            <summary> The date and time in GMT when the Variable resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.DateUpdated">
            <summary> The date and time in GMT when the Variable resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Environment.VariableResource.Url">
            <summary> The absolute URL of the Variable resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.CreateFunctionOptions">
            <summary> Create a new Function resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateFunctionOptions.PathServiceSid">
            <summary> The SID of the Service to create the Function resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.CreateFunctionOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.CreateFunctionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateFunctionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Function resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.CreateFunctionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.DeleteFunctionOptions">
            <summary> Delete a Function resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.DeleteFunctionOptions.PathServiceSid">
            <summary> The SID of the Service to delete the Function resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.DeleteFunctionOptions.PathSid">
            <summary> The SID of the Function resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.DeleteFunctionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteFunctionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.DeleteFunctionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.FetchFunctionOptions">
            <summary> Retrieve a specific Function resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FetchFunctionOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Function resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FetchFunctionOptions.PathSid">
            <summary> The SID of the Function resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FetchFunctionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchFunctionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FetchFunctionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.ReadFunctionOptions">
            <summary> Retrieve a list of all Functions. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.ReadFunctionOptions.PathServiceSid">
            <summary> The SID of the Service to read the Function resources from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.ReadFunctionOptions.#ctor(System.String)">
            <summary> Construct a new ListFunctionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Function resources from. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.ReadFunctionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.UpdateFunctionOptions">
            <summary> Update a specific Function resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.UpdateFunctionOptions.PathServiceSid">
            <summary> The SID of the Service to update the Function resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.UpdateFunctionOptions.PathSid">
            <summary> The SID of the Function resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.UpdateFunctionOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.UpdateFunctionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateFunctionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.UpdateFunctionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Create(Twilio.Rest.Serverless.V1.Service.CreateFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Function resource. </summary>
            <param name="options"> Create Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.CreateAsync(Twilio.Rest.Serverless.V1.Service.CreateFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Function resource. </summary>
            <param name="options"> Create Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Function resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Function resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Function resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to create the Function resource under. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.BuildDeleteRequest(Twilio.Rest.Serverless.V1.Service.DeleteFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Function resource. </summary>
            <param name="options"> Delete Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Delete(Twilio.Rest.Serverless.V1.Service.DeleteFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Function resource. </summary>
            <param name="options"> Delete Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.DeleteAsync(Twilio.Rest.Serverless.V1.Service.DeleteFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Function resource. </summary>
            <param name="options"> Delete Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Function resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Function resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to delete the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Fetch(Twilio.Rest.Serverless.V1.Service.FetchFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Function resource. </summary>
            <param name="options"> Fetch Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.FetchFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Function resource. </summary>
            <param name="options"> Fetch Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Function resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Function resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Read(Twilio.Rest.Serverless.V1.Service.ReadFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Functions. </summary>
            <param name="options"> Read Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.ReadFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Functions. </summary>
            <param name="options"> Read Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Functions. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Function resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Functions. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Function resources from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.FunctionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.FunctionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Update(Twilio.Rest.Serverless.V1.Service.UpdateFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Function resource. </summary>
            <param name="options"> Update Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.UpdateAsync(Twilio.Rest.Serverless.V1.Service.UpdateFunctionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Function resource. </summary>
            <param name="options"> Update Function parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Function resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Function resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to update the Function resource from. </param>
            <param name="pathSid"> The SID of the Function resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Function resource. It can be a maximum of 255 characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Function </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FunctionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FunctionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.FunctionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FunctionResource.Sid">
            <summary> The unique string that we created to identify the Function resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FunctionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Function resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FunctionResource.ServiceSid">
            <summary> The SID of the Service that the Function resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FunctionResource.FriendlyName">
            <summary> The string that you assigned to describe the Function resource. It can be a maximum of 255 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FunctionResource.DateCreated">
            <summary> The date and time in GMT when the Function resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FunctionResource.DateUpdated">
            <summary> The date and time in GMT when the Function resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FunctionResource.Url">
            <summary> The absolute URL of the Function resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.FunctionResource.Links">
            <summary> The URLs of nested resources of the Function resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Function.FetchFunctionVersionOptions">
            <summary> Retrieve a specific Function Version resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FetchFunctionVersionOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Function Version resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FetchFunctionVersionOptions.PathFunctionSid">
            <summary> The SID of the function that is the parent of the Function Version resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FetchFunctionVersionOptions.PathSid">
            <summary> The SID of the Function Version resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FetchFunctionVersionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchFunctionVersionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function Version resource from. </param>
            <param name="pathFunctionSid"> The SID of the function that is the parent of the Function Version resource to fetch. </param>
            <param name="pathSid"> The SID of the Function Version resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FetchFunctionVersionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Function.ReadFunctionVersionOptions">
            <summary> Retrieve a list of all Function Version resources. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.ReadFunctionVersionOptions.PathServiceSid">
            <summary> The SID of the Service to read the Function Version resources from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.ReadFunctionVersionOptions.PathFunctionSid">
            <summary> The SID of the function that is the parent of the Function Version resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.ReadFunctionVersionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListFunctionVersionOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Function Version resources from. </param>
            <param name="pathFunctionSid"> The SID of the function that is the parent of the Function Version resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.ReadFunctionVersionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.Fetch(Twilio.Rest.Serverless.V1.Service.Function.FetchFunctionVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Function Version resource. </summary>
            <param name="options"> Fetch FunctionVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FunctionVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.Function.FetchFunctionVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Function Version resource. </summary>
            <param name="options"> Fetch FunctionVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FunctionVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Function Version resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function Version resource from. </param>
            <param name="pathFunctionSid"> The SID of the function that is the parent of the Function Version resource to fetch. </param>
            <param name="pathSid"> The SID of the Function Version resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FunctionVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Function Version resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function Version resource from. </param>
            <param name="pathFunctionSid"> The SID of the function that is the parent of the Function Version resource to fetch. </param>
            <param name="pathSid"> The SID of the Function Version resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FunctionVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.Read(Twilio.Rest.Serverless.V1.Service.Function.ReadFunctionVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Function Version resources. </summary>
            <param name="options"> Read FunctionVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FunctionVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.ReadAsync(Twilio.Rest.Serverless.V1.Service.Function.ReadFunctionVersionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Function Version resources. </summary>
            <param name="options"> Read FunctionVersion parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FunctionVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Function Version resources. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Function Version resources from. </param>
            <param name="pathFunctionSid"> The SID of the function that is the parent of the Function Version resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FunctionVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Function Version resources. </summary>
            <param name="pathServiceSid"> The SID of the Service to read the Function Version resources from. </param>
            <param name="pathFunctionSid"> The SID of the function that is the parent of the Function Version resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FunctionVersion </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FunctionVersionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FunctionVersionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.Sid">
            <summary> The unique string that we created to identify the Function Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Function Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.ServiceSid">
            <summary> The SID of the Service that the Function Version resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.FunctionSid">
            <summary> The SID of the Function resource that is the parent of the Function Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.Path">
            <summary> The URL-friendly string by which the Function Version resource can be referenced. It can be a maximum of 255 characters. All paths begin with a forward slash ('/'). If a Function Version creation request is submitted with a path not containing a leading slash, the path will automatically be prepended with one. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.DateCreated">
            <summary> The date and time in GMT when the Function Version resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.Url">
            <summary> The absolute URL of the Function Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersionResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FetchFunctionVersionContentOptions">
            <summary> Retrieve a the content of a specific Function Version resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FetchFunctionVersionContentOptions.PathServiceSid">
            <summary> The SID of the Service to fetch the Function Version content from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FetchFunctionVersionContentOptions.PathFunctionSid">
            <summary> The SID of the Function that is the parent of the Function Version content to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FetchFunctionVersionContentOptions.PathSid">
            <summary> The SID of the Function Version content to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FetchFunctionVersionContentOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchFunctionVersionContentOptions </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function Version content from. </param>
            <param name="pathFunctionSid"> The SID of the Function that is the parent of the Function Version content to fetch. </param>
            <param name="pathSid"> The SID of the Function Version content to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FetchFunctionVersionContentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.Fetch(Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FetchFunctionVersionContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a the content of a specific Function Version resource. </summary>
            <param name="options"> Fetch FunctionVersionContent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FunctionVersionContent </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.FetchAsync(Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FetchFunctionVersionContentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a the content of a specific Function Version resource. </summary>
            <param name="options"> Fetch FunctionVersionContent parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FunctionVersionContent </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a the content of a specific Function Version resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function Version content from. </param>
            <param name="pathFunctionSid"> The SID of the Function that is the parent of the Function Version content to fetch. </param>
            <param name="pathSid"> The SID of the Function Version content to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FunctionVersionContent </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a the content of a specific Function Version resource. </summary>
            <param name="pathServiceSid"> The SID of the Service to fetch the Function Version content from. </param>
            <param name="pathFunctionSid"> The SID of the Function that is the parent of the Function Version content to fetch. </param>
            <param name="pathSid"> The SID of the Function Version content to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FunctionVersionContent </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FunctionVersionContentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FunctionVersionContentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.Sid">
            <summary> The unique string that we created to identify the Function Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Function Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.ServiceSid">
            <summary> The SID of the Service that the Function Version resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.FunctionSid">
            <summary> The SID of the Function that is the parent of the Function Version. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.Content">
            <summary> The content of the Function Version resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Serverless.V1.Service.Function.FunctionVersion.FunctionVersionContentResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.DeleteFlowOptions">
            <summary> Delete a specific Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.DeleteFlowOptions.PathSid">
            <summary> The SID of the Flow resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.DeleteFlowOptions.#ctor(System.String)">
            <summary> Construct a new DeleteFlowOptions </summary>
            <param name="pathSid"> The SID of the Flow resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.DeleteFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.FetchFlowOptions">
            <summary> Retrieve a specific Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FetchFlowOptions.PathSid">
            <summary> The SID of the Flow resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FetchFlowOptions.#ctor(System.String)">
            <summary> Construct a new FetchFlowOptions </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FetchFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.ReadFlowOptions">
            <summary> Retrieve a list of all Flows. </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.ReadFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.BuildDeleteRequest(Twilio.Rest.Studio.V1.DeleteFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="options"> Delete Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.Delete(Twilio.Rest.Studio.V1.DeleteFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="options"> Delete Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.DeleteAsync(Twilio.Rest.Studio.V1.DeleteFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="options"> Delete Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.Fetch(Twilio.Rest.Studio.V1.FetchFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow. </summary>
            <param name="options"> Fetch Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.FetchAsync(Twilio.Rest.Studio.V1.FetchFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow. </summary>
            <param name="options"> Fetch Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.Read(Twilio.Rest.Studio.V1.ReadFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows. </summary>
            <param name="options"> Read Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.ReadAsync(Twilio.Rest.Studio.V1.ReadFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows. </summary>
            <param name="options"> Read Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.FlowResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.FlowResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FlowResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FlowResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.FlowResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FlowResource.Sid">
            <summary> The unique string that we created to identify the Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FlowResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FlowResource.FriendlyName">
            <summary> The string that you assigned to describe the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FlowResource.Version">
            <summary> The latest version number of the Flow's definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FlowResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FlowResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FlowResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.FlowResource.Links">
            <summary> The URLs of the Flow's nested resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions">
            <summary> Triggers a new Engagement for the Flow </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions.PathFlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions.To">
            <summary> The Contact phone number to start a Studio Flow Engagement, available as variable `{{contact.channel.address}}`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions.From">
            <summary> The Twilio phone number to send messages or initiate calls from during the Flow Engagement. Available as variable `{{flow.channel.address}}` </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions.Parameters">
            <summary> A JSON string we will add to your flow's context and that you can access as variables inside your flow. For example, if you pass in `Parameters={'name':'Zeke'}` then inside a widget you can reference the variable `{{flow.data.name}}` which will return the string 'Zeke'. Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode your JSON string. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions.#ctor(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber)">
            <summary> Construct a new CreateEngagementOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Engagement, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow Engagement. Available as variable `{{flow.channel.address}}` </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.DeleteEngagementOptions">
            <summary> Delete this Engagement and all Steps relating to it. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.DeleteEngagementOptions.PathFlowSid">
            <summary> The SID of the Flow to delete Engagements from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.DeleteEngagementOptions.PathSid">
            <summary> The SID of the Engagement resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.DeleteEngagementOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteEngagementOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow to delete Engagements from. </param>
            <param name="pathSid"> The SID of the Engagement resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.DeleteEngagementOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.FetchEngagementOptions">
            <summary> Retrieve an Engagement </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.FetchEngagementOptions.PathFlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.FetchEngagementOptions.PathSid">
            <summary> The SID of the Engagement resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.FetchEngagementOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchEngagementOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="pathSid"> The SID of the Engagement resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.FetchEngagementOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.ReadEngagementOptions">
            <summary> Retrieve a list of all Engagements for the Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ReadEngagementOptions.PathFlowSid">
            <summary> The SID of the Flow to read Engagements from. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ReadEngagementOptions.#ctor(System.String)">
            <summary> Construct a new ListEngagementOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow to read Engagements from. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ReadEngagementOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.Create(Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Engagement for the Flow </summary>
            <param name="options"> Create Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.CreateAsync(Twilio.Rest.Studio.V1.Flow.CreateEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Engagement for the Flow </summary>
            <param name="options"> Create Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.Create(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Engagement for the Flow </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Engagement, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow Engagement. Available as variable `{{flow.channel.address}}` </param>
            <param name="parameters"> A JSON string we will add to your flow's context and that you can access as variables inside your flow. For example, if you pass in `Parameters={'name':'Zeke'}` then inside a widget you can reference the variable `{{flow.data.name}}` which will return the string 'Zeke'. Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode your JSON string. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.CreateAsync(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Engagement for the Flow </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Engagement, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow Engagement. Available as variable `{{flow.channel.address}}` </param>
            <param name="parameters"> A JSON string we will add to your flow's context and that you can access as variables inside your flow. For example, if you pass in `Parameters={'name':'Zeke'}` then inside a widget you can reference the variable `{{flow.data.name}}` which will return the string 'Zeke'. Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode your JSON string. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.BuildDeleteRequest(Twilio.Rest.Studio.V1.Flow.DeleteEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete this Engagement and all Steps relating to it. </summary>
            <param name="options"> Delete Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.Delete(Twilio.Rest.Studio.V1.Flow.DeleteEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete this Engagement and all Steps relating to it. </summary>
            <param name="options"> Delete Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.DeleteAsync(Twilio.Rest.Studio.V1.Flow.DeleteEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete this Engagement and all Steps relating to it. </summary>
            <param name="options"> Delete Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete this Engagement and all Steps relating to it. </summary>
            <param name="pathFlowSid"> The SID of the Flow to delete Engagements from. </param>
            <param name="pathSid"> The SID of the Engagement resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete this Engagement and all Steps relating to it. </summary>
            <param name="pathFlowSid"> The SID of the Flow to delete Engagements from. </param>
            <param name="pathSid"> The SID of the Engagement resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.Fetch(Twilio.Rest.Studio.V1.Flow.FetchEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Engagement </summary>
            <param name="options"> Fetch Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.FetchAsync(Twilio.Rest.Studio.V1.Flow.FetchEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Engagement </summary>
            <param name="options"> Fetch Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Engagement </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="pathSid"> The SID of the Engagement resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Engagement </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="pathSid"> The SID of the Engagement resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.Read(Twilio.Rest.Studio.V1.Flow.ReadEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Engagements for the Flow. </summary>
            <param name="options"> Read Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.ReadAsync(Twilio.Rest.Studio.V1.Flow.ReadEngagementOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Engagements for the Flow. </summary>
            <param name="options"> Read Engagement parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Engagements for the Flow. </summary>
            <param name="pathFlowSid"> The SID of the Flow to read Engagements from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Engagements for the Flow. </summary>
            <param name="pathFlowSid"> The SID of the Flow to read Engagements from. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Engagement </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.Flow.EngagementResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.Flow.EngagementResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EngagementResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EngagementResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.EngagementResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.Sid">
            <summary> The unique string that we created to identify the Engagement resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Engagement resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.ContactSid">
            <summary> The SID of the Contact. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.ContactChannelAddress">
            <summary> The phone number, SIP address or Client identifier that triggered this Engagement. Phone numbers are in E.164 format (+16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.Context">
            <summary> The current state of the execution flow. As your flow executes, we save the state in a flow context. Your widgets can access the data in the flow context as variables, either in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.DateCreated">
            <summary> The date and time in GMT when the Engagement was created in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.DateUpdated">
            <summary> The date and time in GMT when the Engagement was updated in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.EngagementResource.Links">
            <summary> The URLs of the Engagement's nested resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.Engagement.FetchEngagementContextOptions">
            <summary> Retrieve the most recent context for an Engagement. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.FetchEngagementContextOptions.PathFlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.FetchEngagementContextOptions.PathEngagementSid">
            <summary> The SID of the Engagement. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.FetchEngagementContextOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchEngagementContextOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="pathEngagementSid"> The SID of the Engagement. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.FetchEngagementContextOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.Fetch(Twilio.Rest.Studio.V1.Flow.Engagement.FetchEngagementContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Engagement. </summary>
            <param name="options"> Fetch EngagementContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EngagementContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.FetchAsync(Twilio.Rest.Studio.V1.Flow.Engagement.FetchEngagementContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Engagement. </summary>
            <param name="options"> Fetch EngagementContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EngagementContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Engagement. </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="pathEngagementSid"> The SID of the Engagement. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EngagementContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Engagement. </summary>
            <param name="pathFlowSid"> The SID of the Flow. </param>
            <param name="pathEngagementSid"> The SID of the Engagement. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EngagementContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EngagementContextResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EngagementContextResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.AccountSid">
            <summary> The SID of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.Context">
            <summary> As your flow executes, we save the state in what's called the Flow Context. Any data in the flow context can be accessed by your widgets as variables, either in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.EngagementSid">
            <summary> The SID of the Engagement. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.EngagementContextResource.Url">
            <summary> The URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.Engagement.FetchStepOptions">
            <summary> Retrieve a Step. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.FetchStepOptions.PathFlowSid">
            <summary> The SID of the Flow with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.FetchStepOptions.PathEngagementSid">
            <summary> The SID of the Engagement with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.FetchStepOptions.PathSid">
            <summary> The SID of the Step resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.FetchStepOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchStepOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to fetch. </param>
            <param name="pathSid"> The SID of the Step resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.FetchStepOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.Engagement.ReadStepOptions">
            <summary> Retrieve a list of all Steps for an Engagement. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.ReadStepOptions.PathFlowSid">
            <summary> The SID of the Flow with the Step to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.ReadStepOptions.PathEngagementSid">
            <summary> The SID of the Engagement with the Step to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.ReadStepOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListStepOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to read. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to read. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.ReadStepOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Fetch(Twilio.Rest.Studio.V1.Flow.Engagement.FetchStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="options"> Fetch Step parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Step </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.FetchAsync(Twilio.Rest.Studio.V1.Flow.Engagement.FetchStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="options"> Fetch Step parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Step </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to fetch. </param>
            <param name="pathSid"> The SID of the Step resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Step </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to fetch. </param>
            <param name="pathSid"> The SID of the Step resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Step </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Read(Twilio.Rest.Studio.V1.Flow.Engagement.ReadStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Engagement. </summary>
            <param name="options"> Read Step parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Step </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.ReadAsync(Twilio.Rest.Studio.V1.Flow.Engagement.ReadStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Engagement. </summary>
            <param name="options"> Read Step parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Step </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Engagement. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to read. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Step </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Engagement. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to read. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Step </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.Flow.Engagement.StepResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.Flow.Engagement.StepResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a StepResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> StepResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Sid">
            <summary> The unique string that we created to identify the Step resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Step resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.EngagementSid">
            <summary> The SID of the Engagement. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Name">
            <summary> The event that caused the Flow to transition to the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.TransitionedFrom">
            <summary> The Widget that preceded the Widget for the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.TransitionedTo">
            <summary> The Widget that will follow the Widget for the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.StepResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.Engagement.Step.FetchStepContextOptions">
            <summary> Retrieve the context for an Engagement Step. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.FetchStepContextOptions.PathFlowSid">
            <summary> The SID of the Flow with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.FetchStepContextOptions.PathEngagementSid">
            <summary> The SID of the Engagement with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.FetchStepContextOptions.PathStepSid">
            <summary> The SID of the Step to fetch </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.Step.FetchStepContextOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchStepContextOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.Step.FetchStepContextOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.Fetch(Twilio.Rest.Studio.V1.Flow.Engagement.Step.FetchStepContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Engagement Step. </summary>
            <param name="options"> Fetch StepContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of StepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.FetchAsync(Twilio.Rest.Studio.V1.Flow.Engagement.Step.FetchStepContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Engagement Step. </summary>
            <param name="options"> Fetch StepContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of StepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Engagement Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of StepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Engagement Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathEngagementSid"> The SID of the Engagement with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of StepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a StepContextResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> StepContextResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the StepContext resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.EngagementSid">
            <summary> The SID of the Engagement. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.StepSid">
            <summary> The SID of the Step the context is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Engagement.Step.StepContextResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions">
            <summary> Triggers a new Execution for the Flow </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions.PathFlowSid">
            <summary> The SID of the Excecution's Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions.To">
            <summary> The Contact phone number to start a Studio Flow Execution, available as variable `{{contact.channel.address}}`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions.From">
            <summary> The Twilio phone number to send messages or initiate calls from during the Flow's Execution. Available as variable `{{flow.channel.address}}`. For SMS, this can also be a Messaging Service SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions.Parameters">
            <summary> JSON data that will be added to the Flow's context and that can be accessed as variables inside your Flow. For example, if you pass in `Parameters={\\\"name\\\":\\\"Zeke\\\"}`, a widget in your Flow can reference the variable `{{flow.data.name}}`, which returns \\\"Zeke\\\". Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode the JSON string. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions.#ctor(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber)">
            <summary> Construct a new CreateExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Excecution's Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Execution, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow's Execution. Available as variable `{{flow.channel.address}}`. For SMS, this can also be a Messaging Service SID. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.DeleteExecutionOptions">
            <summary> Delete the Execution and all Steps relating to it. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.DeleteExecutionOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution resources to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.DeleteExecutionOptions.PathSid">
            <summary> The SID of the Execution resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.DeleteExecutionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to delete. </param>
            <param name="pathSid"> The SID of the Execution resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.DeleteExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.FetchExecutionOptions">
            <summary> Retrieve an Execution </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.FetchExecutionOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution resource to fetch </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.FetchExecutionOptions.PathSid">
            <summary> The SID of the Execution resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.FetchExecutionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resource to fetch </param>
            <param name="pathSid"> The SID of the Execution resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.FetchExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.ReadExecutionOptions">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ReadExecutionOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ReadExecutionOptions.DateCreatedFrom">
            <summary> Only show Execution resources starting on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ReadExecutionOptions.DateCreatedTo">
            <summary> Only show Execution resources starting before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ReadExecutionOptions.#ctor(System.String)">
            <summary> Construct a new ListExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ReadExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.UpdateExecutionOptions">
            <summary> Update the status of an Execution to `ended`. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.UpdateExecutionOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.UpdateExecutionOptions.PathSid">
            <summary> The SID of the Execution resource to update. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.UpdateExecutionOptions.#ctor(System.String,System.String,Twilio.Rest.Studio.V1.Flow.ExecutionResource.StatusEnum)">
            <summary> Construct a new UpdateExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to update. </param>
            <param name="pathSid"> The SID of the Execution resource to update. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.UpdateExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Create(Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Execution for the Flow </summary>
            <param name="options"> Create Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.CreateAsync(Twilio.Rest.Studio.V1.Flow.CreateExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Execution for the Flow </summary>
            <param name="options"> Create Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Create(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Execution for the Flow </summary>
            <param name="pathFlowSid"> The SID of the Excecution's Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Execution, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow's Execution. Available as variable `{{flow.channel.address}}`. For SMS, this can also be a Messaging Service SID. </param>
            <param name="parameters"> JSON data that will be added to the Flow's context and that can be accessed as variables inside your Flow. For example, if you pass in `Parameters={\\\"name\\\":\\\"Zeke\\\"}`, a widget in your Flow can reference the variable `{{flow.data.name}}`, which returns \\\"Zeke\\\". Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode the JSON string. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.CreateAsync(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Execution for the Flow </summary>
            <param name="pathFlowSid"> The SID of the Excecution's Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Execution, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow's Execution. Available as variable `{{flow.channel.address}}`. For SMS, this can also be a Messaging Service SID. </param>
            <param name="parameters"> JSON data that will be added to the Flow's context and that can be accessed as variables inside your Flow. For example, if you pass in `Parameters={\\\"name\\\":\\\"Zeke\\\"}`, a widget in your Flow can reference the variable `{{flow.data.name}}`, which returns \\\"Zeke\\\". Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode the JSON string. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.BuildDeleteRequest(Twilio.Rest.Studio.V1.Flow.DeleteExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="options"> Delete Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Delete(Twilio.Rest.Studio.V1.Flow.DeleteExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="options"> Delete Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.DeleteAsync(Twilio.Rest.Studio.V1.Flow.DeleteExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="options"> Delete Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to delete. </param>
            <param name="pathSid"> The SID of the Execution resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to delete. </param>
            <param name="pathSid"> The SID of the Execution resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Fetch(Twilio.Rest.Studio.V1.Flow.FetchExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Execution </summary>
            <param name="options"> Fetch Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.FetchAsync(Twilio.Rest.Studio.V1.Flow.FetchExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Execution </summary>
            <param name="options"> Fetch Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Execution </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resource to fetch </param>
            <param name="pathSid"> The SID of the Execution resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Execution </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resource to fetch </param>
            <param name="pathSid"> The SID of the Execution resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Read(Twilio.Rest.Studio.V1.Flow.ReadExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
            <param name="options"> Read Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.ReadAsync(Twilio.Rest.Studio.V1.Flow.ReadExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
            <param name="options"> Read Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Read(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to read. </param>
            <param name="dateCreatedFrom"> Only show Execution resources starting on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </param>
            <param name="dateCreatedTo"> Only show Execution resources starting before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to read. </param>
            <param name="dateCreatedFrom"> Only show Execution resources starting on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </param>
            <param name="dateCreatedTo"> Only show Execution resources starting before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.Flow.ExecutionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.Flow.ExecutionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Update(Twilio.Rest.Studio.V1.Flow.UpdateExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the status of an Execution to `ended`. </summary>
            <param name="options"> Update Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.UpdateAsync(Twilio.Rest.Studio.V1.Flow.UpdateExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the status of an Execution to `ended`. </summary>
            <param name="options"> Update Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Update(System.String,System.String,Twilio.Rest.Studio.V1.Flow.ExecutionResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the status of an Execution to `ended`. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to update. </param>
            <param name="pathSid"> The SID of the Execution resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.UpdateAsync(System.String,System.String,Twilio.Rest.Studio.V1.Flow.ExecutionResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the status of an Execution to `ended`. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to update. </param>
            <param name="pathSid"> The SID of the Execution resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExecutionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExecutionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.ExecutionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Sid">
            <summary> The unique string that we created to identify the Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.ContactSid">
            <summary> The SID of the Contact. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.ContactChannelAddress">
            <summary> The phone number, SIP address or Client identifier that triggered the Execution. Phone numbers are in E.164 format (e.g. +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.ExecutionResource.Links">
            <summary> The URLs of nested resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionContextOptions">
            <summary> Retrieve the most recent context for an Execution. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionContextOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution context to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionContextOptions.PathExecutionSid">
            <summary> The SID of the Execution context to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionContextOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchExecutionContextOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution context to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution context to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionContextOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.Fetch(Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Execution. </summary>
            <param name="options"> Fetch ExecutionContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.FetchAsync(Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Execution. </summary>
            <param name="options"> Fetch ExecutionContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Execution. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution context to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution context to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Execution. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution context to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution context to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExecutionContextResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExecutionContextResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionContext resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.ExecutionSid">
            <summary> The SID of the context's Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionContextResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionStepOptions">
            <summary> Retrieve a Step. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionStepOptions.PathFlowSid">
            <summary> The SID of the Flow with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionStepOptions.PathExecutionSid">
            <summary> The SID of the Execution resource with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionStepOptions.PathSid">
            <summary> The SID of the ExecutionStep resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionStepOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchExecutionStepOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathSid"> The SID of the ExecutionStep resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionStepOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.Execution.ReadExecutionStepOptions">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ReadExecutionStepOptions.PathFlowSid">
            <summary> The SID of the Flow with the Steps to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ReadExecutionStepOptions.PathExecutionSid">
            <summary> The SID of the Execution with the Steps to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ReadExecutionStepOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListExecutionStepOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Steps to read. </param>
            <param name="pathExecutionSid"> The SID of the Execution with the Steps to read. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ReadExecutionStepOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Fetch(Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="options"> Fetch ExecutionStep parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.FetchAsync(Twilio.Rest.Studio.V1.Flow.Execution.FetchExecutionStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="options"> Fetch ExecutionStep parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathSid"> The SID of the ExecutionStep resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathSid"> The SID of the ExecutionStep resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Read(Twilio.Rest.Studio.V1.Flow.Execution.ReadExecutionStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
            <param name="options"> Read ExecutionStep parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.ReadAsync(Twilio.Rest.Studio.V1.Flow.Execution.ReadExecutionStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
            <param name="options"> Read ExecutionStep parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Steps to read. </param>
            <param name="pathExecutionSid"> The SID of the Execution with the Steps to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Steps to read. </param>
            <param name="pathExecutionSid"> The SID of the Execution with the Steps to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExecutionStepResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExecutionStepResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Sid">
            <summary> The unique string that we created to identify the ExecutionStep resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionStep resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.ExecutionSid">
            <summary> The SID of the Step's Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Name">
            <summary> The event that caused the Flow to transition to the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.TransitionedFrom">
            <summary> The Widget that preceded the Widget for the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.TransitionedTo">
            <summary> The Widget that will follow the Widget for the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStepResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions">
            <summary> Retrieve the context for an Execution Step. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.PathFlowSid">
            <summary> The SID of the Flow with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.PathExecutionSid">
            <summary> The SID of the Execution resource with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.PathStepSid">
            <summary> The SID of the Step to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchExecutionStepContextOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.Fetch(Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Execution Step. </summary>
            <param name="options"> Fetch ExecutionStepContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.FetchAsync(Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Execution Step. </summary>
            <param name="options"> Fetch ExecutionStepContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Execution Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Execution Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExecutionStepContextResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExecutionStepContextResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionStepContext resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.ExecutionSid">
            <summary> The SID of the context's Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.StepSid">
            <summary> The SID of the Step that the context is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V1.Flow.Execution.ExecutionStep.ExecutionStepContextResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V2.CreateFlowOptions">
            <summary> Create a Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.CreateFlowOptions.FriendlyName">
            <summary> The string that you assigned to describe the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.CreateFlowOptions.Definition">
            <summary> JSON representation of flow definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.CreateFlowOptions.CommitMessage">
            <summary> Description of change made in the revision. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.CreateFlowOptions.#ctor(System.String,Twilio.Rest.Studio.V2.FlowResource.StatusEnum,System.Object)">
            <summary> Construct a new CreateFlowOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the Flow. </param>
            <param name="status">  </param>
            <param name="definition"> JSON representation of flow definition. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.CreateFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.DeleteFlowOptions">
            <summary> Delete a specific Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.DeleteFlowOptions.PathSid">
            <summary> The SID of the Flow resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.DeleteFlowOptions.#ctor(System.String)">
            <summary> Construct a new DeleteFlowOptions </summary>
            <param name="pathSid"> The SID of the Flow resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.DeleteFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.FetchFlowOptions">
            <summary> Retrieve a specific Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FetchFlowOptions.PathSid">
            <summary> The SID of the Flow resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FetchFlowOptions.#ctor(System.String)">
            <summary> Construct a new FetchFlowOptions </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FetchFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.ReadFlowOptions">
            <summary> Retrieve a list of all Flows. </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.ReadFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.UpdateFlowOptions">
            <summary> Update a Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.UpdateFlowOptions.PathSid">
            <summary> The SID of the Flow resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.UpdateFlowOptions.FriendlyName">
            <summary> The string that you assigned to describe the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.UpdateFlowOptions.Definition">
            <summary> JSON representation of flow definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.UpdateFlowOptions.CommitMessage">
            <summary> Description of change made in the revision. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.UpdateFlowOptions.#ctor(System.String,Twilio.Rest.Studio.V2.FlowResource.StatusEnum)">
            <summary> Construct a new UpdateFlowOptions </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.UpdateFlowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Create(Twilio.Rest.Studio.V2.CreateFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Flow. </summary>
            <param name="options"> Create Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.CreateAsync(Twilio.Rest.Studio.V2.CreateFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Flow. </summary>
            <param name="options"> Create Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Create(System.String,Twilio.Rest.Studio.V2.FlowResource.StatusEnum,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Flow. </summary>
            <param name="friendlyName"> The string that you assigned to describe the Flow. </param>
            <param name="status">  </param>
            <param name="definition"> JSON representation of flow definition. </param>
            <param name="commitMessage"> Description of change made in the revision. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.CreateAsync(System.String,Twilio.Rest.Studio.V2.FlowResource.StatusEnum,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Flow. </summary>
            <param name="friendlyName"> The string that you assigned to describe the Flow. </param>
            <param name="status">  </param>
            <param name="definition"> JSON representation of flow definition. </param>
            <param name="commitMessage"> Description of change made in the revision. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.BuildDeleteRequest(Twilio.Rest.Studio.V2.DeleteFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="options"> Delete Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Delete(Twilio.Rest.Studio.V2.DeleteFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="options"> Delete Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.DeleteAsync(Twilio.Rest.Studio.V2.DeleteFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="options"> Delete Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Fetch(Twilio.Rest.Studio.V2.FetchFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow. </summary>
            <param name="options"> Fetch Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.FetchAsync(Twilio.Rest.Studio.V2.FetchFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow. </summary>
            <param name="options"> Fetch Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Read(Twilio.Rest.Studio.V2.ReadFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows. </summary>
            <param name="options"> Read Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.ReadAsync(Twilio.Rest.Studio.V2.ReadFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows. </summary>
            <param name="options"> Read Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V2.FlowResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V2.FlowResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Update(Twilio.Rest.Studio.V2.UpdateFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Flow. </summary>
            <param name="options"> Update Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.UpdateAsync(Twilio.Rest.Studio.V2.UpdateFlowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Flow. </summary>
            <param name="options"> Update Flow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.Update(System.String,Twilio.Rest.Studio.V2.FlowResource.StatusEnum,System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="status">  </param>
            <param name="friendlyName"> The string that you assigned to describe the Flow. </param>
            <param name="definition"> JSON representation of flow definition. </param>
            <param name="commitMessage"> Description of change made in the revision. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.UpdateAsync(System.String,Twilio.Rest.Studio.V2.FlowResource.StatusEnum,System.String,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Flow. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="status">  </param>
            <param name="friendlyName"> The string that you assigned to describe the Flow. </param>
            <param name="definition"> JSON representation of flow definition. </param>
            <param name="commitMessage"> Description of change made in the revision. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Flow </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FlowResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FlowResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.Sid">
            <summary> The unique string that we created to identify the Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.FriendlyName">
            <summary> The string that you assigned to describe the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.Definition">
            <summary> JSON representation of flow definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.Revision">
            <summary> The latest revision number of the Flow's definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.CommitMessage">
            <summary> Description of change made in the revision. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.Valid">
            <summary> Boolean if the flow definition is valid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.Errors">
            <summary> List of error in the flow definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.Warnings">
            <summary> List of warnings in the flow definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.WebhookUrl">
            <summary> The webhook_url </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowResource.Links">
            <summary> The URLs of the Flow's nested resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V2.UpdateFlowValidateOptions">
            <summary> Validate flow JSON definition </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.UpdateFlowValidateOptions.FriendlyName">
            <summary> The string that you assigned to describe the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.UpdateFlowValidateOptions.Definition">
            <summary> JSON representation of flow definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.UpdateFlowValidateOptions.CommitMessage">
            <summary> Description of change made in the revision. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.UpdateFlowValidateOptions.#ctor(System.String,Twilio.Rest.Studio.V2.FlowValidateResource.StatusEnum,System.Object)">
            <summary> Construct a new UpdateFlowValidateOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the Flow. </param>
            <param name="status">  </param>
            <param name="definition"> JSON representation of flow definition. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.UpdateFlowValidateOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowValidateResource.Update(Twilio.Rest.Studio.V2.UpdateFlowValidateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Validate flow JSON definition </summary>
            <param name="options"> Update FlowValidate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowValidate </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowValidateResource.UpdateAsync(Twilio.Rest.Studio.V2.UpdateFlowValidateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Validate flow JSON definition </summary>
            <param name="options"> Update FlowValidate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowValidate </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowValidateResource.Update(System.String,Twilio.Rest.Studio.V2.FlowValidateResource.StatusEnum,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Validate flow JSON definition </summary>
            <param name="friendlyName"> The string that you assigned to describe the Flow. </param>
            <param name="status">  </param>
            <param name="definition"> JSON representation of flow definition. </param>
            <param name="commitMessage"> Description of change made in the revision. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowValidate </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowValidateResource.UpdateAsync(System.String,Twilio.Rest.Studio.V2.FlowValidateResource.StatusEnum,System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Validate flow JSON definition </summary>
            <param name="friendlyName"> The string that you assigned to describe the Flow. </param>
            <param name="status">  </param>
            <param name="definition"> JSON representation of flow definition. </param>
            <param name="commitMessage"> Description of change made in the revision. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowValidate </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowValidateResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FlowValidateResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FlowValidateResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.FlowValidateResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.FlowValidateResource.Valid">
            <summary> Boolean if the flow definition is valid. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions">
            <summary> Triggers a new Execution for the Flow </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions.PathFlowSid">
            <summary> The SID of the Excecution's Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions.To">
            <summary> The Contact phone number to start a Studio Flow Execution, available as variable `{{contact.channel.address}}`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions.From">
            <summary> The Twilio phone number to send messages or initiate calls from during the Flow's Execution. Available as variable `{{flow.channel.address}}`. For SMS, this can also be a Messaging Service SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions.Parameters">
            <summary> JSON data that will be added to the Flow's context and that can be accessed as variables inside your Flow. For example, if you pass in `Parameters={\\\"name\\\":\\\"Zeke\\\"}`, a widget in your Flow can reference the variable `{{flow.data.name}}`, which returns \\\"Zeke\\\". Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode the JSON string. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions.#ctor(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber)">
            <summary> Construct a new CreateExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Excecution's Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Execution, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow's Execution. Available as variable `{{flow.channel.address}}`. For SMS, this can also be a Messaging Service SID. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.DeleteExecutionOptions">
            <summary> Delete the Execution and all Steps relating to it. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.DeleteExecutionOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution resources to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.DeleteExecutionOptions.PathSid">
            <summary> The SID of the Execution resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.DeleteExecutionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to delete. </param>
            <param name="pathSid"> The SID of the Execution resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.DeleteExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.FetchExecutionOptions">
            <summary> Retrieve an Execution </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FetchExecutionOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution resource to fetch </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FetchExecutionOptions.PathSid">
            <summary> The SID of the Execution resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FetchExecutionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resource to fetch </param>
            <param name="pathSid"> The SID of the Execution resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FetchExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.ReadExecutionOptions">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ReadExecutionOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ReadExecutionOptions.DateCreatedFrom">
            <summary> Only show Execution resources starting on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ReadExecutionOptions.DateCreatedTo">
            <summary> Only show Execution resources starting before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ReadExecutionOptions.#ctor(System.String)">
            <summary> Construct a new ListExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ReadExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.UpdateExecutionOptions">
            <summary> Update the status of an Execution to `ended`. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.UpdateExecutionOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.UpdateExecutionOptions.PathSid">
            <summary> The SID of the Execution resource to update. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.UpdateExecutionOptions.#ctor(System.String,System.String,Twilio.Rest.Studio.V2.Flow.ExecutionResource.StatusEnum)">
            <summary> Construct a new UpdateExecutionOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to update. </param>
            <param name="pathSid"> The SID of the Execution resource to update. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.UpdateExecutionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Create(Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Execution for the Flow </summary>
            <param name="options"> Create Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.CreateAsync(Twilio.Rest.Studio.V2.Flow.CreateExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Execution for the Flow </summary>
            <param name="options"> Create Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Create(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Execution for the Flow </summary>
            <param name="pathFlowSid"> The SID of the Excecution's Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Execution, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow's Execution. Available as variable `{{flow.channel.address}}`. For SMS, this can also be a Messaging Service SID. </param>
            <param name="parameters"> JSON data that will be added to the Flow's context and that can be accessed as variables inside your Flow. For example, if you pass in `Parameters={\\\"name\\\":\\\"Zeke\\\"}`, a widget in your Flow can reference the variable `{{flow.data.name}}`, which returns \\\"Zeke\\\". Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode the JSON string. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.CreateAsync(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Triggers a new Execution for the Flow </summary>
            <param name="pathFlowSid"> The SID of the Excecution's Flow. </param>
            <param name="to"> The Contact phone number to start a Studio Flow Execution, available as variable `{{contact.channel.address}}`. </param>
            <param name="from"> The Twilio phone number to send messages or initiate calls from during the Flow's Execution. Available as variable `{{flow.channel.address}}`. For SMS, this can also be a Messaging Service SID. </param>
            <param name="parameters"> JSON data that will be added to the Flow's context and that can be accessed as variables inside your Flow. For example, if you pass in `Parameters={\\\"name\\\":\\\"Zeke\\\"}`, a widget in your Flow can reference the variable `{{flow.data.name}}`, which returns \\\"Zeke\\\". Note: the JSON value must explicitly be passed as a string, not as a hash object. Depending on your particular HTTP library, you may need to add quotes or URL encode the JSON string. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.BuildDeleteRequest(Twilio.Rest.Studio.V2.Flow.DeleteExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="options"> Delete Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Delete(Twilio.Rest.Studio.V2.Flow.DeleteExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="options"> Delete Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.DeleteAsync(Twilio.Rest.Studio.V2.Flow.DeleteExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="options"> Delete Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to delete. </param>
            <param name="pathSid"> The SID of the Execution resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete the Execution and all Steps relating to it. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to delete. </param>
            <param name="pathSid"> The SID of the Execution resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Fetch(Twilio.Rest.Studio.V2.Flow.FetchExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Execution </summary>
            <param name="options"> Fetch Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.FetchAsync(Twilio.Rest.Studio.V2.Flow.FetchExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Execution </summary>
            <param name="options"> Fetch Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Execution </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resource to fetch </param>
            <param name="pathSid"> The SID of the Execution resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve an Execution </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resource to fetch </param>
            <param name="pathSid"> The SID of the Execution resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Read(Twilio.Rest.Studio.V2.Flow.ReadExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
            <param name="options"> Read Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.ReadAsync(Twilio.Rest.Studio.V2.Flow.ReadExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
            <param name="options"> Read Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Read(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to read. </param>
            <param name="dateCreatedFrom"> Only show Execution resources starting on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </param>
            <param name="dateCreatedTo"> Only show Execution resources starting before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Executions for the Flow. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to read. </param>
            <param name="dateCreatedFrom"> Only show Execution resources starting on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </param>
            <param name="dateCreatedTo"> Only show Execution resources starting before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time, given as `YYYY-MM-DDThh:mm:ss-hh:mm`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V2.Flow.ExecutionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V2.Flow.ExecutionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Update(Twilio.Rest.Studio.V2.Flow.UpdateExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the status of an Execution to `ended`. </summary>
            <param name="options"> Update Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.UpdateAsync(Twilio.Rest.Studio.V2.Flow.UpdateExecutionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the status of an Execution to `ended`. </summary>
            <param name="options"> Update Execution parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Update(System.String,System.String,Twilio.Rest.Studio.V2.Flow.ExecutionResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the status of an Execution to `ended`. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to update. </param>
            <param name="pathSid"> The SID of the Execution resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.UpdateAsync(System.String,System.String,Twilio.Rest.Studio.V2.Flow.ExecutionResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the status of an Execution to `ended`. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution resources to update. </param>
            <param name="pathSid"> The SID of the Execution resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Execution </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExecutionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExecutionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ExecutionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Sid">
            <summary> The unique string that we created to identify the Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.ContactChannelAddress">
            <summary> The phone number, SIP address or Client identifier that triggered the Execution. Phone numbers are in E.164 format (e.g. +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ExecutionResource.Links">
            <summary> The URLs of nested resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionContextOptions">
            <summary> Retrieve the most recent context for an Execution. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionContextOptions.PathFlowSid">
            <summary> The SID of the Flow with the Execution context to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionContextOptions.PathExecutionSid">
            <summary> The SID of the Execution context to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionContextOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchExecutionContextOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution context to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution context to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionContextOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.Fetch(Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Execution. </summary>
            <param name="options"> Fetch ExecutionContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.FetchAsync(Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Execution. </summary>
            <param name="options"> Fetch ExecutionContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Execution. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution context to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution context to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the most recent context for an Execution. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Execution context to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution context to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExecutionContextResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExecutionContextResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionContext resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.ExecutionSid">
            <summary> The SID of the context's Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionContextResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionStepOptions">
            <summary> Retrieve a Step. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionStepOptions.PathFlowSid">
            <summary> The SID of the Flow with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionStepOptions.PathExecutionSid">
            <summary> The SID of the Execution resource with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionStepOptions.PathSid">
            <summary> The SID of the ExecutionStep resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionStepOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchExecutionStepOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathSid"> The SID of the ExecutionStep resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionStepOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.Execution.ReadExecutionStepOptions">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ReadExecutionStepOptions.PathFlowSid">
            <summary> The SID of the Flow with the Steps to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ReadExecutionStepOptions.PathExecutionSid">
            <summary> The SID of the Execution with the Steps to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ReadExecutionStepOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListExecutionStepOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Steps to read. </param>
            <param name="pathExecutionSid"> The SID of the Execution with the Steps to read. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ReadExecutionStepOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Fetch(Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="options"> Fetch ExecutionStep parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.FetchAsync(Twilio.Rest.Studio.V2.Flow.Execution.FetchExecutionStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="options"> Fetch ExecutionStep parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathSid"> The SID of the ExecutionStep resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathSid"> The SID of the ExecutionStep resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Read(Twilio.Rest.Studio.V2.Flow.Execution.ReadExecutionStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
            <param name="options"> Read ExecutionStep parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.ReadAsync(Twilio.Rest.Studio.V2.Flow.Execution.ReadExecutionStepOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
            <param name="options"> Read ExecutionStep parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Steps to read. </param>
            <param name="pathExecutionSid"> The SID of the Execution with the Steps to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Steps for an Execution. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Steps to read. </param>
            <param name="pathExecutionSid"> The SID of the Execution with the Steps to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStep </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExecutionStepResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExecutionStepResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Sid">
            <summary> The unique string that we created to identify the ExecutionStep resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionStep resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.ExecutionSid">
            <summary> The SID of the Step's Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Name">
            <summary> The event that caused the Flow to transition to the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.TransitionedFrom">
            <summary> The Widget that preceded the Widget for the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.TransitionedTo">
            <summary> The Widget that will follow the Widget for the Step. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStepResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions">
            <summary> Retrieve the context for an Execution Step. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.PathFlowSid">
            <summary> The SID of the Flow with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.PathExecutionSid">
            <summary> The SID of the Execution resource with the Step to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.PathStepSid">
            <summary> The SID of the Step to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchExecutionStepContextOptions </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.Fetch(Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Execution Step. </summary>
            <param name="options"> Fetch ExecutionStepContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.FetchAsync(Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.FetchExecutionStepContextOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Execution Step. </summary>
            <param name="options"> Fetch ExecutionStepContext parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Execution Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ExecutionStepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve the context for an Execution Step. </summary>
            <param name="pathFlowSid"> The SID of the Flow with the Step to fetch. </param>
            <param name="pathExecutionSid"> The SID of the Execution resource with the Step to fetch. </param>
            <param name="pathStepSid"> The SID of the Step to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ExecutionStepContext </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ExecutionStepContextResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ExecutionStepContextResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ExecutionStepContext resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.Context">
            <summary> The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.ExecutionSid">
            <summary> The SID of the context's Execution resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.FlowSid">
            <summary> The SID of the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.StepSid">
            <summary> The SID of the Step that the context is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.Execution.ExecutionStep.ExecutionStepContextResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.FetchFlowRevisionOptions">
            <summary> Retrieve a specific Flow revision. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FetchFlowRevisionOptions.PathSid">
            <summary> The SID of the Flow resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FetchFlowRevisionOptions.PathRevision">
            <summary> Specific Revision number or can be `LatestPublished` and `LatestRevision`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FetchFlowRevisionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchFlowRevisionOptions </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="pathRevision"> Specific Revision number or can be `LatestPublished` and `LatestRevision`. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FetchFlowRevisionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.ReadFlowRevisionOptions">
            <summary> Retrieve a list of all Flows revisions. </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.ReadFlowRevisionOptions.PathSid">
            <summary> The SID of the Flow resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ReadFlowRevisionOptions.#ctor(System.String)">
            <summary> Construct a new ListFlowRevisionOptions </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.ReadFlowRevisionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Fetch(Twilio.Rest.Studio.V2.Flow.FetchFlowRevisionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow revision. </summary>
            <param name="options"> Fetch FlowRevision parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowRevision </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.FetchAsync(Twilio.Rest.Studio.V2.Flow.FetchFlowRevisionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow revision. </summary>
            <param name="options"> Fetch FlowRevision parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowRevision </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow revision. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="pathRevision"> Specific Revision number or can be `LatestPublished` and `LatestRevision`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowRevision </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a specific Flow revision. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="pathRevision"> Specific Revision number or can be `LatestPublished` and `LatestRevision`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowRevision </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Read(Twilio.Rest.Studio.V2.Flow.ReadFlowRevisionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows revisions. </summary>
            <param name="options"> Read FlowRevision parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowRevision </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.ReadAsync(Twilio.Rest.Studio.V2.Flow.ReadFlowRevisionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows revisions. </summary>
            <param name="options"> Read FlowRevision parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowRevision </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows revisions. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowRevision </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Flows revisions. </summary>
            <param name="pathSid"> The SID of the Flow resource to fetch. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowRevision </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Studio.V2.Flow.FlowRevisionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Studio.V2.Flow.FlowRevisionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FlowRevisionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FlowRevisionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Sid">
            <summary> The unique string that we created to identify the Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.FriendlyName">
            <summary> The string that you assigned to describe the Flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Definition">
            <summary> JSON representation of flow definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Revision">
            <summary> The latest revision number of the Flow's definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.CommitMessage">
            <summary> Description of change made in the revision. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Valid">
            <summary> Boolean if the flow definition is valid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Errors">
            <summary> List of error in the flow definition. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowRevisionResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.FetchFlowTestUserOptions">
            <summary> Fetch flow test users </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FetchFlowTestUserOptions.PathSid">
            <summary> Unique identifier of the flow. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FetchFlowTestUserOptions.#ctor(System.String)">
            <summary> Construct a new FetchTestUserOptions </summary>
            <param name="pathSid"> Unique identifier of the flow. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FetchFlowTestUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Studio.V2.Flow.UpdateFlowTestUserOptions">
            <summary> Update flow test users </summary>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.UpdateFlowTestUserOptions.PathSid">
            <summary> Unique identifier of the flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.UpdateFlowTestUserOptions.TestUsers">
            <summary> List of test user identities that can test draft versions of the flow. </summary> 
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.UpdateFlowTestUserOptions.#ctor(System.String,System.Collections.Generic.List{System.String})">
            <summary> Construct a new UpdateTestUserOptions </summary>
            <param name="pathSid"> Unique identifier of the flow. </param>
            <param name="testUsers"> List of test user identities that can test draft versions of the flow. </param>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.UpdateFlowTestUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.Fetch(Twilio.Rest.Studio.V2.Flow.FetchFlowTestUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch flow test users </summary>
            <param name="options"> Fetch FlowTestUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowTestUser </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.FetchAsync(Twilio.Rest.Studio.V2.Flow.FetchFlowTestUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch flow test users </summary>
            <param name="options"> Fetch FlowTestUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowTestUser </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch flow test users </summary>
            <param name="pathSid"> Unique identifier of the flow. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowTestUser </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch flow test users </summary>
            <param name="pathSid"> Unique identifier of the flow. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowTestUser </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.Update(Twilio.Rest.Studio.V2.Flow.UpdateFlowTestUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update flow test users </summary>
            <param name="options"> Update FlowTestUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowTestUser </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.UpdateAsync(Twilio.Rest.Studio.V2.Flow.UpdateFlowTestUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update flow test users </summary>
            <param name="options"> Update FlowTestUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowTestUser </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.Update(System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Update flow test users </summary>
            <param name="pathSid"> Unique identifier of the flow. </param>
            <param name="testUsers"> List of test user identities that can test draft versions of the flow. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of FlowTestUser </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.UpdateAsync(System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Update flow test users </summary>
            <param name="pathSid"> Unique identifier of the flow. </param>
            <param name="testUsers"> List of test user identities that can test draft versions of the flow. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of FlowTestUser </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FlowTestUserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FlowTestUserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.Sid">
            <summary> Unique identifier of the flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.TestUsers">
            <summary> List of test user identities that can test draft versions of the flow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Studio.V2.Flow.FlowTestUserResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.CreateEsimProfileOptions">
            <summary> Order an eSIM Profile. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateEsimProfileOptions.CallbackUrl">
            <summary> The URL we should call using the `callback_method` when the status of the eSIM Profile changes. At this stage of the eSIM Profile pilot, the a request to the URL will only be called when the ESimProfile resource changes from `reserving` to `available`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateEsimProfileOptions.CallbackMethod">
            <summary> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateEsimProfileOptions.GenerateMatchingId">
            <summary> When set to `true`, a value for `Eid` does not need to be provided. Instead, when the eSIM profile is reserved, a matching ID will be generated and returned via the `matching_id` property. This identifies the specific eSIM profile that can be used by any capable device to claim and download the profile. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateEsimProfileOptions.Eid">
            <summary> Identifier of the eUICC that will claim the eSIM Profile. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateEsimProfileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.FetchEsimProfileOptions">
            <summary> Fetch an eSIM Profile. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FetchEsimProfileOptions.PathSid">
            <summary> The SID of the eSIM Profile resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchEsimProfileOptions.#ctor(System.String)">
            <summary> Construct a new FetchEsimProfileOptions </summary>
            <param name="pathSid"> The SID of the eSIM Profile resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchEsimProfileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadEsimProfileOptions">
            <summary> Retrieve a list of eSIM Profiles. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadEsimProfileOptions.Eid">
            <summary> List the eSIM Profiles that have been associated with an EId. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadEsimProfileOptions.SimSid">
            <summary> Find the eSIM Profile resource related to a [Sim](https://www.twilio.com/docs/iot/supersim/api/sim-resource) resource by providing the SIM SID. Will always return an array with either 1 or 0 records. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadEsimProfileOptions.Status">
            <summary> List the eSIM Profiles that are in a given status. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadEsimProfileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.Create(Twilio.Rest.Supersim.V1.CreateEsimProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Order an eSIM Profile. </summary>
            <param name="options"> Create EsimProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.CreateAsync(Twilio.Rest.Supersim.V1.CreateEsimProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Order an eSIM Profile. </summary>
            <param name="options"> Create EsimProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.Create(System.String,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Order an eSIM Profile. </summary>
            <param name="callbackUrl"> The URL we should call using the `callback_method` when the status of the eSIM Profile changes. At this stage of the eSIM Profile pilot, the a request to the URL will only be called when the ESimProfile resource changes from `reserving` to `available`. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </param>
            <param name="generateMatchingId"> When set to `true`, a value for `Eid` does not need to be provided. Instead, when the eSIM profile is reserved, a matching ID will be generated and returned via the `matching_id` property. This identifies the specific eSIM profile that can be used by any capable device to claim and download the profile. </param>
            <param name="eid"> Identifier of the eUICC that will claim the eSIM Profile. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.CreateAsync(System.String,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Order an eSIM Profile. </summary>
            <param name="callbackUrl"> The URL we should call using the `callback_method` when the status of the eSIM Profile changes. At this stage of the eSIM Profile pilot, the a request to the URL will only be called when the ESimProfile resource changes from `reserving` to `available`. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </param>
            <param name="generateMatchingId"> When set to `true`, a value for `Eid` does not need to be provided. Instead, when the eSIM profile is reserved, a matching ID will be generated and returned via the `matching_id` property. This identifies the specific eSIM profile that can be used by any capable device to claim and download the profile. </param>
            <param name="eid"> Identifier of the eUICC that will claim the eSIM Profile. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.Fetch(Twilio.Rest.Supersim.V1.FetchEsimProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an eSIM Profile. </summary>
            <param name="options"> Fetch EsimProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.FetchAsync(Twilio.Rest.Supersim.V1.FetchEsimProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an eSIM Profile. </summary>
            <param name="options"> Fetch EsimProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an eSIM Profile. </summary>
            <param name="pathSid"> The SID of the eSIM Profile resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an eSIM Profile. </summary>
            <param name="pathSid"> The SID of the eSIM Profile resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.Read(Twilio.Rest.Supersim.V1.ReadEsimProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of eSIM Profiles. </summary>
            <param name="options"> Read EsimProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadEsimProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of eSIM Profiles. </summary>
            <param name="options"> Read EsimProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.Read(System.String,System.String,Twilio.Rest.Supersim.V1.EsimProfileResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of eSIM Profiles. </summary>
            <param name="eid"> List the eSIM Profiles that have been associated with an EId. </param>
            <param name="simSid"> Find the eSIM Profile resource related to a [Sim](https://www.twilio.com/docs/iot/supersim/api/sim-resource) resource by providing the SIM SID. Will always return an array with either 1 or 0 records. </param>
            <param name="status"> List the eSIM Profiles that are in a given status. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.ReadAsync(System.String,System.String,Twilio.Rest.Supersim.V1.EsimProfileResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of eSIM Profiles. </summary>
            <param name="eid"> List the eSIM Profiles that have been associated with an EId. </param>
            <param name="simSid"> Find the eSIM Profile resource related to a [Sim](https://www.twilio.com/docs/iot/supersim/api/sim-resource) resource by providing the SIM SID. Will always return an array with either 1 or 0 records. </param>
            <param name="status"> List the eSIM Profiles that are in a given status. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EsimProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.EsimProfileResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.EsimProfileResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EsimProfileResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EsimProfileResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.EsimProfileResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.Sid">
            <summary> The unique string that we created to identify the eSIM Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) to which the eSIM Profile resource belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.Iccid">
            <summary> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) associated with the Sim resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.SimSid">
            <summary> The SID of the [Sim](https://www.twilio.com/docs/iot/supersim/api/sim-resource) resource that this eSIM Profile controls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.Eid">
            <summary> Identifier of the eUICC that can claim the eSIM Profile. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.SmdpPlusAddress">
            <summary> Address of the SM-DP+ server from which the Profile will be downloaded. The URL will appear once the eSIM Profile reaches the status `available`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.MatchingId">
            <summary> Unique identifier of the eSIM profile that can be used to identify and download the eSIM profile from the SM-DP+ server. Populated if `generate_matching_id` is set to `true` when creating the eSIM profile reservation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.ActivationCode">
            <summary> Combined machine-readable activation code for acquiring an eSIM Profile with the Activation Code download method. Can be used in a QR code to download an eSIM profile. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.ErrorCode">
            <summary> Code indicating the failure if the download of the SIM Profile failed and the eSIM Profile is in `failed` state. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.ErrorMessage">
            <summary> Error message describing the failure if the download of the SIM Profile failed and the eSIM Profile is in `failed` state. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.EsimProfileResource.Url">
            <summary> The absolute URL of the eSIM Profile resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.CreateFleetOptions">
            <summary> Create a Fleet </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.NetworkAccessProfile">
            <summary> The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.DataEnabled">
            <summary> Defines whether SIMs in the Fleet are capable of using 2G/3G/4G/LTE/CAT-M data connectivity. Defaults to `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.DataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 1GB (1,000). </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.IpCommandsUrl">
            <summary> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.IpCommandsMethod">
            <summary> A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.SmsCommandsEnabled">
            <summary> Defines whether SIMs in the Fleet are capable of sending and receiving machine-to-machine SMS via Commands. Defaults to `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.SmsCommandsUrl">
            <summary> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateFleetOptions.SmsCommandsMethod">
            <summary> A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateFleetOptions.#ctor(System.String)">
            <summary> Construct a new CreateFleetOptions </summary>
            <param name="networkAccessProfile"> The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateFleetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.FetchFleetOptions">
            <summary> Fetch a Fleet instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FetchFleetOptions.PathSid">
            <summary> The SID of the Fleet resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchFleetOptions.#ctor(System.String)">
            <summary> Construct a new FetchFleetOptions </summary>
            <param name="pathSid"> The SID of the Fleet resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchFleetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadFleetOptions">
            <summary> Retrieve a list of Fleets from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadFleetOptions.NetworkAccessProfile">
            <summary> The SID or unique name of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadFleetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.UpdateFleetOptions">
            <summary> Updates the given properties of a Super SIM Fleet instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateFleetOptions.PathSid">
            <summary> The SID of the Fleet resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateFleetOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateFleetOptions.NetworkAccessProfile">
            <summary> The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateFleetOptions.IpCommandsUrl">
            <summary> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateFleetOptions.IpCommandsMethod">
            <summary> A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateFleetOptions.SmsCommandsUrl">
            <summary> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateFleetOptions.SmsCommandsMethod">
            <summary> A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateFleetOptions.DataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 1GB (1,000). </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UpdateFleetOptions.#ctor(System.String)">
            <summary> Construct a new UpdateFleetOptions </summary>
            <param name="pathSid"> The SID of the Fleet resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UpdateFleetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.Create(Twilio.Rest.Supersim.V1.CreateFleetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Fleet </summary>
            <param name="options"> Create Fleet parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.CreateAsync(Twilio.Rest.Supersim.V1.CreateFleetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Fleet </summary>
            <param name="options"> Create Fleet parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.Create(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Fleet </summary>
            <param name="networkAccessProfile"> The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="dataEnabled"> Defines whether SIMs in the Fleet are capable of using 2G/3G/4G/LTE/CAT-M data connectivity. Defaults to `true`. </param>
            <param name="dataLimit"> The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 1GB (1,000). </param>
            <param name="ipCommandsUrl"> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </param>
            <param name="ipCommandsMethod"> A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </param>
            <param name="smsCommandsEnabled"> Defines whether SIMs in the Fleet are capable of sending and receiving machine-to-machine SMS via Commands. Defaults to `true`. </param>
            <param name="smsCommandsUrl"> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </param>
            <param name="smsCommandsMethod"> A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.CreateAsync(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a Fleet </summary>
            <param name="networkAccessProfile"> The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="dataEnabled"> Defines whether SIMs in the Fleet are capable of using 2G/3G/4G/LTE/CAT-M data connectivity. Defaults to `true`. </param>
            <param name="dataLimit"> The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 1GB (1,000). </param>
            <param name="ipCommandsUrl"> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </param>
            <param name="ipCommandsMethod"> A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </param>
            <param name="smsCommandsEnabled"> Defines whether SIMs in the Fleet are capable of sending and receiving machine-to-machine SMS via Commands. Defaults to `true`. </param>
            <param name="smsCommandsUrl"> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </param>
            <param name="smsCommandsMethod"> A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.Fetch(Twilio.Rest.Supersim.V1.FetchFleetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Fleet instance from your account. </summary>
            <param name="options"> Fetch Fleet parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.FetchAsync(Twilio.Rest.Supersim.V1.FetchFleetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Fleet instance from your account. </summary>
            <param name="options"> Fetch Fleet parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Fleet instance from your account. </summary>
            <param name="pathSid"> The SID of the Fleet resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Fleet instance from your account. </summary>
            <param name="pathSid"> The SID of the Fleet resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.Read(Twilio.Rest.Supersim.V1.ReadFleetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Fleets from your account. </summary>
            <param name="options"> Read Fleet parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadFleetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Fleets from your account. </summary>
            <param name="options"> Read Fleet parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Fleets from your account. </summary>
            <param name="networkAccessProfile"> The SID or unique name of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Fleets from your account. </summary>
            <param name="networkAccessProfile"> The SID or unique name of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.FleetResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.FleetResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.Update(Twilio.Rest.Supersim.V1.UpdateFleetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Super SIM Fleet instance from your account. </summary>
            <param name="options"> Update Fleet parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.UpdateAsync(Twilio.Rest.Supersim.V1.UpdateFleetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Super SIM Fleet instance from your account. </summary>
            <param name="options"> Update Fleet parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.Update(System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Super SIM Fleet instance from your account. </summary>
            <param name="pathSid"> The SID of the Fleet resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="networkAccessProfile"> The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to. </param>
            <param name="ipCommandsUrl"> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </param>
            <param name="ipCommandsMethod"> A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </param>
            <param name="smsCommandsUrl"> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </param>
            <param name="smsCommandsMethod"> A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </param>
            <param name="dataLimit"> The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 1GB (1,000). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.UpdateAsync(System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Super SIM Fleet instance from your account. </summary>
            <param name="pathSid"> The SID of the Fleet resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="networkAccessProfile"> The SID or unique name of the Network Access Profile that will control which cellular networks the Fleet's SIMs can connect to. </param>
            <param name="ipCommandsUrl"> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </param>
            <param name="ipCommandsMethod"> A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </param>
            <param name="smsCommandsUrl"> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </param>
            <param name="smsCommandsMethod"> A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </param>
            <param name="dataLimit"> The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 1GB (1,000). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Fleet </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FleetResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FleetResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FleetResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Fleet resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.Sid">
            <summary> The unique string that we created to identify the Fleet resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.Url">
            <summary> The absolute URL of the Fleet resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.DataEnabled">
            <summary> Defines whether SIMs in the Fleet are capable of using 2G/3G/4G/LTE/CAT-M data connectivity. Defaults to `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.DataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that each Super SIM assigned to the Fleet can consume during a billing period (normally one month). Value must be between 1MB (1) and 2TB (2,000,000). Defaults to 250MB. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.SmsCommandsEnabled">
            <summary> Defines whether SIMs in the Fleet are capable of sending and receiving machine-to-machine SMS via Commands. Defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.SmsCommandsUrl">
            <summary> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an SMS from your device to the SMS Commands number. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.SmsCommandsMethod">
            <summary> A string representing the HTTP method to use when making a request to `sms_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.NetworkAccessProfileSid">
            <summary> The SID of the Network Access Profile that controls which cellular networks the Fleet's SIMs can connect to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.IpCommandsUrl">
            <summary> The URL that will receive a webhook when a Super SIM in the Fleet is used to send an IP Command from your device to a special IP address. Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FleetResource.IpCommandsMethod">
            <summary> A string representing the HTTP method to use when making a request to `ip_commands_url`. Can be one of `POST` or `GET`. Defaults to `POST`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.CreateIpCommandOptions">
            <summary> Send an IP Command to a Super SIM. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateIpCommandOptions.Sim">
            <summary> The `sid` or `unique_name` of the [Super SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the IP Command to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateIpCommandOptions.Payload">
            <summary> The data that will be sent to the device. The payload cannot exceed 1300 bytes. If the PayloadType is set to text, the payload is encoded in UTF-8. If PayloadType is set to binary, the payload is encoded in Base64. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateIpCommandOptions.DevicePort">
            <summary> The device port to which the IP Command will be sent. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateIpCommandOptions.CallbackUrl">
            <summary> The URL we should call using the `callback_method` after we have sent the IP Command. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateIpCommandOptions.CallbackMethod">
            <summary> The HTTP method we should use to call `callback_url`. Can be `GET` or `POST`, and the default is `POST`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateIpCommandOptions.#ctor(System.String,System.String,System.Nullable{System.Int32})">
            <summary> Construct a new CreateIpCommandOptions </summary>
            <param name="sim"> The `sid` or `unique_name` of the [Super SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the IP Command to. </param>
            <param name="payload"> The data that will be sent to the device. The payload cannot exceed 1300 bytes. If the PayloadType is set to text, the payload is encoded in UTF-8. If PayloadType is set to binary, the payload is encoded in Base64. </param>
            <param name="devicePort"> The device port to which the IP Command will be sent. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateIpCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.FetchIpCommandOptions">
            <summary> Fetch IP Command instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FetchIpCommandOptions.PathSid">
            <summary> The SID of the IP Command resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchIpCommandOptions.#ctor(System.String)">
            <summary> Construct a new FetchIpCommandOptions </summary>
            <param name="pathSid"> The SID of the IP Command resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchIpCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadIpCommandOptions">
            <summary> Retrieve a list of IP Commands from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadIpCommandOptions.Sim">
            <summary> The SID or unique name of the Sim resource that IP Command was sent to or from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadIpCommandOptions.SimIccid">
            <summary> The ICCID of the Sim resource that IP Command was sent to or from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadIpCommandOptions.Status">
            <summary> The status of the IP Command. Can be: `queued`, `sent`, `received` or `failed`. See the [IP Command Status Values](https://www.twilio.com/docs/iot/supersim/api/ipcommand-resource#status-values) for a description of each. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadIpCommandOptions.Direction">
            <summary> The direction of the IP Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadIpCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.Create(Twilio.Rest.Supersim.V1.CreateIpCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Send an IP Command to a Super SIM. </summary>
            <param name="options"> Create IpCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.CreateAsync(Twilio.Rest.Supersim.V1.CreateIpCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Send an IP Command to a Super SIM. </summary>
            <param name="options"> Create IpCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.Create(System.String,System.String,System.Nullable{System.Int32},Twilio.Rest.Supersim.V1.IpCommandResource.PayloadTypeEnum,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Send an IP Command to a Super SIM. </summary>
            <param name="sim"> The `sid` or `unique_name` of the [Super SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the IP Command to. </param>
            <param name="payload"> The data that will be sent to the device. The payload cannot exceed 1300 bytes. If the PayloadType is set to text, the payload is encoded in UTF-8. If PayloadType is set to binary, the payload is encoded in Base64. </param>
            <param name="devicePort"> The device port to which the IP Command will be sent. </param>
            <param name="payloadType">  </param>
            <param name="callbackUrl"> The URL we should call using the `callback_method` after we have sent the IP Command. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be `GET` or `POST`, and the default is `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.CreateAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Rest.Supersim.V1.IpCommandResource.PayloadTypeEnum,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)">
            <summary> Send an IP Command to a Super SIM. </summary>
            <param name="sim"> The `sid` or `unique_name` of the [Super SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the IP Command to. </param>
            <param name="payload"> The data that will be sent to the device. The payload cannot exceed 1300 bytes. If the PayloadType is set to text, the payload is encoded in UTF-8. If PayloadType is set to binary, the payload is encoded in Base64. </param>
            <param name="devicePort"> The device port to which the IP Command will be sent. </param>
            <param name="payloadType">  </param>
            <param name="callbackUrl"> The URL we should call using the `callback_method` after we have sent the IP Command. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be `GET` or `POST`, and the default is `POST`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.Fetch(Twilio.Rest.Supersim.V1.FetchIpCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch IP Command instance from your account. </summary>
            <param name="options"> Fetch IpCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.FetchAsync(Twilio.Rest.Supersim.V1.FetchIpCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch IP Command instance from your account. </summary>
            <param name="options"> Fetch IpCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch IP Command instance from your account. </summary>
            <param name="pathSid"> The SID of the IP Command resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch IP Command instance from your account. </summary>
            <param name="pathSid"> The SID of the IP Command resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.Read(Twilio.Rest.Supersim.V1.ReadIpCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Commands from your account. </summary>
            <param name="options"> Read IpCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadIpCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Commands from your account. </summary>
            <param name="options"> Read IpCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.Read(System.String,System.String,Twilio.Rest.Supersim.V1.IpCommandResource.StatusEnum,Twilio.Rest.Supersim.V1.IpCommandResource.DirectionEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Commands from your account. </summary>
            <param name="sim"> The SID or unique name of the Sim resource that IP Command was sent to or from. </param>
            <param name="simIccid"> The ICCID of the Sim resource that IP Command was sent to or from. </param>
            <param name="status"> The status of the IP Command. Can be: `queued`, `sent`, `received` or `failed`. See the [IP Command Status Values](https://www.twilio.com/docs/iot/supersim/api/ipcommand-resource#status-values) for a description of each. </param>
            <param name="direction"> The direction of the IP Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.ReadAsync(System.String,System.String,Twilio.Rest.Supersim.V1.IpCommandResource.StatusEnum,Twilio.Rest.Supersim.V1.IpCommandResource.DirectionEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Commands from your account. </summary>
            <param name="sim"> The SID or unique name of the Sim resource that IP Command was sent to or from. </param>
            <param name="simIccid"> The ICCID of the Sim resource that IP Command was sent to or from. </param>
            <param name="status"> The status of the IP Command. Can be: `queued`, `sent`, `received` or `failed`. See the [IP Command Status Values](https://www.twilio.com/docs/iot/supersim/api/ipcommand-resource#status-values) for a description of each. </param>
            <param name="direction"> The direction of the IP Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.IpCommandResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.IpCommandResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a IpCommandResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> IpCommandResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.IpCommandResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.Sid">
            <summary> The unique string that we created to identify the IP Command resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IP Command resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.SimSid">
            <summary> The SID of the [Super SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) that this IP Command was sent to or from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.SimIccid">
            <summary> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) of the [Super SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) that this IP Command was sent to or from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.DeviceIp">
            <summary> The IP address of the device that the IP Command was sent to or received from. For an IP Command sent to a Super SIM, `device_ip` starts out as `null`, and once the IP Command is “sent”, the `device_ip` will be filled out. An IP Command sent from a Super SIM have its `device_ip` always set. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.DevicePort">
            <summary> For an IP Command sent to a Super SIM, it would be the destination port of the IP message. For an IP Command sent from a Super SIM, it would be the source port of the IP message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.Payload">
            <summary> The payload that is carried in the IP/UDP message. The payload can be encoded in either text or binary format. For text payload, UTF-8 encoding must be used.  For an IP Command sent to a Super SIM, the payload is appended to the IP/UDP message “as is”. The payload should not exceed 1300 bytes.  For an IP Command sent from a Super SIM, the payload from the received IP/UDP message is extracted and sent in binary encoding. For an IP Command sent from a Super SIM, the payload should not exceed 1300 bytes. If it is larger than 1300 bytes, there might be fragmentation on the upstream and the message may appear truncated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.IpCommandResource.Url">
            <summary> The absolute URL of the IP Command resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.CreateNetworkAccessProfileOptions">
            <summary> Create a new Network Access Profile </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateNetworkAccessProfileOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateNetworkAccessProfileOptions.Networks">
            <summary> List of Network SIDs that this Network Access Profile will allow connections to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateNetworkAccessProfileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.FetchNetworkAccessProfileOptions">
            <summary> Fetch a Network Access Profile instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FetchNetworkAccessProfileOptions.PathSid">
            <summary> The SID of the Network Access Profile resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchNetworkAccessProfileOptions.#ctor(System.String)">
            <summary> Construct a new FetchNetworkAccessProfileOptions </summary>
            <param name="pathSid"> The SID of the Network Access Profile resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchNetworkAccessProfileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadNetworkAccessProfileOptions">
            <summary> Retrieve a list of Network Access Profiles from your account. </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadNetworkAccessProfileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.UpdateNetworkAccessProfileOptions">
            <summary> Updates the given properties of a Network Access Profile in your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateNetworkAccessProfileOptions.PathSid">
            <summary> The SID of the Network Access Profile to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateNetworkAccessProfileOptions.UniqueName">
            <summary> The new unique name of the Network Access Profile. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UpdateNetworkAccessProfileOptions.#ctor(System.String)">
            <summary> Construct a new UpdateNetworkAccessProfileOptions </summary>
            <param name="pathSid"> The SID of the Network Access Profile to update. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UpdateNetworkAccessProfileOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Create(Twilio.Rest.Supersim.V1.CreateNetworkAccessProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Network Access Profile </summary>
            <param name="options"> Create NetworkAccessProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.CreateAsync(Twilio.Rest.Supersim.V1.CreateNetworkAccessProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Network Access Profile </summary>
            <param name="options"> Create NetworkAccessProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Create(System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Network Access Profile </summary>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="networks"> List of Network SIDs that this Network Access Profile will allow connections to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.CreateAsync(System.String,System.Collections.Generic.List{System.String},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Network Access Profile </summary>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="networks"> List of Network SIDs that this Network Access Profile will allow connections to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Fetch(Twilio.Rest.Supersim.V1.FetchNetworkAccessProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network Access Profile instance from your account. </summary>
            <param name="options"> Fetch NetworkAccessProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.FetchAsync(Twilio.Rest.Supersim.V1.FetchNetworkAccessProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network Access Profile instance from your account. </summary>
            <param name="options"> Fetch NetworkAccessProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network Access Profile instance from your account. </summary>
            <param name="pathSid"> The SID of the Network Access Profile resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network Access Profile instance from your account. </summary>
            <param name="pathSid"> The SID of the Network Access Profile resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Read(Twilio.Rest.Supersim.V1.ReadNetworkAccessProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network Access Profiles from your account. </summary>
            <param name="options"> Read NetworkAccessProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadNetworkAccessProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network Access Profiles from your account. </summary>
            <param name="options"> Read NetworkAccessProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network Access Profiles from your account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network Access Profiles from your account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.NetworkAccessProfileResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.NetworkAccessProfileResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Update(Twilio.Rest.Supersim.V1.UpdateNetworkAccessProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Network Access Profile in your account. </summary>
            <param name="options"> Update NetworkAccessProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.UpdateAsync(Twilio.Rest.Supersim.V1.UpdateNetworkAccessProfileOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Network Access Profile in your account. </summary>
            <param name="options"> Update NetworkAccessProfile parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Network Access Profile in your account. </summary>
            <param name="pathSid"> The SID of the Network Access Profile to update. </param>
            <param name="uniqueName"> The new unique name of the Network Access Profile. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Network Access Profile in your account. </summary>
            <param name="pathSid"> The SID of the Network Access Profile to update. </param>
            <param name="uniqueName"> The new unique name of the Network Access Profile. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfile </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NetworkAccessProfileResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NetworkAccessProfileResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Sid">
            <summary> The unique string that identifies the Network Access Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the Network Access Profile belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Url">
            <summary> The absolute URL of the Network Access Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfileResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.NetworkAccessProfile.CreateNetworkAccessProfileNetworkOptions">
            <summary> Add a Network resource to the Network Access Profile resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.CreateNetworkAccessProfileNetworkOptions.PathNetworkAccessProfileSid">
            <summary> The unique string that identifies the Network Access Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.CreateNetworkAccessProfileNetworkOptions.Network">
            <summary> The SID of the Network resource to be added to the Network Access Profile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.CreateNetworkAccessProfileNetworkOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateNetworkAccessProfileNetworkOptions </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="network"> The SID of the Network resource to be added to the Network Access Profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.CreateNetworkAccessProfileNetworkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.NetworkAccessProfile.DeleteNetworkAccessProfileNetworkOptions">
            <summary> Remove a Network resource from the Network Access Profile resource's. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.DeleteNetworkAccessProfileNetworkOptions.PathNetworkAccessProfileSid">
            <summary> The unique string that identifies the Network Access Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.DeleteNetworkAccessProfileNetworkOptions.PathSid">
            <summary> The SID of the Network resource to be removed from the Network Access Profile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.DeleteNetworkAccessProfileNetworkOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteNetworkAccessProfileNetworkOptions </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="pathSid"> The SID of the Network resource to be removed from the Network Access Profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.DeleteNetworkAccessProfileNetworkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.NetworkAccessProfile.FetchNetworkAccessProfileNetworkOptions">
            <summary> Fetch a Network Access Profile resource's Network resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.FetchNetworkAccessProfileNetworkOptions.PathNetworkAccessProfileSid">
            <summary> The unique string that identifies the Network Access Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.FetchNetworkAccessProfileNetworkOptions.PathSid">
            <summary> The SID of the Network resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.FetchNetworkAccessProfileNetworkOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchNetworkAccessProfileNetworkOptions </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="pathSid"> The SID of the Network resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.FetchNetworkAccessProfileNetworkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.NetworkAccessProfile.ReadNetworkAccessProfileNetworkOptions">
            <summary> Retrieve a list of Network Access Profile resource's Network resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.ReadNetworkAccessProfileNetworkOptions.PathNetworkAccessProfileSid">
            <summary> The unique string that identifies the Network Access Profile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.ReadNetworkAccessProfileNetworkOptions.#ctor(System.String)">
            <summary> Construct a new ListNetworkAccessProfileNetworkOptions </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.ReadNetworkAccessProfileNetworkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Create(Twilio.Rest.Supersim.V1.NetworkAccessProfile.CreateNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Network resource to the Network Access Profile resource. </summary>
            <param name="options"> Create NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.CreateAsync(Twilio.Rest.Supersim.V1.NetworkAccessProfile.CreateNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Network resource to the Network Access Profile resource. </summary>
            <param name="options"> Create NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Network resource to the Network Access Profile resource. </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="network"> The SID of the Network resource to be added to the Network Access Profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a Network resource to the Network Access Profile resource. </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="network"> The SID of the Network resource to be added to the Network Access Profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.BuildDeleteRequest(Twilio.Rest.Supersim.V1.NetworkAccessProfile.DeleteNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a Network resource from the Network Access Profile resource's. </summary>
            <param name="options"> Delete NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Delete(Twilio.Rest.Supersim.V1.NetworkAccessProfile.DeleteNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a Network resource from the Network Access Profile resource's. </summary>
            <param name="options"> Delete NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.DeleteAsync(Twilio.Rest.Supersim.V1.NetworkAccessProfile.DeleteNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a Network resource from the Network Access Profile resource's. </summary>
            <param name="options"> Delete NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a Network resource from the Network Access Profile resource's. </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="pathSid"> The SID of the Network resource to be removed from the Network Access Profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a Network resource from the Network Access Profile resource's. </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="pathSid"> The SID of the Network resource to be removed from the Network Access Profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Fetch(Twilio.Rest.Supersim.V1.NetworkAccessProfile.FetchNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network Access Profile resource's Network resource. </summary>
            <param name="options"> Fetch NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.FetchAsync(Twilio.Rest.Supersim.V1.NetworkAccessProfile.FetchNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network Access Profile resource's Network resource. </summary>
            <param name="options"> Fetch NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network Access Profile resource's Network resource. </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="pathSid"> The SID of the Network resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network Access Profile resource's Network resource. </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="pathSid"> The SID of the Network resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Read(Twilio.Rest.Supersim.V1.NetworkAccessProfile.ReadNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network Access Profile resource's Network resource. </summary>
            <param name="options"> Read NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.ReadAsync(Twilio.Rest.Supersim.V1.NetworkAccessProfile.ReadNetworkAccessProfileNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network Access Profile resource's Network resource. </summary>
            <param name="options"> Read NetworkAccessProfileNetwork parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network Access Profile resource's Network resource. </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network Access Profile resource's Network resource. </summary>
            <param name="pathNetworkAccessProfileSid"> The unique string that identifies the Network Access Profile resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NetworkAccessProfileNetwork </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NetworkAccessProfileNetworkResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NetworkAccessProfileNetworkResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Sid">
            <summary> The unique string that identifies the Network resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.NetworkAccessProfileSid">
            <summary> The unique string that identifies the Network resource's Network Access Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.FriendlyName">
            <summary> A human readable identifier of the Network this resource refers to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Identifiers">
            <summary> Array of objects identifying the [MCC-MNCs](https://en.wikipedia.org/wiki/Mobile_country_code) that are included in the Network resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkAccessProfile.NetworkAccessProfileNetworkResource.Url">
            <summary> The absolute URL of the Network resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.FetchNetworkOptions">
            <summary> Fetch a Network resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FetchNetworkOptions.PathSid">
            <summary> The SID of the Network resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchNetworkOptions.#ctor(System.String)">
            <summary> Construct a new FetchNetworkOptions </summary>
            <param name="pathSid"> The SID of the Network resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchNetworkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadNetworkOptions">
            <summary> Retrieve a list of Network resources. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadNetworkOptions.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadNetworkOptions.Mcc">
            <summary> The 'mobile country code' of a country. Network resources with this `mcc` in their `identifiers` will be read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadNetworkOptions.Mnc">
            <summary> The 'mobile network code' of a mobile operator network. Network resources with this `mnc` in their `identifiers` will be read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadNetworkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.Fetch(Twilio.Rest.Supersim.V1.FetchNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network resource. </summary>
            <param name="options"> Fetch Network parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Network </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.FetchAsync(Twilio.Rest.Supersim.V1.FetchNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network resource. </summary>
            <param name="options"> Fetch Network parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Network </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network resource. </summary>
            <param name="pathSid"> The SID of the Network resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Network </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Network resource. </summary>
            <param name="pathSid"> The SID of the Network resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Network </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.Read(Twilio.Rest.Supersim.V1.ReadNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network resources. </summary>
            <param name="options"> Read Network parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Network </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadNetworkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network resources. </summary>
            <param name="options"> Read Network parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Network </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network resources. </summary>
            <param name="isoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resources to read. </param>
            <param name="mcc"> The 'mobile country code' of a country. Network resources with this `mcc` in their `identifiers` will be read. </param>
            <param name="mnc"> The 'mobile network code' of a mobile operator network. Network resources with this `mnc` in their `identifiers` will be read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Network </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Network resources. </summary>
            <param name="isoCountry"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resources to read. </param>
            <param name="mcc"> The 'mobile country code' of a country. Network resources with this `mcc` in their `identifiers` will be read. </param>
            <param name="mnc"> The 'mobile network code' of a mobile operator network. Network resources with this `mnc` in their `identifiers` will be read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Network </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.NetworkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.NetworkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NetworkResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NetworkResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.NetworkResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkResource.Sid">
            <summary> The unique string that we created to identify the Network resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkResource.FriendlyName">
            <summary> A human readable identifier of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkResource.Url">
            <summary> The absolute URL of the Network resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkResource.IsoCountry">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Network resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.NetworkResource.Identifiers">
            <summary> Array of objects identifying the [MCC-MNCs](https://en.wikipedia.org/wiki/Mobile_country_code) that are included in the Network resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadSettingsUpdateOptions">
            <summary> Retrieve a list of Settings Updates. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadSettingsUpdateOptions.Sim">
            <summary> Filter the Settings Updates by a Super SIM's SID or UniqueName. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadSettingsUpdateOptions.Status">
            <summary> Filter the Settings Updates by status. Can be `scheduled`, `in-progress`, `successful`, or `failed`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadSettingsUpdateOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.Read(Twilio.Rest.Supersim.V1.ReadSettingsUpdateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Settings Updates. </summary>
            <param name="options"> Read SettingsUpdate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SettingsUpdate </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadSettingsUpdateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Settings Updates. </summary>
            <param name="options"> Read SettingsUpdate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SettingsUpdate </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.Read(System.String,Twilio.Rest.Supersim.V1.SettingsUpdateResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Settings Updates. </summary>
            <param name="sim"> Filter the Settings Updates by a Super SIM's SID or UniqueName. </param>
            <param name="status"> Filter the Settings Updates by status. Can be `scheduled`, `in-progress`, `successful`, or `failed`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SettingsUpdate </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.ReadAsync(System.String,Twilio.Rest.Supersim.V1.SettingsUpdateResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Settings Updates. </summary>
            <param name="sim"> Filter the Settings Updates by a Super SIM's SID or UniqueName. </param>
            <param name="status"> Filter the Settings Updates by status. Can be `scheduled`, `in-progress`, `successful`, or `failed`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SettingsUpdate </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.SettingsUpdateResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.SettingsUpdateResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SettingsUpdateResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SettingsUpdateResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SettingsUpdateResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SettingsUpdateResource.Sid">
            <summary> The unique identifier of this Settings Update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SettingsUpdateResource.Iccid">
            <summary> The [ICCID](https://en.wikipedia.org/wiki/SIM_card#ICCID) associated with the SIM. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SettingsUpdateResource.SimSid">
            <summary> The SID of the Super SIM to which this Settings Update was applied. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SettingsUpdateResource.Packages">
            <summary> Array containing the different Settings Packages that will be applied to the SIM after the update completes. Each object within the array indicates the name and the version of the Settings Package that will be on the SIM if the update is successful. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SettingsUpdateResource.DateCompleted">
            <summary> The time, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format, when the update successfully completed and the new settings were applied to the SIM. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SettingsUpdateResource.DateCreated">
            <summary> The date that this Settings Update was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SettingsUpdateResource.DateUpdated">
            <summary> The date that this Settings Update was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.CreateSimOptions">
            <summary> Register a Super SIM to your Account </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateSimOptions.Iccid">
            <summary> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) of the Super SIM to be added to your Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateSimOptions.RegistrationCode">
            <summary> The 10-digit code required to claim the Super SIM for your Account. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateSimOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSimOptions </summary>
            <param name="iccid"> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) of the Super SIM to be added to your Account. </param>
            <param name="registrationCode"> The 10-digit code required to claim the Super SIM for your Account. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.FetchSimOptions">
            <summary> Fetch a Super SIM instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FetchSimOptions.PathSid">
            <summary> The SID of the Sim resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchSimOptions.#ctor(System.String)">
            <summary> Construct a new FetchSimOptions </summary>
            <param name="pathSid"> The SID of the Sim resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadSimOptions">
            <summary> Retrieve a list of Super SIMs from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadSimOptions.Status">
            <summary> The status of the Sim resources to read. Can be `new`, `ready`, `active`, `inactive`, or `scheduled`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadSimOptions.Fleet">
            <summary> The SID or unique name of the Fleet to which a list of Sims are assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadSimOptions.Iccid">
            <summary> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) associated with a Super SIM to filter the list by. Passing this parameter will always return a list containing zero or one SIMs. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.UpdateSimOptions">
            <summary> Updates the given properties of a Super SIM instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateSimOptions.PathSid">
            <summary> The SID of the Sim resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateSimOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateSimOptions.Fleet">
            <summary> The SID or unique name of the Fleet to which the SIM resource should be assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateSimOptions.CallbackUrl">
            <summary> The URL we should call using the `callback_method` after an asynchronous update has finished. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateSimOptions.CallbackMethod">
            <summary> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UpdateSimOptions.AccountSid">
            <summary> The SID of the Account to which the Sim resource should belong. The Account SID can only be that of the requesting Account or that of a Subaccount of the requesting Account. Only valid when the Sim resource's status is new. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UpdateSimOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSimOptions </summary>
            <param name="pathSid"> The SID of the Sim resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UpdateSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.Create(Twilio.Rest.Supersim.V1.CreateSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Register a Super SIM to your Account </summary>
            <param name="options"> Create Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.CreateAsync(Twilio.Rest.Supersim.V1.CreateSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Register a Super SIM to your Account </summary>
            <param name="options"> Create Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Register a Super SIM to your Account </summary>
            <param name="iccid"> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) of the Super SIM to be added to your Account. </param>
            <param name="registrationCode"> The 10-digit code required to claim the Super SIM for your Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Register a Super SIM to your Account </summary>
            <param name="iccid"> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) of the Super SIM to be added to your Account. </param>
            <param name="registrationCode"> The 10-digit code required to claim the Super SIM for your Account. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.Fetch(Twilio.Rest.Supersim.V1.FetchSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Super SIM instance from your account. </summary>
            <param name="options"> Fetch Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.FetchAsync(Twilio.Rest.Supersim.V1.FetchSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Super SIM instance from your account. </summary>
            <param name="options"> Fetch Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Super SIM instance from your account. </summary>
            <param name="pathSid"> The SID of the Sim resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Super SIM instance from your account. </summary>
            <param name="pathSid"> The SID of the Sim resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.Read(Twilio.Rest.Supersim.V1.ReadSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Super SIMs from your account. </summary>
            <param name="options"> Read Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Super SIMs from your account. </summary>
            <param name="options"> Read Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.Read(Twilio.Rest.Supersim.V1.SimResource.StatusEnum,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Super SIMs from your account. </summary>
            <param name="status"> The status of the Sim resources to read. Can be `new`, `ready`, `active`, `inactive`, or `scheduled`. </param>
            <param name="fleet"> The SID or unique name of the Fleet to which a list of Sims are assigned. </param>
            <param name="iccid"> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) associated with a Super SIM to filter the list by. Passing this parameter will always return a list containing zero or one SIMs. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.ReadAsync(Twilio.Rest.Supersim.V1.SimResource.StatusEnum,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Super SIMs from your account. </summary>
            <param name="status"> The status of the Sim resources to read. Can be `new`, `ready`, `active`, `inactive`, or `scheduled`. </param>
            <param name="fleet"> The SID or unique name of the Fleet to which a list of Sims are assigned. </param>
            <param name="iccid"> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) associated with a Super SIM to filter the list by. Passing this parameter will always return a list containing zero or one SIMs. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.SimResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.SimResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.Update(Twilio.Rest.Supersim.V1.UpdateSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Super SIM instance from your account. </summary>
            <param name="options"> Update Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.UpdateAsync(Twilio.Rest.Supersim.V1.UpdateSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Super SIM instance from your account. </summary>
            <param name="options"> Update Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.Update(System.String,System.String,Twilio.Rest.Supersim.V1.SimResource.StatusUpdateEnum,System.String,System.Uri,Twilio.Http.HttpMethod,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Super SIM instance from your account. </summary>
            <param name="pathSid"> The SID of the Sim resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="status">  </param>
            <param name="fleet"> The SID or unique name of the Fleet to which the SIM resource should be assigned. </param>
            <param name="callbackUrl"> The URL we should call using the `callback_method` after an asynchronous update has finished. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </param>
            <param name="accountSid"> The SID of the Account to which the Sim resource should belong. The Account SID can only be that of the requesting Account or that of a Subaccount of the requesting Account. Only valid when the Sim resource's status is new. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.UpdateAsync(System.String,System.String,Twilio.Rest.Supersim.V1.SimResource.StatusUpdateEnum,System.String,System.Uri,Twilio.Http.HttpMethod,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Super SIM instance from your account. </summary>
            <param name="pathSid"> The SID of the Sim resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="status">  </param>
            <param name="fleet"> The SID or unique name of the Fleet to which the SIM resource should be assigned. </param>
            <param name="callbackUrl"> The URL we should call using the `callback_method` after an asynchronous update has finished. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </param>
            <param name="accountSid"> The SID of the Account to which the Sim resource should belong. The Account SID can only be that of the requesting Account or that of a Subaccount of the requesting Account. Only valid when the Sim resource's status is new. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SimResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SimResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SimResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.Sid">
            <summary> The unique string that identifies the Sim resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the Super SIM belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.Iccid">
            <summary> The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) associated with the SIM. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.FleetSid">
            <summary> The unique ID of the Fleet configured for this SIM. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.Url">
            <summary> The absolute URL of the Sim Resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SimResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.Sim.ReadBillingPeriodOptions">
            <summary> Retrieve a list of Billing Periods for a Super SIM. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.ReadBillingPeriodOptions.PathSimSid">
            <summary> The SID of the Super SIM to list Billing Periods for. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.ReadBillingPeriodOptions.#ctor(System.String)">
            <summary> Construct a new ListBillingPeriodOptions </summary>
            <param name="pathSimSid"> The SID of the Super SIM to list Billing Periods for. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.ReadBillingPeriodOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.Read(Twilio.Rest.Supersim.V1.Sim.ReadBillingPeriodOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Billing Periods for a Super SIM. </summary>
            <param name="options"> Read BillingPeriod parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BillingPeriod </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.ReadAsync(Twilio.Rest.Supersim.V1.Sim.ReadBillingPeriodOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Billing Periods for a Super SIM. </summary>
            <param name="options"> Read BillingPeriod parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BillingPeriod </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Billing Periods for a Super SIM. </summary>
            <param name="pathSimSid"> The SID of the Super SIM to list Billing Periods for. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BillingPeriod </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Billing Periods for a Super SIM. </summary>
            <param name="pathSimSid"> The SID of the Super SIM to list Billing Periods for. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BillingPeriod </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BillingPeriodResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BillingPeriodResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.Sid">
            <summary> The SID of the Billing Period. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) the Super SIM belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.SimSid">
            <summary> The SID of the Super SIM the Billing Period belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.StartTime">
            <summary> The start time of the Billing Period specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.EndTime">
            <summary> The end time of the Billing Period specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.BillingPeriodResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.Sim.ReadSimIpAddressOptions">
            <summary> Retrieve a list of IP Addresses for the given Super SIM. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.ReadSimIpAddressOptions.PathSimSid">
            <summary> The SID of the Super SIM to list IP Addresses for. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.ReadSimIpAddressOptions.#ctor(System.String)">
            <summary> Construct a new ListSimIpAddressOptions </summary>
            <param name="pathSimSid"> The SID of the Super SIM to list IP Addresses for. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.ReadSimIpAddressOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.Read(Twilio.Rest.Supersim.V1.Sim.ReadSimIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Addresses for the given Super SIM. </summary>
            <param name="options"> Read SimIpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SimIpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.ReadAsync(Twilio.Rest.Supersim.V1.Sim.ReadSimIpAddressOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Addresses for the given Super SIM. </summary>
            <param name="options"> Read SimIpAddress parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SimIpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Addresses for the given Super SIM. </summary>
            <param name="pathSimSid"> The SID of the Super SIM to list IP Addresses for. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SimIpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of IP Addresses for the given Super SIM. </summary>
            <param name="pathSimSid"> The SID of the Super SIM to list IP Addresses for. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SimIpAddress </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SimIpAddressResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SimIpAddressResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.Sim.SimIpAddressResource.IpAddress">
            <summary> IP address assigned to the given Super SIM </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.CreateSmsCommandOptions">
            <summary> Send SMS Command to a Sim. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateSmsCommandOptions.Sim">
            <summary> The `sid` or `unique_name` of the [SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the SMS Command to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateSmsCommandOptions.Payload">
            <summary> The message body of the SMS Command. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateSmsCommandOptions.CallbackMethod">
            <summary> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.CreateSmsCommandOptions.CallbackUrl">
            <summary> The URL we should call using the `callback_method` after we have sent the command. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateSmsCommandOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSmsCommandOptions </summary>
            <param name="sim"> The `sid` or `unique_name` of the [SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the SMS Command to. </param>
            <param name="payload"> The message body of the SMS Command. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.CreateSmsCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.FetchSmsCommandOptions">
            <summary> Fetch SMS Command instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.FetchSmsCommandOptions.PathSid">
            <summary> The SID of the SMS Command resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchSmsCommandOptions.#ctor(System.String)">
            <summary> Construct a new FetchSmsCommandOptions </summary>
            <param name="pathSid"> The SID of the SMS Command resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.FetchSmsCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadSmsCommandOptions">
            <summary> Retrieve a list of SMS Commands from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadSmsCommandOptions.Sim">
            <summary> The SID or unique name of the Sim resource that SMS Command was sent to or from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadSmsCommandOptions.Status">
            <summary> The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://www.twilio.com/docs/iot/supersim/api/smscommand-resource#status-values) for a description of each. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadSmsCommandOptions.Direction">
            <summary> The direction of the SMS Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadSmsCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.Create(Twilio.Rest.Supersim.V1.CreateSmsCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Send SMS Command to a Sim. </summary>
            <param name="options"> Create SmsCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.CreateAsync(Twilio.Rest.Supersim.V1.CreateSmsCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Send SMS Command to a Sim. </summary>
            <param name="options"> Create SmsCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.Create(System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> Send SMS Command to a Sim. </summary>
            <param name="sim"> The `sid` or `unique_name` of the [SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the SMS Command to. </param>
            <param name="payload"> The message body of the SMS Command. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </param>
            <param name="callbackUrl"> The URL we should call using the `callback_method` after we have sent the command. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.CreateAsync(System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> Send SMS Command to a Sim. </summary>
            <param name="sim"> The `sid` or `unique_name` of the [SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) to send the SMS Command to. </param>
            <param name="payload"> The message body of the SMS Command. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `GET` or `POST` and the default is POST. </param>
            <param name="callbackUrl"> The URL we should call using the `callback_method` after we have sent the command. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.Fetch(Twilio.Rest.Supersim.V1.FetchSmsCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch SMS Command instance from your account. </summary>
            <param name="options"> Fetch SmsCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.FetchAsync(Twilio.Rest.Supersim.V1.FetchSmsCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch SMS Command instance from your account. </summary>
            <param name="options"> Fetch SmsCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch SMS Command instance from your account. </summary>
            <param name="pathSid"> The SID of the SMS Command resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch SMS Command instance from your account. </summary>
            <param name="pathSid"> The SID of the SMS Command resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.Read(Twilio.Rest.Supersim.V1.ReadSmsCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of SMS Commands from your account. </summary>
            <param name="options"> Read SmsCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadSmsCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of SMS Commands from your account. </summary>
            <param name="options"> Read SmsCommand parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.Read(System.String,Twilio.Rest.Supersim.V1.SmsCommandResource.StatusEnum,Twilio.Rest.Supersim.V1.SmsCommandResource.DirectionEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of SMS Commands from your account. </summary>
            <param name="sim"> The SID or unique name of the Sim resource that SMS Command was sent to or from. </param>
            <param name="status"> The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://www.twilio.com/docs/iot/supersim/api/smscommand-resource#status-values) for a description of each. </param>
            <param name="direction"> The direction of the SMS Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.ReadAsync(System.String,Twilio.Rest.Supersim.V1.SmsCommandResource.StatusEnum,Twilio.Rest.Supersim.V1.SmsCommandResource.DirectionEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of SMS Commands from your account. </summary>
            <param name="sim"> The SID or unique name of the Sim resource that SMS Command was sent to or from. </param>
            <param name="status"> The status of the SMS Command. Can be: `queued`, `sent`, `delivered`, `received` or `failed`. See the [SMS Command Status Values](https://www.twilio.com/docs/iot/supersim/api/smscommand-resource#status-values) for a description of each. </param>
            <param name="direction"> The direction of the SMS Command. Can be `to_sim` or `from_sim`. The value of `to_sim` is synonymous with the term `mobile terminated`, and `from_sim` is synonymous with the term `mobile originated`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SmsCommand </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.SmsCommandResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.SmsCommandResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SmsCommandResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SmsCommandResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.SmsCommandResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SmsCommandResource.Sid">
            <summary> The unique string that we created to identify the SMS Command resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SmsCommandResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SMS Command resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SmsCommandResource.SimSid">
            <summary> The SID of the [SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) that this SMS Command was sent to or from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SmsCommandResource.Payload">
            <summary> The message body of the SMS Command sent to or from the SIM. For text mode messages, this can be up to 160 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SmsCommandResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SmsCommandResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.SmsCommandResource.Url">
            <summary> The absolute URL of the SMS Command resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions">
            <summary> List UsageRecords </summary>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.Sim">
            <summary> SID or unique name of a Sim resource. Only show UsageRecords representing usage incurred by this Super SIM. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.Fleet">
            <summary> SID or unique name of a Fleet resource. Only show UsageRecords representing usage for Super SIMs belonging to this Fleet resource at the time the usage occurred. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.Network">
            <summary> SID of a Network resource. Only show UsageRecords representing usage on this network. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.IsoCountry">
            <summary> Alpha-2 ISO Country Code. Only show UsageRecords representing usage in this country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.Group">
            <summary> Dimension over which to aggregate usage records. Can be: `sim`, `fleet`, `network`, `isoCountry`. Default is to not aggregate across any of these dimensions, UsageRecords will be aggregated into the time buckets described by the `Granularity` parameter. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.Granularity">
            <summary> Time-based grouping that UsageRecords should be aggregated by. Can be: `hour`, `day`, or `all`. Default is `all`. `all` returns one UsageRecord that describes the usage for the entire period. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.StartTime">
            <summary> Only include usage that occurred at or after this time, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Default is one month before the `end_time`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.EndTime">
            <summary> Only include usage that occurred before this time (exclusive), specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Default is the current time. </summary> 
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.ReadUsageRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.Read(Twilio.Rest.Supersim.V1.ReadUsageRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List UsageRecords </summary>
            <param name="options"> Read UsageRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.ReadAsync(Twilio.Rest.Supersim.V1.ReadUsageRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List UsageRecords </summary>
            <param name="options"> Read UsageRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.Read(System.String,System.String,System.String,System.String,Twilio.Rest.Supersim.V1.UsageRecordResource.GroupEnum,Twilio.Rest.Supersim.V1.UsageRecordResource.GranularityEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List UsageRecords </summary>
            <param name="sim"> SID or unique name of a Sim resource. Only show UsageRecords representing usage incurred by this Super SIM. </param>
            <param name="fleet"> SID or unique name of a Fleet resource. Only show UsageRecords representing usage for Super SIMs belonging to this Fleet resource at the time the usage occurred. </param>
            <param name="network"> SID of a Network resource. Only show UsageRecords representing usage on this network. </param>
            <param name="isoCountry"> Alpha-2 ISO Country Code. Only show UsageRecords representing usage in this country. </param>
            <param name="group"> Dimension over which to aggregate usage records. Can be: `sim`, `fleet`, `network`, `isoCountry`. Default is to not aggregate across any of these dimensions, UsageRecords will be aggregated into the time buckets described by the `Granularity` parameter. </param>
            <param name="granularity"> Time-based grouping that UsageRecords should be aggregated by. Can be: `hour`, `day`, or `all`. Default is `all`. `all` returns one UsageRecord that describes the usage for the entire period. </param>
            <param name="startTime"> Only include usage that occurred at or after this time, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Default is one month before the `end_time`. </param>
            <param name="endTime"> Only include usage that occurred before this time (exclusive), specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Default is the current time. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.ReadAsync(System.String,System.String,System.String,System.String,Twilio.Rest.Supersim.V1.UsageRecordResource.GroupEnum,Twilio.Rest.Supersim.V1.UsageRecordResource.GranularityEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List UsageRecords </summary>
            <param name="sim"> SID or unique name of a Sim resource. Only show UsageRecords representing usage incurred by this Super SIM. </param>
            <param name="fleet"> SID or unique name of a Fleet resource. Only show UsageRecords representing usage for Super SIMs belonging to this Fleet resource at the time the usage occurred. </param>
            <param name="network"> SID of a Network resource. Only show UsageRecords representing usage on this network. </param>
            <param name="isoCountry"> Alpha-2 ISO Country Code. Only show UsageRecords representing usage in this country. </param>
            <param name="group"> Dimension over which to aggregate usage records. Can be: `sim`, `fleet`, `network`, `isoCountry`. Default is to not aggregate across any of these dimensions, UsageRecords will be aggregated into the time buckets described by the `Granularity` parameter. </param>
            <param name="granularity"> Time-based grouping that UsageRecords should be aggregated by. Can be: `hour`, `day`, or `all`. Default is `all`. `all` returns one UsageRecord that describes the usage for the entire period. </param>
            <param name="startTime"> Only include usage that occurred at or after this time, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Default is one month before the `end_time`. </param>
            <param name="endTime"> Only include usage that occurred before this time (exclusive), specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Default is the current time. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.NextPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.UsageRecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Supersim.V1.UsageRecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UsageRecordResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UsageRecordResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Supersim.V1.UsageRecordResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that incurred the usage. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.SimSid">
            <summary> SID of a Sim resource to which the UsageRecord belongs. Value will only be present when either a value for the `Sim` query parameter is provided or when UsageRecords are grouped by `sim`. Otherwise, the value will be `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.NetworkSid">
            <summary> SID of the Network resource the usage occurred on. Value will only be present when either a value for the `Network` query parameter is provided or when UsageRecords are grouped by `network`. Otherwise, the value will be `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.FleetSid">
            <summary> SID of the Fleet resource the usage occurred on. Value will only be present when either a value for the `Fleet` query parameter is provided or when UsageRecords are grouped by `fleet`. Otherwise, the value will be `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.IsoCountry">
            <summary> Alpha-2 ISO Country Code that the usage occurred in. Value will only be present when either a value for the `IsoCountry` query parameter is provided or when UsageRecords are grouped by `isoCountry`. Otherwise, the value will be `null`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.Period">
            <summary> The time period for which the usage is reported. The period is represented as a pair of `start_time` and `end_time` timestamps specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.DataUpload">
            <summary> Total data uploaded in bytes, aggregated by the query parameters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.DataDownload">
            <summary> Total data downloaded in bytes, aggregated by the query parameters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.DataTotal">
            <summary> Total of data_upload and data_download. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.DataTotalBilled">
            <summary> Total amount in the `billed_unit` that was charged for the data uploaded or downloaded. Will return 0 for usage prior to February 1, 2022. Value may be 0 despite `data_total` being greater than 0 if the data usage is still being processed by Twilio's billing system. Refer to [Data Usage Processing](https://www.twilio.com/docs/iot/supersim/api/usage-record-resource#data-usage-processing) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Supersim.V1.UsageRecordResource.BilledUnit">
            <summary> The currency in which the billed amounts are measured, specified in the 3 letter ISO 4127 format (e.g. `USD`, `EUR`, `JPY`). This can be null when data_toal_billed is 0 and we do not yet have billing information for the corresponding data usage. Refer to [Data Usage Processing](https://www.twilio.com/docs/iot/supersim/api/usage-record-resource#data-usage-processing) for more details. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.CreateServiceOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.CreateServiceOptions.FriendlyName">
            <summary> A string that you assign to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.CreateServiceOptions.WebhookUrl">
            <summary> The URL we should call when Sync objects are manipulated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.CreateServiceOptions.ReachabilityWebhooksEnabled">
            <summary> Whether the service instance should call `webhook_url` when client endpoints connect to Sync. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.CreateServiceOptions.AclEnabled">
            <summary> Whether token identities in the Service must be granted access to Sync objects by using the [Permissions](https://www.twilio.com/docs/sync/api/sync-permissions) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.CreateServiceOptions.ReachabilityDebouncingEnabled">
            <summary> Whether every `endpoint_disconnected` event should occur after a configurable delay. The default is `false`, where the `endpoint_disconnected` event occurs immediately after disconnection. When `true`, intervening reconnections can prevent the `endpoint_disconnected` event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.CreateServiceOptions.ReachabilityDebouncingWindow">
            <summary> The reachability event delay in milliseconds if `reachability_debouncing_enabled` = `true`.  Must be between 1,000 and 30,000 and defaults to 5,000. This is the number of milliseconds after the last running client disconnects, and a Sync identity is declared offline, before the `webhook_url` is called if all endpoints remain offline. A reconnection from the same identity by any endpoint during this interval prevents the call to `webhook_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.CreateServiceOptions.WebhooksFromRestEnabled">
            <summary> Whether the Service instance should call `webhook_url` when the REST API is used to update Sync objects. The default is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.DeleteServiceOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.DeleteServiceOptions.PathSid">
            <summary> The SID of the Service resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.FetchServiceOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.FetchServiceOptions.PathSid">
            <summary> The SID of the Service resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.ReadServiceOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.UpdateServiceOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.UpdateServiceOptions.PathSid">
            <summary> The SID of the Service resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.UpdateServiceOptions.WebhookUrl">
            <summary> The URL we should call when Sync objects are manipulated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.UpdateServiceOptions.FriendlyName">
            <summary> A string that you assign to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.UpdateServiceOptions.ReachabilityWebhooksEnabled">
            <summary> Whether the service instance should call `webhook_url` when client endpoints connect to Sync. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.UpdateServiceOptions.AclEnabled">
            <summary> Whether token identities in the Service must be granted access to Sync objects by using the [Permissions](https://www.twilio.com/docs/sync/api/sync-permissions) resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.UpdateServiceOptions.ReachabilityDebouncingEnabled">
            <summary> Whether every `endpoint_disconnected` event should occur after a configurable delay. The default is `false`, where the `endpoint_disconnected` event occurs immediately after disconnection. When `true`, intervening reconnections can prevent the `endpoint_disconnected` event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.UpdateServiceOptions.ReachabilityDebouncingWindow">
            <summary> The reachability event delay in milliseconds if `reachability_debouncing_enabled` = `true`.  Must be between 1,000 and 30,000 and defaults to 5,000. This is the number of milliseconds after the last running client disconnects, and a Sync identity is declared offline, before the webhook is called if all endpoints remain offline. A reconnection from the same identity by any endpoint during this interval prevents the webhook from being called. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.UpdateServiceOptions.WebhooksFromRestEnabled">
            <summary> Whether the Service instance should call `webhook_url` when the REST API is used to update Sync objects. The default is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Create(Twilio.Rest.Sync.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.CreateAsync(Twilio.Rest.Sync.V1.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Create(System.String,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A string that you assign to describe the resource. </param>
            <param name="webhookUrl"> The URL we should call when Sync objects are manipulated. </param>
            <param name="reachabilityWebhooksEnabled"> Whether the service instance should call `webhook_url` when client endpoints connect to Sync. The default is `false`. </param>
            <param name="aclEnabled"> Whether token identities in the Service must be granted access to Sync objects by using the [Permissions](https://www.twilio.com/docs/sync/api/sync-permissions) resource. </param>
            <param name="reachabilityDebouncingEnabled"> Whether every `endpoint_disconnected` event should occur after a configurable delay. The default is `false`, where the `endpoint_disconnected` event occurs immediately after disconnection. When `true`, intervening reconnections can prevent the `endpoint_disconnected` event. </param>
            <param name="reachabilityDebouncingWindow"> The reachability event delay in milliseconds if `reachability_debouncing_enabled` = `true`.  Must be between 1,000 and 30,000 and defaults to 5,000. This is the number of milliseconds after the last running client disconnects, and a Sync identity is declared offline, before the `webhook_url` is called if all endpoints remain offline. A reconnection from the same identity by any endpoint during this interval prevents the call to `webhook_url`. </param>
            <param name="webhooksFromRestEnabled"> Whether the Service instance should call `webhook_url` when the REST API is used to update Sync objects. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.CreateAsync(System.String,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A string that you assign to describe the resource. </param>
            <param name="webhookUrl"> The URL we should call when Sync objects are manipulated. </param>
            <param name="reachabilityWebhooksEnabled"> Whether the service instance should call `webhook_url` when client endpoints connect to Sync. The default is `false`. </param>
            <param name="aclEnabled"> Whether token identities in the Service must be granted access to Sync objects by using the [Permissions](https://www.twilio.com/docs/sync/api/sync-permissions) resource. </param>
            <param name="reachabilityDebouncingEnabled"> Whether every `endpoint_disconnected` event should occur after a configurable delay. The default is `false`, where the `endpoint_disconnected` event occurs immediately after disconnection. When `true`, intervening reconnections can prevent the `endpoint_disconnected` event. </param>
            <param name="reachabilityDebouncingWindow"> The reachability event delay in milliseconds if `reachability_debouncing_enabled` = `true`.  Must be between 1,000 and 30,000 and defaults to 5,000. This is the number of milliseconds after the last running client disconnects, and a Sync identity is declared offline, before the `webhook_url` is called if all endpoints remain offline. A reconnection from the same identity by any endpoint during this interval prevents the call to `webhook_url`. </param>
            <param name="webhooksFromRestEnabled"> Whether the Service instance should call `webhook_url` when the REST API is used to update Sync objects. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Delete(Twilio.Rest.Sync.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.DeleteAsync(Twilio.Rest.Sync.V1.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Fetch(Twilio.Rest.Sync.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.FetchAsync(Twilio.Rest.Sync.V1.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Read(Twilio.Rest.Sync.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.ReadAsync(Twilio.Rest.Sync.V1.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Update(Twilio.Rest.Sync.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.UpdateAsync(Twilio.Rest.Sync.V1.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.Update(System.String,System.Uri,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
            <param name="webhookUrl"> The URL we should call when Sync objects are manipulated. </param>
            <param name="friendlyName"> A string that you assign to describe the resource. </param>
            <param name="reachabilityWebhooksEnabled"> Whether the service instance should call `webhook_url` when client endpoints connect to Sync. The default is `false`. </param>
            <param name="aclEnabled"> Whether token identities in the Service must be granted access to Sync objects by using the [Permissions](https://www.twilio.com/docs/sync/api/sync-permissions) resource. </param>
            <param name="reachabilityDebouncingEnabled"> Whether every `endpoint_disconnected` event should occur after a configurable delay. The default is `false`, where the `endpoint_disconnected` event occurs immediately after disconnection. When `true`, intervening reconnections can prevent the `endpoint_disconnected` event. </param>
            <param name="reachabilityDebouncingWindow"> The reachability event delay in milliseconds if `reachability_debouncing_enabled` = `true`.  Must be between 1,000 and 30,000 and defaults to 5,000. This is the number of milliseconds after the last running client disconnects, and a Sync identity is declared offline, before the webhook is called if all endpoints remain offline. A reconnection from the same identity by any endpoint during this interval prevents the webhook from being called. </param>
            <param name="webhooksFromRestEnabled"> Whether the Service instance should call `webhook_url` when the REST API is used to update Sync objects. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.UpdateAsync(System.String,System.Uri,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Service resource to update. </param>
            <param name="webhookUrl"> The URL we should call when Sync objects are manipulated. </param>
            <param name="friendlyName"> A string that you assign to describe the resource. </param>
            <param name="reachabilityWebhooksEnabled"> Whether the service instance should call `webhook_url` when client endpoints connect to Sync. The default is `false`. </param>
            <param name="aclEnabled"> Whether token identities in the Service must be granted access to Sync objects by using the [Permissions](https://www.twilio.com/docs/sync/api/sync-permissions) resource. </param>
            <param name="reachabilityDebouncingEnabled"> Whether every `endpoint_disconnected` event should occur after a configurable delay. The default is `false`, where the `endpoint_disconnected` event occurs immediately after disconnection. When `true`, intervening reconnections can prevent the `endpoint_disconnected` event. </param>
            <param name="reachabilityDebouncingWindow"> The reachability event delay in milliseconds if `reachability_debouncing_enabled` = `true`.  Must be between 1,000 and 30,000 and defaults to 5,000. This is the number of milliseconds after the last running client disconnects, and a Sync identity is declared offline, before the webhook is called if all endpoints remain offline. A reconnection from the same identity by any endpoint during this interval prevents the webhook from being called. </param>
            <param name="webhooksFromRestEnabled"> Whether the Service instance should call `webhook_url` when the REST API is used to update Sync objects. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.Sid">
            <summary> The unique string that we created to identify the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. It is a read-only property, it cannot be assigned using REST API. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.Url">
            <summary> The absolute URL of the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.WebhookUrl">
            <summary> The URL we call when Sync objects are manipulated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.WebhooksFromRestEnabled">
            <summary> Whether the Service instance should call `webhook_url` when the REST API is used to update Sync objects. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.ReachabilityWebhooksEnabled">
            <summary> Whether the service instance calls `webhook_url` when client endpoints connect to Sync. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.AclEnabled">
            <summary> Whether token identities in the Service must be granted access to Sync objects by using the [Permissions](https://www.twilio.com/docs/sync/api/sync-permissions) resource. It is disabled (false) by default. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.ReachabilityDebouncingEnabled">
            <summary> Whether every `endpoint_disconnected` event should occur after a configurable delay. The default is `false`, where the `endpoint_disconnected` event occurs immediately after disconnection. When `true`, intervening reconnections can prevent the `endpoint_disconnected` event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.ReachabilityDebouncingWindow">
            <summary> The reachability event delay in milliseconds if `reachability_debouncing_enabled` = `true`.  Must be between 1,000 and 30,000 and defaults to 5,000. This is the number of milliseconds after the last running client disconnects, and a Sync identity is declared offline, before `webhook_url` is called, if all endpoints remain offline. A reconnection from the same identity by any endpoint during this interval prevents the reachability event from occurring. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.ServiceResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.CreateDocumentOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateDocumentOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Document resource in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateDocumentOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the Sync Document </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateDocumentOptions.Data">
            <summary> A JSON string that represents an arbitrary, schema-less object that the Sync Document stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateDocumentOptions.Ttl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Document expires and is deleted (the Sync Document's time-to-live). </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.CreateDocumentOptions.#ctor(System.String)">
            <summary> Construct a new CreateDocumentOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Document resource in. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.CreateDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.DeleteDocumentOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DeleteDocumentOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DeleteDocumentOptions.PathSid">
            <summary> The SID of the Document resource to delete. Can be the Document resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DeleteDocumentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteDocumentOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to delete. </param>
            <param name="pathSid"> The SID of the Document resource to delete. Can be the Document resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DeleteDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.FetchDocumentOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.FetchDocumentOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.FetchDocumentOptions.PathSid">
            <summary> The SID of the Document resource to fetch. Can be the Document resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.FetchDocumentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchDocumentOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to fetch. </param>
            <param name="pathSid"> The SID of the Document resource to fetch. Can be the Document resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.FetchDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.ReadDocumentOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.ReadDocumentOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.ReadDocumentOptions.#ctor(System.String)">
            <summary> Construct a new ListDocumentOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.ReadDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions.PathSid">
            <summary> The SID of the Document resource to update. Can be the Document resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions.Data">
            <summary> A JSON string that represents an arbitrary, schema-less object that the Sync Document stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions.Ttl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Document expires and is deleted (time-to-live). </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateDocumentOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to update. </param>
            <param name="pathSid"> The SID of the Document resource to update. Can be the Document resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Create(Twilio.Rest.Sync.V1.Service.CreateDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.CreateAsync(Twilio.Rest.Sync.V1.Service.CreateDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Create(System.String,System.String,System.Object,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Document resource in. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the Sync Document </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Sync Document stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Document expires and is deleted (the Sync Document's time-to-live). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.CreateAsync(System.String,System.String,System.Object,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Document resource in. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the Sync Document </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Sync Document stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Document expires and is deleted (the Sync Document's time-to-live). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.DeleteDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Delete(Twilio.Rest.Sync.V1.Service.DeleteDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.DeleteDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to delete. </param>
            <param name="pathSid"> The SID of the Document resource to delete. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to delete. </param>
            <param name="pathSid"> The SID of the Document resource to delete. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Fetch(Twilio.Rest.Sync.V1.Service.FetchDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.FetchAsync(Twilio.Rest.Sync.V1.Service.FetchDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to fetch. </param>
            <param name="pathSid"> The SID of the Document resource to fetch. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to fetch. </param>
            <param name="pathSid"> The SID of the Document resource to fetch. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Read(Twilio.Rest.Sync.V1.Service.ReadDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.ReadAsync(Twilio.Rest.Sync.V1.Service.ReadDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.DocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.DocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Update(Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.UpdateDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Document parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.Update(System.String,System.String,System.Object,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to update. </param>
            <param name="pathSid"> The SID of the Document resource to update. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Sync Document stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Document expires and is deleted (time-to-live). </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.UpdateAsync(System.String,System.String,System.Object,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document resource to update. </param>
            <param name="pathSid"> The SID of the Document resource to update. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Sync Document stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Document expires and is deleted (time-to-live). </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Document </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DocumentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DocumentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DocumentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.Sid">
            <summary> The unique string that we created to identify the Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource and can be up to 320 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.Url">
            <summary> The absolute URL of the Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.Links">
            <summary> The URLs of resources related to the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.Revision">
            <summary> The current revision of the Sync Document, represented as a string. The `revision` property is used with conditional updates to ensure data consistency. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.Data">
            <summary> An arbitrary, schema-less object that the Sync Document stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.DateExpires">
            <summary> The date and time in GMT when the Sync Document expires and will be deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. If the Sync Document does not expire, this value is `null`. The Document resource might not be deleted immediately after it expires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DocumentResource.CreatedBy">
            <summary> The identity of the Sync Document's creator. If the Sync Document is created from the client SDK, the value matches the Access Token's `identity` field. If the Sync Document was created from the REST API, the value is `system`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions">
            <summary> Delete a specific Sync Document Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions.PathDocumentSid">
            <summary> The SID of the Sync Document with the Document Permission resource to delete. Can be the Document resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Document Permission resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteDocumentPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to delete. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to delete. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.Document.FetchDocumentPermissionOptions">
            <summary> Fetch a specific Sync Document Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.FetchDocumentPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.FetchDocumentPermissionOptions.PathDocumentSid">
            <summary> The SID of the Sync Document with the Document Permission resource to fetch. Can be the Document resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.FetchDocumentPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Document Permission resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.FetchDocumentPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchDocumentPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to fetch. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to fetch. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.FetchDocumentPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.Document.ReadDocumentPermissionOptions">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.ReadDocumentPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.ReadDocumentPermissionOptions.PathDocumentSid">
            <summary> The SID of the Sync Document with the Document Permission resources to read. Can be the Document resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.ReadDocumentPermissionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListDocumentPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resources to read. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resources to read. Can be the Document resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.ReadDocumentPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions">
            <summary> Update an identity's access to a specific Sync Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions.PathDocumentSid">
            <summary> The SID of the Sync Document with the Document Permission resource to update. Can be the Document resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Document Permission resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions.Read">
            <summary> Whether the identity can read the Sync Document. Default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions.Write">
            <summary> Whether the identity can update the Sync Document. Default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions.Manage">
            <summary> Whether the identity can delete the Sync Document. Default value is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateDocumentPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to update. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to update. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync Document. Default value is `false`. </param>
            <param name="write"> Whether the identity can update the Sync Document. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync Document. Default value is `false`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="options"> Delete DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Delete(Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="options"> Delete DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.Document.DeleteDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="options"> Delete DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to delete. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to delete. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Document Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to delete. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to delete. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Fetch(Twilio.Rest.Sync.V1.Service.Document.FetchDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Document Permission. </summary>
            <param name="options"> Fetch DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.FetchAsync(Twilio.Rest.Sync.V1.Service.Document.FetchDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Document Permission. </summary>
            <param name="options"> Fetch DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Document Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to fetch. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to fetch. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Document Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to fetch. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to fetch. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Read(Twilio.Rest.Sync.V1.Service.Document.ReadDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
            <param name="options"> Read DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.ReadAsync(Twilio.Rest.Sync.V1.Service.Document.ReadDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
            <param name="options"> Read DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resources to read. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resources to read. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Document. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resources to read. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resources to read. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Update(Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Document. </summary>
            <param name="options"> Update DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.Document.UpdateDocumentPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Document. </summary>
            <param name="options"> Update DocumentPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Document. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to update. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to update. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync Document. Default value is `false`. </param>
            <param name="write"> Whether the identity can update the Sync Document. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync Document. Default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Document. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Document Permission resource to update. </param>
            <param name="pathDocumentSid"> The SID of the Sync Document with the Document Permission resource to update. Can be the Document resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Document Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync Document. Default value is `false`. </param>
            <param name="write"> Whether the identity can update the Sync Document. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync Document. Default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DocumentPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DocumentPermissionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DocumentPermissionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Document Permission resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.DocumentSid">
            <summary> The SID of the Sync Document to which the Document Permission applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the Service to an FPA token. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource._Read">
            <summary> Whether the identity can read the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Write">
            <summary> Whether the identity can update the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Manage">
            <summary> Whether the identity can delete the Sync Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.Document.DocumentPermissionResource.Url">
            <summary> The absolute URL of the Sync Document Permission resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.CreateSyncListOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncListOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Sync List in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncListOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be unique within its Service and it can be up to 320 characters long. The `unique_name` value can be used as an alternative to the `sid` in the URL path to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncListOptions.Ttl">
            <summary> Alias for collection_ttl. If both are provided, this value is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncListOptions.CollectionTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync List expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.CreateSyncListOptions.#ctor(System.String)">
            <summary> Construct a new CreateSyncListOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Sync List in. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.CreateSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.DeleteSyncListOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DeleteSyncListOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DeleteSyncListOptions.PathSid">
            <summary> The SID of the Sync List resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DeleteSyncListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSyncListOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to delete. </param>
            <param name="pathSid"> The SID of the Sync List resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DeleteSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.FetchSyncListOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.FetchSyncListOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.FetchSyncListOptions.PathSid">
            <summary> The SID of the Sync List resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.FetchSyncListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSyncListOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to fetch. </param>
            <param name="pathSid"> The SID of the Sync List resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.FetchSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.ReadSyncListOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.ReadSyncListOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.ReadSyncListOptions.#ctor(System.String)">
            <summary> Construct a new ListSyncListOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.ReadSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions.PathSid">
            <summary> The SID of the Sync List resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions.Ttl">
            <summary> An alias for `collection_ttl`. If both are provided, this value is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions.CollectionTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync List expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSyncListOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to update. </param>
            <param name="pathSid"> The SID of the Sync List resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Create(Twilio.Rest.Sync.V1.Service.CreateSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.CreateAsync(Twilio.Rest.Sync.V1.Service.CreateSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Create(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Sync List in. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within its Service and it can be up to 320 characters long. The `unique_name` value can be used as an alternative to the `sid` in the URL path to address the resource. </param>
            <param name="ttl"> Alias for collection_ttl. If both are provided, this value is ignored. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync List expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.CreateAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Sync List in. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within its Service and it can be up to 320 characters long. The `unique_name` value can be used as an alternative to the `sid` in the URL path to address the resource. </param>
            <param name="ttl"> Alias for collection_ttl. If both are provided, this value is ignored. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync List expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.DeleteSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Delete(Twilio.Rest.Sync.V1.Service.DeleteSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.DeleteSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to delete. </param>
            <param name="pathSid"> The SID of the Sync List resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to delete. </param>
            <param name="pathSid"> The SID of the Sync List resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Fetch(Twilio.Rest.Sync.V1.Service.FetchSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.FetchAsync(Twilio.Rest.Sync.V1.Service.FetchSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to fetch. </param>
            <param name="pathSid"> The SID of the Sync List resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to fetch. </param>
            <param name="pathSid"> The SID of the Sync List resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Read(Twilio.Rest.Sync.V1.Service.ReadSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.ReadAsync(Twilio.Rest.Sync.V1.Service.ReadSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Update(Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.UpdateSyncListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.Update(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to update. </param>
            <param name="pathSid"> The SID of the Sync List resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="ttl"> An alias for `collection_ttl`. If both are provided, this value is ignored. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync List expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List resource to update. </param>
            <param name="pathSid"> The SID of the Sync List resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="ttl"> An alias for `collection_ttl`. If both are provided, this value is ignored. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync List expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncList </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncListResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncListResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncListResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.Sid">
            <summary> The unique string that we created to identify the Sync List resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sync List resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.Url">
            <summary> The absolute URL of the Sync List resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.Links">
            <summary> The URLs of the Sync List's nested resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.Revision">
            <summary> The current revision of the Sync List, represented as a string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.DateExpires">
            <summary> The date and time in GMT when the Sync List expires and will be deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. If the Sync List does not expire, this value is `null`. The Sync List might not be deleted immediately after it expires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncListResource.CreatedBy">
            <summary> The identity of the Sync List's creator. If the Sync List is created from the client SDK, the value matches the Access Token's `identity` field. If the Sync List was created from the REST API, the value is `system`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new List Item in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions.PathListSid">
            <summary> The SID of the Sync List to add the new List Item to. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions.Data">
            <summary> A JSON string that represents an arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions.Ttl">
            <summary> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions.ItemTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions.CollectionTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item's parent Sync List expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions.#ctor(System.String,System.String,System.Object)">
            <summary> Construct a new CreateSyncListItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new List Item in. </param>
            <param name="pathListSid"> The SID of the Sync List to add the new List Item to. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions.PathListSid">
            <summary> The SID of the Sync List with the Sync List Item resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions.PathIndex">
            <summary> The index of the Sync List Item resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions.IfMatch">
            <summary> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions.#ctor(System.String,System.String,System.Nullable{System.Int32})">
            <summary> Construct a new DeleteSyncListItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to delete. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListItemOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListItemOptions.PathListSid">
            <summary> The SID of the Sync List with the Sync List Item resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListItemOptions.PathIndex">
            <summary> The index of the Sync List Item resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListItemOptions.#ctor(System.String,System.String,System.Nullable{System.Int32})">
            <summary> Construct a new FetchSyncListItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to fetch. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the List Item resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions.PathListSid">
            <summary> The SID of the Sync List with the List Items to read. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions.Order">
            <summary> How to order the List Items returned by their `index` value. Can be: `asc` (ascending) or `desc` (descending) and the default is ascending. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions.From">
            <summary> The `index` of the first Sync List Item resource to read. See also `bounds`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions.Bounds">
            <summary> Whether to include the List Item referenced by the `from` parameter. Can be: `inclusive` to include the List Item referenced by the `from` parameter or `exclusive` to start with the next List Item. The default value is `inclusive`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncListItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the List Item resources to read. </param>
            <param name="pathListSid"> The SID of the Sync List with the List Items to read. Can be the Sync List resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.PathListSid">
            <summary> The SID of the Sync List with the Sync List Item resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.PathIndex">
            <summary> The index of the Sync List Item resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.IfMatch">
            <summary> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.Data">
            <summary> A JSON string that represents an arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.Ttl">
            <summary> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.ItemTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.CollectionTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item's parent Sync List expires (time-to-live) and is deleted. This parameter can only be used when the List Item's `data` or `ttl` is updated in the same request. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.#ctor(System.String,System.String,System.Nullable{System.Int32})">
            <summary> Construct a new UpdateSyncListItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to update. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Create(Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.CreateAsync(Twilio.Rest.Sync.V1.Service.SyncList.CreateSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Create(System.String,System.String,System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new List Item in. </param>
            <param name="pathListSid"> The SID of the Sync List to add the new List Item to. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="itemTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item expires (time-to-live) and is deleted. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item's parent Sync List expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.CreateAsync(System.String,System.String,System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new List Item in. </param>
            <param name="pathListSid"> The SID of the Sync List to add the new List Item to. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="itemTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item expires (time-to-live) and is deleted. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item's parent Sync List expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Delete(Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Delete(System.String,System.String,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to delete. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to delete. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.DeleteAsync(System.String,System.String,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to delete. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to delete. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Fetch(Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.FetchAsync(Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Fetch(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to fetch. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.FetchAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to fetch. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Read(Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.ReadAsync(Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Read(System.String,System.String,Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.QueryResultOrderEnum,System.String,Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.QueryFromBoundTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the List Item resources to read. </param>
            <param name="pathListSid"> The SID of the Sync List with the List Items to read. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="order"> How to order the List Items returned by their `index` value. Can be: `asc` (ascending) or `desc` (descending) and the default is ascending. </param>
            <param name="from"> The `index` of the first Sync List Item resource to read. See also `bounds`. </param>
            <param name="bounds"> Whether to include the List Item referenced by the `from` parameter. Can be: `inclusive` to include the List Item referenced by the `from` parameter or `exclusive` to start with the next List Item. The default value is `inclusive`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.ReadAsync(System.String,System.String,Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.QueryResultOrderEnum,System.String,Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.QueryFromBoundTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the List Item resources to read. </param>
            <param name="pathListSid"> The SID of the Sync List with the List Items to read. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="order"> How to order the List Items returned by their `index` value. Can be: `asc` (ascending) or `desc` (descending) and the default is ascending. </param>
            <param name="from"> The `index` of the first Sync List Item resource to read. See also `bounds`. </param>
            <param name="bounds"> Whether to include the List Item referenced by the `from` parameter. Can be: `inclusive` to include the List Item referenced by the `from` parameter or `exclusive` to start with the next List Item. The default value is `inclusive`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Update(Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncListItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Update(System.String,System.String,System.Nullable{System.Int32},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to update. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to update. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="itemTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item expires (time-to-live) and is deleted. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item's parent Sync List expires (time-to-live) and is deleted. This parameter can only be used when the List Item's `data` or `ttl` is updated in the same request. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Item resource to update. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Item resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIndex"> The index of the Sync List Item resource to update. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="itemTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item expires (time-to-live) and is deleted. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the List Item's parent Sync List expires (time-to-live) and is deleted. This parameter can only be used when the List Item's `data` or `ttl` is updated in the same request. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncListItemResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncListItemResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Index">
            <summary> The automatically generated index of the List Item. The `index` values of the List Items in a Sync List can have gaps in their sequence. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the List Item resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.ListSid">
            <summary> The SID of the Sync List that contains the List Item. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Url">
            <summary> The absolute URL of the List Item resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Revision">
            <summary> The current revision of the item, represented as a string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.Data">
            <summary> An arbitrary, schema-less object that the List Item stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.DateExpires">
            <summary> The date and time in GMT when the List Item expires and will be deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. If the List Item does not expire, this value is `null`. The List Item resource might not be deleted immediately after it expires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListItemResource.CreatedBy">
            <summary> The identity of the List Item's creator. If the item is created from the client SDK, the value matches the Access Token's `identity` field. If the item was created from the REST API, the value is `system`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions">
            <summary> Delete a specific Sync List Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions.PathListSid">
            <summary> The SID of the Sync List with the Sync List Permission resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Sync List Permission resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteSyncListPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to delete. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListPermissionOptions">
            <summary> Fetch a specific Sync List Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListPermissionOptions.PathListSid">
            <summary> The SID of the Sync List with the Sync List Permission resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Sync List Permission resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchSyncListPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to fetch. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListPermissionOptions">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListPermissionOptions.PathListSid">
            <summary> The SID of the Sync List with the Sync List Permission resources to read. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListPermissionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncListPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resources to read. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resources to read. Can be the Sync List resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions">
            <summary> Update an identity's access to a specific Sync List. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions.PathListSid">
            <summary> The SID of the Sync List with the Sync List Permission resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Sync List Permission resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions.Read">
            <summary> Whether the identity can read the Sync List and its Items. Default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions.Write">
            <summary> Whether the identity can create, update, and delete Items in the Sync List. Default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions.Manage">
            <summary> Whether the identity can delete the Sync List. Default value is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateSyncListPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to update. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync List and its Items. Default value is `false`. </param>
            <param name="write"> Whether the identity can create, update, and delete Items in the Sync List. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync List. Default value is `false`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="options"> Delete SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Delete(Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="options"> Delete SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.SyncList.DeleteSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="options"> Delete SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to delete. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync List Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to delete. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to delete. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Fetch(Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync List Permission. </summary>
            <param name="options"> Fetch SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.FetchAsync(Twilio.Rest.Sync.V1.Service.SyncList.FetchSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync List Permission. </summary>
            <param name="options"> Fetch SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync List Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to fetch. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync List Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to fetch. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to fetch. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Read(Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
            <param name="options"> Read SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.ReadAsync(Twilio.Rest.Sync.V1.Service.SyncList.ReadSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
            <param name="options"> Read SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resources to read. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resources to read. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync List. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resources to read. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resources to read. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Update(Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync List. </summary>
            <param name="options"> Update SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.SyncList.UpdateSyncListPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync List. </summary>
            <param name="options"> Update SyncListPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync List. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to update. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync List and its Items. Default value is `false`. </param>
            <param name="write"> Whether the identity can create, update, and delete Items in the Sync List. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync List. Default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync List. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync List Permission resource to update. </param>
            <param name="pathListSid"> The SID of the Sync List with the Sync List Permission resource to update. Can be the Sync List resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync List Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync List and its Items. Default value is `false`. </param>
            <param name="write"> Whether the identity can create, update, and delete Items in the Sync List. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync List. Default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncListPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncListPermissionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncListPermissionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sync List Permission resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.ListSid">
            <summary> The SID of the Sync List to which the Permission applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the Service to an FPA token. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource._Read">
            <summary> Whether the identity can read the Sync List and its Items. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Write">
            <summary> Whether the identity can create, update, and delete Items in the Sync List. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Manage">
            <summary> Whether the identity can delete the Sync List. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncList.SyncListPermissionResource.Url">
            <summary> The absolute URL of the Sync List Permission resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Sync Map in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used as an alternative to the `sid` in the URL path to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions.Ttl">
            <summary> An alias for `collection_ttl`. If both parameters are provided, this value is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions.CollectionTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Map expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions.#ctor(System.String)">
            <summary> Construct a new CreateSyncMapOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Sync Map in. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.DeleteSyncMapOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DeleteSyncMapOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DeleteSyncMapOptions.PathSid">
            <summary> The SID of the Sync Map resource to delete. Can be the Sync Map's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DeleteSyncMapOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSyncMapOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to delete. </param>
            <param name="pathSid"> The SID of the Sync Map resource to delete. Can be the Sync Map's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DeleteSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.FetchSyncMapOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.FetchSyncMapOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.FetchSyncMapOptions.PathSid">
            <summary> The SID of the Sync Map resource to fetch. Can be the Sync Map's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.FetchSyncMapOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSyncMapOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to fetch. </param>
            <param name="pathSid"> The SID of the Sync Map resource to fetch. Can be the Sync Map's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.FetchSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.ReadSyncMapOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.ReadSyncMapOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.ReadSyncMapOptions.#ctor(System.String)">
            <summary> Construct a new ListSyncMapOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.ReadSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions.PathSid">
            <summary> The SID of the Sync Map resource to update. Can be the Sync Map's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions.Ttl">
            <summary> An alias for `collection_ttl`. If both parameters are provided, this value is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions.CollectionTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Map expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSyncMapOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to update. </param>
            <param name="pathSid"> The SID of the Sync Map resource to update. Can be the Sync Map's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Create(Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.CreateAsync(Twilio.Rest.Sync.V1.Service.CreateSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Create(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Sync Map in. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used as an alternative to the `sid` in the URL path to address the resource. </param>
            <param name="ttl"> An alias for `collection_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Map expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.CreateAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Sync Map in. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used as an alternative to the `sid` in the URL path to address the resource. </param>
            <param name="ttl"> An alias for `collection_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Map expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.DeleteSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Delete(Twilio.Rest.Sync.V1.Service.DeleteSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.DeleteSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to delete. </param>
            <param name="pathSid"> The SID of the Sync Map resource to delete. Can be the Sync Map's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to delete. </param>
            <param name="pathSid"> The SID of the Sync Map resource to delete. Can be the Sync Map's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Fetch(Twilio.Rest.Sync.V1.Service.FetchSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.FetchAsync(Twilio.Rest.Sync.V1.Service.FetchSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to fetch. </param>
            <param name="pathSid"> The SID of the Sync Map resource to fetch. Can be the Sync Map's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to fetch. </param>
            <param name="pathSid"> The SID of the Sync Map resource to fetch. Can be the Sync Map's `sid` or its `unique_name`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Read(Twilio.Rest.Sync.V1.Service.ReadSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.ReadAsync(Twilio.Rest.Sync.V1.Service.ReadSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncMapResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncMapResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Update(Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.UpdateSyncMapOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncMap parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.Update(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to update. </param>
            <param name="pathSid"> The SID of the Sync Map resource to update. Can be the Sync Map's `sid` or its `unique_name`. </param>
            <param name="ttl"> An alias for `collection_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Map expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map resource to update. </param>
            <param name="pathSid"> The SID of the Sync Map resource to update. Can be the Sync Map's `sid` or its `unique_name`. </param>
            <param name="ttl"> An alias for `collection_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Map expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMap </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncMapResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncMapResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMapResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.Sid">
            <summary> The unique string that we created to identify the Sync Map resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sync Map resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.Url">
            <summary> The absolute URL of the Sync Map resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.Links">
            <summary> The URLs of the Sync Map's nested resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.Revision">
            <summary> The current revision of the Sync Map, represented as a string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.DateExpires">
            <summary> The date and time in GMT when the Sync Map expires and will be deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. If the Sync Map does not expire, this value is `null`. The Sync Map might not be deleted immediately after it expires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMapResource.CreatedBy">
            <summary> The identity of the Sync Map's creator. If the Sync Map is created from the client SDK, the value matches the Access Token's `identity` field. If the Sync Map was created from the REST API, the value is `system`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Map Item in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.PathMapSid">
            <summary> The SID of the Sync Map to add the new Map Item to. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.Key">
            <summary> The unique, user-defined key for the Map Item. Can be up to 320 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.Data">
            <summary> A JSON string that represents an arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.Ttl">
            <summary> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.ItemTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.CollectionTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item's parent Sync Map expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.#ctor(System.String,System.String,System.String,System.Object)">
            <summary> Construct a new CreateSyncMapItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Map Item in. </param>
            <param name="pathMapSid"> The SID of the Sync Map to add the new Map Item to. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="key"> The unique, user-defined key for the Map Item. Can be up to 320 characters long. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions.PathMapSid">
            <summary> The SID of the Sync Map with the Sync Map Item resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions.PathKey">
            <summary> The `key` value of the Sync Map Item resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions.IfMatch">
            <summary> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteSyncMapItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to delete. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapItemOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapItemOptions.PathMapSid">
            <summary> The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapItemOptions.PathKey">
            <summary> The `key` value of the Sync Map Item resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapItemOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchSyncMapItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to fetch. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Map Item resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions.PathMapSid">
            <summary> The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions.Order">
            <summary> How to order the Map Items returned by their `key` value. Can be: `asc` (ascending) or `desc` (descending) and the default is ascending. Map Items are [ordered lexicographically](https://en.wikipedia.org/wiki/Lexicographical_order) by Item key. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions.From">
            <summary> The `key` of the first Sync Map Item resource to read. See also `bounds`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions.Bounds">
            <summary> Whether to include the Map Item referenced by the `from` parameter. Can be: `inclusive` to include the Map Item referenced by the `from` parameter or `exclusive` to start with the next Map Item. The default value is `inclusive`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncMapItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Map Item resources to read. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.PathMapSid">
            <summary> The SID of the Sync Map with the Sync Map Item resource to update. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.PathKey">
            <summary> The `key` value of the Sync Map Item resource to update.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.IfMatch">
            <summary> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.Data">
            <summary> A JSON string that represents an arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.Ttl">
            <summary> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.ItemTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item expires (time-to-live) and is deleted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.CollectionTtl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item's parent Sync Map expires (time-to-live) and is deleted. This parameter can only be used when the Map Item's `data` or `ttl` is updated in the same request. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateSyncMapItemOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to update. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to update. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to update.  </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Create(Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.CreateAsync(Twilio.Rest.Sync.V1.Service.SyncMap.CreateSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Create(System.String,System.String,System.String,System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Map Item in. </param>
            <param name="pathMapSid"> The SID of the Sync Map to add the new Map Item to. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="key"> The unique, user-defined key for the Map Item. Can be up to 320 characters long. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="itemTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item expires (time-to-live) and is deleted. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item's parent Sync Map expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.CreateAsync(System.String,System.String,System.String,System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the Map Item in. </param>
            <param name="pathMapSid"> The SID of the Sync Map to add the new Map Item to. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="key"> The unique, user-defined key for the Map Item. Can be up to 320 characters long. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="itemTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item expires (time-to-live) and is deleted. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item's parent Sync Map expires (time-to-live) and is deleted. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Delete(Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Delete(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to delete. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to delete. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.DeleteAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to delete. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to delete. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Fetch(Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.FetchAsync(Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to fetch. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to fetch. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Read(Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.ReadAsync(Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Read(System.String,System.String,Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.QueryResultOrderEnum,System.String,Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.QueryFromBoundTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Map Item resources to read. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="order"> How to order the Map Items returned by their `key` value. Can be: `asc` (ascending) or `desc` (descending) and the default is ascending. Map Items are [ordered lexicographically](https://en.wikipedia.org/wiki/Lexicographical_order) by Item key. </param>
            <param name="from"> The `key` of the first Sync Map Item resource to read. See also `bounds`. </param>
            <param name="bounds"> Whether to include the Map Item referenced by the `from` parameter. Can be: `inclusive` to include the Map Item referenced by the `from` parameter or `exclusive` to start with the next Map Item. The default value is `inclusive`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.ReadAsync(System.String,System.String,Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.QueryResultOrderEnum,System.String,Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.QueryFromBoundTypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Map Item resources to read. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="order"> How to order the Map Items returned by their `key` value. Can be: `asc` (ascending) or `desc` (descending) and the default is ascending. Map Items are [ordered lexicographically](https://en.wikipedia.org/wiki/Lexicographical_order) by Item key. </param>
            <param name="from"> The `key` of the first Sync Map Item resource to read. See also `bounds`. </param>
            <param name="bounds"> Whether to include the Map Item referenced by the `from` parameter. Can be: `inclusive` to include the Map Item referenced by the `from` parameter or `exclusive` to start with the next Map Item. The default value is `inclusive`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Update(Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapItemOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SyncMapItem parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Update(System.String,System.String,System.String,System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to update. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to update. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to update.  </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="itemTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item expires (time-to-live) and is deleted. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item's parent Sync Map expires (time-to-live) and is deleted. This parameter can only be used when the Map Item's `data` or `ttl` is updated in the same request. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.UpdateAsync(System.String,System.String,System.String,System.Object,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Item resource to update. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Item resource to update. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathKey"> The `key` value of the Sync Map Item resource to update.  </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length. </param>
            <param name="ttl"> An alias for `item_ttl`. If both parameters are provided, this value is ignored. </param>
            <param name="itemTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item expires (time-to-live) and is deleted. </param>
            <param name="collectionTtl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Map Item's parent Sync Map expires (time-to-live) and is deleted. This parameter can only be used when the Map Item's `data` or `ttl` is updated in the same request. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the “revision” field of this [map item] matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapItem </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncMapItemResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncMapItemResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Key">
            <summary> The unique, user-defined key for the Map Item. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Map Item resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.MapSid">
            <summary> The SID of the Sync Map that contains the Map Item. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Url">
            <summary> The absolute URL of the Map Item resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Revision">
            <summary> The current revision of the Map Item, represented as a string. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.Data">
            <summary> An arbitrary, schema-less object that the Map Item stores. Can be up to 16 KiB in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.DateExpires">
            <summary> The date and time in GMT when the Map Item expires and will be deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. If the Map Item does not expire, this value is `null`.  The Map Item might not be deleted immediately after it expires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapItemResource.CreatedBy">
            <summary> The identity of the Map Item's creator. If the Map Item is created from the client SDK, the value matches the Access Token's `identity` field. If the Map Item was created from the REST API, the value is `system`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions">
            <summary> Delete a specific Sync Map Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to delete. Can be the Service's `sid` value or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions.PathMapSid">
            <summary> The SID of the Sync Map with the Sync Map Permission resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Sync Map Permission resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteSyncMapPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to delete. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapPermissionOptions">
            <summary> Fetch a specific Sync Map Permission. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to fetch. Can be the Service's `sid` value or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapPermissionOptions.PathMapSid">
            <summary> The SID of the Sync Map with the Sync Map Permission resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Sync Map Permission resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapPermissionOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchSyncMapPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to fetch. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapPermissionOptions">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resources to read. Can be the Service's `sid` value or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapPermissionOptions.PathMapSid">
            <summary> The SID of the Sync Map with the Permission resources to read. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapPermissionOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListSyncMapPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resources to read. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Permission resources to read. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions">
            <summary> Update an identity's access to a specific Sync Map. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to update. Can be the Service's `sid` value or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions.PathMapSid">
            <summary> The SID of the Sync Map with the Sync Map Permission resource to update. Can be the Sync Map resource's `sid` or its `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions.PathIdentity">
            <summary> The application-defined string that uniquely identifies the User's Sync Map Permission resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions.Read">
            <summary> Whether the identity can read the Sync Map and its Items. Default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions.Write">
            <summary> Whether the identity can create, update, and delete Items in the Sync Map. Default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions.Manage">
            <summary> Whether the identity can delete the Sync Map. Default value is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary> Construct a new UpdateSyncMapPermissionOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to update. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to update. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync Map and its Items. Default value is `false`. </param>
            <param name="write"> Whether the identity can create, update, and delete Items in the Sync Map. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync Map. Default value is `false`. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="options"> Delete SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Delete(Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="options"> Delete SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.SyncMap.DeleteSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="options"> Delete SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to delete. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Sync Map Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to delete. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to delete. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Fetch(Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Map Permission. </summary>
            <param name="options"> Fetch SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.FetchAsync(Twilio.Rest.Sync.V1.Service.SyncMap.FetchSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Map Permission. </summary>
            <param name="options"> Fetch SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Map Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to fetch. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Sync Map Permission. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to fetch. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Read(Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
            <param name="options"> Read SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.ReadAsync(Twilio.Rest.Sync.V1.Service.SyncMap.ReadSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
            <param name="options"> Read SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resources to read. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Permission resources to read. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Permissions applying to a Sync Map. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resources to read. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Permission resources to read. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Update(Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Map. </summary>
            <param name="options"> Update SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.SyncMap.UpdateSyncMapPermissionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Map. </summary>
            <param name="options"> Update SyncMapPermission parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Map. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to update. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to update. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync Map and its Items. Default value is `false`. </param>
            <param name="write"> Whether the identity can create, update, and delete Items in the Sync Map. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync Map. Default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update an identity's access to a specific Sync Map. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Map Permission resource to update. Can be the Service's `sid` value or `default`. </param>
            <param name="pathMapSid"> The SID of the Sync Map with the Sync Map Permission resource to update. Can be the Sync Map resource's `sid` or its `unique_name`. </param>
            <param name="pathIdentity"> The application-defined string that uniquely identifies the User's Sync Map Permission resource to update. </param>
            <param name="read"> Whether the identity can read the Sync Map and its Items. Default value is `false`. </param>
            <param name="write"> Whether the identity can create, update, and delete Items in the Sync Map. Default value is `false`. </param>
            <param name="manage"> Whether the identity can delete the Sync Map. Default value is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncMapPermission </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncMapPermissionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncMapPermissionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sync Map Permission resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.MapSid">
            <summary> The SID of the Sync Map to which the Permission applies. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within the Service to an FPA token. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource._Read">
            <summary> Whether the identity can read the Sync Map and its Items. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Write">
            <summary> Whether the identity can create, update, and delete Items in the Sync Map. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Manage">
            <summary> Whether the identity can delete the Sync Map. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncMap.SyncMapPermissionResource.Url">
            <summary> The absolute URL of the Sync Map Permission resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.CreateSyncStreamOptions">
            <summary> Create a new Stream. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncStreamOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncStreamOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. This value must be unique within its Service and it can be up to 320 characters long. The `unique_name` value can be used as an alternative to the `sid` in the URL path to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.CreateSyncStreamOptions.Ttl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Stream expires and is deleted (time-to-live). </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.CreateSyncStreamOptions.#ctor(System.String)">
            <summary> Construct a new CreateSyncStreamOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream in. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.CreateSyncStreamOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.DeleteSyncStreamOptions">
            <summary> Delete a specific Stream. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DeleteSyncStreamOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.DeleteSyncStreamOptions.PathSid">
            <summary> The SID of the Stream resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DeleteSyncStreamOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteSyncStreamOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to delete. </param>
            <param name="pathSid"> The SID of the Stream resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.DeleteSyncStreamOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.FetchSyncStreamOptions">
            <summary> Fetch a specific Stream. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.FetchSyncStreamOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.FetchSyncStreamOptions.PathSid">
            <summary> The SID of the Stream resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.FetchSyncStreamOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchSyncStreamOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to fetch. </param>
            <param name="pathSid"> The SID of the Stream resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.FetchSyncStreamOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.ReadSyncStreamOptions">
            <summary> Retrieve a list of all Streams in a Service Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.ReadSyncStreamOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Stream resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.ReadSyncStreamOptions.#ctor(System.String)">
            <summary> Construct a new ListSyncStreamOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Stream resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.ReadSyncStreamOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.UpdateSyncStreamOptions">
            <summary> Update a specific Stream. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncStreamOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncStreamOptions.PathSid">
            <summary> The SID of the Stream resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.UpdateSyncStreamOptions.Ttl">
            <summary> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Stream expires and is deleted (time-to-live). </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateSyncStreamOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSyncStreamOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to update. </param>
            <param name="pathSid"> The SID of the Stream resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.UpdateSyncStreamOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Create(Twilio.Rest.Sync.V1.Service.CreateSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Stream. </summary>
            <param name="options"> Create SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.CreateAsync(Twilio.Rest.Sync.V1.Service.CreateSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Stream. </summary>
            <param name="options"> Create SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Create(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Stream. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream in. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within its Service and it can be up to 320 characters long. The `unique_name` value can be used as an alternative to the `sid` in the URL path to address the resource. </param>
            <param name="ttl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Stream expires and is deleted (time-to-live). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.CreateAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Stream. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream in. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. This value must be unique within its Service and it can be up to 320 characters long. The `unique_name` value can be used as an alternative to the `sid` in the URL path to address the resource. </param>
            <param name="ttl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Stream expires and is deleted (time-to-live). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.BuildDeleteRequest(Twilio.Rest.Sync.V1.Service.DeleteSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Stream. </summary>
            <param name="options"> Delete SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Delete(Twilio.Rest.Sync.V1.Service.DeleteSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Stream. </summary>
            <param name="options"> Delete SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.DeleteAsync(Twilio.Rest.Sync.V1.Service.DeleteSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Stream. </summary>
            <param name="options"> Delete SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Stream. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to delete. </param>
            <param name="pathSid"> The SID of the Stream resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Stream. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to delete. </param>
            <param name="pathSid"> The SID of the Stream resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Fetch(Twilio.Rest.Sync.V1.Service.FetchSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Stream. </summary>
            <param name="options"> Fetch SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.FetchAsync(Twilio.Rest.Sync.V1.Service.FetchSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Stream. </summary>
            <param name="options"> Fetch SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Stream. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to fetch. </param>
            <param name="pathSid"> The SID of the Stream resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Stream. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to fetch. </param>
            <param name="pathSid"> The SID of the Stream resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Read(Twilio.Rest.Sync.V1.Service.ReadSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Streams in a Service Instance. </summary>
            <param name="options"> Read SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.ReadAsync(Twilio.Rest.Sync.V1.Service.ReadSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Streams in a Service Instance. </summary>
            <param name="options"> Read SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Streams in a Service Instance. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Stream resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Streams in a Service Instance. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Stream resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.NextPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncStreamResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Sync.V1.Service.SyncStreamResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Update(Twilio.Rest.Sync.V1.Service.UpdateSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Stream. </summary>
            <param name="options"> Update SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.UpdateAsync(Twilio.Rest.Sync.V1.Service.UpdateSyncStreamOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Stream. </summary>
            <param name="options"> Update SyncStream parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Update(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Stream. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to update. </param>
            <param name="pathSid"> The SID of the Stream resource to update. </param>
            <param name="ttl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Stream expires and is deleted (time-to-live). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Stream. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) with the Sync Stream resource to update. </param>
            <param name="pathSid"> The SID of the Stream resource to update. </param>
            <param name="ttl"> How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Stream expires and is deleted (time-to-live). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SyncStream </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SyncStreamResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SyncStreamResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStreamResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Sid">
            <summary> The unique string that we created to identify the Sync Stream resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sync Stream resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.ServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Url">
            <summary> The absolute URL of the Message Stream resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.Links">
            <summary> The URLs of the Stream's nested resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.DateExpires">
            <summary> The date and time in GMT when the Message Stream expires and will be deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. If the Message Stream does not expire, this value is `null`. The Stream might not be deleted immediately after it expires. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStreamResource.CreatedBy">
            <summary> The identity of the Stream's creator. If the Stream is created from the client SDK, the value matches the Access Token's `identity` field. If the Stream was created from the REST API, the value is 'system'. </summary> 
        </member>
        <member name="T:Twilio.Rest.Sync.V1.Service.SyncStream.CreateStreamMessageOptions">
            <summary> Create a new Stream Message. </summary>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStream.CreateStreamMessageOptions.PathServiceSid">
            <summary> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream Message in. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStream.CreateStreamMessageOptions.PathStreamSid">
            <summary> The SID of the Sync Stream to create the new Stream Message resource for. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStream.CreateStreamMessageOptions.Data">
            <summary> A JSON string that represents an arbitrary, schema-less object that makes up the Stream Message body. Can be up to 4 KiB in length. </summary> 
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStream.CreateStreamMessageOptions.#ctor(System.String,System.String,System.Object)">
            <summary> Construct a new CreateStreamMessageOptions </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream Message in. </param>
            <param name="pathStreamSid"> The SID of the Sync Stream to create the new Stream Message resource for. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that makes up the Stream Message body. Can be up to 4 KiB in length. </param>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStream.CreateStreamMessageOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStream.StreamMessageResource.Create(Twilio.Rest.Sync.V1.Service.SyncStream.CreateStreamMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Stream Message. </summary>
            <param name="options"> Create StreamMessage parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of StreamMessage </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStream.StreamMessageResource.CreateAsync(Twilio.Rest.Sync.V1.Service.SyncStream.CreateStreamMessageOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Stream Message. </summary>
            <param name="options"> Create StreamMessage parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of StreamMessage </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStream.StreamMessageResource.Create(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Stream Message. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream Message in. </param>
            <param name="pathStreamSid"> The SID of the Sync Stream to create the new Stream Message resource for. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that makes up the Stream Message body. Can be up to 4 KiB in length. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of StreamMessage </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStream.StreamMessageResource.CreateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Stream Message. </summary>
            <param name="pathServiceSid"> The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) to create the new Stream Message in. </param>
            <param name="pathStreamSid"> The SID of the Sync Stream to create the new Stream Message resource for. </param>
            <param name="data"> A JSON string that represents an arbitrary, schema-less object that makes up the Stream Message body. Can be up to 4 KiB in length. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of StreamMessage </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStream.StreamMessageResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a StreamMessageResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> StreamMessageResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Sync.V1.Service.SyncStream.StreamMessageResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStream.StreamMessageResource.Sid">
            <summary> The unique string that we created to identify the Stream Message resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Sync.V1.Service.SyncStream.StreamMessageResource.Data">
            <summary> An arbitrary, schema-less object that contains the Stream Message body. Can be up to 4 KiB in length. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Workspace resource. It can be up to 64 characters long. For example: `Customer Support` or `2014 Election Campaign`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions.EventCallbackUrl">
            <summary> The URL we should call when an event occurs. If provided, the Workspace will publish events to this URL, for example, to collect data for reporting. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions.EventsFilter">
            <summary> The list of Workspace events for which to call event_callback_url. For example, if `EventsFilter=task.created, task.canceled, worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions.MultiTaskEnabled">
            <summary> Whether to enable multi-tasking. Can be: `true` to enable multi-tasking, or `false` to disable it. However, all workspaces should be created as multi-tasking. The default is `true`. Multi-tasking allows Workers to handle multiple Tasks simultaneously. When enabled (`true`), each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking mode (legacy mode), each Worker will only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions.Template">
            <summary> An available template name. Can be: `NONE` or `FIFO` and the default is `NONE`. Pre-configures the Workspace with the Workflow and Activities specified in the template. `NONE` will create a Workspace with only a set of default activities. `FIFO` will configure TaskRouter with a set of default activities and a single TaskQueue for first-in, first-out distribution, which can be useful when you are getting started with TaskRouter. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions.#ctor(System.String)">
            <summary> Construct a new CreateWorkspaceOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the Workspace resource. It can be up to 64 characters long. For example: `Customer Support` or `2014 Election Campaign`. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.DeleteWorkspaceOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.DeleteWorkspaceOptions.PathSid">
            <summary> The SID of the Workspace resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.DeleteWorkspaceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteWorkspaceOptions </summary>
            <param name="pathSid"> The SID of the Workspace resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.DeleteWorkspaceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.FetchWorkspaceOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.FetchWorkspaceOptions.PathSid">
            <summary> The SID of the Workspace resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.FetchWorkspaceOptions.#ctor(System.String)">
            <summary> Construct a new FetchWorkspaceOptions </summary>
            <param name="pathSid"> The SID of the Workspace resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.FetchWorkspaceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.ReadWorkspaceOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.ReadWorkspaceOptions.FriendlyName">
            <summary> The `friendly_name` of the Workspace resources to read. For example `Customer Support` or `2014 Election Campaign`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.ReadWorkspaceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.PathSid">
            <summary> The SID of the Workspace resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.DefaultActivitySid">
            <summary> The SID of the Activity that will be used when new Workers are created in the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.EventCallbackUrl">
            <summary> The URL we should call when an event occurs. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.EventsFilter">
            <summary> The list of Workspace events for which to call event_callback_url. For example if `EventsFilter=task.created,task.canceled,worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Workspace resource. For example: `Sales Call Center` or `Customer Support Team`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.MultiTaskEnabled">
            <summary> Whether to enable multi-tasking. Can be: `true` to enable multi-tasking, or `false` to disable it. However, all workspaces should be maintained as multi-tasking. There is no default when omitting this parameter. A multi-tasking Workspace can't be updated to single-tasking unless it is not a Flex Project and another (legacy) single-tasking Workspace exists. Multi-tasking allows Workers to handle multiple Tasks simultaneously. In multi-tasking mode, each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking mode (legacy mode), each Worker will only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.TimeoutActivitySid">
            <summary> The SID of the Activity that will be assigned to a Worker when a Task reservation times out without a response. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateWorkspaceOptions </summary>
            <param name="pathSid"> The SID of the Workspace resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Create(Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.CreateAsync(Twilio.Rest.Taskrouter.V1.CreateWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Create(System.String,System.Uri,System.String,System.Nullable{System.Boolean},System.String,Twilio.Rest.Taskrouter.V1.WorkspaceResource.QueueOrderEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the Workspace resource. It can be up to 64 characters long. For example: `Customer Support` or `2014 Election Campaign`. </param>
            <param name="eventCallbackUrl"> The URL we should call when an event occurs. If provided, the Workspace will publish events to this URL, for example, to collect data for reporting. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides). </param>
            <param name="eventsFilter"> The list of Workspace events for which to call event_callback_url. For example, if `EventsFilter=task.created, task.canceled, worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated. </param>
            <param name="multiTaskEnabled"> Whether to enable multi-tasking. Can be: `true` to enable multi-tasking, or `false` to disable it. However, all workspaces should be created as multi-tasking. The default is `true`. Multi-tasking allows Workers to handle multiple Tasks simultaneously. When enabled (`true`), each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking mode (legacy mode), each Worker will only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking). </param>
            <param name="template"> An available template name. Can be: `NONE` or `FIFO` and the default is `NONE`. Pre-configures the Workspace with the Workflow and Activities specified in the template. `NONE` will create a Workspace with only a set of default activities. `FIFO` will configure TaskRouter with a set of default activities and a single TaskQueue for first-in, first-out distribution, which can be useful when you are getting started with TaskRouter. </param>
            <param name="prioritizeQueueOrder">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.CreateAsync(System.String,System.Uri,System.String,System.Nullable{System.Boolean},System.String,Twilio.Rest.Taskrouter.V1.WorkspaceResource.QueueOrderEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the Workspace resource. It can be up to 64 characters long. For example: `Customer Support` or `2014 Election Campaign`. </param>
            <param name="eventCallbackUrl"> The URL we should call when an event occurs. If provided, the Workspace will publish events to this URL, for example, to collect data for reporting. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides). </param>
            <param name="eventsFilter"> The list of Workspace events for which to call event_callback_url. For example, if `EventsFilter=task.created, task.canceled, worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated. </param>
            <param name="multiTaskEnabled"> Whether to enable multi-tasking. Can be: `true` to enable multi-tasking, or `false` to disable it. However, all workspaces should be created as multi-tasking. The default is `true`. Multi-tasking allows Workers to handle multiple Tasks simultaneously. When enabled (`true`), each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking mode (legacy mode), each Worker will only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking). </param>
            <param name="template"> An available template name. Can be: `NONE` or `FIFO` and the default is `NONE`. Pre-configures the Workspace with the Workflow and Activities specified in the template. `NONE` will create a Workspace with only a set of default activities. `FIFO` will configure TaskRouter with a set of default activities and a single TaskQueue for first-in, first-out distribution, which can be useful when you are getting started with TaskRouter. </param>
            <param name="prioritizeQueueOrder">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.BuildDeleteRequest(Twilio.Rest.Taskrouter.V1.DeleteWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Delete(Twilio.Rest.Taskrouter.V1.DeleteWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.DeleteAsync(Twilio.Rest.Taskrouter.V1.DeleteWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Workspace resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the Workspace resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Fetch(Twilio.Rest.Taskrouter.V1.FetchWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.FetchAsync(Twilio.Rest.Taskrouter.V1.FetchWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Workspace resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Workspace resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Read(Twilio.Rest.Taskrouter.V1.ReadWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.ReadAsync(Twilio.Rest.Taskrouter.V1.ReadWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="friendlyName"> The `friendly_name` of the Workspace resources to read. For example `Customer Support` or `2014 Election Campaign`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="friendlyName"> The `friendly_name` of the Workspace resources to read. For example `Customer Support` or `2014 Election Campaign`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.WorkspaceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.WorkspaceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Update(Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.UpdateWorkspaceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Workspace parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Update(System.String,System.String,System.Uri,System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Rest.Taskrouter.V1.WorkspaceResource.QueueOrderEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Workspace resource to update. </param>
            <param name="defaultActivitySid"> The SID of the Activity that will be used when new Workers are created in the Workspace. </param>
            <param name="eventCallbackUrl"> The URL we should call when an event occurs. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides). </param>
            <param name="eventsFilter"> The list of Workspace events for which to call event_callback_url. For example if `EventsFilter=task.created,task.canceled,worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Workspace resource. For example: `Sales Call Center` or `Customer Support Team`. </param>
            <param name="multiTaskEnabled"> Whether to enable multi-tasking. Can be: `true` to enable multi-tasking, or `false` to disable it. However, all workspaces should be maintained as multi-tasking. There is no default when omitting this parameter. A multi-tasking Workspace can't be updated to single-tasking unless it is not a Flex Project and another (legacy) single-tasking Workspace exists. Multi-tasking allows Workers to handle multiple Tasks simultaneously. In multi-tasking mode, each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking mode (legacy mode), each Worker will only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking). </param>
            <param name="timeoutActivitySid"> The SID of the Activity that will be assigned to a Worker when a Task reservation times out without a response. </param>
            <param name="prioritizeQueueOrder">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.UpdateAsync(System.String,System.String,System.Uri,System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Rest.Taskrouter.V1.WorkspaceResource.QueueOrderEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Workspace resource to update. </param>
            <param name="defaultActivitySid"> The SID of the Activity that will be used when new Workers are created in the Workspace. </param>
            <param name="eventCallbackUrl"> The URL we should call when an event occurs. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides). </param>
            <param name="eventsFilter"> The list of Workspace events for which to call event_callback_url. For example if `EventsFilter=task.created,task.canceled,worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Workspace resource. For example: `Sales Call Center` or `Customer Support Team`. </param>
            <param name="multiTaskEnabled"> Whether to enable multi-tasking. Can be: `true` to enable multi-tasking, or `false` to disable it. However, all workspaces should be maintained as multi-tasking. There is no default when omitting this parameter. A multi-tasking Workspace can't be updated to single-tasking unless it is not a Flex Project and another (legacy) single-tasking Workspace exists. Multi-tasking allows Workers to handle multiple Tasks simultaneously. In multi-tasking mode, each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking mode (legacy mode), each Worker will only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking). </param>
            <param name="timeoutActivitySid"> The SID of the Activity that will be assigned to a Worker when a Task reservation times out without a response. </param>
            <param name="prioritizeQueueOrder">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workspace </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkspaceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkspaceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.WorkspaceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workspace resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.DefaultActivityName">
            <summary> The name of the default activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.DefaultActivitySid">
            <summary> The SID of the Activity that will be used when new Workers are created in the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.EventCallbackUrl">
            <summary> The URL we call when an event occurs. If provided, the Workspace will publish events to this URL, for example, to collect data for reporting. See [Workspace Events](https://www.twilio.com/docs/taskrouter/api/event) for more information. This parameter supports Twilio's [Webhooks (HTTP callbacks) Connection Overrides](https://www.twilio.com/docs/usage/webhooks/webhooks-connection-overrides). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.EventsFilter">
            <summary> The list of Workspace events for which to call `event_callback_url`. For example, if `EventsFilter=task.created, task.canceled, worker.activity.update`, then TaskRouter will call event_callback_url only when a task is created, canceled, or a Worker activity is updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.FriendlyName">
            <summary> The string that you assigned to describe the Workspace resource. For example `Customer Support` or `2014 Election Campaign`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.MultiTaskEnabled">
            <summary> Whether multi-tasking is enabled. The default is `true`, which enables multi-tasking. Multi-tasking allows Workers to handle multiple Tasks simultaneously. When enabled (`true`), each Worker can receive parallel reservations up to the per-channel maximums defined in the Workers section. In single-tasking each Worker would only receive a new reservation when the previous task is completed. Learn more at [Multitasking](https://www.twilio.com/docs/taskrouter/multitasking). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Sid">
            <summary> The unique string that we created to identify the Workspace resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.TimeoutActivityName">
            <summary> The name of the timeout activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.TimeoutActivitySid">
            <summary> The SID of the Activity that will be assigned to a Worker when a Task reservation times out without a response. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Url">
            <summary> The absolute URL of the Workspace resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.WorkspaceResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.CreateActivityOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateActivityOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace that the new Activity belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateActivityOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Activity resource. It can be up to 64 characters long. These names are used to calculate and expose statistics about Workers, and provide visibility into the state of each Worker. Examples of friendly names include: `on-call`, `break`, and `email`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateActivityOptions.Available">
            <summary> Whether the Worker should be eligible to receive a Task when it occupies the Activity. A value of `true`, `1`, or `yes` specifies the Activity is available. All other values specify that it is not. The value cannot be changed after the Activity is created. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateActivityOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateActivityOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Activity belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Activity resource. It can be up to 64 characters long. These names are used to calculate and expose statistics about Workers, and provide visibility into the state of each Worker. Examples of friendly names include: `on-call`, `break`, and `email`. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateActivityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.DeleteActivityOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteActivityOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Activity resources to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteActivityOptions.PathSid">
            <summary> The SID of the Activity resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteActivityOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteActivityOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to delete. </param>
            <param name="pathSid"> The SID of the Activity resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteActivityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchActivityOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchActivityOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Activity resources to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchActivityOptions.PathSid">
            <summary> The SID of the Activity resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchActivityOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchActivityOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to fetch. </param>
            <param name="pathSid"> The SID of the Activity resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchActivityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.ReadActivityOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadActivityOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Activity resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadActivityOptions.FriendlyName">
            <summary> The `friendly_name` of the Activity resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadActivityOptions.Available">
            <summary> Whether return only Activity resources that are available or unavailable. A value of `true` returns only available activities. Values of '1' or `yes` also indicate `true`. All other values represent `false` and return activities that are unavailable. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadActivityOptions.#ctor(System.String)">
            <summary> Construct a new ListActivityOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadActivityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.UpdateActivityOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateActivityOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Activity resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateActivityOptions.PathSid">
            <summary> The SID of the Activity resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateActivityOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Activity resource. It can be up to 64 characters long. These names are used to calculate and expose statistics about Workers, and provide visibility into the state of each Worker. Examples of friendly names include: `on-call`, `break`, and `email`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateActivityOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateActivityOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to update. </param>
            <param name="pathSid"> The SID of the Activity resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateActivityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Create(Twilio.Rest.Taskrouter.V1.Workspace.CreateActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.CreateAsync(Twilio.Rest.Taskrouter.V1.Workspace.CreateActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Create(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Activity belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Activity resource. It can be up to 64 characters long. These names are used to calculate and expose statistics about Workers, and provide visibility into the state of each Worker. Examples of friendly names include: `on-call`, `break`, and `email`. </param>
            <param name="available"> Whether the Worker should be eligible to receive a Task when it occupies the Activity. A value of `true`, `1`, or `yes` specifies the Activity is available. All other values specify that it is not. The value cannot be changed after the Activity is created. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.CreateAsync(System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Activity belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Activity resource. It can be up to 64 characters long. These names are used to calculate and expose statistics about Workers, and provide visibility into the state of each Worker. Examples of friendly names include: `on-call`, `break`, and `email`. </param>
            <param name="available"> Whether the Worker should be eligible to receive a Task when it occupies the Activity. A value of `true`, `1`, or `yes` specifies the Activity is available. All other values specify that it is not. The value cannot be changed after the Activity is created. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.BuildDeleteRequest(Twilio.Rest.Taskrouter.V1.Workspace.DeleteActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Delete(Twilio.Rest.Taskrouter.V1.Workspace.DeleteActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.DeleteAsync(Twilio.Rest.Taskrouter.V1.Workspace.DeleteActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to delete. </param>
            <param name="pathSid"> The SID of the Activity resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to delete. </param>
            <param name="pathSid"> The SID of the Activity resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to fetch. </param>
            <param name="pathSid"> The SID of the Activity resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to fetch. </param>
            <param name="pathSid"> The SID of the Activity resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.ReadActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.ReadActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to read. </param>
            <param name="friendlyName"> The `friendly_name` of the Activity resources to read. </param>
            <param name="available"> Whether return only Activity resources that are available or unavailable. A value of `true` returns only available activities. Values of '1' or `yes` also indicate `true`. All other values represent `false` and return activities that are unavailable. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to read. </param>
            <param name="friendlyName"> The `friendly_name` of the Activity resources to read. </param>
            <param name="available"> Whether return only Activity resources that are available or unavailable. A value of `true` returns only available activities. Values of '1' or `yes` also indicate `true`. All other values represent `false` and return activities that are unavailable. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.UpdateActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.UpdateActivityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Activity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to update. </param>
            <param name="pathSid"> The SID of the Activity resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Activity resource. It can be up to 64 characters long. These names are used to calculate and expose statistics about Workers, and provide visibility into the state of each Worker. Examples of friendly names include: `on-call`, `break`, and `email`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Activity resources to update. </param>
            <param name="pathSid"> The SID of the Activity resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Activity resource. It can be up to 64 characters long. These names are used to calculate and expose statistics about Workers, and provide visibility into the state of each Worker. Examples of friendly names include: `on-call`, `break`, and `email`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Activity </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ActivityResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ActivityResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Activity resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Available">
            <summary> Whether the Worker is eligible to receive a Task when it occupies the Activity. A value of `true`, `1`, or `yes` indicates the Activity is available. All other values indicate that it is not. The value cannot be changed after the Activity is created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.FriendlyName">
            <summary> The string that you assigned to describe the Activity resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Sid">
            <summary> The unique string that we created to identify the Activity resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Url">
            <summary> The absolute URL of the Activity resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ActivityResource.Links">
            <summary> The links </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchEventOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchEventOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Event to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchEventOptions.PathSid">
            <summary> The SID of the Event resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchEventOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchEventOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Event to fetch. </param>
            <param name="pathSid"> The SID of the Event resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Events to read. Returns only the Events that pertain to the specified Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.EndDate">
            <summary> Only include Events that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.EventType">
            <summary> The type of Events to read. Returns only Events of the type specified. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.Minutes">
            <summary> The period of events to read in minutes. Returns only Events that occurred since this many minutes in the past. The default is `15` minutes. Task Attributes for Events occuring more 43,200 minutes ago will be redacted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.ReservationSid">
            <summary> The SID of the Reservation with the Events to read. Returns only Events that pertain to the specified Reservation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.StartDate">
            <summary> Only include Events from on or after this date and time, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Task Attributes for Events older than 30 days will be redacted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.TaskQueueSid">
            <summary> The SID of the TaskQueue with the Events to read. Returns only the Events that pertain to the specified TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.TaskSid">
            <summary> The SID of the Task with the Events to read. Returns only the Events that pertain to the specified Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.WorkerSid">
            <summary> The SID of the Worker with the Events to read. Returns only the Events that pertain to the specified Worker. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.WorkflowSid">
            <summary> The SID of the Workflow with the Events to read. Returns only the Events that pertain to the specified Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.TaskChannel">
            <summary> The TaskChannel with the Events to read. Returns only the Events that pertain to the specified TaskChannel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.Sid">
            <summary> The SID of the Event resource to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.#ctor(System.String)">
            <summary> Construct a new ListEventOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Events to read. Returns only the Events that pertain to the specified Workspace. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Event to fetch. </param>
            <param name="pathSid"> The SID of the Event resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Event to fetch. </param>
            <param name="pathSid"> The SID of the Event resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.ReadEventOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Event parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.Read(System.String,System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Events to read. Returns only the Events that pertain to the specified Workspace. </param>
            <param name="endDate"> Only include Events that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="eventType"> The type of Events to read. Returns only Events of the type specified. </param>
            <param name="minutes"> The period of events to read in minutes. Returns only Events that occurred since this many minutes in the past. The default is `15` minutes. Task Attributes for Events occuring more 43,200 minutes ago will be redacted. </param>
            <param name="reservationSid"> The SID of the Reservation with the Events to read. Returns only Events that pertain to the specified Reservation. </param>
            <param name="startDate"> Only include Events from on or after this date and time, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Task Attributes for Events older than 30 days will be redacted. </param>
            <param name="taskQueueSid"> The SID of the TaskQueue with the Events to read. Returns only the Events that pertain to the specified TaskQueue. </param>
            <param name="taskSid"> The SID of the Task with the Events to read. Returns only the Events that pertain to the specified Task. </param>
            <param name="workerSid"> The SID of the Worker with the Events to read. Returns only the Events that pertain to the specified Worker. </param>
            <param name="workflowSid"> The SID of the Workflow with the Events to read. Returns only the Events that pertain to the specified Workflow. </param>
            <param name="taskChannel"> The TaskChannel with the Events to read. Returns only the Events that pertain to the specified TaskChannel. </param>
            <param name="sid"> The SID of the Event resource to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Events to read. Returns only the Events that pertain to the specified Workspace. </param>
            <param name="endDate"> Only include Events that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="eventType"> The type of Events to read. Returns only Events of the type specified. </param>
            <param name="minutes"> The period of events to read in minutes. Returns only Events that occurred since this many minutes in the past. The default is `15` minutes. Task Attributes for Events occuring more 43,200 minutes ago will be redacted. </param>
            <param name="reservationSid"> The SID of the Reservation with the Events to read. Returns only Events that pertain to the specified Reservation. </param>
            <param name="startDate"> Only include Events from on or after this date and time, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Task Attributes for Events older than 30 days will be redacted. </param>
            <param name="taskQueueSid"> The SID of the TaskQueue with the Events to read. Returns only the Events that pertain to the specified TaskQueue. </param>
            <param name="taskSid"> The SID of the Task with the Events to read. Returns only the Events that pertain to the specified Task. </param>
            <param name="workerSid"> The SID of the Worker with the Events to read. Returns only the Events that pertain to the specified Worker. </param>
            <param name="workflowSid"> The SID of the Workflow with the Events to read. Returns only the Events that pertain to the specified Workflow. </param>
            <param name="taskChannel"> The TaskChannel with the Events to read. Returns only the Events that pertain to the specified TaskChannel. </param>
            <param name="sid"> The SID of the Event resource to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Event </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.EventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.EventResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EventResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EventResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Event resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ActorSid">
            <summary> The SID of the resource that triggered the event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ActorType">
            <summary> The type of resource that triggered the event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ActorUrl">
            <summary> The absolute URL of the resource that triggered the event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.Description">
            <summary> A description of the event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.EventData">
            <summary> Data about the event. For more information, see [Event types](https://www.twilio.com/docs/taskrouter/api/event#event-types). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.EventDate">
            <summary> The time the event was sent, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.EventDateMs">
            <summary> The time the event was sent in milliseconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.EventType">
            <summary> The identifier for the event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ResourceSid">
            <summary> The SID of the object the event is most relevant to, such as a TaskSid, ReservationSid, or a  WorkerSid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ResourceType">
            <summary> The type of object the event is most relevant to, such as a Task, Reservation, or a Worker). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.ResourceUrl">
            <summary> The URL of the resource the event is most relevant to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.Sid">
            <summary> The unique string that we created to identify the Event resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.Source">
            <summary> Where the Event originated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.SourceIpAddress">
            <summary> The IP from which the Event originated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.Url">
            <summary> The absolute URL of the Event resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.EventResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Event. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace that the new Task Channel belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Task Channel. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the Task Channel, such as `voice` or `sms`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions.ChannelOptimizedRouting">
            <summary> Whether the Task Channel should prioritize Workers that have been idle. If `true`, Workers that have been idle the longest are prioritized. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateTaskChannelOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Task Channel belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Task Channel. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the Task Channel, such as `voice` or `sms`. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskChannelOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskChannelOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Task Channel to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskChannelOptions.PathSid">
            <summary> The SID of the Task Channel resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteTaskChannelOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to delete. </param>
            <param name="pathSid"> The SID of the Task Channel resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskChannelOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Task Channel to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskChannelOptions.PathSid">
            <summary> The SID of the Task Channel resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTaskChannelOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to fetch. </param>
            <param name="pathSid"> The SID of the Task Channel resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskChannelOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskChannelOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Task Channel to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskChannelOptions.#ctor(System.String)">
            <summary> Construct a new ListTaskChannelOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Task Channel to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions.PathSid">
            <summary> The SID of the Task Channel resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Task Channel. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions.ChannelOptimizedRouting">
            <summary> Whether the TaskChannel should prioritize Workers that have been idle. If `true`, Workers that have been idle the longest are prioritized. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateTaskChannelOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to update. </param>
            <param name="pathSid"> The SID of the Task Channel resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Create(Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.CreateAsync(Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Create(System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Task Channel belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Task Channel. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the Task Channel, such as `voice` or `sms`. </param>
            <param name="channelOptimizedRouting"> Whether the Task Channel should prioritize Workers that have been idle. If `true`, Workers that have been idle the longest are prioritized. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Task Channel belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Task Channel. It can be up to 64 characters long. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the Task Channel, such as `voice` or `sms`. </param>
            <param name="channelOptimizedRouting"> Whether the Task Channel should prioritize Workers that have been idle. If `true`, Workers that have been idle the longest are prioritized. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.BuildDeleteRequest(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Delete(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.DeleteAsync(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to delete. </param>
            <param name="pathSid"> The SID of the Task Channel resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to delete. </param>
            <param name="pathSid"> The SID of the Task Channel resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to fetch. </param>
            <param name="pathSid"> The SID of the Task Channel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to fetch. </param>
            <param name="pathSid"> The SID of the Task Channel resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update TaskChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Update(System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to update. </param>
            <param name="pathSid"> The SID of the Task Channel resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Task Channel. It can be up to 64 characters long. </param>
            <param name="channelOptimizedRouting"> Whether the TaskChannel should prioritize Workers that have been idle. If `true`, Workers that have been idle the longest are prioritized. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task Channel to update. </param>
            <param name="pathSid"> The SID of the Task Channel resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Task Channel. It can be up to 64 characters long. </param>
            <param name="channelOptimizedRouting"> Whether the TaskChannel should prioritize Workers that have been idle. If `true`, Workers that have been idle the longest are prioritized. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TaskChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TaskChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Task Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Sid">
            <summary> The unique string that we created to identify the Task Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the Task Channel, such as `voice` or `sms`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Task Channel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.ChannelOptimizedRouting">
            <summary> Whether the Task Channel will prioritize Workers that have been idle. When `true`, Workers that have been idle the longest are prioritized. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Url">
            <summary> The absolute URL of the Task Channel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskChannelResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace that the new Task belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.Timeout">
            <summary> The amount of time in seconds the new task can live before being assigned. Can be up to a maximum of 2 weeks (1,209,600 seconds). The default value is 24 hours (86,400 seconds). On timeout, the `task.canceled` event will fire with description `Task TTL Exceeded`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.Priority">
            <summary> The priority to assign the new task and override the default. When supplied, the new Task will have this priority unless it matches a Workflow Target with a Priority set. When not supplied, the new Task will have the priority of the matching Workflow Target. Value can be 0 to 2^31^ (2,147,483,647). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.TaskChannel">
            <summary> When MultiTasking is enabled, specify the TaskChannel by passing either its `unique_name` or `sid`. Default value is `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.WorkflowSid">
            <summary> The SID of the Workflow that you would like to handle routing for the new Task. If there is only one Workflow defined for the Workspace that you are posting the new task to, this parameter is optional. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.Attributes">
            <summary> A URL-encoded JSON string with the attributes of the new task. This value is passed to the Workflow's `assignment_callback_url` when the Task is assigned to a Worker. For example: `{ \\\"task_type\\\": \\\"call\\\", \\\"twilio_call_sid\\\": \\\"CAxxx\\\", \\\"customer_ticket_number\\\": \\\"12345\\\" }`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.VirtualStartTime">
            <summary> The virtual start time to assign the new task and override the default. When supplied, the new task will have this virtual start time. When not supplied, the new task will have the virtual start time equal to `date_created`. Value can't be in the future or before the year of 1900. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.RoutingTarget">
            <summary> A SID of a Worker, Queue, or Workflow to route a Task to </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.IgnoreCapacity">
            <summary> A boolean that indicates if the Task should respect a Worker's capacity and availability during assignment. This field can only be used when the `RoutingTarget` field is set to a Worker SID. By setting `IgnoreCapacity` to a value of `true`, `1`, or `yes`, the Task will be routed to the Worker without respecting their capacity and availability. Any other value will enforce the Worker's capacity and availability. The default value of `IgnoreCapacity` is `true` when the `RoutingTarget` is set to a Worker SID.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.TaskQueueSid">
            <summary> The SID of the TaskQueue in which the Task belongs </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.#ctor(System.String)">
            <summary> Construct a new CreateTaskOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Task belongs to. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Task to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions.PathSid">
            <summary> The SID of the Task resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions.IfMatch">
            <summary> If provided, deletes this Task if (and only if) the [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header of the Task matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteTaskOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to delete. </param>
            <param name="pathSid"> The SID of the Task resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Task to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskOptions.PathSid">
            <summary> The SID of the Task resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTaskOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to fetch. </param>
            <param name="pathSid"> The SID of the Task resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Tasks to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.Priority">
            <summary> The priority value of the Tasks to read. Returns the list of all Tasks in the Workspace with the specified priority. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.AssignmentStatus">
            <summary> The `assignment_status` of the Tasks you want to read. Can be: `pending`, `reserved`, `assigned`, `canceled`, `wrapping`, or `completed`. Returns all Tasks in the Workspace with the specified `assignment_status`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.WorkflowSid">
            <summary> The SID of the Workflow with the Tasks to read. Returns the Tasks controlled by the Workflow identified by this SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.WorkflowName">
            <summary> The friendly name of the Workflow with the Tasks to read. Returns the Tasks controlled by the Workflow identified by this friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.TaskQueueSid">
            <summary> The SID of the TaskQueue with the Tasks to read. Returns the Tasks waiting in the TaskQueue identified by this SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.TaskQueueName">
            <summary> The `friendly_name` of the TaskQueue with the Tasks to read. Returns the Tasks waiting in the TaskQueue identified by this friendly name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.EvaluateTaskAttributes">
            <summary> The attributes of the Tasks to read. Returns the Tasks that match the attributes specified in this parameter. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.RoutingTarget">
            <summary> A SID of a Worker, Queue, or Workflow to route a Task to </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.Ordering">
            <summary> How to order the returned Task resources. By default, Tasks are sorted by ascending DateCreated. This value is specified as: `Attribute:Order`, where `Attribute` can be either `DateCreated`, `Priority`, or `VirtualStartTime` and `Order` can be either `asc` or `desc`. For example, `Priority:desc` returns Tasks ordered in descending order of their Priority. Pairings of sort orders can be specified in a comma-separated list such as `Priority:desc,DateCreated:asc`, which returns the Tasks in descending Priority order and ascending DateCreated Order. The only ordering pairing not allowed is DateCreated and VirtualStartTime. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.HasAddons">
            <summary> Whether to read Tasks with Add-ons. If `true`, returns only Tasks with Add-ons. If `false`, returns only Tasks without Add-ons. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.#ctor(System.String)">
            <summary> Construct a new ListTaskOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Tasks to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Task to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.PathSid">
            <summary> The SID of the Task resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.IfMatch">
            <summary> If provided, applies this mutation if (and only if) the [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header of the Task matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.Attributes">
            <summary> The JSON string that describes the custom attributes of the task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.Reason">
            <summary> The reason that the Task was canceled or completed. This parameter is required only if the Task is canceled or completed. Setting this value queues the task for deletion and logs the reason. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.Priority">
            <summary> The Task's new priority value. When supplied, the Task takes on the specified priority unless it matches a Workflow Target with a Priority set. Value can be 0 to 2^31^ (2,147,483,647). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.TaskChannel">
            <summary> When MultiTasking is enabled, specify the TaskChannel with the task to update. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.VirtualStartTime">
            <summary> The task's new virtual start time value. When supplied, the Task takes on the specified virtual start time. Value can't be in the future or before the year of 1900. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateTaskOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to update. </param>
            <param name="pathSid"> The SID of the Task resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace that the new TaskQueue belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the TaskQueue. For example `Support-Tier 1`, `Sales`, or `Escalation`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions.TargetWorkers">
            <summary> A string that describes the Worker selection criteria for any Tasks that enter the TaskQueue. For example, `'\\\"language\\\" == \\\"spanish\\\"'`. The default value is `1==1`. If this value is empty, Tasks will wait in the TaskQueue until they are deleted or moved to another TaskQueue. For more information about Worker selection, see [Describing Worker selection criteria](https://www.twilio.com/docs/taskrouter/api/taskqueues#target-workers). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions.MaxReservedWorkers">
            <summary> The maximum number of Workers to reserve for the assignment of a Task in the queue. Can be an integer between 1 and 50, inclusive and defaults to 1. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions.ReservationActivitySid">
            <summary> The SID of the Activity to assign Workers when a task is reserved for them. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions.AssignmentActivitySid">
            <summary> The SID of the Activity to assign Workers when a task is assigned to them. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateTaskQueueOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new TaskQueue belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the TaskQueue. For example `Support-Tier 1`, `Sales`, or `Escalation`. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskQueueOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskQueueOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskQueue to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskQueueOptions.PathSid">
            <summary> The SID of the TaskQueue resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskQueueOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteTaskQueueOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to delete. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskQueueOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskQueueOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskQueue to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskQueueOptions.PathSid">
            <summary> The SID of the TaskQueue resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskQueueOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTaskQueueOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskQueue to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions.FriendlyName">
            <summary> The `friendly_name` of the TaskQueue resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions.EvaluateWorkerAttributes">
            <summary> The attributes of the Workers to read. Returns the TaskQueues with Workers that match the attributes specified in this parameter. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions.WorkerSid">
            <summary> The SID of the Worker with the TaskQueue resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions.Ordering">
            <summary> Sorting parameter for TaskQueues </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions.#ctor(System.String)">
            <summary> Construct a new ListTaskQueueOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskQueue to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.PathSid">
            <summary> The SID of the TaskQueue resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the TaskQueue. For example `Support-Tier 1`, `Sales`, or `Escalation`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.TargetWorkers">
            <summary> A string describing the Worker selection criteria for any Tasks that enter the TaskQueue. For example '\\\"language\\\" == \\\"spanish\\\"' If no TargetWorkers parameter is provided, Tasks will wait in the queue until they are either deleted or moved to another queue. Additional examples on how to describing Worker selection criteria below. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.ReservationActivitySid">
            <summary> The SID of the Activity to assign Workers when a task is reserved for them. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.AssignmentActivitySid">
            <summary> The SID of the Activity to assign Workers when a task is assigned for them. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.MaxReservedWorkers">
            <summary> The maximum number of Workers to create reservations for the assignment of a task while in the queue. Maximum of 50. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateTaskQueueOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to update. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Create(Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.CreateAsync(Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Create(System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.TaskOrderEnum,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new TaskQueue belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the TaskQueue. For example `Support-Tier 1`, `Sales`, or `Escalation`. </param>
            <param name="targetWorkers"> A string that describes the Worker selection criteria for any Tasks that enter the TaskQueue. For example, `'\\\"language\\\" == \\\"spanish\\\"'`. The default value is `1==1`. If this value is empty, Tasks will wait in the TaskQueue until they are deleted or moved to another TaskQueue. For more information about Worker selection, see [Describing Worker selection criteria](https://www.twilio.com/docs/taskrouter/api/taskqueues#target-workers). </param>
            <param name="maxReservedWorkers"> The maximum number of Workers to reserve for the assignment of a Task in the queue. Can be an integer between 1 and 50, inclusive and defaults to 1. </param>
            <param name="taskOrder">  </param>
            <param name="reservationActivitySid"> The SID of the Activity to assign Workers when a task is reserved for them. </param>
            <param name="assignmentActivitySid"> The SID of the Activity to assign Workers when a task is assigned to them. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.TaskOrderEnum,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new TaskQueue belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the TaskQueue. For example `Support-Tier 1`, `Sales`, or `Escalation`. </param>
            <param name="targetWorkers"> A string that describes the Worker selection criteria for any Tasks that enter the TaskQueue. For example, `'\\\"language\\\" == \\\"spanish\\\"'`. The default value is `1==1`. If this value is empty, Tasks will wait in the TaskQueue until they are deleted or moved to another TaskQueue. For more information about Worker selection, see [Describing Worker selection criteria](https://www.twilio.com/docs/taskrouter/api/taskqueues#target-workers). </param>
            <param name="maxReservedWorkers"> The maximum number of Workers to reserve for the assignment of a Task in the queue. Can be an integer between 1 and 50, inclusive and defaults to 1. </param>
            <param name="taskOrder">  </param>
            <param name="reservationActivitySid"> The SID of the Activity to assign Workers when a task is reserved for them. </param>
            <param name="assignmentActivitySid"> The SID of the Activity to assign Workers when a task is assigned to them. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.BuildDeleteRequest(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Delete(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.DeleteAsync(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to delete. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to delete. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Read(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to read. </param>
            <param name="friendlyName"> The `friendly_name` of the TaskQueue resources to read. </param>
            <param name="evaluateWorkerAttributes"> The attributes of the Workers to read. Returns the TaskQueues with Workers that match the attributes specified in this parameter. </param>
            <param name="workerSid"> The SID of the Worker with the TaskQueue resources to read. </param>
            <param name="ordering"> Sorting parameter for TaskQueues </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.ReadAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to read. </param>
            <param name="friendlyName"> The `friendly_name` of the TaskQueue resources to read. </param>
            <param name="evaluateWorkerAttributes"> The attributes of the Workers to read. Returns the TaskQueues with Workers that match the attributes specified in this parameter. </param>
            <param name="workerSid"> The SID of the Worker with the TaskQueue resources to read. </param>
            <param name="ordering"> Sorting parameter for TaskQueues </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskQueueOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update TaskQueue parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Update(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.TaskOrderEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to update. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the TaskQueue. For example `Support-Tier 1`, `Sales`, or `Escalation`. </param>
            <param name="targetWorkers"> A string describing the Worker selection criteria for any Tasks that enter the TaskQueue. For example '\\\"language\\\" == \\\"spanish\\\"' If no TargetWorkers parameter is provided, Tasks will wait in the queue until they are either deleted or moved to another queue. Additional examples on how to describing Worker selection criteria below. </param>
            <param name="reservationActivitySid"> The SID of the Activity to assign Workers when a task is reserved for them. </param>
            <param name="assignmentActivitySid"> The SID of the Activity to assign Workers when a task is assigned for them. </param>
            <param name="maxReservedWorkers"> The maximum number of Workers to create reservations for the assignment of a task while in the queue. Maximum of 50. </param>
            <param name="taskOrder">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.TaskOrderEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to update. </param>
            <param name="pathSid"> The SID of the TaskQueue resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the TaskQueue. For example `Support-Tier 1`, `Sales`, or `Escalation`. </param>
            <param name="targetWorkers"> A string describing the Worker selection criteria for any Tasks that enter the TaskQueue. For example '\\\"language\\\" == \\\"spanish\\\"' If no TargetWorkers parameter is provided, Tasks will wait in the queue until they are either deleted or moved to another queue. Additional examples on how to describing Worker selection criteria below. </param>
            <param name="reservationActivitySid"> The SID of the Activity to assign Workers when a task is reserved for them. </param>
            <param name="assignmentActivitySid"> The SID of the Activity to assign Workers when a task is assigned for them. </param>
            <param name="maxReservedWorkers"> The maximum number of Workers to create reservations for the assignment of a task while in the queue. Maximum of 50. </param>
            <param name="taskOrder">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueue </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TaskQueueResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TaskQueueResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.AssignmentActivitySid">
            <summary> The SID of the Activity to assign Workers when a task is assigned for them. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.AssignmentActivityName">
            <summary> The name of the Activity to assign Workers when a task is assigned for them. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.MaxReservedWorkers">
            <summary> The maximum number of Workers to reserve for the assignment of a task in the queue. Can be an integer between 1 and 50, inclusive and defaults to 1. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.ReservationActivitySid">
            <summary> The SID of the Activity to assign Workers once a task is reserved for them. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.ReservationActivityName">
            <summary> The name of the Activity to assign Workers once a task is reserved for them. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Sid">
            <summary> The unique string that we created to identify the TaskQueue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.TargetWorkers">
            <summary> A string describing the Worker selection criteria for any Tasks that enter the TaskQueue. For example `'\"language\" == \"spanish\"'` If no TargetWorkers parameter is provided, Tasks will wait in the TaskQueue until they are either deleted or moved to another TaskQueue. Additional examples on how to describing Worker selection criteria below. Defaults to 1==1. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Url">
            <summary> The absolute URL of the TaskQueue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueueResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.CreateTaskQueueBulkRealTimeStatisticsOptions">
            <summary> Fetch a Task Queue Real Time Statistics in bulk for the array of TaskQueue SIDs, support upto 50 in a request. </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.CreateTaskQueueBulkRealTimeStatisticsOptions.PathWorkspaceSid">
            <summary> The unique SID identifier of the Workspace. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.CreateTaskQueueBulkRealTimeStatisticsOptions.#ctor(System.String)">
            <summary> Construct a new CreateTaskQueueBulkRealTimeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The unique SID identifier of the Workspace. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.CreateTaskQueueBulkRealTimeStatisticsOptions.GetBody">
            <summary> Generate the request body </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.Create(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.CreateTaskQueueBulkRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Task Queue Real Time Statistics in bulk for the array of TaskQueue SIDs, support upto 50 in a request. </summary>
            <param name="options"> Create TaskQueueBulkRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueueBulkRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.CreateAsync(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.CreateTaskQueueBulkRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Task Queue Real Time Statistics in bulk for the array of TaskQueue SIDs, support upto 50 in a request. </summary>
            <param name="options"> Create TaskQueueBulkRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueueBulkRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Task Queue Real Time Statistics in bulk for the array of TaskQueue SIDs, support upto 50 in a request. </summary>
            <param name="pathWorkspaceSid"> The unique SID identifier of the Workspace. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueueBulkRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Task Queue Real Time Statistics in bulk for the array of TaskQueue SIDs, support upto 50 in a request. </summary>
            <param name="pathWorkspaceSid"> The unique SID identifier of the Workspace. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueueBulkRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TaskQueueBulkRealTimeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TaskQueueBulkRealTimeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.TaskQueueData">
            <summary> The real-time statistics for each requested TaskQueue SID. `task_queue_data` returns the following attributes:  `task_queue_sid`: The SID of the TaskQueue from which these statistics were calculated.  `total_available_workers`: The total number of Workers available for Tasks in the TaskQueue.  `total_eligible_workers`: The total number of Workers eligible for Tasks in the TaskQueue, regardless of their Activity state.  `total_tasks`: The total number of Tasks.  `longest_task_waiting_age`: The age of the longest waiting Task.  `longest_task_waiting_sid`: The SID of the longest waiting Task.  `tasks_by_status`: The number of Tasks grouped by their current status.  `tasks_by_priority`: The number of Tasks grouped by priority.  `activity_statistics`: The number of current Workers grouped by Activity.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.TaskQueueResponseCount">
            <summary> The number of TaskQueue statistics received in task_queue_data. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueBulkRealTimeStatisticsResource.Url">
            <summary> The absolute URL of the TaskQueue statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskQueue to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.PathTaskQueueSid">
            <summary> The SID of the TaskQueue for which to fetch statistics. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.EndDate">
            <summary> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.TaskChannel">
            <summary> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.SplitByWaitTime">
            <summary> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. TaskRouter will calculate statistics on up to 10,000 Tasks/Reservations for any given threshold. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTaskQueueCumulativeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskQueueCumulativeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueueCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueCumulativeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskQueueCumulativeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueueCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.Fetch(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. TaskRouter will calculate statistics on up to 10,000 Tasks/Reservations for any given threshold. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueueCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.FetchAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. TaskRouter will calculate statistics on up to 10,000 Tasks/Reservations for any given threshold. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueueCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TaskQueueCumulativeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TaskQueueCumulativeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.AvgTaskAcceptanceTime">
            <summary> The average time in seconds between Task creation and acceptance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.StartTime">
            <summary> The beginning of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.EndTime">
            <summary> The end of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.ReservationsCreated">
            <summary> The total number of Reservations created for Tasks in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.ReservationsAccepted">
            <summary> The total number of Reservations accepted for Tasks in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.ReservationsRejected">
            <summary> The total number of Reservations rejected for Tasks in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.ReservationsTimedOut">
            <summary> The total number of Reservations that timed out for Tasks in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.ReservationsCanceled">
            <summary> The total number of Reservations canceled for Tasks in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.ReservationsRescinded">
            <summary> The total number of Reservations rescinded. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.SplitByWaitTime">
            <summary> A list of objects that describe the number of Tasks canceled and reservations accepted above and below the thresholds specified in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.TaskQueueSid">
            <summary> The SID of the TaskQueue from which these statistics were calculated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.WaitDurationUntilAccepted">
            <summary> The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks accepted while in the TaskQueue. Calculation is based on the time when the Tasks were created. For transfers, the wait duration is counted from the moment ***the Task was created***, and not from when the transfer was initiated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.WaitDurationUntilCanceled">
            <summary> The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks canceled while in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.WaitDurationInQueueUntilAccepted">
            <summary> The relative wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks accepted while in the TaskQueue. Calculation is based on the time when the Tasks entered the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.TasksCanceled">
            <summary> The total number of Tasks canceled in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.TasksCompleted">
            <summary> The total number of Tasks completed in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.TasksDeleted">
            <summary> The total number of Tasks deleted in the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.TasksEntered">
            <summary> The total number of Tasks entered into the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.TasksMoved">
            <summary> The total number of Tasks that were moved from one queue to another. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueCumulativeStatisticsResource.Url">
            <summary> The absolute URL of the TaskQueue statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueRealTimeStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueRealTimeStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskQueue to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueRealTimeStatisticsOptions.PathTaskQueueSid">
            <summary> The SID of the TaskQueue for which to fetch statistics. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueRealTimeStatisticsOptions.TaskChannel">
            <summary> The TaskChannel for which to fetch statistics. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueRealTimeStatisticsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTaskQueueRealTimeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueRealTimeStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskQueueRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueueRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskQueueRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueueRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
            <param name="taskChannel"> The TaskChannel for which to fetch statistics. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueueRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
            <param name="taskChannel"> The TaskChannel for which to fetch statistics. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueueRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TaskQueueRealTimeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TaskQueueRealTimeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.ActivityStatistics">
            <summary> The number of current Workers by Activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.LongestTaskWaitingAge">
            <summary> The age of the longest waiting Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.LongestTaskWaitingSid">
            <summary> The SID of the longest waiting Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.LongestRelativeTaskAgeInQueue">
            <summary> The relative age in the TaskQueue for the longest waiting Task. Calculation is based on the time when the Task entered the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.LongestRelativeTaskSidInQueue">
            <summary> The Task SID of the Task waiting in the TaskQueue the longest. Calculation is based on the time when the Task entered the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.TaskQueueSid">
            <summary> The SID of the TaskQueue from which these statistics were calculated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.TasksByPriority">
            <summary> The number of Tasks by priority. For example: `{\"0\": \"10\", \"99\": \"5\"}` shows 10 Tasks at priority 0 and 5 at priority 99. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.TasksByStatus">
            <summary> The number of Tasks by their current status. For example: `{\"pending\": \"1\", \"reserved\": \"3\", \"assigned\": \"2\", \"completed\": \"5\"}`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.TotalAvailableWorkers">
            <summary> The total number of Workers in the TaskQueue with an `available` status. Workers with an `available` status may already have active interactions or may have none. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.TotalEligibleWorkers">
            <summary> The total number of Workers eligible for Tasks in the TaskQueue, independent of their Activity state. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.TotalTasks">
            <summary> The total number of Tasks. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueRealTimeStatisticsResource.Url">
            <summary> The absolute URL of the TaskQueue statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskQueues to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.EndDate">
            <summary> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.FriendlyName">
            <summary> The `friendly_name` of the TaskQueue statistics to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.TaskChannel">
            <summary> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.SplitByWaitTime">
            <summary> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.#ctor(System.String)">
            <summary> Construct a new ListTaskQueuesStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueues to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TaskQueuesStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueuesStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.ReadTaskQueuesStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read TaskQueuesStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueuesStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.Read(System.String,System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueues to read. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="friendlyName"> The `friendly_name` of the TaskQueue statistics to read. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueuesStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueues to read. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="friendlyName"> The `friendly_name` of the TaskQueue statistics to read. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueuesStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TaskQueuesStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TaskQueuesStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.Cumulative">
            <summary> An object that contains the cumulative statistics for the TaskQueues. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.Realtime">
            <summary> An object that contains the real-time statistics for the TaskQueues. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.TaskQueueSid">
            <summary> The SID of the TaskQueue from which these statistics were calculated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueuesStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the TaskQueues. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskQueue to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.PathTaskQueueSid">
            <summary> The SID of the TaskQueue for which to fetch statistics. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.EndDate">
            <summary> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.TaskChannel">
            <summary> Only calculate real-time and cumulative statistics for the specified TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.SplitByWaitTime">
            <summary> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTaskQueueStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskQueueStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueueStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.FetchTaskQueueStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch TaskQueueStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueueStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.Fetch(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate real-time and cumulative statistics for the specified TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TaskQueueStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.FetchAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskQueue to fetch. </param>
            <param name="pathTaskQueueSid"> The SID of the TaskQueue for which to fetch statistics. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default is 15 minutes. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate real-time and cumulative statistics for the specified TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TaskQueueStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TaskQueueStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TaskQueueStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskQueue resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.Cumulative">
            <summary> An object that contains the cumulative statistics for the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.Realtime">
            <summary> An object that contains the real-time statistics for the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.TaskQueueSid">
            <summary> The SID of the TaskQueue from which these statistics were calculated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskQueue.TaskQueueStatisticsResource.Url">
            <summary> The absolute URL of the TaskQueue statistics resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Create(Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.CreateAsync(Twilio.Rest.Taskrouter.V1.Workspace.CreateTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Create(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Task belongs to. </param>
            <param name="timeout"> The amount of time in seconds the new task can live before being assigned. Can be up to a maximum of 2 weeks (1,209,600 seconds). The default value is 24 hours (86,400 seconds). On timeout, the `task.canceled` event will fire with description `Task TTL Exceeded`. </param>
            <param name="priority"> The priority to assign the new task and override the default. When supplied, the new Task will have this priority unless it matches a Workflow Target with a Priority set. When not supplied, the new Task will have the priority of the matching Workflow Target. Value can be 0 to 2^31^ (2,147,483,647). </param>
            <param name="taskChannel"> When MultiTasking is enabled, specify the TaskChannel by passing either its `unique_name` or `sid`. Default value is `default`. </param>
            <param name="workflowSid"> The SID of the Workflow that you would like to handle routing for the new Task. If there is only one Workflow defined for the Workspace that you are posting the new task to, this parameter is optional. </param>
            <param name="attributes"> A URL-encoded JSON string with the attributes of the new task. This value is passed to the Workflow's `assignment_callback_url` when the Task is assigned to a Worker. For example: `{ \\\"task_type\\\": \\\"call\\\", \\\"twilio_call_sid\\\": \\\"CAxxx\\\", \\\"customer_ticket_number\\\": \\\"12345\\\" }`. </param>
            <param name="virtualStartTime"> The virtual start time to assign the new task and override the default. When supplied, the new task will have this virtual start time. When not supplied, the new task will have the virtual start time equal to `date_created`. Value can't be in the future or before the year of 1900. </param>
            <param name="routingTarget"> A SID of a Worker, Queue, or Workflow to route a Task to </param>
            <param name="ignoreCapacity"> A boolean that indicates if the Task should respect a Worker's capacity and availability during assignment. This field can only be used when the `RoutingTarget` field is set to a Worker SID. By setting `IgnoreCapacity` to a value of `true`, `1`, or `yes`, the Task will be routed to the Worker without respecting their capacity and availability. Any other value will enforce the Worker's capacity and availability. The default value of `IgnoreCapacity` is `true` when the `RoutingTarget` is set to a Worker SID.  </param>
            <param name="taskQueueSid"> The SID of the TaskQueue in which the Task belongs </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.CreateAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Task belongs to. </param>
            <param name="timeout"> The amount of time in seconds the new task can live before being assigned. Can be up to a maximum of 2 weeks (1,209,600 seconds). The default value is 24 hours (86,400 seconds). On timeout, the `task.canceled` event will fire with description `Task TTL Exceeded`. </param>
            <param name="priority"> The priority to assign the new task and override the default. When supplied, the new Task will have this priority unless it matches a Workflow Target with a Priority set. When not supplied, the new Task will have the priority of the matching Workflow Target. Value can be 0 to 2^31^ (2,147,483,647). </param>
            <param name="taskChannel"> When MultiTasking is enabled, specify the TaskChannel by passing either its `unique_name` or `sid`. Default value is `default`. </param>
            <param name="workflowSid"> The SID of the Workflow that you would like to handle routing for the new Task. If there is only one Workflow defined for the Workspace that you are posting the new task to, this parameter is optional. </param>
            <param name="attributes"> A URL-encoded JSON string with the attributes of the new task. This value is passed to the Workflow's `assignment_callback_url` when the Task is assigned to a Worker. For example: `{ \\\"task_type\\\": \\\"call\\\", \\\"twilio_call_sid\\\": \\\"CAxxx\\\", \\\"customer_ticket_number\\\": \\\"12345\\\" }`. </param>
            <param name="virtualStartTime"> The virtual start time to assign the new task and override the default. When supplied, the new task will have this virtual start time. When not supplied, the new task will have the virtual start time equal to `date_created`. Value can't be in the future or before the year of 1900. </param>
            <param name="routingTarget"> A SID of a Worker, Queue, or Workflow to route a Task to </param>
            <param name="ignoreCapacity"> A boolean that indicates if the Task should respect a Worker's capacity and availability during assignment. This field can only be used when the `RoutingTarget` field is set to a Worker SID. By setting `IgnoreCapacity` to a value of `true`, `1`, or `yes`, the Task will be routed to the Worker without respecting their capacity and availability. Any other value will enforce the Worker's capacity and availability. The default value of `IgnoreCapacity` is `true` when the `RoutingTarget` is set to a Worker SID.  </param>
            <param name="taskQueueSid"> The SID of the TaskQueue in which the Task belongs </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.BuildDeleteRequest(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Delete(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.DeleteAsync(Twilio.Rest.Taskrouter.V1.Workspace.DeleteTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to delete. </param>
            <param name="pathSid"> The SID of the Task resource to delete. </param>
            <param name="ifMatch"> If provided, deletes this Task if (and only if) the [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header of the Task matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to delete. </param>
            <param name="pathSid"> The SID of the Task resource to delete. </param>
            <param name="ifMatch"> If provided, deletes this Task if (and only if) the [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header of the Task matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to fetch. </param>
            <param name="pathSid"> The SID of the Task resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to fetch. </param>
            <param name="pathSid"> The SID of the Task resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.ReadTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Read(System.String,System.Nullable{System.Int32},System.Collections.Generic.List{System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Tasks to read. </param>
            <param name="priority"> The priority value of the Tasks to read. Returns the list of all Tasks in the Workspace with the specified priority. </param>
            <param name="assignmentStatus"> The `assignment_status` of the Tasks you want to read. Can be: `pending`, `reserved`, `assigned`, `canceled`, `wrapping`, or `completed`. Returns all Tasks in the Workspace with the specified `assignment_status`. </param>
            <param name="workflowSid"> The SID of the Workflow with the Tasks to read. Returns the Tasks controlled by the Workflow identified by this SID. </param>
            <param name="workflowName"> The friendly name of the Workflow with the Tasks to read. Returns the Tasks controlled by the Workflow identified by this friendly name. </param>
            <param name="taskQueueSid"> The SID of the TaskQueue with the Tasks to read. Returns the Tasks waiting in the TaskQueue identified by this SID. </param>
            <param name="taskQueueName"> The `friendly_name` of the TaskQueue with the Tasks to read. Returns the Tasks waiting in the TaskQueue identified by this friendly name. </param>
            <param name="evaluateTaskAttributes"> The attributes of the Tasks to read. Returns the Tasks that match the attributes specified in this parameter. </param>
            <param name="routingTarget"> A SID of a Worker, Queue, or Workflow to route a Task to </param>
            <param name="ordering"> How to order the returned Task resources. By default, Tasks are sorted by ascending DateCreated. This value is specified as: `Attribute:Order`, where `Attribute` can be either `DateCreated`, `Priority`, or `VirtualStartTime` and `Order` can be either `asc` or `desc`. For example, `Priority:desc` returns Tasks ordered in descending order of their Priority. Pairings of sort orders can be specified in a comma-separated list such as `Priority:desc,DateCreated:asc`, which returns the Tasks in descending Priority order and ascending DateCreated Order. The only ordering pairing not allowed is DateCreated and VirtualStartTime. </param>
            <param name="hasAddons"> Whether to read Tasks with Add-ons. If `true`, returns only Tasks with Add-ons. If `false`, returns only Tasks without Add-ons. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.ReadAsync(System.String,System.Nullable{System.Int32},System.Collections.Generic.List{System.String},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Tasks to read. </param>
            <param name="priority"> The priority value of the Tasks to read. Returns the list of all Tasks in the Workspace with the specified priority. </param>
            <param name="assignmentStatus"> The `assignment_status` of the Tasks you want to read. Can be: `pending`, `reserved`, `assigned`, `canceled`, `wrapping`, or `completed`. Returns all Tasks in the Workspace with the specified `assignment_status`. </param>
            <param name="workflowSid"> The SID of the Workflow with the Tasks to read. Returns the Tasks controlled by the Workflow identified by this SID. </param>
            <param name="workflowName"> The friendly name of the Workflow with the Tasks to read. Returns the Tasks controlled by the Workflow identified by this friendly name. </param>
            <param name="taskQueueSid"> The SID of the TaskQueue with the Tasks to read. Returns the Tasks waiting in the TaskQueue identified by this SID. </param>
            <param name="taskQueueName"> The `friendly_name` of the TaskQueue with the Tasks to read. Returns the Tasks waiting in the TaskQueue identified by this friendly name. </param>
            <param name="evaluateTaskAttributes"> The attributes of the Tasks to read. Returns the Tasks that match the attributes specified in this parameter. </param>
            <param name="routingTarget"> A SID of a Worker, Queue, or Workflow to route a Task to </param>
            <param name="ordering"> How to order the returned Task resources. By default, Tasks are sorted by ascending DateCreated. This value is specified as: `Attribute:Order`, where `Attribute` can be either `DateCreated`, `Priority`, or `VirtualStartTime` and `Order` can be either `asc` or `desc`. For example, `Priority:desc` returns Tasks ordered in descending order of their Priority. Pairings of sort orders can be specified in a comma-separated list such as `Priority:desc,DateCreated:asc`, which returns the Tasks in descending Priority order and ascending DateCreated Order. The only ordering pairing not allowed is DateCreated and VirtualStartTime. </param>
            <param name="hasAddons"> Whether to read Tasks with Add-ons. If `true`, returns only Tasks with Add-ons. If `false`, returns only Tasks without Add-ons. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.TaskResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.TaskResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.UpdateTaskOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Task parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Update(System.String,System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.StatusEnum,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.DateTime},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to update. </param>
            <param name="pathSid"> The SID of the Task resource to update. </param>
            <param name="attributes"> The JSON string that describes the custom attributes of the task. </param>
            <param name="assignmentStatus">  </param>
            <param name="reason"> The reason that the Task was canceled or completed. This parameter is required only if the Task is canceled or completed. Setting this value queues the task for deletion and logs the reason. </param>
            <param name="priority"> The Task's new priority value. When supplied, the Task takes on the specified priority unless it matches a Workflow Target with a Priority set. Value can be 0 to 2^31^ (2,147,483,647). </param>
            <param name="taskChannel"> When MultiTasking is enabled, specify the TaskChannel with the task to update. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="virtualStartTime"> The task's new virtual start time value. When supplied, the Task takes on the specified virtual start time. Value can't be in the future or before the year of 1900. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header of the Task matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.StatusEnum,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.DateTime},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Task to update. </param>
            <param name="pathSid"> The SID of the Task resource to update. </param>
            <param name="attributes"> The JSON string that describes the custom attributes of the task. </param>
            <param name="assignmentStatus">  </param>
            <param name="reason"> The reason that the Task was canceled or completed. This parameter is required only if the Task is canceled or completed. Setting this value queues the task for deletion and logs the reason. </param>
            <param name="priority"> The Task's new priority value. When supplied, the Task takes on the specified priority unless it matches a Workflow Target with a Priority set. Value can be 0 to 2^31^ (2,147,483,647). </param>
            <param name="taskChannel"> When MultiTasking is enabled, specify the TaskChannel with the task to update. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="virtualStartTime"> The task's new virtual start time value. When supplied, the Task takes on the specified virtual start time. Value can't be in the future or before the year of 1900. </param>
            <param name="ifMatch"> If provided, applies this mutation if (and only if) the [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) header of the Task matches the provided value. This matches the semantics of (and is implemented with) the HTTP [If-Match header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Task </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TaskResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TaskResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Task resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Age">
            <summary> The number of seconds since the Task was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Attributes">
            <summary> The JSON string with custom attributes of the work. **Note** If this property has been assigned a value, it will only be displayed in FETCH action that returns a single resource. Otherwise, it will be null. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Addons">
            <summary> An object that contains the [Add-on](https://www.twilio.com/docs/add-ons) data for all installed Add-ons. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.TaskQueueEnteredDate">
            <summary> The date and time in GMT when the Task entered the TaskQueue, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Priority">
            <summary> The current priority score of the Task as assigned to a Worker by the workflow. Tasks with higher priority values will be assigned before Tasks with lower values. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Reason">
            <summary> The reason the Task was canceled or completed, if applicable. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Sid">
            <summary> The unique string that we created to identify the Task resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.TaskQueueSid">
            <summary> The SID of the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.TaskQueueFriendlyName">
            <summary> The friendly name of the TaskQueue. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.TaskChannelSid">
            <summary> The SID of the TaskChannel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.TaskChannelUniqueName">
            <summary> The unique name of the TaskChannel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Timeout">
            <summary> The amount of time in seconds that the Task can live before being assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.WorkflowSid">
            <summary> The SID of the Workflow that is controlling the Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.WorkflowFriendlyName">
            <summary> The friendly name of the Workflow that is controlling the Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Url">
            <summary> The absolute URL of the Task resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.VirtualStartTime">
            <summary> The date and time in GMT indicating the ordering for routing of the Task specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.IgnoreCapacity">
            <summary> A boolean that indicates if the Task should respect a Worker's capacity and availability during assignment. This field can only be used when the `RoutingTarget` field is set to a Worker SID. By setting `IgnoreCapacity` to a value of `true`, `1`, or `yes`, the Task will be routed to the Worker without respecting their capacity and availability. Any other value will enforce the Worker's capacity and availability. The default value of `IgnoreCapacity` is `true` when the `RoutingTarget` is set to a Worker SID.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.TaskResource.RoutingTarget">
            <summary> A SID of a Worker, Queue, or Workflow to route a Task to </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Task.FetchReservationOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.FetchReservationOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskReservation resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.FetchReservationOptions.PathTaskSid">
            <summary> The SID of the reserved Task resource with the TaskReservation resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.FetchReservationOptions.PathSid">
            <summary> The SID of the TaskReservation resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.FetchReservationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchTaskReservationOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resource to fetch. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resource to fetch. </param>
            <param name="pathSid"> The SID of the TaskReservation resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.FetchReservationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskReservation resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions.PathTaskSid">
            <summary> The SID of the reserved Task resource with the TaskReservation resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions.ReservationStatus">
            <summary> Returns the list of reservations for a task with a specified ReservationStatus.  Can be: `pending`, `accepted`, `rejected`, or `timeout`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions.WorkerSid">
            <summary> The SID of the reserved Worker resource to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListTaskReservationOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resources to read. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the TaskReservation resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.PathTaskSid">
            <summary> The SID of the reserved Task resource with the TaskReservation resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.PathSid">
            <summary> The SID of the TaskReservation resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.WorkerActivitySid">
            <summary> The new worker activity SID if rejecting a reservation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.Instruction">
            <summary> The assignment instruction for reservation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.DequeuePostWorkActivitySid">
            <summary> The SID of the Activity resource to start after executing a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.DequeueFrom">
            <summary> The Caller ID of the call to the worker when executing a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.DequeueRecord">
            <summary> Whether to record both legs of a call when executing a Dequeue instruction or which leg to record. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.DequeueTimeout">
            <summary> Timeout for call when executing a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.DequeueTo">
            <summary> The Contact URI of the worker when executing a Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.DequeueStatusCallbackUrl">
            <summary> The Callback URL for completed call event when executing a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.CallFrom">
            <summary> The Caller ID of the outbound call when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.CallRecord">
            <summary> Whether to record both legs of a call when executing a Call instruction or which leg to record. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.CallTimeout">
            <summary> Timeout for call when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.CallTo">
            <summary> The Contact URI of the worker when executing a Call instruction.  Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.CallUrl">
            <summary> TwiML URI executed on answering the worker's leg as a result of the Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.CallStatusCallbackUrl">
            <summary> The URL to call  for the completed call event when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.CallAccept">
            <summary> Whether to accept a reservation when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.RedirectCallSid">
            <summary> The Call SID of the call parked in the queue when executing a Redirect instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.RedirectAccept">
            <summary> Whether the reservation should be accepted when executing a Redirect instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.RedirectUrl">
            <summary> TwiML URI to redirect the call to when executing the Redirect instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.To">
            <summary> The Contact URI of the worker when executing a Conference instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.From">
            <summary> The Caller ID of the call to the worker when executing a Conference instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.StatusCallbackEvent">
            <summary> The call progress events that we will send to `status_callback`. Can be: `initiated`, `ringing`, `answered`, or `completed`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.Timeout">
            <summary> Timeout for call when executing a Conference instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.Record">
            <summary> Whether to record the participant and their conferences, including the time between conferences. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.Muted">
            <summary> Whether the agent is muted in the conference. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.Beep">
            <summary> Whether to play a notification beep when the participant joins or when to play a beep. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.StartConferenceOnEnter">
            <summary> Whether to start the conference when the participant joins, if it has not already started. The default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.EndConferenceOnExit">
            <summary> Whether to end the conference when the agent leaves. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.WaitUrl">
            <summary> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.WaitMethod">
            <summary> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.EarlyMedia">
            <summary> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.MaxParticipants">
            <summary> The maximum number of participants in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.ConferenceStatusCallback">
            <summary> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.ConferenceStatusCallbackMethod">
            <summary> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.ConferenceStatusCallbackEvent">
            <summary> The conference status events that we will send to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.ConferenceRecord">
            <summary> Whether to record the conference the participant is joining or when to record the conference. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.ConferenceTrim">
            <summary> How to trim the leading and trailing silence from your recorded conference audio files. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.RecordingChannels">
            <summary> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.RecordingStatusCallback">
            <summary> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.RecordingStatusCallbackMethod">
            <summary> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.ConferenceRecordingStatusCallback">
            <summary> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.ConferenceRecordingStatusCallbackMethod">
            <summary> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.Region">
            <summary> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.SipAuthUsername">
            <summary> The SIP username used for authentication. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.SipAuthPassword">
            <summary> The SIP password for authentication. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.DequeueStatusCallbackEvent">
            <summary> The Call progress events sent via webhooks as a result of a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.PostWorkActivitySid">
            <summary> The new worker activity SID after executing a Conference instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.Supervisor">
            <summary> The Supervisor SID/URI when executing the Supervise instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.EndConferenceOnCustomerExit">
            <summary> Whether to end the conference when the customer leaves. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.BeepOnCustomerEntrance">
            <summary> Whether to play a notification beep when the customer joins. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.JitterBufferSize">
            <summary> The jitter buffer size for conference. Can be: `small`, `medium`, `large`, `off`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateTaskReservationOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resources to update. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resources to update. </param>
            <param name="pathSid"> The SID of the TaskReservation resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Task.FetchReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Task.FetchReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resource to fetch. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resource to fetch. </param>
            <param name="pathSid"> The SID of the TaskReservation resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resource to fetch. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resource to fetch. </param>
            <param name="pathSid"> The SID of the TaskReservation resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.Task.ReadReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Read(System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.StatusEnum,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resources to read. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resources to read. </param>
            <param name="reservationStatus"> Returns the list of reservations for a task with a specified ReservationStatus.  Can be: `pending`, `accepted`, `rejected`, or `timeout`. </param>
            <param name="workerSid"> The SID of the reserved Worker resource to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.ReadAsync(System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.StatusEnum,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resources to read. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resources to read. </param>
            <param name="reservationStatus"> Returns the list of reservations for a task with a specified ReservationStatus.  Can be: `pending`, `accepted`, `rejected`, or `timeout`. </param>
            <param name="workerSid"> The SID of the reserved Worker resource to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.Task.UpdateReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Update(System.String,System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.StatusEnum,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,System.Uri,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Uri,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.CallStatusEnum},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.ConferenceEventEnum},System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.SupervisorModeEnum,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resources to update. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resources to update. </param>
            <param name="pathSid"> The SID of the TaskReservation resource to update. </param>
            <param name="reservationStatus">  </param>
            <param name="workerActivitySid"> The new worker activity SID if rejecting a reservation. </param>
            <param name="instruction"> The assignment instruction for reservation. </param>
            <param name="dequeuePostWorkActivitySid"> The SID of the Activity resource to start after executing a Dequeue instruction. </param>
            <param name="dequeueFrom"> The Caller ID of the call to the worker when executing a Dequeue instruction. </param>
            <param name="dequeueRecord"> Whether to record both legs of a call when executing a Dequeue instruction or which leg to record. </param>
            <param name="dequeueTimeout"> Timeout for call when executing a Dequeue instruction. </param>
            <param name="dequeueTo"> The Contact URI of the worker when executing a Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="dequeueStatusCallbackUrl"> The Callback URL for completed call event when executing a Dequeue instruction. </param>
            <param name="callFrom"> The Caller ID of the outbound call when executing a Call instruction. </param>
            <param name="callRecord"> Whether to record both legs of a call when executing a Call instruction or which leg to record. </param>
            <param name="callTimeout"> Timeout for call when executing a Call instruction. </param>
            <param name="callTo"> The Contact URI of the worker when executing a Call instruction.  Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="callUrl"> TwiML URI executed on answering the worker's leg as a result of the Call instruction. </param>
            <param name="callStatusCallbackUrl"> The URL to call  for the completed call event when executing a Call instruction. </param>
            <param name="callAccept"> Whether to accept a reservation when executing a Call instruction. </param>
            <param name="redirectCallSid"> The Call SID of the call parked in the queue when executing a Redirect instruction. </param>
            <param name="redirectAccept"> Whether the reservation should be accepted when executing a Redirect instruction. </param>
            <param name="redirectUrl"> TwiML URI to redirect the call to when executing the Redirect instruction. </param>
            <param name="to"> The Contact URI of the worker when executing a Conference instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="from"> The Caller ID of the call to the worker when executing a Conference instruction. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </param>
            <param name="statusCallbackEvent"> The call progress events that we will send to `status_callback`. Can be: `initiated`, `ringing`, `answered`, or `completed`. </param>
            <param name="timeout"> Timeout for call when executing a Conference instruction. </param>
            <param name="record"> Whether to record the participant and their conferences, including the time between conferences. The default is `false`. </param>
            <param name="muted"> Whether the agent is muted in the conference. The default is `false`. </param>
            <param name="beep"> Whether to play a notification beep when the participant joins or when to play a beep. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </param>
            <param name="startConferenceOnEnter"> Whether to start the conference when the participant joins, if it has not already started. The default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </param>
            <param name="endConferenceOnExit"> Whether to end the conference when the agent leaves. </param>
            <param name="waitUrl"> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </param>
            <param name="waitMethod"> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </param>
            <param name="earlyMedia"> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. The default is `true`. </param>
            <param name="maxParticipants"> The maximum number of participants in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </param>
            <param name="conferenceStatusCallback"> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </param>
            <param name="conferenceStatusCallbackMethod"> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceStatusCallbackEvent"> The conference status events that we will send to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`. </param>
            <param name="conferenceRecord"> Whether to record the conference the participant is joining or when to record the conference. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </param>
            <param name="conferenceTrim"> How to trim the leading and trailing silence from your recorded conference audio files. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </param>
            <param name="recordingChannels"> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </param>
            <param name="recordingStatusCallback"> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </param>
            <param name="recordingStatusCallbackMethod"> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceRecordingStatusCallback"> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </param>
            <param name="conferenceRecordingStatusCallbackMethod"> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="region"> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </param>
            <param name="sipAuthUsername"> The SIP username used for authentication. </param>
            <param name="sipAuthPassword"> The SIP password for authentication. </param>
            <param name="dequeueStatusCallbackEvent"> The Call progress events sent via webhooks as a result of a Dequeue instruction. </param>
            <param name="postWorkActivitySid"> The new worker activity SID after executing a Conference instruction. </param>
            <param name="supervisorMode">  </param>
            <param name="supervisor"> The Supervisor SID/URI when executing the Supervise instruction. </param>
            <param name="endConferenceOnCustomerExit"> Whether to end the conference when the customer leaves. </param>
            <param name="beepOnCustomerEntrance"> Whether to play a notification beep when the customer joins. </param>
            <param name="jitterBufferSize"> The jitter buffer size for conference. Can be: `small`, `medium`, `large`, `off`. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.StatusEnum,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,System.Uri,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Uri,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.CallStatusEnum},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.ConferenceEventEnum},System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.SupervisorModeEnum,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the TaskReservation resources to update. </param>
            <param name="pathTaskSid"> The SID of the reserved Task resource with the TaskReservation resources to update. </param>
            <param name="pathSid"> The SID of the TaskReservation resource to update. </param>
            <param name="reservationStatus">  </param>
            <param name="workerActivitySid"> The new worker activity SID if rejecting a reservation. </param>
            <param name="instruction"> The assignment instruction for reservation. </param>
            <param name="dequeuePostWorkActivitySid"> The SID of the Activity resource to start after executing a Dequeue instruction. </param>
            <param name="dequeueFrom"> The Caller ID of the call to the worker when executing a Dequeue instruction. </param>
            <param name="dequeueRecord"> Whether to record both legs of a call when executing a Dequeue instruction or which leg to record. </param>
            <param name="dequeueTimeout"> Timeout for call when executing a Dequeue instruction. </param>
            <param name="dequeueTo"> The Contact URI of the worker when executing a Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="dequeueStatusCallbackUrl"> The Callback URL for completed call event when executing a Dequeue instruction. </param>
            <param name="callFrom"> The Caller ID of the outbound call when executing a Call instruction. </param>
            <param name="callRecord"> Whether to record both legs of a call when executing a Call instruction or which leg to record. </param>
            <param name="callTimeout"> Timeout for call when executing a Call instruction. </param>
            <param name="callTo"> The Contact URI of the worker when executing a Call instruction.  Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="callUrl"> TwiML URI executed on answering the worker's leg as a result of the Call instruction. </param>
            <param name="callStatusCallbackUrl"> The URL to call  for the completed call event when executing a Call instruction. </param>
            <param name="callAccept"> Whether to accept a reservation when executing a Call instruction. </param>
            <param name="redirectCallSid"> The Call SID of the call parked in the queue when executing a Redirect instruction. </param>
            <param name="redirectAccept"> Whether the reservation should be accepted when executing a Redirect instruction. </param>
            <param name="redirectUrl"> TwiML URI to redirect the call to when executing the Redirect instruction. </param>
            <param name="to"> The Contact URI of the worker when executing a Conference instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="from"> The Caller ID of the call to the worker when executing a Conference instruction. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </param>
            <param name="statusCallbackEvent"> The call progress events that we will send to `status_callback`. Can be: `initiated`, `ringing`, `answered`, or `completed`. </param>
            <param name="timeout"> Timeout for call when executing a Conference instruction. </param>
            <param name="record"> Whether to record the participant and their conferences, including the time between conferences. The default is `false`. </param>
            <param name="muted"> Whether the agent is muted in the conference. The default is `false`. </param>
            <param name="beep"> Whether to play a notification beep when the participant joins or when to play a beep. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </param>
            <param name="startConferenceOnEnter"> Whether to start the conference when the participant joins, if it has not already started. The default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </param>
            <param name="endConferenceOnExit"> Whether to end the conference when the agent leaves. </param>
            <param name="waitUrl"> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </param>
            <param name="waitMethod"> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </param>
            <param name="earlyMedia"> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. The default is `true`. </param>
            <param name="maxParticipants"> The maximum number of participants in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </param>
            <param name="conferenceStatusCallback"> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </param>
            <param name="conferenceStatusCallbackMethod"> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceStatusCallbackEvent"> The conference status events that we will send to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`. </param>
            <param name="conferenceRecord"> Whether to record the conference the participant is joining or when to record the conference. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </param>
            <param name="conferenceTrim"> How to trim the leading and trailing silence from your recorded conference audio files. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </param>
            <param name="recordingChannels"> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </param>
            <param name="recordingStatusCallback"> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </param>
            <param name="recordingStatusCallbackMethod"> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceRecordingStatusCallback"> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </param>
            <param name="conferenceRecordingStatusCallbackMethod"> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="region"> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </param>
            <param name="sipAuthUsername"> The SIP username used for authentication. </param>
            <param name="sipAuthPassword"> The SIP password for authentication. </param>
            <param name="dequeueStatusCallbackEvent"> The Call progress events sent via webhooks as a result of a Dequeue instruction. </param>
            <param name="postWorkActivitySid"> The new worker activity SID after executing a Conference instruction. </param>
            <param name="supervisorMode">  </param>
            <param name="supervisor"> The Supervisor SID/URI when executing the Supervise instruction. </param>
            <param name="endConferenceOnCustomerExit"> Whether to end the conference when the customer leaves. </param>
            <param name="beepOnCustomerEntrance"> Whether to play a notification beep when the customer joins. </param>
            <param name="jitterBufferSize"> The jitter buffer size for conference. Can be: `small`, `medium`, `large`, `off`. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ReservationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ReservationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the TaskReservation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Sid">
            <summary> The unique string that we created to identify the TaskReservation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.TaskSid">
            <summary> The SID of the reserved Task resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.WorkerName">
            <summary> The `friendly_name` of the Worker that is reserved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.WorkerSid">
            <summary> The SID of the reserved Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.WorkspaceSid">
            <summary> The SID of the Workspace that this task is contained within. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Url">
            <summary> The absolute URL of the TaskReservation reservation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Task.ReservationResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace that the new Worker belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the new Worker. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions.ActivitySid">
            <summary> The SID of a valid Activity that will describe the new Worker's initial state. See [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more information. If not provided, the new Worker's initial state is the `default_activity_sid` configured on the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions.Attributes">
            <summary> A valid JSON string that describes the new Worker. For example: `{ \\\"email\\\": \\\"Bob@example.com\\\", \\\"phone\\\": \\\"+5095551234\\\" }`. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker. Defaults to {}. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateWorkerOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Worker belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new Worker. It can be up to 64 characters long. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Worker to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions.PathSid">
            <summary> The SID of the Worker resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteWorkerOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to delete. </param>
            <param name="pathSid"> The SID of the Worker resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkerOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkerOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Worker to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkerOptions.PathSid">
            <summary> The SID of the Worker resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkerOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchWorkerOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to fetch. </param>
            <param name="pathSid"> The SID of the Worker resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Workers to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.ActivityName">
            <summary> The `activity_name` of the Worker resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.ActivitySid">
            <summary> The `activity_sid` of the Worker resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.Available">
            <summary> Whether to return only Worker resources that are available or unavailable. Can be `true`, `1`, or `yes` to return Worker resources that are available, and `false`, or any value returns the Worker resources that are not available. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.FriendlyName">
            <summary> The `friendly_name` of the Worker resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.TargetWorkersExpression">
            <summary> Filter by Workers that would match an expression. In addition to fields in the workers' attributes, the expression can include the following worker fields: `sid`, `friendly_name`, `activity_sid`, or `activity_name` </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.TaskQueueName">
            <summary> The `friendly_name` of the TaskQueue that the Workers to read are eligible for. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.TaskQueueSid">
            <summary> The SID of the TaskQueue that the Workers to read are eligible for. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.Ordering">
            <summary> Sorting parameter for Workers </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.#ctor(System.String)">
            <summary> Construct a new ListWorkerOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workers to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Worker to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.PathSid">
            <summary> The SID of the Worker resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.ActivitySid">
            <summary> The SID of a valid Activity that will describe the Worker's initial state. See [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.Attributes">
            <summary> The JSON string that describes the Worker. For example: `{ \\\"email\\\": \\\"Bob@example.com\\\", \\\"phone\\\": \\\"+5095551234\\\" }`. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker. Defaults to {}. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Worker. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.RejectPendingReservations">
            <summary> Whether to reject the Worker's pending reservations. This option is only valid if the Worker's new [Activity](https://www.twilio.com/docs/taskrouter/api/activity) resource has its `availability` property set to `False`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateWorkerOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to update. </param>
            <param name="pathSid"> The SID of the Worker resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Create(Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.CreateAsync(Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Create(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Worker belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new Worker. It can be up to 64 characters long. </param>
            <param name="activitySid"> The SID of a valid Activity that will describe the new Worker's initial state. See [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more information. If not provided, the new Worker's initial state is the `default_activity_sid` configured on the Workspace. </param>
            <param name="attributes"> A valid JSON string that describes the new Worker. For example: `{ \\\"email\\\": \\\"Bob@example.com\\\", \\\"phone\\\": \\\"+5095551234\\\" }`. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker. Defaults to {}. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.CreateAsync(System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Worker belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the new Worker. It can be up to 64 characters long. </param>
            <param name="activitySid"> The SID of a valid Activity that will describe the new Worker's initial state. See [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more information. If not provided, the new Worker's initial state is the `default_activity_sid` configured on the Workspace. </param>
            <param name="attributes"> A valid JSON string that describes the new Worker. For example: `{ \\\"email\\\": \\\"Bob@example.com\\\", \\\"phone\\\": \\\"+5095551234\\\" }`. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker. Defaults to {}. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.BuildDeleteRequest(Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Delete(Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.DeleteAsync(Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to delete. </param>
            <param name="pathSid"> The SID of the Worker resource to delete. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to delete. </param>
            <param name="pathSid"> The SID of the Worker resource to delete. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to fetch. </param>
            <param name="pathSid"> The SID of the Worker resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to fetch. </param>
            <param name="pathSid"> The SID of the Worker resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Read(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workers to read. </param>
            <param name="activityName"> The `activity_name` of the Worker resources to read. </param>
            <param name="activitySid"> The `activity_sid` of the Worker resources to read. </param>
            <param name="available"> Whether to return only Worker resources that are available or unavailable. Can be `true`, `1`, or `yes` to return Worker resources that are available, and `false`, or any value returns the Worker resources that are not available. </param>
            <param name="friendlyName"> The `friendly_name` of the Worker resources to read. </param>
            <param name="targetWorkersExpression"> Filter by Workers that would match an expression. In addition to fields in the workers' attributes, the expression can include the following worker fields: `sid`, `friendly_name`, `activity_sid`, or `activity_name` </param>
            <param name="taskQueueName"> The `friendly_name` of the TaskQueue that the Workers to read are eligible for. </param>
            <param name="taskQueueSid"> The SID of the TaskQueue that the Workers to read are eligible for. </param>
            <param name="ordering"> Sorting parameter for Workers </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.ReadAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workers to read. </param>
            <param name="activityName"> The `activity_name` of the Worker resources to read. </param>
            <param name="activitySid"> The `activity_sid` of the Worker resources to read. </param>
            <param name="available"> Whether to return only Worker resources that are available or unavailable. Can be `true`, `1`, or `yes` to return Worker resources that are available, and `false`, or any value returns the Worker resources that are not available. </param>
            <param name="friendlyName"> The `friendly_name` of the Worker resources to read. </param>
            <param name="targetWorkersExpression"> Filter by Workers that would match an expression. In addition to fields in the workers' attributes, the expression can include the following worker fields: `sid`, `friendly_name`, `activity_sid`, or `activity_name` </param>
            <param name="taskQueueName"> The `friendly_name` of the TaskQueue that the Workers to read are eligible for. </param>
            <param name="taskQueueSid"> The SID of the TaskQueue that the Workers to read are eligible for. </param>
            <param name="ordering"> Sorting parameter for Workers </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkerOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Worker parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Update(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to update. </param>
            <param name="pathSid"> The SID of the Worker resource to update. </param>
            <param name="activitySid"> The SID of a valid Activity that will describe the Worker's initial state. See [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more information. </param>
            <param name="attributes"> The JSON string that describes the Worker. For example: `{ \\\"email\\\": \\\"Bob@example.com\\\", \\\"phone\\\": \\\"+5095551234\\\" }`. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker. Defaults to {}. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Worker. It can be up to 64 characters long. </param>
            <param name="rejectPendingReservations"> Whether to reject the Worker's pending reservations. This option is only valid if the Worker's new [Activity](https://www.twilio.com/docs/taskrouter/api/activity) resource has its `availability` property set to `False`. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to update. </param>
            <param name="pathSid"> The SID of the Worker resource to update. </param>
            <param name="activitySid"> The SID of a valid Activity that will describe the Worker's initial state. See [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more information. </param>
            <param name="attributes"> The JSON string that describes the Worker. For example: `{ \\\"email\\\": \\\"Bob@example.com\\\", \\\"phone\\\": \\\"+5095551234\\\" }`. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker. Defaults to {}. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Worker. It can be up to 64 characters long. </param>
            <param name="rejectPendingReservations"> Whether to reject the Worker's pending reservations. This option is only valid if the Worker's new [Activity](https://www.twilio.com/docs/taskrouter/api/activity) resource has its `availability` property set to `False`. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Worker </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkerResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkerResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.ActivityName">
            <summary> The `friendly_name` of the Worker's current Activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.ActivitySid">
            <summary> The SID of the Worker's current Activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Attributes">
            <summary> The JSON string that describes the Worker. For example: `{ \"email\": \"Bob@example.com\", \"phone\": \"+5095551234\" }`. **Note** If this property has been assigned a value, it will only be displayed in FETCH actions that return a single resource. Otherwise, this property will be null, even if it has a value. This data is passed to the `assignment_callback_url` when TaskRouter assigns a Task to the Worker. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Available">
            <summary> Whether the Worker is available to perform tasks. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.DateStatusChanged">
            <summary> The date and time in GMT of the last change to the Worker's activity specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Used to calculate Workflow statistics. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. Friendly names are case insensitive, and unique within the TaskRouter Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Sid">
            <summary> The unique string that we created to identify the Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Worker. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Url">
            <summary> The absolute URL of the Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkerResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchReservationOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchReservationOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the WorkerReservation resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchReservationOptions.PathWorkerSid">
            <summary> The SID of the reserved Worker resource with the WorkerReservation resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchReservationOptions.PathSid">
            <summary> The SID of the WorkerReservation resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchReservationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchWorkerReservationOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resource to fetch. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resource to fetch. </param>
            <param name="pathSid"> The SID of the WorkerReservation resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchReservationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadReservationOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadReservationOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the WorkerReservation resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadReservationOptions.PathWorkerSid">
            <summary> The SID of the reserved Worker resource with the WorkerReservation resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadReservationOptions.ReservationStatus">
            <summary> Returns the list of reservations for a worker with a specified ReservationStatus. Can be: `pending`, `accepted`, `rejected`, `timeout`, `canceled`, or `rescinded`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadReservationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListWorkerReservationOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resources to read. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadReservationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the WorkerReservation resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.PathWorkerSid">
            <summary> The SID of the reserved Worker resource with the WorkerReservation resources to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.PathSid">
            <summary> The SID of the WorkerReservation resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.IfMatch">
            <summary> The If-Match HTTP request header </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.WorkerActivitySid">
            <summary> The new worker activity SID if rejecting a reservation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.Instruction">
            <summary> The assignment instruction for the reservation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.DequeuePostWorkActivitySid">
            <summary> The SID of the Activity resource to start after executing a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.DequeueFrom">
            <summary> The caller ID of the call to the worker when executing a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.DequeueRecord">
            <summary> Whether to record both legs of a call when executing a Dequeue instruction or which leg to record. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.DequeueTimeout">
            <summary> The timeout for call when executing a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.DequeueTo">
            <summary> The contact URI of the worker when executing a Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.DequeueStatusCallbackUrl">
            <summary> The callback URL for completed call event when executing a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.CallFrom">
            <summary> The Caller ID of the outbound call when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.CallRecord">
            <summary> Whether to record both legs of a call when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.CallTimeout">
            <summary> The timeout for a call when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.CallTo">
            <summary> The contact URI of the worker when executing a Call instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.CallUrl">
            <summary> TwiML URI executed on answering the worker's leg as a result of the Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.CallStatusCallbackUrl">
            <summary> The URL to call for the completed call event when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.CallAccept">
            <summary> Whether to accept a reservation when executing a Call instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.RedirectCallSid">
            <summary> The Call SID of the call parked in the queue when executing a Redirect instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.RedirectAccept">
            <summary> Whether the reservation should be accepted when executing a Redirect instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.RedirectUrl">
            <summary> TwiML URI to redirect the call to when executing the Redirect instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.To">
            <summary> The Contact URI of the worker when executing a Conference instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.From">
            <summary> The caller ID of the call to the worker when executing a Conference instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.StatusCallbackEvent">
            <summary> The call progress events that we will send to `status_callback`. Can be: `initiated`, `ringing`, `answered`, or `completed`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.Timeout">
            <summary> The timeout for a call when executing a Conference instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.Record">
            <summary> Whether to record the participant and their conferences, including the time between conferences. Can be `true` or `false` and the default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.Muted">
            <summary> Whether the agent is muted in the conference. Defaults to `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.Beep">
            <summary> Whether to play a notification beep when the participant joins or when to play a beep. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.StartConferenceOnEnter">
            <summary> Whether to start the conference when the participant joins, if it has not already started. Can be: `true` or `false` and the default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.EndConferenceOnExit">
            <summary> Whether to end the conference when the agent leaves. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.WaitUrl">
            <summary> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.WaitMethod">
            <summary> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.EarlyMedia">
            <summary> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.MaxParticipants">
            <summary> The maximum number of participants allowed in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.ConferenceStatusCallback">
            <summary> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.ConferenceStatusCallbackMethod">
            <summary> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.ConferenceStatusCallbackEvent">
            <summary> The conference status events that we will send to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.ConferenceRecord">
            <summary> Whether to record the conference the participant is joining or when to record the conference. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.ConferenceTrim">
            <summary> Whether to trim leading and trailing silence from your recorded conference audio files. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.RecordingChannels">
            <summary> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.RecordingStatusCallback">
            <summary> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.RecordingStatusCallbackMethod">
            <summary> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.ConferenceRecordingStatusCallback">
            <summary> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.ConferenceRecordingStatusCallbackMethod">
            <summary> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.Region">
            <summary> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.SipAuthUsername">
            <summary> The SIP username used for authentication. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.SipAuthPassword">
            <summary> The SIP password for authentication. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.DequeueStatusCallbackEvent">
            <summary> The call progress events sent via webhooks as a result of a Dequeue instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.PostWorkActivitySid">
            <summary> The new worker activity SID after executing a Conference instruction. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.EndConferenceOnCustomerExit">
            <summary> Whether to end the conference when the customer leaves. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.BeepOnCustomerEntrance">
            <summary> Whether to play a notification beep when the customer joins. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.JitterBufferSize">
            <summary> The jitter buffer size for conference. Can be: `small`, `medium`, `large`, `off`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateWorkerReservationOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resources to update. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resources to update. </param>
            <param name="pathSid"> The SID of the WorkerReservation resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions.GetHeaderParams">
            <summary> Generate the necessary header parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resource to fetch. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resource to fetch. </param>
            <param name="pathSid"> The SID of the WorkerReservation resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resource to fetch. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resource to fetch. </param>
            <param name="pathSid"> The SID of the WorkerReservation resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Read(System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resources to read. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resources to read. </param>
            <param name="reservationStatus"> Returns the list of reservations for a worker with a specified ReservationStatus. Can be: `pending`, `accepted`, `rejected`, `timeout`, `canceled`, or `rescinded`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.ReadAsync(System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.StatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resources to read. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resources to read. </param>
            <param name="reservationStatus"> Returns the list of reservations for a worker with a specified ReservationStatus. Can be: `pending`, `accepted`, `rejected`, `timeout`, `canceled`, or `rescinded`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateReservationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Reservation parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Update(System.String,System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.StatusEnum,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,System.Uri,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Uri,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.CallStatusEnum},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.ConferenceEventEnum},System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resources to update. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resources to update. </param>
            <param name="pathSid"> The SID of the WorkerReservation resource to update. </param>
            <param name="reservationStatus">  </param>
            <param name="workerActivitySid"> The new worker activity SID if rejecting a reservation. </param>
            <param name="instruction"> The assignment instruction for the reservation. </param>
            <param name="dequeuePostWorkActivitySid"> The SID of the Activity resource to start after executing a Dequeue instruction. </param>
            <param name="dequeueFrom"> The caller ID of the call to the worker when executing a Dequeue instruction. </param>
            <param name="dequeueRecord"> Whether to record both legs of a call when executing a Dequeue instruction or which leg to record. </param>
            <param name="dequeueTimeout"> The timeout for call when executing a Dequeue instruction. </param>
            <param name="dequeueTo"> The contact URI of the worker when executing a Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="dequeueStatusCallbackUrl"> The callback URL for completed call event when executing a Dequeue instruction. </param>
            <param name="callFrom"> The Caller ID of the outbound call when executing a Call instruction. </param>
            <param name="callRecord"> Whether to record both legs of a call when executing a Call instruction. </param>
            <param name="callTimeout"> The timeout for a call when executing a Call instruction. </param>
            <param name="callTo"> The contact URI of the worker when executing a Call instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="callUrl"> TwiML URI executed on answering the worker's leg as a result of the Call instruction. </param>
            <param name="callStatusCallbackUrl"> The URL to call for the completed call event when executing a Call instruction. </param>
            <param name="callAccept"> Whether to accept a reservation when executing a Call instruction. </param>
            <param name="redirectCallSid"> The Call SID of the call parked in the queue when executing a Redirect instruction. </param>
            <param name="redirectAccept"> Whether the reservation should be accepted when executing a Redirect instruction. </param>
            <param name="redirectUrl"> TwiML URI to redirect the call to when executing the Redirect instruction. </param>
            <param name="to"> The Contact URI of the worker when executing a Conference instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="from"> The caller ID of the call to the worker when executing a Conference instruction. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </param>
            <param name="statusCallbackEvent"> The call progress events that we will send to `status_callback`. Can be: `initiated`, `ringing`, `answered`, or `completed`. </param>
            <param name="timeout"> The timeout for a call when executing a Conference instruction. </param>
            <param name="record"> Whether to record the participant and their conferences, including the time between conferences. Can be `true` or `false` and the default is `false`. </param>
            <param name="muted"> Whether the agent is muted in the conference. Defaults to `false`. </param>
            <param name="beep"> Whether to play a notification beep when the participant joins or when to play a beep. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </param>
            <param name="startConferenceOnEnter"> Whether to start the conference when the participant joins, if it has not already started. Can be: `true` or `false` and the default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </param>
            <param name="endConferenceOnExit"> Whether to end the conference when the agent leaves. </param>
            <param name="waitUrl"> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </param>
            <param name="waitMethod"> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </param>
            <param name="earlyMedia"> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. The default is `true`. </param>
            <param name="maxParticipants"> The maximum number of participants allowed in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </param>
            <param name="conferenceStatusCallback"> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </param>
            <param name="conferenceStatusCallbackMethod"> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceStatusCallbackEvent"> The conference status events that we will send to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`. </param>
            <param name="conferenceRecord"> Whether to record the conference the participant is joining or when to record the conference. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </param>
            <param name="conferenceTrim"> Whether to trim leading and trailing silence from your recorded conference audio files. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </param>
            <param name="recordingChannels"> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </param>
            <param name="recordingStatusCallback"> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </param>
            <param name="recordingStatusCallbackMethod"> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceRecordingStatusCallback"> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </param>
            <param name="conferenceRecordingStatusCallbackMethod"> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="region"> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </param>
            <param name="sipAuthUsername"> The SIP username used for authentication. </param>
            <param name="sipAuthPassword"> The SIP password for authentication. </param>
            <param name="dequeueStatusCallbackEvent"> The call progress events sent via webhooks as a result of a Dequeue instruction. </param>
            <param name="postWorkActivitySid"> The new worker activity SID after executing a Conference instruction. </param>
            <param name="endConferenceOnCustomerExit"> Whether to end the conference when the customer leaves. </param>
            <param name="beepOnCustomerEntrance"> Whether to play a notification beep when the customer joins. </param>
            <param name="jitterBufferSize"> The jitter buffer size for conference. Can be: `small`, `medium`, `large`, `off`. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.UpdateAsync(System.String,System.String,System.String,Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.StatusEnum,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,System.String,System.String,System.Nullable{System.Int32},System.String,System.Uri,System.Uri,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Uri,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.CallStatusEnum},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.List{Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.ConferenceEventEnum},System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerReservation resources to update. </param>
            <param name="pathWorkerSid"> The SID of the reserved Worker resource with the WorkerReservation resources to update. </param>
            <param name="pathSid"> The SID of the WorkerReservation resource to update. </param>
            <param name="reservationStatus">  </param>
            <param name="workerActivitySid"> The new worker activity SID if rejecting a reservation. </param>
            <param name="instruction"> The assignment instruction for the reservation. </param>
            <param name="dequeuePostWorkActivitySid"> The SID of the Activity resource to start after executing a Dequeue instruction. </param>
            <param name="dequeueFrom"> The caller ID of the call to the worker when executing a Dequeue instruction. </param>
            <param name="dequeueRecord"> Whether to record both legs of a call when executing a Dequeue instruction or which leg to record. </param>
            <param name="dequeueTimeout"> The timeout for call when executing a Dequeue instruction. </param>
            <param name="dequeueTo"> The contact URI of the worker when executing a Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="dequeueStatusCallbackUrl"> The callback URL for completed call event when executing a Dequeue instruction. </param>
            <param name="callFrom"> The Caller ID of the outbound call when executing a Call instruction. </param>
            <param name="callRecord"> Whether to record both legs of a call when executing a Call instruction. </param>
            <param name="callTimeout"> The timeout for a call when executing a Call instruction. </param>
            <param name="callTo"> The contact URI of the worker when executing a Call instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="callUrl"> TwiML URI executed on answering the worker's leg as a result of the Call instruction. </param>
            <param name="callStatusCallbackUrl"> The URL to call for the completed call event when executing a Call instruction. </param>
            <param name="callAccept"> Whether to accept a reservation when executing a Call instruction. </param>
            <param name="redirectCallSid"> The Call SID of the call parked in the queue when executing a Redirect instruction. </param>
            <param name="redirectAccept"> Whether the reservation should be accepted when executing a Redirect instruction. </param>
            <param name="redirectUrl"> TwiML URI to redirect the call to when executing the Redirect instruction. </param>
            <param name="to"> The Contact URI of the worker when executing a Conference instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted phone number, depending on the destination. </param>
            <param name="from"> The caller ID of the call to the worker when executing a Conference instruction. </param>
            <param name="statusCallback"> The URL we should call using the `status_callback_method` to send status information to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </param>
            <param name="statusCallbackEvent"> The call progress events that we will send to `status_callback`. Can be: `initiated`, `ringing`, `answered`, or `completed`. </param>
            <param name="timeout"> The timeout for a call when executing a Conference instruction. </param>
            <param name="record"> Whether to record the participant and their conferences, including the time between conferences. Can be `true` or `false` and the default is `false`. </param>
            <param name="muted"> Whether the agent is muted in the conference. Defaults to `false`. </param>
            <param name="beep"> Whether to play a notification beep when the participant joins or when to play a beep. Can be: `true`, `false`, `onEnter`, or `onExit`. The default value is `true`. </param>
            <param name="startConferenceOnEnter"> Whether to start the conference when the participant joins, if it has not already started. Can be: `true` or `false` and the default is `true`. If `false` and the conference has not started, the participant is muted and hears background music until another participant starts the conference. </param>
            <param name="endConferenceOnExit"> Whether to end the conference when the agent leaves. </param>
            <param name="waitUrl"> The URL we should call using the `wait_method` for the music to play while participants are waiting for the conference to start. The default value is the URL of our standard hold music. [Learn more about hold music](https://www.twilio.com/labs/twimlets/holdmusic). </param>
            <param name="waitMethod"> The HTTP method we should use to call `wait_url`. Can be `GET` or `POST` and the default is `POST`. When using a static audio file, this should be `GET` so that we can cache the file. </param>
            <param name="earlyMedia"> Whether to allow an agent to hear the state of the outbound call, including ringing or disconnect messages. The default is `true`. </param>
            <param name="maxParticipants"> The maximum number of participants allowed in the conference. Can be a positive integer from `2` to `250`. The default value is `250`. </param>
            <param name="conferenceStatusCallback"> The URL we should call using the `conference_status_callback_method` when the conference events in `conference_status_callback_event` occur. Only the value set by the first participant to join the conference is used. Subsequent `conference_status_callback` values are ignored. </param>
            <param name="conferenceStatusCallbackMethod"> The HTTP method we should use to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceStatusCallbackEvent"> The conference status events that we will send to `conference_status_callback`. Can be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`. </param>
            <param name="conferenceRecord"> Whether to record the conference the participant is joining or when to record the conference. Can be: `true`, `false`, `record-from-start`, and `do-not-record`. The default value is `false`. </param>
            <param name="conferenceTrim"> Whether to trim leading and trailing silence from your recorded conference audio files. Can be: `trim-silence` or `do-not-trim` and defaults to `trim-silence`. </param>
            <param name="recordingChannels"> The recording channels for the final recording. Can be: `mono` or `dual` and the default is `mono`. </param>
            <param name="recordingStatusCallback"> The URL that we should call using the `recording_status_callback_method` when the recording status changes. </param>
            <param name="recordingStatusCallbackMethod"> The HTTP method we should use when we call `recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="conferenceRecordingStatusCallback"> The URL we should call using the `conference_recording_status_callback_method` when the conference recording is available. </param>
            <param name="conferenceRecordingStatusCallbackMethod"> The HTTP method we should use to call `conference_recording_status_callback`. Can be: `GET` or `POST` and defaults to `POST`. </param>
            <param name="region"> The [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls) where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, or `jp1`. </param>
            <param name="sipAuthUsername"> The SIP username used for authentication. </param>
            <param name="sipAuthPassword"> The SIP password for authentication. </param>
            <param name="dequeueStatusCallbackEvent"> The call progress events sent via webhooks as a result of a Dequeue instruction. </param>
            <param name="postWorkActivitySid"> The new worker activity SID after executing a Conference instruction. </param>
            <param name="endConferenceOnCustomerExit"> Whether to end the conference when the customer leaves. </param>
            <param name="beepOnCustomerEntrance"> Whether to play a notification beep when the customer joins. </param>
            <param name="jitterBufferSize"> The jitter buffer size for conference. Can be: `small`, `medium`, `large`, `off`. </param>
            <param name="ifMatch"> The If-Match HTTP request header </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Reservation </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ReservationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ReservationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the WorkerReservation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Sid">
            <summary> The unique string that we created to identify the WorkerReservation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.TaskSid">
            <summary> The SID of the reserved Task resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.WorkerName">
            <summary> The `friendly_name` of the Worker that is reserved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.WorkerSid">
            <summary> The SID of the reserved Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.WorkspaceSid">
            <summary> The SID of the Workspace that this worker is contained within. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Url">
            <summary> The absolute URL of the WorkerReservation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReservationResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerChannelOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerChannelOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the WorkerChannel to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerChannelOptions.PathWorkerSid">
            <summary> The SID of the Worker with the WorkerChannel to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerChannelOptions.PathSid">
            <summary> The SID of the WorkerChannel to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchWorkerChannelOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to fetch. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to fetch. </param>
            <param name="pathSid"> The SID of the WorkerChannel to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadWorkerChannelOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadWorkerChannelOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the WorkerChannels to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadWorkerChannelOptions.PathWorkerSid">
            <summary> The SID of the Worker with the WorkerChannels to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadWorkerChannelOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListWorkerChannelOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannels to read. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannels to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadWorkerChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the WorkerChannel to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions.PathWorkerSid">
            <summary> The SID of the Worker with the WorkerChannel to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions.PathSid">
            <summary> The SID of the WorkerChannel to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions.Capacity">
            <summary> The total number of Tasks that the Worker should handle for the TaskChannel type. TaskRouter creates reservations for Tasks of this TaskChannel type up to the specified capacity. If the capacity is 0, no new reservations will be created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions.Available">
            <summary> Whether the WorkerChannel is available. Set to `false` to prevent the Worker from receiving any new Tasks of this TaskChannel type. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateWorkerChannelOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to update. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to update. </param>
            <param name="pathSid"> The SID of the WorkerChannel to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkerChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkerChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to fetch. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to fetch. </param>
            <param name="pathSid"> The SID of the WorkerChannel to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to fetch. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to fetch. </param>
            <param name="pathSid"> The SID of the WorkerChannel to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadWorkerChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read WorkerChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.ReadWorkerChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read WorkerChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannels to read. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannels to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannels to read. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannels to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update WorkerChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.UpdateWorkerChannelOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update WorkerChannel parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Update(System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to update. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to update. </param>
            <param name="pathSid"> The SID of the WorkerChannel to update. </param>
            <param name="capacity"> The total number of Tasks that the Worker should handle for the TaskChannel type. TaskRouter creates reservations for Tasks of this TaskChannel type up to the specified capacity. If the capacity is 0, no new reservations will be created. </param>
            <param name="available"> Whether the WorkerChannel is available. Set to `false` to prevent the Worker from receiving any new Tasks of this TaskChannel type. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to update. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to update. </param>
            <param name="pathSid"> The SID of the WorkerChannel to update. </param>
            <param name="capacity"> The total number of Tasks that the Worker should handle for the TaskChannel type. TaskRouter creates reservations for Tasks of this TaskChannel type up to the specified capacity. If the capacity is 0, no new reservations will be created. </param>
            <param name="available"> Whether the WorkerChannel is available. Set to `false` to prevent the Worker from receiving any new Tasks of this TaskChannel type. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkerChannel </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkerChannelResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkerChannelResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.AssignedTasks">
            <summary> The total number of Tasks assigned to Worker for the TaskChannel type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Available">
            <summary> Whether the Worker should receive Tasks of the TaskChannel type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.AvailableCapacityPercentage">
            <summary> The current percentage of capacity the TaskChannel has available. Can be a number between `0` and `100`. A value of `0` indicates that TaskChannel has no capacity available and a value of `100` means the  Worker is available to receive any Tasks of this TaskChannel type. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.ConfiguredCapacity">
            <summary> The current configured capacity for the WorkerChannel. TaskRouter will not create any reservations after the assigned Tasks for the Worker reaches the value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Sid">
            <summary> The unique string that we created to identify the WorkerChannel resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.TaskChannelSid">
            <summary> The SID of the TaskChannel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.TaskChannelUniqueName">
            <summary> The unique name of the TaskChannel, such as `voice` or `sms`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.WorkerSid">
            <summary> The SID of the Worker that contains the WorkerChannel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the WorkerChannel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerChannelResource.Url">
            <summary> The absolute URL of the WorkerChannel resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions.EndDate">
            <summary> Only calculate statistics from this date and time and earlier, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions.TaskChannel">
            <summary> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions.#ctor(System.String)">
            <summary> Construct a new FetchWorkersCumulativeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkersCumulativeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkersCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersCumulativeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkersCumulativeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkersCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.Fetch(System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkersCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.FetchAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkersCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkersCumulativeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkersCumulativeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.StartTime">
            <summary> The beginning of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.EndTime">
            <summary> The end of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.ActivityDurations">
            <summary> The minimum, average, maximum, and total time (in seconds) that Workers spent in each Activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.ReservationsCreated">
            <summary> The total number of Reservations that were created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.ReservationsAccepted">
            <summary> The total number of Reservations that were accepted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.ReservationsRejected">
            <summary> The total number of Reservations that were rejected. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.ReservationsTimedOut">
            <summary> The total number of Reservations that were timed out. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.ReservationsCanceled">
            <summary> The total number of Reservations that were canceled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.ReservationsRescinded">
            <summary> The total number of Reservations that were rescinded. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersCumulativeStatisticsResource.Url">
            <summary> The absolute URL of the Workers statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersRealTimeStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersRealTimeStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersRealTimeStatisticsOptions.TaskChannel">
            <summary> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersRealTimeStatisticsOptions.#ctor(System.String)">
            <summary> Construct a new FetchWorkersRealTimeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersRealTimeStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkersRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkersRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkersRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkersRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
            <param name="taskChannel"> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkersRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
            <param name="taskChannel"> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkersRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkersRealTimeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkersRealTimeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.ActivityStatistics">
            <summary> The number of current Workers by Activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.TotalWorkers">
            <summary> The total number of Workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersRealTimeStatisticsResource.Url">
            <summary> The absolute URL of the Workers statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Worker to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.EndDate">
            <summary> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.TaskQueueSid">
            <summary> The SID of the TaskQueue for which to fetch Worker statistics. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.TaskQueueName">
            <summary> The `friendly_name` of the TaskQueue for which to fetch Worker statistics. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.FriendlyName">
            <summary> Only include Workers with `friendly_name` values that match this parameter. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.TaskChannel">
            <summary> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.#ctor(System.String)">
            <summary> Construct a new FetchWorkerStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkersStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkersStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkersStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkersStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkersStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.Fetch(System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to fetch. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="taskQueueSid"> The SID of the TaskQueue for which to fetch Worker statistics. </param>
            <param name="taskQueueName"> The `friendly_name` of the TaskQueue for which to fetch Worker statistics. </param>
            <param name="friendlyName"> Only include Workers with `friendly_name` values that match this parameter. </param>
            <param name="taskChannel"> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkersStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.FetchAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Worker to fetch. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="taskQueueSid"> The SID of the TaskQueue for which to fetch Worker statistics. </param>
            <param name="taskQueueName"> The `friendly_name` of the TaskQueue for which to fetch Worker statistics. </param>
            <param name="friendlyName"> Only include Workers with `friendly_name` values that match this parameter. </param>
            <param name="taskChannel"> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkersStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkersStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkersStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.Realtime">
            <summary> An object that contains the real-time statistics for the Worker. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.Cumulative">
            <summary> An object that contains the cumulative statistics for the Worker. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Worker. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkersStatisticsResource.Url">
            <summary> The absolute URL of the Worker statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the WorkerChannel to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions.PathWorkerSid">
            <summary> The SID of the Worker with the WorkerChannel to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions.EndDate">
            <summary> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions.TaskChannel">
            <summary> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchWorkerInstanceStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to fetch. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkerStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkerStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Worker.FetchWorkerStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkerStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkerStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.Fetch(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to fetch. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to fetch. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="taskChannel"> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkerStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.FetchAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the WorkerChannel to fetch. </param>
            <param name="pathWorkerSid"> The SID of the Worker with the WorkerChannel to fetch. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="taskChannel"> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkerStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkerStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkerStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Worker resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.Cumulative">
            <summary> An object that contains the cumulative statistics for the Worker. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.WorkerSid">
            <summary> The SID of the Worker that contains the WorkerChannel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the WorkerChannel. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Worker.WorkerStatisticsResource.Url">
            <summary> The absolute URL of the WorkerChannel statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace that the new Workflow to create belongs to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound Campaign`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions.Configuration">
            <summary> A JSON string that contains the rules to apply to the Workflow. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions.AssignmentCallbackUrl">
            <summary> The URL from your application that will process task assignment events. See [Handling Task Assignment Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions.FallbackAssignmentCallbackUrl">
            <summary> The URL that we should call when a call to the `assignment_callback_url` fails. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions.TaskReservationTimeout">
            <summary> How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to `86,400` (24 hours) and the default is `120`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateWorkflowOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Workflow to create belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound Campaign`. </param>
            <param name="configuration"> A JSON string that contains the rules to apply to the Workflow. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkflowOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkflowOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Workflow to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkflowOptions.PathSid">
            <summary> The SID of the Workflow resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkflowOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteWorkflowOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to delete. </param>
            <param name="pathSid"> The SID of the Workflow resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkflowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkflowOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkflowOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Workflow to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkflowOptions.PathSid">
            <summary> The SID of the Workflow resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkflowOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchWorkflowOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathSid"> The SID of the Workflow resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkflowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkflowOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkflowOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Workflow to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkflowOptions.FriendlyName">
            <summary> The `friendly_name` of the Workflow resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkflowOptions.#ctor(System.String)">
            <summary> Construct a new ListWorkflowOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to read. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkflowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Workflow to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.PathSid">
            <summary> The SID of the Workflow resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound Campaign`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.AssignmentCallbackUrl">
            <summary> The URL from your application that will process task assignment events. See [Handling Task Assignment Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.FallbackAssignmentCallbackUrl">
            <summary> The URL that we should call when a call to the `assignment_callback_url` fails. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.Configuration">
            <summary> A JSON string that contains the rules to apply to the Workflow. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.TaskReservationTimeout">
            <summary> How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to `86,400` (24 hours) and the default is `120`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.ReEvaluateTasks">
            <summary> Whether or not to re-evaluate Tasks. The default is `false`, which means Tasks in the Workflow will not be processed through the assignment loop again. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateWorkflowOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to update. </param>
            <param name="pathSid"> The SID of the Workflow resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Create(Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.CreateAsync(Twilio.Rest.Taskrouter.V1.Workspace.CreateWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Create(System.String,System.String,System.String,System.Uri,System.Uri,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Workflow to create belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound Campaign`. </param>
            <param name="configuration"> A JSON string that contains the rules to apply to the Workflow. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. </param>
            <param name="assignmentCallbackUrl"> The URL from your application that will process task assignment events. See [Handling Task Assignment Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks) for more details. </param>
            <param name="fallbackAssignmentCallbackUrl"> The URL that we should call when a call to the `assignment_callback_url` fails. </param>
            <param name="taskReservationTimeout"> How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to `86,400` (24 hours) and the default is `120`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.CreateAsync(System.String,System.String,System.String,System.Uri,System.Uri,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace that the new Workflow to create belongs to. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound Campaign`. </param>
            <param name="configuration"> A JSON string that contains the rules to apply to the Workflow. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. </param>
            <param name="assignmentCallbackUrl"> The URL from your application that will process task assignment events. See [Handling Task Assignment Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks) for more details. </param>
            <param name="fallbackAssignmentCallbackUrl"> The URL that we should call when a call to the `assignment_callback_url` fails. </param>
            <param name="taskReservationTimeout"> How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to `86,400` (24 hours) and the default is `120`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.BuildDeleteRequest(Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Delete(Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.DeleteAsync(Twilio.Rest.Taskrouter.V1.Workspace.DeleteWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to delete. </param>
            <param name="pathSid"> The SID of the Workflow resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to delete. </param>
            <param name="pathSid"> The SID of the Workflow resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathSid"> The SID of the Workflow resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathSid"> The SID of the Workflow resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Read(Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.ReadAsync(Twilio.Rest.Taskrouter.V1.Workspace.ReadWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to read. </param>
            <param name="friendlyName"> The `friendly_name` of the Workflow resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to read. </param>
            <param name="friendlyName"> The `friendly_name` of the Workflow resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.NextPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Update(Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.UpdateAsync(Twilio.Rest.Taskrouter.V1.Workspace.UpdateWorkflowOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Workflow parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Update(System.String,System.String,System.String,System.Uri,System.Uri,System.String,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to update. </param>
            <param name="pathSid"> The SID of the Workflow resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound Campaign`. </param>
            <param name="assignmentCallbackUrl"> The URL from your application that will process task assignment events. See [Handling Task Assignment Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks) for more details. </param>
            <param name="fallbackAssignmentCallbackUrl"> The URL that we should call when a call to the `assignment_callback_url` fails. </param>
            <param name="configuration"> A JSON string that contains the rules to apply to the Workflow. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. </param>
            <param name="taskReservationTimeout"> How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to `86,400` (24 hours) and the default is `120`. </param>
            <param name="reEvaluateTasks"> Whether or not to re-evaluate Tasks. The default is `false`, which means Tasks in the Workflow will not be processed through the assignment loop again. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.UpdateAsync(System.String,System.String,System.String,System.Uri,System.Uri,System.String,System.Nullable{System.Int32},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to update. </param>
            <param name="pathSid"> The SID of the Workflow resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound Campaign`. </param>
            <param name="assignmentCallbackUrl"> The URL from your application that will process task assignment events. See [Handling Task Assignment Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks) for more details. </param>
            <param name="fallbackAssignmentCallbackUrl"> The URL that we should call when a call to the `assignment_callback_url` fails. </param>
            <param name="configuration"> A JSON string that contains the rules to apply to the Workflow. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. </param>
            <param name="taskReservationTimeout"> How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to `86,400` (24 hours) and the default is `120`. </param>
            <param name="reEvaluateTasks"> Whether or not to re-evaluate Tasks. The default is `false`, which means Tasks in the Workflow will not be processed through the assignment loop again. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Workflow </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkflowResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkflowResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workflow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.AssignmentCallbackUrl">
            <summary> The URL that we call when a task managed by the Workflow is assigned to a Worker. See Assignment Callback URL for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Configuration">
            <summary> A JSON string that contains the Workflow's configuration. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.DocumentContentType">
            <summary> The MIME type of the document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.FallbackAssignmentCallbackUrl">
            <summary> The URL that we call when a call to the `assignment_callback_url` fails. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.FriendlyName">
            <summary> The string that you assigned to describe the Workflow resource. For example, `Customer Support` or `2014 Election Campaign`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Sid">
            <summary> The unique string that we created to identify the Workflow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.TaskReservationTimeout">
            <summary> How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to `86,400` (24 hours) and the default is `120`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Url">
            <summary> The absolute URL of the Workflow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkflowResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.PathWorkflowSid">
            <summary> Returns the list of Tasks that are being controlled by the Workflow with the specified Sid value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.EndDate">
            <summary> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.TaskChannel">
            <summary> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.SplitByWaitTime">
            <summary> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. TaskRouter will calculate statistics on up to 10,000 Tasks for any given threshold. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchWorkflowCumulativeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified Sid value. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkflowCumulativeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkflowCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowCumulativeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkflowCumulativeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkflowCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.Fetch(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified Sid value. </param>
            <param name="endDate"> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. TaskRouter will calculate statistics on up to 10,000 Tasks for any given threshold. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkflowCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.FetchAsync(System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the resource to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified Sid value. </param>
            <param name="endDate"> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. TaskRouter will calculate statistics on up to 10,000 Tasks for any given threshold. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkflowCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkflowCumulativeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkflowCumulativeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workflow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.AvgTaskAcceptanceTime">
            <summary> The average time in seconds between Task creation and acceptance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.StartTime">
            <summary> The beginning of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.EndTime">
            <summary> The end of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.ReservationsCreated">
            <summary> The total number of Reservations that were created for Workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.ReservationsAccepted">
            <summary> The total number of Reservations accepted by Workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.ReservationsRejected">
            <summary> The total number of Reservations that were rejected. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.ReservationsTimedOut">
            <summary> The total number of Reservations that were timed out. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.ReservationsCanceled">
            <summary> The total number of Reservations that were canceled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.ReservationsRescinded">
            <summary> The total number of Reservations that were rescinded. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.SplitByWaitTime">
            <summary> A list of objects that describe the number of Tasks canceled and reservations accepted above and below the thresholds specified in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.WaitDurationUntilAccepted">
            <summary> The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks that were accepted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.WaitDurationUntilCanceled">
            <summary> The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks that were canceled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.TasksCanceled">
            <summary> The total number of Tasks that were canceled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.TasksCompleted">
            <summary> The total number of Tasks that were completed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.TasksEntered">
            <summary> The total number of Tasks that entered the Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.TasksDeleted">
            <summary> The total number of Tasks that were deleted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.TasksMoved">
            <summary> The total number of Tasks that were moved from one queue to another. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.TasksTimedOutInWorkflow">
            <summary> The total number of Tasks that were timed out of their Workflows (and deleted). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.WorkflowSid">
            <summary> Returns the list of Tasks that are being controlled by the Workflow with the specified Sid value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowCumulativeStatisticsResource.Url">
            <summary> The absolute URL of the Workflow statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowRealTimeStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowRealTimeStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Workflow to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowRealTimeStatisticsOptions.PathWorkflowSid">
            <summary> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowRealTimeStatisticsOptions.TaskChannel">
            <summary> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowRealTimeStatisticsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchWorkflowRealTimeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowRealTimeStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkflowRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkflowRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkflowRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkflowRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </param>
            <param name="taskChannel"> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkflowRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </param>
            <param name="taskChannel"> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkflowRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkflowRealTimeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkflowRealTimeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workflow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.LongestTaskWaitingAge">
            <summary> The age of the longest waiting Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.LongestTaskWaitingSid">
            <summary> The SID of the longest waiting Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.TasksByPriority">
            <summary> The number of Tasks by priority. For example: `{\"0\": \"10\", \"99\": \"5\"}` shows 10 Tasks at priority 0 and 5 at priority 99. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.TasksByStatus">
            <summary> The number of Tasks by their current status. For example: `{\"pending\": \"1\", \"reserved\": \"3\", \"assigned\": \"2\", \"completed\": \"5\"}`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.TotalTasks">
            <summary> The total number of Tasks. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.WorkflowSid">
            <summary> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowRealTimeStatisticsResource.Url">
            <summary> The absolute URL of the Workflow statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace with the Workflow to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.PathWorkflowSid">
            <summary> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.EndDate">
            <summary> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.TaskChannel">
            <summary> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.SplitByWaitTime">
            <summary> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchWorkflowStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkflowStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkflowStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.Workflow.FetchWorkflowStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkflowStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkflowStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.Fetch(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="taskChannel"> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkflowStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.FetchAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace with the Workflow to fetch. </param>
            <param name="pathWorkflowSid"> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="taskChannel"> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkflowStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkflowStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkflowStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workflow resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.Cumulative">
            <summary> An object that contains the cumulative statistics for the Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.Realtime">
            <summary> An object that contains the real-time statistics for the Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.WorkflowSid">
            <summary> Returns the list of Tasks that are being controlled by the Workflow with the specified SID value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace that contains the Workflow. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.Workflow.WorkflowStatisticsResource.Url">
            <summary> The absolute URL of the Workflow statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions.EndDate">
            <summary> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions.TaskChannel">
            <summary> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions.SplitByWaitTime">
            <summary> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. TaskRouter will calculate statistics on up to 10,000 Tasks for any given threshold. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions.#ctor(System.String)">
            <summary> Construct a new FetchWorkspaceCumulativeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkspaceCumulativeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkspaceCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceCumulativeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkspaceCumulativeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkspaceCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.Fetch(System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
            <param name="endDate"> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. TaskRouter will calculate statistics on up to 10,000 Tasks for any given threshold. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkspaceCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.FetchAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
            <param name="endDate"> Only include usage that occurred on or before this date, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="taskChannel"> Only calculate cumulative statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. TaskRouter will calculate statistics on up to 10,000 Tasks for any given threshold. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkspaceCumulativeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkspaceCumulativeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkspaceCumulativeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workspace resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.AvgTaskAcceptanceTime">
            <summary> The average time in seconds between Task creation and acceptance. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.StartTime">
            <summary> The beginning of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.EndTime">
            <summary> The end of the interval during which these statistics were calculated, in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.ReservationsCreated">
            <summary> The total number of Reservations that were created for Workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.ReservationsAccepted">
            <summary> The total number of Reservations accepted by Workers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.ReservationsRejected">
            <summary> The total number of Reservations that were rejected. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.ReservationsTimedOut">
            <summary> The total number of Reservations that were timed out. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.ReservationsCanceled">
            <summary> The total number of Reservations that were canceled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.ReservationsRescinded">
            <summary> The total number of Reservations that were rescinded. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.SplitByWaitTime">
            <summary> A list of objects that describe the number of Tasks canceled and reservations accepted above and below the thresholds specified in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.WaitDurationUntilAccepted">
            <summary> The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks that were accepted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.WaitDurationUntilCanceled">
            <summary> The wait duration statistics (`avg`, `min`, `max`, `total`) for Tasks that were canceled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.TasksCanceled">
            <summary> The total number of Tasks that were canceled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.TasksCompleted">
            <summary> The total number of Tasks that were completed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.TasksCreated">
            <summary> The total number of Tasks created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.TasksDeleted">
            <summary> The total number of Tasks that were deleted. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.TasksMoved">
            <summary> The total number of Tasks that were moved from one queue to another. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.TasksTimedOutInWorkflow">
            <summary> The total number of Tasks that were timed out of their Workflows (and deleted). </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceCumulativeStatisticsResource.Url">
            <summary> The absolute URL of the Workspace statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceRealTimeStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceRealTimeStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceRealTimeStatisticsOptions.TaskChannel">
            <summary> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceRealTimeStatisticsOptions.#ctor(System.String)">
            <summary> Construct a new FetchWorkspaceRealTimeStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceRealTimeStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkspaceRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkspaceRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceRealTimeStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkspaceRealTimeStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkspaceRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
            <param name="taskChannel"> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkspaceRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
            <param name="taskChannel"> Only calculate real-time statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkspaceRealTimeStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkspaceRealTimeStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkspaceRealTimeStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workspace resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.ActivityStatistics">
            <summary> The number of current Workers by Activity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.LongestTaskWaitingAge">
            <summary> The age of the longest waiting Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.LongestTaskWaitingSid">
            <summary> The SID of the longest waiting Task. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.TasksByPriority">
            <summary> The number of Tasks by priority. For example: `{\"0\": \"10\", \"99\": \"5\"}` shows 10 Tasks at priority 0 and 5 at priority 99. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.TasksByStatus">
            <summary> The number of Tasks by their current status. For example: `{\"pending\": \"1\", \"reserved\": \"3\", \"assigned\": \"2\", \"completed\": \"5\"}`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.TotalTasks">
            <summary> The total number of Tasks. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.TotalWorkers">
            <summary> The total number of Workers in the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceRealTimeStatisticsResource.Url">
            <summary> The absolute URL of the Workspace statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions.PathWorkspaceSid">
            <summary> The SID of the Workspace to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions.Minutes">
            <summary> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions.StartDate">
            <summary> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions.EndDate">
            <summary> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions.TaskChannel">
            <summary> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions.SplitByWaitTime">
            <summary> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. </summary> 
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions.#ctor(System.String)">
            <summary> Construct a new FetchWorkspaceStatisticsOptions </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.Fetch(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkspaceStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkspaceStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.FetchAsync(Twilio.Rest.Taskrouter.V1.Workspace.FetchWorkspaceStatisticsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch WorkspaceStatistics parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkspaceStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.Fetch(System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="taskChannel"> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of WorkspaceStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.FetchAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathWorkspaceSid"> The SID of the Workspace to fetch. </param>
            <param name="minutes"> Only calculate statistics since this many minutes in the past. The default 15 minutes. This is helpful for displaying statistics for the last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends. </param>
            <param name="startDate"> Only calculate statistics from this date and time and later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </param>
            <param name="endDate"> Only calculate statistics from this date and time and earlier, specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time. </param>
            <param name="taskChannel"> Only calculate statistics on this TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or `default`. </param>
            <param name="splitByWaitTime"> A comma separated list of values that describes the thresholds, in seconds, to calculate statistics on. For each threshold specified, the number of Tasks canceled and reservations accepted above and below the specified thresholds in seconds are computed. For example, `5,30` would show splits of Tasks that were canceled or accepted before and after 5 seconds and before and after 30 seconds. This can be used to show short abandoned Tasks or Tasks that failed to meet an SLA. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of WorkspaceStatistics </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WorkspaceStatisticsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WorkspaceStatisticsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.Realtime">
            <summary> An object that contains the real-time statistics for the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.Cumulative">
            <summary> An object that contains the cumulative statistics for the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workspace resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.WorkspaceSid">
            <summary> The SID of the Workspace. </summary> 
        </member>
        <member name="P:Twilio.Rest.Taskrouter.V1.Workspace.WorkspaceStatisticsResource.Url">
            <summary> The absolute URL of the Workspace statistics resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.CreateTrunkOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.CreateTrunkOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.CreateTrunkOptions.DomainName">
            <summary> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.CreateTrunkOptions.DisasterRecoveryUrl">
            <summary> The URL we should call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from the URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.CreateTrunkOptions.DisasterRecoveryMethod">
            <summary> The HTTP method we should use to call the `disaster_recovery_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.CreateTrunkOptions.Secure">
            <summary> Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.CreateTrunkOptions.CnamLookupEnabled">
            <summary> Whether Caller ID Name (CNAM) lookup should be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.CreateTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.DeleteTrunkOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.DeleteTrunkOptions.PathSid">
            <summary> The unique string that we created to identify the Trunk resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.DeleteTrunkOptions.#ctor(System.String)">
            <summary> Construct a new DeleteTrunkOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Trunk resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.DeleteTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.FetchTrunkOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.FetchTrunkOptions.PathSid">
            <summary> The unique string that we created to identify the Trunk resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.FetchTrunkOptions.#ctor(System.String)">
            <summary> Construct a new FetchTrunkOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Trunk resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.FetchTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.ReadTrunkOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.ReadTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.UpdateTrunkOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.PathSid">
            <summary> The unique string that we created to identify the OriginationUrl resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.DomainName">
            <summary> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.DisasterRecoveryUrl">
            <summary> The URL we should call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from the URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.DisasterRecoveryMethod">
            <summary> The HTTP method we should use to call the `disaster_recovery_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.Secure">
            <summary> Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.CnamLookupEnabled">
            <summary> Whether Caller ID Name (CNAM) lookup should be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.#ctor(System.String)">
            <summary> Construct a new UpdateTrunkOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.UpdateTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Create(Twilio.Rest.Trunking.V1.CreateTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.CreateAsync(Twilio.Rest.Trunking.V1.CreateTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Create(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Rest.Trunking.V1.TrunkResource.TransferSettingEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Rest.Trunking.V1.TrunkResource.TransferCallerIdEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information. </param>
            <param name="disasterRecoveryUrl"> The URL we should call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from the URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information. </param>
            <param name="disasterRecoveryMethod"> The HTTP method we should use to call the `disaster_recovery_url`. Can be: `GET` or `POST`. </param>
            <param name="transferMode">  </param>
            <param name="secure"> Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information. </param>
            <param name="cnamLookupEnabled"> Whether Caller ID Name (CNAM) lookup should be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </param>
            <param name="transferCallerId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.CreateAsync(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Rest.Trunking.V1.TrunkResource.TransferSettingEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Rest.Trunking.V1.TrunkResource.TransferCallerIdEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information. </param>
            <param name="disasterRecoveryUrl"> The URL we should call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from the URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information. </param>
            <param name="disasterRecoveryMethod"> The HTTP method we should use to call the `disaster_recovery_url`. Can be: `GET` or `POST`. </param>
            <param name="transferMode">  </param>
            <param name="secure"> Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information. </param>
            <param name="cnamLookupEnabled"> Whether Caller ID Name (CNAM) lookup should be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </param>
            <param name="transferCallerId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.BuildDeleteRequest(Twilio.Rest.Trunking.V1.DeleteTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Delete(Twilio.Rest.Trunking.V1.DeleteTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.DeleteAsync(Twilio.Rest.Trunking.V1.DeleteTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The unique string that we created to identify the Trunk resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The unique string that we created to identify the Trunk resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Fetch(Twilio.Rest.Trunking.V1.FetchTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.FetchAsync(Twilio.Rest.Trunking.V1.FetchTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The unique string that we created to identify the Trunk resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The unique string that we created to identify the Trunk resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Read(Twilio.Rest.Trunking.V1.ReadTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.ReadAsync(Twilio.Rest.Trunking.V1.ReadTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.TrunkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.TrunkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Update(Twilio.Rest.Trunking.V1.UpdateTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.UpdateAsync(Twilio.Rest.Trunking.V1.UpdateTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Trunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.Update(System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Rest.Trunking.V1.TrunkResource.TransferSettingEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Rest.Trunking.V1.TrunkResource.TransferCallerIdEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information. </param>
            <param name="disasterRecoveryUrl"> The URL we should call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from the URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information. </param>
            <param name="disasterRecoveryMethod"> The HTTP method we should use to call the `disaster_recovery_url`. Can be: `GET` or `POST`. </param>
            <param name="transferMode">  </param>
            <param name="secure"> Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information. </param>
            <param name="cnamLookupEnabled"> Whether Caller ID Name (CNAM) lookup should be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </param>
            <param name="transferCallerId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.UpdateAsync(System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Rest.Trunking.V1.TrunkResource.TransferSettingEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Rest.Trunking.V1.TrunkResource.TransferCallerIdEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="domainName"> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information. </param>
            <param name="disasterRecoveryUrl"> The URL we should call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from the URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information. </param>
            <param name="disasterRecoveryMethod"> The HTTP method we should use to call the `disaster_recovery_url`. Can be: `GET` or `POST`. </param>
            <param name="transferMode">  </param>
            <param name="secure"> Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information. </param>
            <param name="cnamLookupEnabled"> Whether Caller ID Name (CNAM) lookup should be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </param>
            <param name="transferCallerId">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Trunk </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TrunkResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TrunkResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.TrunkResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Trunk resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.DomainName">
            <summary> The unique address you reserve on Twilio to which you route your SIP traffic. Domain names can contain letters, digits, and `-` and must end with `pstn.twilio.com`. See [Termination Settings](https://www.twilio.com/docs/sip-trunking#termination) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.DisasterRecoveryMethod">
            <summary> The HTTP method we use to call the `disaster_recovery_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.DisasterRecoveryUrl">
            <summary> The URL we call using the `disaster_recovery_method` if an error occurs while sending SIP traffic towards the configured Origination URL. We retrieve TwiML from this URL and execute the instructions like any other normal TwiML call. See [Disaster Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.Secure">
            <summary> Whether Secure Trunking is enabled for the trunk. If enabled, all calls going through the trunk will be secure using SRTP for media and TLS for signaling. If disabled, then RTP will be used for media. See [Secure Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.Recording">
            <summary> The recording settings for the trunk. Can be: `do-not-record`, `record-from-ringing`, `record-from-answer`. If set to `record-from-ringing` or `record-from-answer`, all calls going through the trunk will be recorded. The only way to change recording parameters is on a sub-resource of a Trunk after it has been created. e.g.`/Trunks/[Trunk_SID]/Recording -XPOST -d'Mode=record-from-answer'`. See [Recording](https://www.twilio.com/docs/sip-trunking#recording) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.CnamLookupEnabled">
            <summary> Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.AuthType">
            <summary> The types of authentication mapped to the domain. Can be: `IP_ACL` and `CREDENTIAL_LIST`. If both are mapped, the values are returned in a comma delimited list. If empty, the domain will not receive any traffic. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.AuthTypeSet">
            <summary> Reserved. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.Sid">
            <summary> The unique string that we created to identify the Trunk resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.TrunkResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.CreateCredentialListOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateCredentialListOptions.PathTrunkSid">
            <summary> The SID of the Trunk to associate the credential list with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateCredentialListOptions.CredentialListSid">
            <summary> The SID of the [Credential List](https://www.twilio.com/docs/voice/sip/api/sip-credentiallist-resource) that you want to associate with the trunk. Once associated, we will authenticate access to the trunk against this list. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CreateCredentialListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateCredentialListOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the credential list with. </param>
            <param name="credentialListSid"> The SID of the [Credential List](https://www.twilio.com/docs/voice/sip/api/sip-credentiallist-resource) that you want to associate with the trunk. Once associated, we will authenticate access to the trunk against this list. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CreateCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.DeleteCredentialListOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.DeleteCredentialListOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to delete the credential list. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.DeleteCredentialListOptions.PathSid">
            <summary> The unique string that we created to identify the CredentialList resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.DeleteCredentialListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteCredentialListOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the credential list. </param>
            <param name="pathSid"> The unique string that we created to identify the CredentialList resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.DeleteCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.FetchCredentialListOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchCredentialListOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to fetch the credential list. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchCredentialListOptions.PathSid">
            <summary> The unique string that we created to identify the CredentialList resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchCredentialListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchCredentialListOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the credential list. </param>
            <param name="pathSid"> The unique string that we created to identify the CredentialList resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.ReadCredentialListOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.ReadCredentialListOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to read the credential lists. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.ReadCredentialListOptions.#ctor(System.String)">
            <summary> Construct a new ListCredentialListOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the credential lists. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.ReadCredentialListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Create(Twilio.Rest.Trunking.V1.Trunk.CreateCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.CreateAsync(Twilio.Rest.Trunking.V1.Trunk.CreateCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the credential list with. </param>
            <param name="credentialListSid"> The SID of the [Credential List](https://www.twilio.com/docs/voice/sip/api/sip-credentiallist-resource) that you want to associate with the trunk. Once associated, we will authenticate access to the trunk against this list. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the credential list with. </param>
            <param name="credentialListSid"> The SID of the [Credential List](https://www.twilio.com/docs/voice/sip/api/sip-credentiallist-resource) that you want to associate with the trunk. Once associated, we will authenticate access to the trunk against this list. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.BuildDeleteRequest(Twilio.Rest.Trunking.V1.Trunk.DeleteCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Delete(Twilio.Rest.Trunking.V1.Trunk.DeleteCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.DeleteAsync(Twilio.Rest.Trunking.V1.Trunk.DeleteCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the credential list. </param>
            <param name="pathSid"> The unique string that we created to identify the CredentialList resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the credential list. </param>
            <param name="pathSid"> The unique string that we created to identify the CredentialList resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Fetch(Twilio.Rest.Trunking.V1.Trunk.FetchCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.FetchAsync(Twilio.Rest.Trunking.V1.Trunk.FetchCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the credential list. </param>
            <param name="pathSid"> The unique string that we created to identify the CredentialList resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the credential list. </param>
            <param name="pathSid"> The unique string that we created to identify the CredentialList resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Read(Twilio.Rest.Trunking.V1.Trunk.ReadCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.ReadAsync(Twilio.Rest.Trunking.V1.Trunk.ReadCredentialListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read CredentialList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the credential lists. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the credential lists. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CredentialList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.Trunk.CredentialListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.Trunk.CredentialListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CredentialListResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CredentialListResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CredentialList resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Sid">
            <summary> The unique string that we created to identify the CredentialList resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.TrunkSid">
            <summary> The SID of the Trunk the credential list in associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CredentialListResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.CreateIpAccessControlListOptions">
            <summary> Associate an IP Access Control List with a Trunk </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateIpAccessControlListOptions.PathTrunkSid">
            <summary> The SID of the Trunk to associate the IP Access Control List with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateIpAccessControlListOptions.IpAccessControlListSid">
            <summary> The SID of the [IP Access Control List](https://www.twilio.com/docs/voice/sip/api/sip-ipaccesscontrollist-resource) that you want to associate with the trunk. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CreateIpAccessControlListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateIpAccessControlListOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the IP Access Control List with. </param>
            <param name="ipAccessControlListSid"> The SID of the [IP Access Control List](https://www.twilio.com/docs/voice/sip/api/sip-ipaccesscontrollist-resource) that you want to associate with the trunk. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CreateIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.DeleteIpAccessControlListOptions">
            <summary> Remove an associated IP Access Control List from a Trunk </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.DeleteIpAccessControlListOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to delete the IP Access Control List. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.DeleteIpAccessControlListOptions.PathSid">
            <summary> The unique string that we created to identify the IpAccessControlList resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.DeleteIpAccessControlListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteIpAccessControlListOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the IP Access Control List. </param>
            <param name="pathSid"> The unique string that we created to identify the IpAccessControlList resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.DeleteIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.FetchIpAccessControlListOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchIpAccessControlListOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to fetch the IP Access Control List. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchIpAccessControlListOptions.PathSid">
            <summary> The unique string that we created to identify the IpAccessControlList resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchIpAccessControlListOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchIpAccessControlListOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the IP Access Control List. </param>
            <param name="pathSid"> The unique string that we created to identify the IpAccessControlList resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.ReadIpAccessControlListOptions">
            <summary> List all IP Access Control Lists for a Trunk </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.ReadIpAccessControlListOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to read the IP Access Control Lists. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.ReadIpAccessControlListOptions.#ctor(System.String)">
            <summary> Construct a new ListIpAccessControlListOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the IP Access Control Lists. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.ReadIpAccessControlListOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Create(Twilio.Rest.Trunking.V1.Trunk.CreateIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Associate an IP Access Control List with a Trunk </summary>
            <param name="options"> Create IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.CreateAsync(Twilio.Rest.Trunking.V1.Trunk.CreateIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Associate an IP Access Control List with a Trunk </summary>
            <param name="options"> Create IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Associate an IP Access Control List with a Trunk </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the IP Access Control List with. </param>
            <param name="ipAccessControlListSid"> The SID of the [IP Access Control List](https://www.twilio.com/docs/voice/sip/api/sip-ipaccesscontrollist-resource) that you want to associate with the trunk. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Associate an IP Access Control List with a Trunk </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the IP Access Control List with. </param>
            <param name="ipAccessControlListSid"> The SID of the [IP Access Control List](https://www.twilio.com/docs/voice/sip/api/sip-ipaccesscontrollist-resource) that you want to associate with the trunk. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.BuildDeleteRequest(Twilio.Rest.Trunking.V1.Trunk.DeleteIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an associated IP Access Control List from a Trunk </summary>
            <param name="options"> Delete IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Delete(Twilio.Rest.Trunking.V1.Trunk.DeleteIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an associated IP Access Control List from a Trunk </summary>
            <param name="options"> Delete IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.DeleteAsync(Twilio.Rest.Trunking.V1.Trunk.DeleteIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an associated IP Access Control List from a Trunk </summary>
            <param name="options"> Delete IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an associated IP Access Control List from a Trunk </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the IP Access Control List. </param>
            <param name="pathSid"> The unique string that we created to identify the IpAccessControlList resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an associated IP Access Control List from a Trunk </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the IP Access Control List. </param>
            <param name="pathSid"> The unique string that we created to identify the IpAccessControlList resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Fetch(Twilio.Rest.Trunking.V1.Trunk.FetchIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.FetchAsync(Twilio.Rest.Trunking.V1.Trunk.FetchIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the IP Access Control List. </param>
            <param name="pathSid"> The unique string that we created to identify the IpAccessControlList resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the IP Access Control List. </param>
            <param name="pathSid"> The unique string that we created to identify the IpAccessControlList resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Read(Twilio.Rest.Trunking.V1.Trunk.ReadIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all IP Access Control Lists for a Trunk </summary>
            <param name="options"> Read IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.ReadAsync(Twilio.Rest.Trunking.V1.Trunk.ReadIpAccessControlListOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all IP Access Control Lists for a Trunk </summary>
            <param name="options"> Read IpAccessControlList parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all IP Access Control Lists for a Trunk </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the IP Access Control Lists. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all IP Access Control Lists for a Trunk </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the IP Access Control Lists. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpAccessControlList </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a IpAccessControlListResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> IpAccessControlListResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlList resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Sid">
            <summary> The unique string that we created to identify the IpAccessControlList resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.TrunkSid">
            <summary> The SID of the Trunk the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.IpAccessControlListResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions.PathTrunkSid">
            <summary> The SID of the Trunk to associate the resource with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions.Weight">
            <summary> The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions.Priority">
            <summary> The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions.Enabled">
            <summary> Whether the URL is enabled. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions.SipUrl">
            <summary> The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Uri)">
            <summary> Construct a new CreateOriginationUrlOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the resource with. </param>
            <param name="weight"> The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="priority"> The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. </param>
            <param name="enabled"> Whether the URL is enabled. The default is `true`. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="sipUrl"> The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.DeleteOriginationUrlOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.DeleteOriginationUrlOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to delete the OriginationUrl. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.DeleteOriginationUrlOptions.PathSid">
            <summary> The unique string that we created to identify the OriginationUrl resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.DeleteOriginationUrlOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteOriginationUrlOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.DeleteOriginationUrlOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.FetchOriginationUrlOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchOriginationUrlOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to fetch the OriginationUrl. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchOriginationUrlOptions.PathSid">
            <summary> The unique string that we created to identify the OriginationUrl resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchOriginationUrlOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchOriginationUrlOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchOriginationUrlOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.ReadOriginationUrlOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.ReadOriginationUrlOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to read the OriginationUrl. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.ReadOriginationUrlOptions.#ctor(System.String)">
            <summary> Construct a new ListOriginationUrlOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the OriginationUrl. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.ReadOriginationUrlOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to update the OriginationUrl. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.PathSid">
            <summary> The unique string that we created to identify the OriginationUrl resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.Weight">
            <summary> The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.Priority">
            <summary> The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.Enabled">
            <summary> Whether the URL is enabled. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.SipUrl">
            <summary> The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema. `sips` is NOT supported. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateOriginationUrlOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to update the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Create(Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.CreateAsync(Twilio.Rest.Trunking.V1.Trunk.CreateOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Create(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the resource with. </param>
            <param name="weight"> The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="priority"> The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. </param>
            <param name="enabled"> Whether the URL is enabled. The default is `true`. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="sipUrl"> The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.CreateAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the resource with. </param>
            <param name="weight"> The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="priority"> The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. </param>
            <param name="enabled"> Whether the URL is enabled. The default is `true`. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="sipUrl"> The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.BuildDeleteRequest(Twilio.Rest.Trunking.V1.Trunk.DeleteOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Delete(Twilio.Rest.Trunking.V1.Trunk.DeleteOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.DeleteAsync(Twilio.Rest.Trunking.V1.Trunk.DeleteOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Fetch(Twilio.Rest.Trunking.V1.Trunk.FetchOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.FetchAsync(Twilio.Rest.Trunking.V1.Trunk.FetchOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Read(Twilio.Rest.Trunking.V1.Trunk.ReadOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.ReadAsync(Twilio.Rest.Trunking.V1.Trunk.ReadOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the OriginationUrl. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the OriginationUrl. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Update(Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.UpdateAsync(Twilio.Rest.Trunking.V1.Trunk.UpdateOriginationUrlOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update OriginationUrl parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Update(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to update the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to update. </param>
            <param name="weight"> The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="priority"> The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. </param>
            <param name="enabled"> Whether the URL is enabled. The default is `true`. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="sipUrl"> The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema. `sips` is NOT supported. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to update the OriginationUrl. </param>
            <param name="pathSid"> The unique string that we created to identify the OriginationUrl resource to update. </param>
            <param name="weight"> The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="priority"> The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. </param>
            <param name="enabled"> Whether the URL is enabled. The default is `true`. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to 64 characters long. </param>
            <param name="sipUrl"> The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema. `sips` is NOT supported. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of OriginationUrl </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a OriginationUrlResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> OriginationUrlResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OriginationUrl resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Sid">
            <summary> The unique string that we created to identify the OriginationUrl resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.TrunkSid">
            <summary> The SID of the Trunk that owns the Origination URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Weight">
            <summary> The value that determines the relative share of the load the URI should receive compared to other URIs with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. URLs with higher values receive more load than those with lower ones with the same priority. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Enabled">
            <summary> Whether the URL is enabled. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.SipUrl">
            <summary> The SIP address you want Twilio to route your Origination calls to. This must be a `sip:` schema. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Priority">
            <summary> The relative importance of the URI. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important URI. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.OriginationUrlResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.CreatePhoneNumberOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreatePhoneNumberOptions.PathTrunkSid">
            <summary> The SID of the Trunk to associate the phone number with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.CreatePhoneNumberOptions.PhoneNumberSid">
            <summary> The SID of the [Incoming Phone Number](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) that you want to associate with the trunk. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CreatePhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreatePhoneNumberOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the phone number with. </param>
            <param name="phoneNumberSid"> The SID of the [Incoming Phone Number](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) that you want to associate with the trunk. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.CreatePhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.DeletePhoneNumberOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.DeletePhoneNumberOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to delete the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.DeletePhoneNumberOptions.PathSid">
            <summary> The unique string that we created to identify the PhoneNumber resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.DeletePhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeletePhoneNumberOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the PhoneNumber resource. </param>
            <param name="pathSid"> The unique string that we created to identify the PhoneNumber resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.DeletePhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.FetchPhoneNumberOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchPhoneNumberOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to fetch the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchPhoneNumberOptions.PathSid">
            <summary> The unique string that we created to identify the PhoneNumber resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchPhoneNumberOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchPhoneNumberOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the PhoneNumber resource. </param>
            <param name="pathSid"> The unique string that we created to identify the PhoneNumber resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.ReadPhoneNumberOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.ReadPhoneNumberOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to read the PhoneNumber resources. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.ReadPhoneNumberOptions.#ctor(System.String)">
            <summary> Construct a new ListPhoneNumberOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the PhoneNumber resources. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.ReadPhoneNumberOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Create(Twilio.Rest.Trunking.V1.Trunk.CreatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.CreateAsync(Twilio.Rest.Trunking.V1.Trunk.CreatePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the phone number with. </param>
            <param name="phoneNumberSid"> The SID of the [Incoming Phone Number](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) that you want to associate with the trunk. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathTrunkSid"> The SID of the Trunk to associate the phone number with. </param>
            <param name="phoneNumberSid"> The SID of the [Incoming Phone Number](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) that you want to associate with the trunk. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.BuildDeleteRequest(Twilio.Rest.Trunking.V1.Trunk.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Delete(Twilio.Rest.Trunking.V1.Trunk.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.DeleteAsync(Twilio.Rest.Trunking.V1.Trunk.DeletePhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the PhoneNumber resource. </param>
            <param name="pathSid"> The unique string that we created to identify the PhoneNumber resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to delete the PhoneNumber resource. </param>
            <param name="pathSid"> The unique string that we created to identify the PhoneNumber resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Fetch(Twilio.Rest.Trunking.V1.Trunk.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.FetchAsync(Twilio.Rest.Trunking.V1.Trunk.FetchPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the PhoneNumber resource. </param>
            <param name="pathSid"> The unique string that we created to identify the PhoneNumber resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the PhoneNumber resource. </param>
            <param name="pathSid"> The unique string that we created to identify the PhoneNumber resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Read(Twilio.Rest.Trunking.V1.Trunk.ReadPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.ReadAsync(Twilio.Rest.Trunking.V1.Trunk.ReadPhoneNumberOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read PhoneNumber parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the PhoneNumber resources. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to read the PhoneNumber resources. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PhoneNumber </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PhoneNumberResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PhoneNumberResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.ApiVersion">
            <summary> The API version used to start a new TwiML session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Beta">
            <summary> Whether the phone number is new to the Twilio platform. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Capabilities">
            <summary> The set of Boolean properties that indicate whether a phone number can receive calls or messages.  Capabilities are  `Voice`, `SMS`, and `MMS` and each capability can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.PhoneNumber">
            <summary> The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Sid">
            <summary> The unique string that we created to identify the PhoneNumber resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.SmsApplicationSid">
            <summary> The SID of the application that handles SMS messages sent to the phone number. If an `sms_application_sid` is present, we ignore all `sms_*_url` values and use those of the application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.SmsFallbackMethod">
            <summary> The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.SmsFallbackUrl">
            <summary> The URL that we call using the `sms_fallback_method` when an error occurs while retrieving or executing the TwiML from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.SmsMethod">
            <summary> The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.SmsUrl">
            <summary> The URL we call using the `sms_method` when the phone number receives an incoming SMS message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.StatusCallback">
            <summary> The URL we call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.StatusCallbackMethod">
            <summary> The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.TrunkSid">
            <summary> The SID of the Trunk that handles calls to the phone number. If a `trunk_sid` is present, we ignore all of the voice URLs and voice applications and use those set on the Trunk. Setting a `trunk_sid` will automatically delete your `voice_application_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.VoiceApplicationSid">
            <summary> The SID of the application that handles calls to the phone number. If a `voice_application_sid` is present, we ignore all of the voice URLs and use those set on the application. Setting a `voice_application_sid` will automatically delete your `trunk_sid` and vice versa. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.VoiceCallerIdLookup">
            <summary> Whether we look up the caller's caller-ID name from the CNAM database ($0.01 per look up). Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.VoiceFallbackMethod">
            <summary> The HTTP method that we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.VoiceFallbackUrl">
            <summary> The URL that we call using the `voice_fallback_method` when an error occurs retrieving or executing the TwiML requested by `url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.PhoneNumberResource.VoiceUrl">
            <summary> The URL we call using the `voice_method` when the phone number receives a call. The `voice_url` is not be used if a `voice_application_sid` or a `trunk_sid` is set. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.FetchRecordingOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.FetchRecordingOptions.PathTrunkSid">
            <summary> The SID of the Trunk from which to fetch the recording settings. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchRecordingOptions.#ctor(System.String)">
            <summary> Construct a new FetchRecordingOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the recording settings. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.FetchRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trunking.V1.Trunk.UpdateRecordingOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Trunking.V1.Trunk.UpdateRecordingOptions.PathTrunkSid">
            <summary> The SID of the Trunk that will have its recording settings updated. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.UpdateRecordingOptions.#ctor(System.String)">
            <summary> Construct a new UpdateRecordingOptions </summary>
            <param name="pathTrunkSid"> The SID of the Trunk that will have its recording settings updated. </param>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.UpdateRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.Fetch(Twilio.Rest.Trunking.V1.Trunk.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.FetchAsync(Twilio.Rest.Trunking.V1.Trunk.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the recording settings. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathTrunkSid"> The SID of the Trunk from which to fetch the recording settings. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.Update(Twilio.Rest.Trunking.V1.Trunk.UpdateRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.UpdateAsync(Twilio.Rest.Trunking.V1.Trunk.UpdateRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.Update(System.String,Twilio.Rest.Trunking.V1.Trunk.RecordingResource.RecordingModeEnum,Twilio.Rest.Trunking.V1.Trunk.RecordingResource.RecordingTrimEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathTrunkSid"> The SID of the Trunk that will have its recording settings updated. </param>
            <param name="mode">  </param>
            <param name="trim">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.UpdateAsync(System.String,Twilio.Rest.Trunking.V1.Trunk.RecordingResource.RecordingModeEnum,Twilio.Rest.Trunking.V1.Trunk.RecordingResource.RecordingTrimEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathTrunkSid"> The SID of the Trunk that will have its recording settings updated. </param>
            <param name="mode">  </param>
            <param name="trim">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RecordingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RecordingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trunking.V1.Trunk.RecordingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CreateComplianceInquiriesOptions">
            <summary> Create a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceInquiriesOptions.PrimaryProfileSid">
            <summary> The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceInquiriesOptions.NotificationEmail">
            <summary> The email address that approval status updates will be sent to. If not specified, the email address associated with your primary customer profile will be used. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceInquiriesOptions.ThemeSetId">
            <summary> Theme id for styling the inquiry form. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateComplianceInquiriesOptions.#ctor(System.String)">
            <summary> Construct a new CreateComplianceInquiryOptions </summary>
            <param name="primaryProfileSid"> The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateComplianceInquiriesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.UpdateComplianceInquiriesOptions">
            <summary> Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateComplianceInquiriesOptions.PathCustomerId">
            <summary> The unique CustomerId matching the Customer Profile/Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Compliance Inquiry creation call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateComplianceInquiriesOptions.PrimaryProfileSid">
            <summary> The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateComplianceInquiriesOptions.ThemeSetId">
            <summary> Theme id for styling the inquiry form. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateComplianceInquiriesOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateComplianceInquiryOptions </summary>
            <param name="pathCustomerId"> The unique CustomerId matching the Customer Profile/Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Compliance Inquiry creation call. </param>
            <param name="primaryProfileSid"> The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateComplianceInquiriesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.Create(Twilio.Rest.Trusthub.V1.CreateComplianceInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="options"> Create ComplianceInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.CreateAsync(Twilio.Rest.Trusthub.V1.CreateComplianceInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="options"> Create ComplianceInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="primaryProfileSid"> The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. </param>
            <param name="notificationEmail"> The email address that approval status updates will be sent to. If not specified, the email address associated with your primary customer profile will be used. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="primaryProfileSid"> The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. </param>
            <param name="notificationEmail"> The email address that approval status updates will be sent to. If not specified, the email address associated with your primary customer profile will be used. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.Update(Twilio.Rest.Trusthub.V1.UpdateComplianceInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
            <param name="options"> Update ComplianceInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.UpdateAsync(Twilio.Rest.Trusthub.V1.UpdateComplianceInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
            <param name="options"> Update ComplianceInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
            <param name="pathCustomerId"> The unique CustomerId matching the Customer Profile/Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Compliance Inquiry creation call. </param>
            <param name="primaryProfileSid"> The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
            <param name="pathCustomerId"> The unique CustomerId matching the Customer Profile/Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Compliance Inquiry creation call. </param>
            <param name="primaryProfileSid"> The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ComplianceInquiriesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ComplianceInquiriesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.InquiryId">
            <summary> The unique ID used to start an embedded compliance registration session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.InquirySessionToken">
            <summary> The session token used to start an embedded compliance registration session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.CustomerId">
            <summary> The CustomerID matching the Customer Profile that should be resumed or resubmitted for editing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceInquiriesResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions">
            <summary> Create a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.BusinessLegalName">
            <summary> he name of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.NotificationEmail">
            <summary> he email address to receive the notification about the verification result. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AcceptedNotificationReceipt">
            <summary> The email address to receive the notification about the verification result. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.BusinessRegistrationNumber">
            <summary> Business registration number of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.BusinessWebsiteUrl">
            <summary> The URL of the business website </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.FriendlyName">
            <summary> Friendly name for your business information </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AuthorizedRepresentative1FirstName">
            <summary> First name of the authorized representative </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AuthorizedRepresentative1LastName">
            <summary> Last name of the authorized representative </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AuthorizedRepresentative1Phone">
            <summary> Phone number of the authorized representative </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AuthorizedRepresentative1Email">
            <summary> Email address of the authorized representative </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AuthorizedRepresentative1DateOfBirth">
            <summary> Birthdate of the authorized representative </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AddressStreet">
            <summary> Street address of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AddressStreetSecondary">
            <summary> Street address of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AddressCity">
            <summary> City of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AddressSubdivision">
            <summary> State or province of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AddressPostalCode">
            <summary> Postal code of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.AddressCountryCode">
            <summary> Country code of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.EmergencyAddressStreet">
            <summary> Street address of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.EmergencyAddressStreetSecondary">
            <summary> Street address of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.EmergencyAddressCity">
            <summary> City of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.EmergencyAddressSubdivision">
            <summary> State or province of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.EmergencyAddressPostalCode">
            <summary> Postal code of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.EmergencyAddressCountryCode">
            <summary> Country code of the business </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.UseAddressAsEmergencyAddress">
            <summary> Use the business address as the emergency address </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.FileName">
            <summary> The name of the verification document to upload </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.File">
            <summary> The verification document to upload </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.FirstName">
            <summary> The first name of the Individual User. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.LastName">
            <summary> The last name of the Individual User. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.DateOfBirth">
            <summary> The date of birth of the Individual User. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.IndividualEmail">
            <summary> The email address of the Individual User. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.IndividualPhone">
            <summary> The phone number of the Individual User. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.IsIsvEmbed">
            <summary> Indicates if the inquiry is being started from an ISV embedded component. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.IsvRegisteringForSelfOrTenant">
            <summary> Indicates if the isv registering for self or tenant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.StatusCallbackUrl">
            <summary> The url we call to inform you of bundle changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.ThemeSetId">
            <summary> Theme id for styling the inquiry form. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.#ctor(Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.EndUserTypeEnum,Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.PhoneNumberTypeEnum)">
            <summary> Construct a new CreateComplianceRegistrationOptions </summary>
            <param name="endUserType">  </param>
            <param name="phoneNumberType">  </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.UpdateComplianceRegistrationInquiriesOptions">
            <summary> Resume a specific Regulatory Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateComplianceRegistrationInquiriesOptions.PathRegistrationId">
            <summary> The unique RegistrationId matching the Regulatory Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Regulatory Compliance Inquiry creation call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateComplianceRegistrationInquiriesOptions.IsIsvEmbed">
            <summary> Indicates if the inquiry is being started from an ISV embedded component. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateComplianceRegistrationInquiriesOptions.ThemeSetId">
            <summary> Theme id for styling the inquiry form. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateComplianceRegistrationInquiriesOptions.#ctor(System.String)">
            <summary> Construct a new UpdateComplianceRegistrationOptions </summary>
            <param name="pathRegistrationId"> The unique RegistrationId matching the Regulatory Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Regulatory Compliance Inquiry creation call. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateComplianceRegistrationInquiriesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.Create(Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="options"> Create ComplianceRegistrationInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceRegistrationInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.CreateAsync(Twilio.Rest.Trusthub.V1.CreateComplianceRegistrationInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="options"> Create ComplianceRegistrationInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceRegistrationInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.Create(Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.EndUserTypeEnum,Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.PhoneNumberTypeEnum,Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.BusinessIdentityTypeEnum,Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.BusinessRegistrationAuthorityEnum,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="endUserType">  </param>
            <param name="phoneNumberType">  </param>
            <param name="businessIdentityType">  </param>
            <param name="businessRegistrationAuthority">  </param>
            <param name="businessLegalName"> he name of the business or organization using the Tollfree number. </param>
            <param name="notificationEmail"> he email address to receive the notification about the verification result. </param>
            <param name="acceptedNotificationReceipt"> The email address to receive the notification about the verification result. </param>
            <param name="businessRegistrationNumber"> Business registration number of the business </param>
            <param name="businessWebsiteUrl"> The URL of the business website </param>
            <param name="friendlyName"> Friendly name for your business information </param>
            <param name="authorizedRepresentative1FirstName"> First name of the authorized representative </param>
            <param name="authorizedRepresentative1LastName"> Last name of the authorized representative </param>
            <param name="authorizedRepresentative1Phone"> Phone number of the authorized representative </param>
            <param name="authorizedRepresentative1Email"> Email address of the authorized representative </param>
            <param name="authorizedRepresentative1DateOfBirth"> Birthdate of the authorized representative </param>
            <param name="addressStreet"> Street address of the business </param>
            <param name="addressStreetSecondary"> Street address of the business </param>
            <param name="addressCity"> City of the business </param>
            <param name="addressSubdivision"> State or province of the business </param>
            <param name="addressPostalCode"> Postal code of the business </param>
            <param name="addressCountryCode"> Country code of the business </param>
            <param name="emergencyAddressStreet"> Street address of the business </param>
            <param name="emergencyAddressStreetSecondary"> Street address of the business </param>
            <param name="emergencyAddressCity"> City of the business </param>
            <param name="emergencyAddressSubdivision"> State or province of the business </param>
            <param name="emergencyAddressPostalCode"> Postal code of the business </param>
            <param name="emergencyAddressCountryCode"> Country code of the business </param>
            <param name="useAddressAsEmergencyAddress"> Use the business address as the emergency address </param>
            <param name="fileName"> The name of the verification document to upload </param>
            <param name="file"> The verification document to upload </param>
            <param name="firstName"> The first name of the Individual User. </param>
            <param name="lastName"> The last name of the Individual User. </param>
            <param name="dateOfBirth"> The date of birth of the Individual User. </param>
            <param name="individualEmail"> The email address of the Individual User. </param>
            <param name="individualPhone"> The phone number of the Individual User. </param>
            <param name="isIsvEmbed"> Indicates if the inquiry is being started from an ISV embedded component. </param>
            <param name="isvRegisteringForSelfOrTenant"> Indicates if the isv registering for self or tenant. </param>
            <param name="statusCallbackUrl"> The url we call to inform you of bundle changes. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceRegistrationInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.CreateAsync(Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.EndUserTypeEnum,Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.PhoneNumberTypeEnum,Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.BusinessIdentityTypeEnum,Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.BusinessRegistrationAuthorityEnum,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Registration Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="endUserType">  </param>
            <param name="phoneNumberType">  </param>
            <param name="businessIdentityType">  </param>
            <param name="businessRegistrationAuthority">  </param>
            <param name="businessLegalName"> he name of the business or organization using the Tollfree number. </param>
            <param name="notificationEmail"> he email address to receive the notification about the verification result. </param>
            <param name="acceptedNotificationReceipt"> The email address to receive the notification about the verification result. </param>
            <param name="businessRegistrationNumber"> Business registration number of the business </param>
            <param name="businessWebsiteUrl"> The URL of the business website </param>
            <param name="friendlyName"> Friendly name for your business information </param>
            <param name="authorizedRepresentative1FirstName"> First name of the authorized representative </param>
            <param name="authorizedRepresentative1LastName"> Last name of the authorized representative </param>
            <param name="authorizedRepresentative1Phone"> Phone number of the authorized representative </param>
            <param name="authorizedRepresentative1Email"> Email address of the authorized representative </param>
            <param name="authorizedRepresentative1DateOfBirth"> Birthdate of the authorized representative </param>
            <param name="addressStreet"> Street address of the business </param>
            <param name="addressStreetSecondary"> Street address of the business </param>
            <param name="addressCity"> City of the business </param>
            <param name="addressSubdivision"> State or province of the business </param>
            <param name="addressPostalCode"> Postal code of the business </param>
            <param name="addressCountryCode"> Country code of the business </param>
            <param name="emergencyAddressStreet"> Street address of the business </param>
            <param name="emergencyAddressStreetSecondary"> Street address of the business </param>
            <param name="emergencyAddressCity"> City of the business </param>
            <param name="emergencyAddressSubdivision"> State or province of the business </param>
            <param name="emergencyAddressPostalCode"> Postal code of the business </param>
            <param name="emergencyAddressCountryCode"> Country code of the business </param>
            <param name="useAddressAsEmergencyAddress"> Use the business address as the emergency address </param>
            <param name="fileName"> The name of the verification document to upload </param>
            <param name="file"> The verification document to upload </param>
            <param name="firstName"> The first name of the Individual User. </param>
            <param name="lastName"> The last name of the Individual User. </param>
            <param name="dateOfBirth"> The date of birth of the Individual User. </param>
            <param name="individualEmail"> The email address of the Individual User. </param>
            <param name="individualPhone"> The phone number of the Individual User. </param>
            <param name="isIsvEmbed"> Indicates if the inquiry is being started from an ISV embedded component. </param>
            <param name="isvRegisteringForSelfOrTenant"> Indicates if the isv registering for self or tenant. </param>
            <param name="statusCallbackUrl"> The url we call to inform you of bundle changes. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceRegistrationInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.Update(Twilio.Rest.Trusthub.V1.UpdateComplianceRegistrationInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Resume a specific Regulatory Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
            <param name="options"> Update ComplianceRegistrationInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceRegistrationInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.UpdateAsync(Twilio.Rest.Trusthub.V1.UpdateComplianceRegistrationInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Resume a specific Regulatory Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
            <param name="options"> Update ComplianceRegistrationInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceRegistrationInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.Update(System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Resume a specific Regulatory Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
            <param name="pathRegistrationId"> The unique RegistrationId matching the Regulatory Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Regulatory Compliance Inquiry creation call. </param>
            <param name="isIsvEmbed"> Indicates if the inquiry is being started from an ISV embedded component. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceRegistrationInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.UpdateAsync(System.String,System.Nullable{System.Boolean},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Resume a specific Regulatory Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing. </summary>
            <param name="pathRegistrationId"> The unique RegistrationId matching the Regulatory Compliance Inquiry that should be resumed or resubmitted. This value will have been returned by the initial Regulatory Compliance Inquiry creation call. </param>
            <param name="isIsvEmbed"> Indicates if the inquiry is being started from an ISV embedded component. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceRegistrationInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ComplianceRegistrationInquiriesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ComplianceRegistrationInquiriesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.InquiryId">
            <summary> The unique ID used to start an embedded compliance registration session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.InquirySessionToken">
            <summary> The session token used to start an embedded compliance registration session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.RegistrationId">
            <summary> The RegistrationId matching the Registration Profile that should be resumed or resubmitted for editing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceRegistrationInquiriesResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions">
            <summary> Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.TollfreePhoneNumber">
            <summary> The Tollfree phone number to be verified </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.NotificationEmail">
            <summary> The email address to receive the notification about the verification result. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessName">
            <summary> The name of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessWebsite">
            <summary> The website of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.UseCaseCategories">
            <summary> The category of the use case for the Tollfree Number. List as many are applicable.. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.UseCaseSummary">
            <summary> Use this to further explain how messaging is used by the business or organization. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.ProductionMessageSample">
            <summary> An example of message content, i.e. a sample message. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.OptInImageUrls">
            <summary> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.MessageVolume">
            <summary> Estimate monthly volume of messages from the Tollfree Number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessStreetAddress">
            <summary> The address of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessStreetAddress2">
            <summary> The address of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessCity">
            <summary> The city of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessStateProvinceRegion">
            <summary> The state/province/region of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessPostalCode">
            <summary> The postal code of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessCountry">
            <summary> The country of the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.AdditionalInformation">
            <summary> Additional information to be provided for verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessContactFirstName">
            <summary> The first name of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessContactLastName">
            <summary> The last name of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessContactEmail">
            <summary> The email address of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.BusinessContactPhone">
            <summary> The phone number of the contact for the business or organization using the Tollfree number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.ThemeSetId">
            <summary> Theme id for styling the inquiry form. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.SkipMessagingUseCase">
            <summary> Skip the messaging use case screen of the inquiry form. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.#ctor(Twilio.Types.PhoneNumber,System.String)">
            <summary> Construct a new CreateComplianceTollfreeInquiryOptions </summary>
            <param name="tollfreePhoneNumber"> The Tollfree phone number to be verified </param>
            <param name="notificationEmail"> The email address to receive the notification about the verification result. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.Create(Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="options"> Create ComplianceTollfreeInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceTollfreeInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.CreateAsync(Twilio.Rest.Trusthub.V1.CreateComplianceTollfreeInquiriesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="options"> Create ComplianceTollfreeInquiries parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceTollfreeInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.Create(Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.OptInTypeEnum,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="tollfreePhoneNumber"> The Tollfree phone number to be verified </param>
            <param name="notificationEmail"> The email address to receive the notification about the verification result. </param>
            <param name="businessName"> The name of the business or organization using the Tollfree number. </param>
            <param name="businessWebsite"> The website of the business or organization using the Tollfree number. </param>
            <param name="useCaseCategories"> The category of the use case for the Tollfree Number. List as many are applicable.. </param>
            <param name="useCaseSummary"> Use this to further explain how messaging is used by the business or organization. </param>
            <param name="productionMessageSample"> An example of message content, i.e. a sample message. </param>
            <param name="optInImageUrls"> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </param>
            <param name="optInType">  </param>
            <param name="messageVolume"> Estimate monthly volume of messages from the Tollfree Number. </param>
            <param name="businessStreetAddress"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessStreetAddress2"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessCity"> The city of the business or organization using the Tollfree number. </param>
            <param name="businessStateProvinceRegion"> The state/province/region of the business or organization using the Tollfree number. </param>
            <param name="businessPostalCode"> The postal code of the business or organization using the Tollfree number. </param>
            <param name="businessCountry"> The country of the business or organization using the Tollfree number. </param>
            <param name="additionalInformation"> Additional information to be provided for verification. </param>
            <param name="businessContactFirstName"> The first name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactLastName"> The last name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactEmail"> The email address of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactPhone"> The phone number of the contact for the business or organization using the Tollfree number. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="skipMessagingUseCase"> Skip the messaging use case screen of the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ComplianceTollfreeInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.CreateAsync(Twilio.Types.PhoneNumber,System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.List{System.String},Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.OptInTypeEnum,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Types.PhoneNumber,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Compliance Tollfree Verification Inquiry for the authenticated account. This is necessary to start a new embedded session. </summary>
            <param name="tollfreePhoneNumber"> The Tollfree phone number to be verified </param>
            <param name="notificationEmail"> The email address to receive the notification about the verification result. </param>
            <param name="businessName"> The name of the business or organization using the Tollfree number. </param>
            <param name="businessWebsite"> The website of the business or organization using the Tollfree number. </param>
            <param name="useCaseCategories"> The category of the use case for the Tollfree Number. List as many are applicable.. </param>
            <param name="useCaseSummary"> Use this to further explain how messaging is used by the business or organization. </param>
            <param name="productionMessageSample"> An example of message content, i.e. a sample message. </param>
            <param name="optInImageUrls"> Link to an image that shows the opt-in workflow. Multiple images allowed and must be a publicly hosted URL. </param>
            <param name="optInType">  </param>
            <param name="messageVolume"> Estimate monthly volume of messages from the Tollfree Number. </param>
            <param name="businessStreetAddress"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessStreetAddress2"> The address of the business or organization using the Tollfree number. </param>
            <param name="businessCity"> The city of the business or organization using the Tollfree number. </param>
            <param name="businessStateProvinceRegion"> The state/province/region of the business or organization using the Tollfree number. </param>
            <param name="businessPostalCode"> The postal code of the business or organization using the Tollfree number. </param>
            <param name="businessCountry"> The country of the business or organization using the Tollfree number. </param>
            <param name="additionalInformation"> Additional information to be provided for verification. </param>
            <param name="businessContactFirstName"> The first name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactLastName"> The last name of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactEmail"> The email address of the contact for the business or organization using the Tollfree number. </param>
            <param name="businessContactPhone"> The phone number of the contact for the business or organization using the Tollfree number. </param>
            <param name="themeSetId"> Theme id for styling the inquiry form. </param>
            <param name="skipMessagingUseCase"> Skip the messaging use case screen of the inquiry form. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ComplianceTollfreeInquiries </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ComplianceTollfreeInquiriesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ComplianceTollfreeInquiriesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.InquiryId">
            <summary> The unique ID used to start an embedded compliance registration session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.InquirySessionToken">
            <summary> The session token used to start an embedded compliance registration session. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.RegistrationId">
            <summary> The TolfreeId matching the Tollfree Profile that should be resumed or resubmitted for editing. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ComplianceTollfreeInquiriesResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions">
            <summary> Create a new Customer-Profile. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions.Email">
            <summary> The email address that will receive updates when the Customer-Profile resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions.PolicySid">
            <summary> The unique string of a policy that is associated to the Customer-Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateCustomerProfileOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Customer-Profile resource changes status. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Customer-Profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.DeleteCustomerProfilesOptions">
            <summary> Delete a specific Customer-Profile. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.DeleteCustomerProfilesOptions.PathSid">
            <summary> The unique string that we created to identify the Customer-Profile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.DeleteCustomerProfilesOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCustomerProfileOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.DeleteCustomerProfilesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.FetchCustomerProfilesOptions">
            <summary> Fetch a specific Customer-Profile instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.FetchCustomerProfilesOptions.PathSid">
            <summary> The unique string that we created to identify the Customer-Profile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchCustomerProfilesOptions.#ctor(System.String)">
            <summary> Construct a new FetchCustomerProfileOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchCustomerProfilesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.ReadCustomerProfilesOptions">
            <summary> Retrieve a list of all Customer-Profiles for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ReadCustomerProfilesOptions.Status">
            <summary> The verification status of the Customer-Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ReadCustomerProfilesOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ReadCustomerProfilesOptions.PolicySid">
            <summary> The unique string of a policy that is associated to the Customer-Profile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ReadCustomerProfilesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions">
            <summary> Updates a Customer-Profile in an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions.PathSid">
            <summary> The unique string that we created to identify the Customer-Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions.Email">
            <summary> The email address that will receive updates when the Customer-Profile resource changes status. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions.#ctor(System.String)">
            <summary> Construct a new UpdateCustomerProfileOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Create(Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Customer-Profile. </summary>
            <param name="options"> Create CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.CreateAsync(Twilio.Rest.Trusthub.V1.CreateCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Customer-Profile. </summary>
            <param name="options"> Create CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Create(System.String,System.String,System.String,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Customer-Profile. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Customer-Profile resource changes status. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Customer-Profile resource. </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.CreateAsync(System.String,System.String,System.String,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Customer-Profile. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Customer-Profile resource changes status. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Customer-Profile resource. </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.BuildDeleteRequest(Twilio.Rest.Trusthub.V1.DeleteCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Customer-Profile. </summary>
            <param name="options"> Delete CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Delete(Twilio.Rest.Trusthub.V1.DeleteCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Customer-Profile. </summary>
            <param name="options"> Delete CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.DeleteAsync(Twilio.Rest.Trusthub.V1.DeleteCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Customer-Profile. </summary>
            <param name="options"> Delete CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Customer-Profile. </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Customer-Profile. </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Fetch(Twilio.Rest.Trusthub.V1.FetchCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Customer-Profile instance. </summary>
            <param name="options"> Fetch CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.FetchAsync(Twilio.Rest.Trusthub.V1.FetchCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Customer-Profile instance. </summary>
            <param name="options"> Fetch CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Customer-Profile instance. </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Customer-Profile instance. </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Read(Twilio.Rest.Trusthub.V1.ReadCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Customer-Profiles for an account. </summary>
            <param name="options"> Read CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.ReadAsync(Twilio.Rest.Trusthub.V1.ReadCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Customer-Profiles for an account. </summary>
            <param name="options"> Read CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Read(Twilio.Rest.Trusthub.V1.CustomerProfilesResource.StatusEnum,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Customer-Profiles for an account. </summary>
            <param name="status"> The verification status of the Customer-Profile resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Customer-Profile resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.ReadAsync(Twilio.Rest.Trusthub.V1.CustomerProfilesResource.StatusEnum,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Customer-Profiles for an account. </summary>
            <param name="status"> The verification status of the Customer-Profile resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Customer-Profile resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.CustomerProfilesResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.CustomerProfilesResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Update(Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Customer-Profile in an account. </summary>
            <param name="options"> Update CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.UpdateAsync(Twilio.Rest.Trusthub.V1.UpdateCustomerProfilesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Customer-Profile in an account. </summary>
            <param name="options"> Update CustomerProfiles parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Update(System.String,Twilio.Rest.Trusthub.V1.CustomerProfilesResource.StatusEnum,System.Uri,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Customer-Profile in an account. </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
            <param name="status">  </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Customer-Profile resource changes status. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.UpdateAsync(System.String,Twilio.Rest.Trusthub.V1.CustomerProfilesResource.StatusEnum,System.Uri,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Customer-Profile in an account. </summary>
            <param name="pathSid"> The unique string that we created to identify the Customer-Profile resource. </param>
            <param name="status">  </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Customer-Profile resource changes status. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfiles </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CustomerProfilesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CustomerProfilesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Sid">
            <summary> The unique string that we created to identify the Customer-Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Customer-Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.PolicySid">
            <summary> The unique string of a policy that is associated to the Customer-Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.ValidUntil">
            <summary> The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Email">
            <summary> The email address that will receive updates when the Customer-Profile resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Url">
            <summary> The absolute URL of the Customer-Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Links">
            <summary> The URLs of the Assigned Items of the Customer-Profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfilesResource.Errors">
            <summary> The error codes associated with the rejection of the Customer-Profile. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesChannelEndpointAssignmentOptions">
            <summary> Create a new Assigned Item. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesChannelEndpointAssignmentOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesChannelEndpointAssignmentOptions.ChannelEndpointType">
            <summary> The type of channel endpoint. eg: phone-number </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesChannelEndpointAssignmentOptions.ChannelEndpointSid">
            <summary> The SID of an channel endpoint </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesChannelEndpointAssignmentOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateCustomerProfileChannelEndpointAssignmentOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointType"> The type of channel endpoint. eg: phone-number </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesChannelEndpointAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesChannelEndpointAssignmentOptions">
            <summary> Remove an Assignment Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesChannelEndpointAssignmentOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesChannelEndpointAssignmentOptions.PathSid">
            <summary> The unique string that we created to identify the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesChannelEndpointAssignmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteCustomerProfileChannelEndpointAssignmentOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesChannelEndpointAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesChannelEndpointAssignmentOptions">
            <summary> Fetch specific Assigned Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesChannelEndpointAssignmentOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesChannelEndpointAssignmentOptions.PathSid">
            <summary> The unique string that we created to identify the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesChannelEndpointAssignmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchCustomerProfileChannelEndpointAssignmentOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesChannelEndpointAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesChannelEndpointAssignmentOptions">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesChannelEndpointAssignmentOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesChannelEndpointAssignmentOptions.ChannelEndpointSid">
            <summary> The SID of an channel endpoint </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesChannelEndpointAssignmentOptions.ChannelEndpointSids">
            <summary> comma separated list of channel endpoint sids </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesChannelEndpointAssignmentOptions.#ctor(System.String)">
            <summary> Construct a new ListCustomerProfileChannelEndpointAssignmentOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesChannelEndpointAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Create(Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.CreateAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointType"> The type of channel endpoint. eg: phone-number </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointType"> The type of channel endpoint. eg: phone-number </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.BuildDeleteRequest(Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Delete(Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.DeleteAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Fetch(Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.FetchAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Read(Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.ReadAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read CustomerProfilesChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
            <param name="channelEndpointSids"> comma separated list of channel endpoint sids </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
            <param name="channelEndpointSids"> comma separated list of channel endpoint sids </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CustomerProfilesChannelEndpointAssignmentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CustomerProfilesChannelEndpointAssignmentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Sid">
            <summary> The unique string that we created to identify the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.CustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.ChannelEndpointType">
            <summary> The type of channel endpoint. eg: phone-number </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.ChannelEndpointSid">
            <summary> The SID of an channel endpoint </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesChannelEndpointAssignmentResource.Url">
            <summary> The absolute URL of the Identity resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEntityAssignmentsOptions">
            <summary> Create a new Assigned Item. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEntityAssignmentsOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEntityAssignmentsOptions.ObjectSid">
            <summary> The SID of an object bag that holds information of the different items. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEntityAssignmentsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateCustomerProfileEntityAssignmentOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEntityAssignmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesEntityAssignmentsOptions">
            <summary> Remove an Assignment Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesEntityAssignmentsOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesEntityAssignmentsOptions.PathSid">
            <summary> The unique string that we created to identify the Identity resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesEntityAssignmentsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteCustomerProfileEntityAssignmentOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesEntityAssignmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEntityAssignmentsOptions">
            <summary> Fetch specific Assigned Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEntityAssignmentsOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEntityAssignmentsOptions.PathSid">
            <summary> The unique string that we created to identify the Identity resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEntityAssignmentsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchCustomerProfileEntityAssignmentOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEntityAssignmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEntityAssignmentsOptions">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEntityAssignmentsOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEntityAssignmentsOptions.ObjectType">
            <summary> A string to filter the results by (EndUserType or SupportingDocumentType) machine-name. This is useful when you want to retrieve the entity-assignment of a specific end-user or supporting document. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEntityAssignmentsOptions.#ctor(System.String)">
            <summary> Construct a new ListCustomerProfileEntityAssignmentOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEntityAssignmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Create(Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.CreateAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.BuildDeleteRequest(Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Delete(Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.DeleteAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.DeleteCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Fetch(Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.FetchAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Read(Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.ReadAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read CustomerProfilesEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="objectType"> A string to filter the results by (EndUserType or SupportingDocumentType) machine-name. This is useful when you want to retrieve the entity-assignment of a specific end-user or supporting document. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="objectType"> A string to filter the results by (EndUserType or SupportingDocumentType) machine-name. This is useful when you want to retrieve the entity-assignment of a specific end-user or supporting document. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CustomerProfilesEntityAssignmentsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CustomerProfilesEntityAssignmentsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Sid">
            <summary> The unique string that we created to identify the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.CustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.ObjectSid">
            <summary> The SID of an object bag that holds information of the different items. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEntityAssignmentsResource.Url">
            <summary> The absolute URL of the Identity resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEvaluationsOptions">
            <summary> Create a new Evaluation </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEvaluationsOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEvaluationsOptions.PolicySid">
            <summary> The unique string of a policy that is associated to the customer_profile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEvaluationsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateCustomerProfileEvaluationOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the customer_profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEvaluationsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEvaluationsOptions">
            <summary> Fetch specific Evaluation Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEvaluationsOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the customer_profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEvaluationsOptions.PathSid">
            <summary> The unique string that identifies the Evaluation resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEvaluationsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchCustomerProfileEvaluationOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the customer_profile resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEvaluationsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEvaluationsOptions">
            <summary> Retrieve a list of Evaluations associated to the customer_profile resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEvaluationsOptions.PathCustomerProfileSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEvaluationsOptions.#ctor(System.String)">
            <summary> Construct a new ListCustomerProfileEvaluationOptions </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEvaluationsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Create(Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Evaluation </summary>
            <param name="options"> Create CustomerProfilesEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.CreateAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.CreateCustomerProfilesEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Evaluation </summary>
            <param name="options"> Create CustomerProfilesEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Evaluation </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the customer_profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Evaluation </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the customer_profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Fetch(Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="options"> Fetch CustomerProfilesEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.FetchAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.FetchCustomerProfilesEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="options"> Fetch CustomerProfilesEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the customer_profile resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the customer_profile resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Read(Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the customer_profile resource. </summary>
            <param name="options"> Read CustomerProfilesEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.ReadAsync(Twilio.Rest.Trusthub.V1.CustomerProfiles.ReadCustomerProfilesEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the customer_profile resource. </summary>
            <param name="options"> Read CustomerProfilesEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the customer_profile resource. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the customer_profile resource. </summary>
            <param name="pathCustomerProfileSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CustomerProfilesEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CustomerProfilesEvaluationsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CustomerProfilesEvaluationsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Sid">
            <summary> The unique string that identifies the Evaluation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the customer_profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.PolicySid">
            <summary> The unique string of a policy that is associated to the customer_profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.CustomerProfileSid">
            <summary> The unique string that we created to identify the customer_profile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Results">
            <summary> The results of the Evaluation which includes the valid and invalid attributes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CustomerProfiles.CustomerProfilesEvaluationsResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CreateEndUserOptions">
            <summary> Create a new End User. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateEndUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateEndUserOptions.Type">
            <summary> The type of end user of the Bundle resource - can be `individual` or `business`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateEndUserOptions.Attributes">
            <summary> The set of parameters that are the attributes of the End User resource which are derived End User Types. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateEndUserOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateEndUserOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of end user of the Bundle resource - can be `individual` or `business`. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.DeleteEndUserOptions">
            <summary> Delete a specific End User. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.DeleteEndUserOptions.PathSid">
            <summary> The unique string created by Twilio to identify the End User resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.DeleteEndUserOptions.#ctor(System.String)">
            <summary> Construct a new DeleteEndUserOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.DeleteEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.FetchEndUserOptions">
            <summary> Fetch specific End User Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.FetchEndUserOptions.PathSid">
            <summary> The unique string created by Twilio to identify the End User resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchEndUserOptions.#ctor(System.String)">
            <summary> Construct a new FetchEndUserOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.ReadEndUserOptions">
            <summary> Retrieve a list of all End User for an account. </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ReadEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.UpdateEndUserOptions">
            <summary> Update an existing End User. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateEndUserOptions.PathSid">
            <summary> The unique string created by Twilio to identify the End User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateEndUserOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateEndUserOptions.Attributes">
            <summary> The set of parameters that are the attributes of the End User resource which are derived End User Types. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateEndUserOptions.#ctor(System.String)">
            <summary> Construct a new UpdateEndUserOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateEndUserOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Create(Twilio.Rest.Trusthub.V1.CreateEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new End User. </summary>
            <param name="options"> Create EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.CreateAsync(Twilio.Rest.Trusthub.V1.CreateEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new End User. </summary>
            <param name="options"> Create EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Create(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new End User. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of end user of the Bundle resource - can be `individual` or `business`. </param>
            <param name="attributes"> The set of parameters that are the attributes of the End User resource which are derived End User Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.CreateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new End User. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of end user of the Bundle resource - can be `individual` or `business`. </param>
            <param name="attributes"> The set of parameters that are the attributes of the End User resource which are derived End User Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.BuildDeleteRequest(Twilio.Rest.Trusthub.V1.DeleteEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="options"> Delete EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Delete(Twilio.Rest.Trusthub.V1.DeleteEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="options"> Delete EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.DeleteAsync(Twilio.Rest.Trusthub.V1.DeleteEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="options"> Delete EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific End User. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Fetch(Twilio.Rest.Trusthub.V1.FetchEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific End User Instance. </summary>
            <param name="options"> Fetch EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.FetchAsync(Twilio.Rest.Trusthub.V1.FetchEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific End User Instance. </summary>
            <param name="options"> Fetch EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific End User Instance. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific End User Instance. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Read(Twilio.Rest.Trusthub.V1.ReadEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End User for an account. </summary>
            <param name="options"> Read EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.ReadAsync(Twilio.Rest.Trusthub.V1.ReadEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End User for an account. </summary>
            <param name="options"> Read EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End User for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End User for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.EndUserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.EndUserResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Update(Twilio.Rest.Trusthub.V1.UpdateEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing End User. </summary>
            <param name="options"> Update EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.UpdateAsync(Twilio.Rest.Trusthub.V1.UpdateEndUserOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing End User. </summary>
            <param name="options"> Update EndUser parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.Update(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing End User. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The set of parameters that are the attributes of the End User resource which are derived End User Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.UpdateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing End User. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the End User resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The set of parameters that are the attributes of the End User resource which are derived End User Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUser </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EndUserResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EndUserResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserResource.Sid">
            <summary> The unique string created by Twilio to identify the End User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the End User resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserResource.Type">
            <summary> The type of end user of the Bundle resource - can be `individual` or `business`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserResource.Attributes">
            <summary> The set of parameters that are the attributes of the End Users resource which are listed in the End User Types. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserResource.Url">
            <summary> The absolute URL of the End User resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.FetchEndUserTypeOptions">
            <summary> Fetch a specific End-User Type Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.FetchEndUserTypeOptions.PathSid">
            <summary> The unique string that identifies the End-User Type resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchEndUserTypeOptions.#ctor(System.String)">
            <summary> Construct a new FetchEndUserTypeOptions </summary>
            <param name="pathSid"> The unique string that identifies the End-User Type resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchEndUserTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.ReadEndUserTypeOptions">
            <summary> Retrieve a list of all End-User Types. </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ReadEndUserTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.Fetch(Twilio.Rest.Trusthub.V1.FetchEndUserTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific End-User Type Instance. </summary>
            <param name="options"> Fetch EndUserType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.FetchAsync(Twilio.Rest.Trusthub.V1.FetchEndUserTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific End-User Type Instance. </summary>
            <param name="options"> Fetch EndUserType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific End-User Type Instance. </summary>
            <param name="pathSid"> The unique string that identifies the End-User Type resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific End-User Type Instance. </summary>
            <param name="pathSid"> The unique string that identifies the End-User Type resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.Read(Twilio.Rest.Trusthub.V1.ReadEndUserTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End-User Types. </summary>
            <param name="options"> Read EndUserType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.ReadAsync(Twilio.Rest.Trusthub.V1.ReadEndUserTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End-User Types. </summary>
            <param name="options"> Read EndUserType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End-User Types. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all End-User Types. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of EndUserType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.EndUserTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.EndUserTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EndUserTypeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EndUserTypeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.EndUserTypeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserTypeResource.Sid">
            <summary> The unique string that identifies the End-User Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserTypeResource.FriendlyName">
            <summary> A human-readable description that is assigned to describe the End-User Type resource. Examples can include first name, last name, email, business name, etc </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserTypeResource.MachineName">
            <summary> A machine-readable description of the End-User Type resource. Examples can include first_name, last_name, email, business_name, etc. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserTypeResource.Fields">
            <summary> The required information for creating an End-User. The required fields will change as regulatory needs change and will differ for businesses and individuals. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.EndUserTypeResource.Url">
            <summary> The absolute URL of the End-User Type resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.FetchPoliciesOptions">
            <summary> Fetch specific Policy Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.FetchPoliciesOptions.PathSid">
            <summary> The unique string that identifies the Policy resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchPoliciesOptions.#ctor(System.String)">
            <summary> Construct a new FetchPoliciesOptions </summary>
            <param name="pathSid"> The unique string that identifies the Policy resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchPoliciesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.ReadPoliciesOptions">
            <summary> Retrieve a list of all Policys. </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ReadPoliciesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.Fetch(Twilio.Rest.Trusthub.V1.FetchPoliciesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Policy Instance. </summary>
            <param name="options"> Fetch Policies parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Policies </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.FetchAsync(Twilio.Rest.Trusthub.V1.FetchPoliciesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Policy Instance. </summary>
            <param name="options"> Fetch Policies parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Policies </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Policy Instance. </summary>
            <param name="pathSid"> The unique string that identifies the Policy resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Policies </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Policy Instance. </summary>
            <param name="pathSid"> The unique string that identifies the Policy resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Policies </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.Read(Twilio.Rest.Trusthub.V1.ReadPoliciesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Policys. </summary>
            <param name="options"> Read Policies parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Policies </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.ReadAsync(Twilio.Rest.Trusthub.V1.ReadPoliciesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Policys. </summary>
            <param name="options"> Read Policies parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Policies </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Policys. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Policies </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Policys. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Policies </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.PoliciesResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.PoliciesResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PoliciesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PoliciesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.PoliciesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.PoliciesResource.Sid">
            <summary> The unique string that identifies the Policy resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.PoliciesResource.FriendlyName">
            <summary> A human-readable description that is assigned to describe the Policy resource. Examples can include Primary Customer profile policy </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.PoliciesResource.Requirements">
            <summary> The SID of an object that holds the policy information </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.PoliciesResource.Url">
            <summary> The absolute URL of the Policy resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CreateSupportingDocumentOptions">
            <summary> Create a new Supporting Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateSupportingDocumentOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateSupportingDocumentOptions.Type">
            <summary> The type of the Supporting Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateSupportingDocumentOptions.Attributes">
            <summary> The set of parameters that are the attributes of the Supporting Documents resource which are derived Supporting Document Types. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateSupportingDocumentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSupportingDocumentOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of the Supporting Document. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.DeleteSupportingDocumentOptions">
            <summary> Delete a specific Supporting Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.DeleteSupportingDocumentOptions.PathSid">
            <summary> The unique string created by Twilio to identify the Supporting Document resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.DeleteSupportingDocumentOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSupportingDocumentOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.DeleteSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.FetchSupportingDocumentOptions">
            <summary> Fetch specific Supporting Document Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.FetchSupportingDocumentOptions.PathSid">
            <summary> The unique string created by Twilio to identify the Supporting Document resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchSupportingDocumentOptions.#ctor(System.String)">
            <summary> Construct a new FetchSupportingDocumentOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.ReadSupportingDocumentOptions">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ReadSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.UpdateSupportingDocumentOptions">
            <summary> Update an existing Supporting Document. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateSupportingDocumentOptions.PathSid">
            <summary> The unique string created by Twilio to identify the Supporting Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateSupportingDocumentOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateSupportingDocumentOptions.Attributes">
            <summary> The set of parameters that are the attributes of the Supporting Document resource which are derived Supporting Document Types. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateSupportingDocumentOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSupportingDocumentOptions </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateSupportingDocumentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Create(Twilio.Rest.Trusthub.V1.CreateSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Supporting Document. </summary>
            <param name="options"> Create SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.CreateAsync(Twilio.Rest.Trusthub.V1.CreateSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Supporting Document. </summary>
            <param name="options"> Create SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Create(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Supporting Document. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of the Supporting Document. </param>
            <param name="attributes"> The set of parameters that are the attributes of the Supporting Documents resource which are derived Supporting Document Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.CreateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Supporting Document. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="type"> The type of the Supporting Document. </param>
            <param name="attributes"> The set of parameters that are the attributes of the Supporting Documents resource which are derived Supporting Document Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.BuildDeleteRequest(Twilio.Rest.Trusthub.V1.DeleteSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="options"> Delete SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Delete(Twilio.Rest.Trusthub.V1.DeleteSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="options"> Delete SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.DeleteAsync(Twilio.Rest.Trusthub.V1.DeleteSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="options"> Delete SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Supporting Document. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Fetch(Twilio.Rest.Trusthub.V1.FetchSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Supporting Document Instance. </summary>
            <param name="options"> Fetch SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.FetchAsync(Twilio.Rest.Trusthub.V1.FetchSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Supporting Document Instance. </summary>
            <param name="options"> Fetch SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Supporting Document Instance. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Supporting Document Instance. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Read(Twilio.Rest.Trusthub.V1.ReadSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
            <param name="options"> Read SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.ReadAsync(Twilio.Rest.Trusthub.V1.ReadSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
            <param name="options"> Read SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.SupportingDocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.SupportingDocumentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Update(Twilio.Rest.Trusthub.V1.UpdateSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Supporting Document. </summary>
            <param name="options"> Update SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.UpdateAsync(Twilio.Rest.Trusthub.V1.UpdateSupportingDocumentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Supporting Document. </summary>
            <param name="options"> Update SupportingDocument parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Update(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Supporting Document. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The set of parameters that are the attributes of the Supporting Document resource which are derived Supporting Document Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.UpdateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update an existing Supporting Document. </summary>
            <param name="pathSid"> The unique string created by Twilio to identify the Supporting Document resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="attributes"> The set of parameters that are the attributes of the Supporting Document resource which are derived Supporting Document Types. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocument </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SupportingDocumentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SupportingDocumentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Sid">
            <summary> The unique string created by Twilio to identify the Supporting Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Document resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.MimeType">
            <summary> The image type uploaded in the Supporting Document container. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Type">
            <summary> The type of the Supporting Document. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Attributes">
            <summary> The set of parameters that are the attributes of the Supporting Documents resource which are listed in the Supporting Document Types. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentResource.Url">
            <summary> The absolute URL of the Supporting Document resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.FetchSupportingDocumentTypeOptions">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.FetchSupportingDocumentTypeOptions.PathSid">
            <summary> The unique string that identifies the Supporting Document Type resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchSupportingDocumentTypeOptions.#ctor(System.String)">
            <summary> Construct a new FetchSupportingDocumentTypeOptions </summary>
            <param name="pathSid"> The unique string that identifies the Supporting Document Type resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchSupportingDocumentTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.ReadSupportingDocumentTypeOptions">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ReadSupportingDocumentTypeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.Fetch(Twilio.Rest.Trusthub.V1.FetchSupportingDocumentTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
            <param name="options"> Fetch SupportingDocumentType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.FetchAsync(Twilio.Rest.Trusthub.V1.FetchSupportingDocumentTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
            <param name="options"> Fetch SupportingDocumentType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
            <param name="pathSid"> The unique string that identifies the Supporting Document Type resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Supporting Document Type Instance. </summary>
            <param name="pathSid"> The unique string that identifies the Supporting Document Type resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.Read(Twilio.Rest.Trusthub.V1.ReadSupportingDocumentTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
            <param name="options"> Read SupportingDocumentType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.ReadAsync(Twilio.Rest.Trusthub.V1.ReadSupportingDocumentTypeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
            <param name="options"> Read SupportingDocumentType parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Supporting Document Types. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SupportingDocumentType </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SupportingDocumentTypeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SupportingDocumentTypeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.Sid">
            <summary> The unique string that identifies the Supporting Document Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.FriendlyName">
            <summary> A human-readable description of the Supporting Document Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.MachineName">
            <summary> The machine-readable description of the Supporting Document Type resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.Fields">
            <summary> The required information for creating a Supporting Document. The required fields will change as regulatory needs change and will differ for businesses and individuals. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.SupportingDocumentTypeResource.Url">
            <summary> The absolute URL of the Supporting Document Type resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions">
            <summary> Create a new Trust Product. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions.Email">
            <summary> The email address that will receive updates when the Trust Product resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions.PolicySid">
            <summary> The unique string of a policy that is associated to the Trust Product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateTrustProductOptions </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Trust Product resource changes status. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Trust Product resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.DeleteTrustProductsOptions">
            <summary> Delete a specific Trust Product. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.DeleteTrustProductsOptions.PathSid">
            <summary> The unique string that we created to identify the Trust Product resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.DeleteTrustProductsOptions.#ctor(System.String)">
            <summary> Construct a new DeleteTrustProductOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.DeleteTrustProductsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.FetchTrustProductsOptions">
            <summary> Fetch a specific Trust Product instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.FetchTrustProductsOptions.PathSid">
            <summary> The unique string that we created to identify the Trust Product resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchTrustProductsOptions.#ctor(System.String)">
            <summary> Construct a new FetchTrustProductOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.FetchTrustProductsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.ReadTrustProductsOptions">
            <summary> Retrieve a list of all Trust Products for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ReadTrustProductsOptions.Status">
            <summary> The verification status of the Trust Product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ReadTrustProductsOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.ReadTrustProductsOptions.PolicySid">
            <summary> The unique string of a policy that is associated to the Trust Product resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.ReadTrustProductsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions">
            <summary> Updates a Trust Product in an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions.PathSid">
            <summary> The unique string that we created to identify the Trust Product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions.Email">
            <summary> The email address that will receive updates when the Trust Product resource changes status. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions.#ctor(System.String)">
            <summary> Construct a new UpdateTrustProductOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Create(Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Trust Product. </summary>
            <param name="options"> Create TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.CreateAsync(Twilio.Rest.Trusthub.V1.CreateTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Trust Product. </summary>
            <param name="options"> Create TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Create(System.String,System.String,System.String,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Trust Product. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Trust Product resource changes status. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Trust Product resource. </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.CreateAsync(System.String,System.String,System.String,System.Uri,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Trust Product. </summary>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Trust Product resource changes status. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Trust Product resource. </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.BuildDeleteRequest(Twilio.Rest.Trusthub.V1.DeleteTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Trust Product. </summary>
            <param name="options"> Delete TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Delete(Twilio.Rest.Trusthub.V1.DeleteTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Trust Product. </summary>
            <param name="options"> Delete TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.DeleteAsync(Twilio.Rest.Trusthub.V1.DeleteTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Trust Product. </summary>
            <param name="options"> Delete TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Trust Product. </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Trust Product. </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Fetch(Twilio.Rest.Trusthub.V1.FetchTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Trust Product instance. </summary>
            <param name="options"> Fetch TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.FetchAsync(Twilio.Rest.Trusthub.V1.FetchTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Trust Product instance. </summary>
            <param name="options"> Fetch TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Trust Product instance. </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Trust Product instance. </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Read(Twilio.Rest.Trusthub.V1.ReadTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Trust Products for an account. </summary>
            <param name="options"> Read TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.ReadAsync(Twilio.Rest.Trusthub.V1.ReadTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Trust Products for an account. </summary>
            <param name="options"> Read TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Read(Twilio.Rest.Trusthub.V1.TrustProductsResource.StatusEnum,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Trust Products for an account. </summary>
            <param name="status"> The verification status of the Trust Product resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Trust Product resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.ReadAsync(Twilio.Rest.Trusthub.V1.TrustProductsResource.StatusEnum,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Trust Products for an account. </summary>
            <param name="status"> The verification status of the Trust Product resource. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the Trust Product resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.TrustProductsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.TrustProductsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Update(Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Trust Product in an account. </summary>
            <param name="options"> Update TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.UpdateAsync(Twilio.Rest.Trusthub.V1.UpdateTrustProductsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Trust Product in an account. </summary>
            <param name="options"> Update TrustProducts parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.Update(System.String,Twilio.Rest.Trusthub.V1.TrustProductsResource.StatusEnum,System.Uri,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Trust Product in an account. </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
            <param name="status">  </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Trust Product resource changes status. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.UpdateAsync(System.String,Twilio.Rest.Trusthub.V1.TrustProductsResource.StatusEnum,System.Uri,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates a Trust Product in an account. </summary>
            <param name="pathSid"> The unique string that we created to identify the Trust Product resource. </param>
            <param name="status">  </param>
            <param name="statusCallback"> The URL we call to inform your application of status changes. </param>
            <param name="friendlyName"> The string that you assigned to describe the resource. </param>
            <param name="email"> The email address that will receive updates when the Trust Product resource changes status. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProducts </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TrustProductsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TrustProductsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProductsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.Sid">
            <summary> The unique string that we created to identify the Trust Product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Trust Product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.PolicySid">
            <summary> The unique string of the policy that is associated with the Trust Product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.ValidUntil">
            <summary> The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format until which the resource will be valid. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.Email">
            <summary> The email address that will receive updates when the Trust Product resource changes status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.StatusCallback">
            <summary> The URL we call to inform your application of status changes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.Url">
            <summary> The absolute URL of the Trust Product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.Links">
            <summary> The URLs of the Assigned Items of the Trust Product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProductsResource.Errors">
            <summary> The error codes associated with the rejection of the Trust Product. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsChannelEndpointAssignmentOptions">
            <summary> Create a new Assigned Item. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsChannelEndpointAssignmentOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsChannelEndpointAssignmentOptions.ChannelEndpointType">
            <summary> The type of channel endpoint. eg: phone-number </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsChannelEndpointAssignmentOptions.ChannelEndpointSid">
            <summary> The SID of an channel endpoint </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsChannelEndpointAssignmentOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateTrustProductChannelEndpointAssignmentOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointType"> The type of channel endpoint. eg: phone-number </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsChannelEndpointAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsChannelEndpointAssignmentOptions">
            <summary> Remove an Assignment Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsChannelEndpointAssignmentOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsChannelEndpointAssignmentOptions.PathSid">
            <summary> The unique string that we created to identify the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsChannelEndpointAssignmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteTrustProductChannelEndpointAssignmentOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsChannelEndpointAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsChannelEndpointAssignmentOptions">
            <summary> Fetch specific Assigned Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsChannelEndpointAssignmentOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsChannelEndpointAssignmentOptions.PathSid">
            <summary> The unique string that we created to identify the resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsChannelEndpointAssignmentOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTrustProductChannelEndpointAssignmentOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsChannelEndpointAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsChannelEndpointAssignmentOptions">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsChannelEndpointAssignmentOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsChannelEndpointAssignmentOptions.ChannelEndpointSid">
            <summary> The SID of an channel endpoint </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsChannelEndpointAssignmentOptions.ChannelEndpointSids">
            <summary> comma separated list of channel endpoint sids </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsChannelEndpointAssignmentOptions.#ctor(System.String)">
            <summary> Construct a new ListTrustProductChannelEndpointAssignmentOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsChannelEndpointAssignmentOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Create(Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.CreateAsync(Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointType"> The type of channel endpoint. eg: phone-number </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointType"> The type of channel endpoint. eg: phone-number </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.BuildDeleteRequest(Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Delete(Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.DeleteAsync(Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Fetch(Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.FetchAsync(Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="pathSid"> The unique string that we created to identify the resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Read(Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.ReadAsync(Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsChannelEndpointAssignmentOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read TrustProductsChannelEndpointAssignment parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Read(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
            <param name="channelEndpointSids"> comma separated list of channel endpoint sids </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the CustomerProfile resource. </param>
            <param name="channelEndpointSid"> The SID of an channel endpoint </param>
            <param name="channelEndpointSids"> comma separated list of channel endpoint sids </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsChannelEndpointAssignment </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TrustProductsChannelEndpointAssignmentResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TrustProductsChannelEndpointAssignmentResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Sid">
            <summary> The unique string that we created to identify the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.TrustProductSid">
            <summary> The unique string that we created to identify the CustomerProfile resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.ChannelEndpointType">
            <summary> The type of channel endpoint. eg: phone-number </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.ChannelEndpointSid">
            <summary> The SID of an channel endpoint </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsChannelEndpointAssignmentResource.Url">
            <summary> The absolute URL of the Identity resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEntityAssignmentsOptions">
            <summary> Create a new Assigned Item. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEntityAssignmentsOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the TrustProduct resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEntityAssignmentsOptions.ObjectSid">
            <summary> The SID of an object bag that holds information of the different items. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEntityAssignmentsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateTrustProductEntityAssignmentOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEntityAssignmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsEntityAssignmentsOptions">
            <summary> Remove an Assignment Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsEntityAssignmentsOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the TrustProduct resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsEntityAssignmentsOptions.PathSid">
            <summary> The unique string that we created to identify the Identity resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsEntityAssignmentsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteTrustProductEntityAssignmentOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsEntityAssignmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEntityAssignmentsOptions">
            <summary> Fetch specific Assigned Item Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEntityAssignmentsOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the TrustProduct resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEntityAssignmentsOptions.PathSid">
            <summary> The unique string that we created to identify the Identity resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEntityAssignmentsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTrustProductEntityAssignmentOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEntityAssignmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEntityAssignmentsOptions">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEntityAssignmentsOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the TrustProduct resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEntityAssignmentsOptions.ObjectType">
            <summary> A string to filter the results by (EndUserType or SupportingDocumentType) machine-name. This is useful when you want to retrieve the entity-assignment of a specific end-user or supporting document. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEntityAssignmentsOptions.#ctor(System.String)">
            <summary> Construct a new ListTrustProductEntityAssignmentOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEntityAssignmentsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Create(Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.CreateAsync(Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="options"> Create TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Assigned Item. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="objectSid"> The SID of an object bag that holds information of the different items. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.BuildDeleteRequest(Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Delete(Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.DeleteAsync(Twilio.Rest.Trusthub.V1.TrustProducts.DeleteTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="options"> Delete TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove an Assignment Item Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Fetch(Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.FetchAsync(Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="options"> Fetch TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Assigned Item Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="pathSid"> The unique string that we created to identify the Identity resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Read(Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.ReadAsync(Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEntityAssignmentsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="options"> Read TrustProductsEntityAssignments parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="objectType"> A string to filter the results by (EndUserType or SupportingDocumentType) machine-name. This is useful when you want to retrieve the entity-assignment of a specific end-user or supporting document. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Assigned Items for an account. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the TrustProduct resource. </param>
            <param name="objectType"> A string to filter the results by (EndUserType or SupportingDocumentType) machine-name. This is useful when you want to retrieve the entity-assignment of a specific end-user or supporting document. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEntityAssignments </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TrustProductsEntityAssignmentsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TrustProductsEntityAssignmentsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Sid">
            <summary> The unique string that we created to identify the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.TrustProductSid">
            <summary> The unique string that we created to identify the TrustProduct resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Item Assignment resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.ObjectSid">
            <summary> The SID of an object bag that holds information of the different items. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEntityAssignmentsResource.Url">
            <summary> The absolute URL of the Identity resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEvaluationsOptions">
            <summary> Create a new Evaluation </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEvaluationsOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the trust_product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEvaluationsOptions.PolicySid">
            <summary> The unique string of a policy that is associated to the customer_profile resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEvaluationsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateTrustProductEvaluationOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the customer_profile resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEvaluationsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEvaluationsOptions">
            <summary> Fetch specific Evaluation Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEvaluationsOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the trust_product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEvaluationsOptions.PathSid">
            <summary> The unique string that identifies the Evaluation resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEvaluationsOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchTrustProductEvaluationOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEvaluationsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEvaluationsOptions">
            <summary> Retrieve a list of Evaluations associated to the trust_product resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEvaluationsOptions.PathTrustProductSid">
            <summary> The unique string that we created to identify the trust_product resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEvaluationsOptions.#ctor(System.String)">
            <summary> Construct a new ListTrustProductEvaluationOptions </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEvaluationsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Create(Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Evaluation </summary>
            <param name="options"> Create TrustProductsEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.CreateAsync(Twilio.Rest.Trusthub.V1.TrustProducts.CreateTrustProductsEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Evaluation </summary>
            <param name="options"> Create TrustProductsEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Evaluation </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the customer_profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Evaluation </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
            <param name="policySid"> The unique string of a policy that is associated to the customer_profile resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Fetch(Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="options"> Fetch TrustProductsEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.FetchAsync(Twilio.Rest.Trusthub.V1.TrustProducts.FetchTrustProductsEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="options"> Fetch TrustProductsEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Evaluation Instance. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
            <param name="pathSid"> The unique string that identifies the Evaluation resource. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Read(Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the trust_product resource. </summary>
            <param name="options"> Read TrustProductsEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.ReadAsync(Twilio.Rest.Trusthub.V1.TrustProducts.ReadTrustProductsEvaluationsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the trust_product resource. </summary>
            <param name="options"> Read TrustProductsEvaluations parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the trust_product resource. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Evaluations associated to the trust_product resource. </summary>
            <param name="pathTrustProductSid"> The unique string that we created to identify the trust_product resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of TrustProductsEvaluations </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.NextPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TrustProductsEvaluationsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TrustProductsEvaluationsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Sid">
            <summary> The unique string that identifies the Evaluation resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the trust_product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.PolicySid">
            <summary> The unique string of a policy that is associated to the trust_product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.TrustProductSid">
            <summary> The unique string that we created to identify the trust_product resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Results">
            <summary> The results of the Evaluation which includes the valid and invalid attributes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.DateCreated">
            <summary> The date_created </summary> 
        </member>
        <member name="P:Twilio.Rest.Trusthub.V1.TrustProducts.TrustProductsEvaluationsResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.FetchFormOptions">
            <summary> Fetch the forms for a specific Form Type. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchFormOptions.PathFormType">
            <summary> The Type of this Form. Currently only `form-push` is supported. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchFormOptions.#ctor(Twilio.Rest.Verify.V2.FormResource.FormTypesEnum)">
            <summary> Construct a new FetchFormOptions </summary>
            <param name="pathFormType"> The Type of this Form. Currently only `form-push` is supported. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchFormOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FormResource.Fetch(Twilio.Rest.Verify.V2.FetchFormOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the forms for a specific Form Type. </summary>
            <param name="options"> Fetch Form parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Form </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FormResource.FetchAsync(Twilio.Rest.Verify.V2.FetchFormOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the forms for a specific Form Type. </summary>
            <param name="options"> Fetch Form parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Form </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FormResource.Fetch(Twilio.Rest.Verify.V2.FormResource.FormTypesEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the forms for a specific Form Type. </summary>
            <param name="pathFormType"> The Type of this Form. Currently only `form-push` is supported. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Form </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FormResource.FetchAsync(Twilio.Rest.Verify.V2.FormResource.FormTypesEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the forms for a specific Form Type. </summary>
            <param name="pathFormType"> The Type of this Form. Currently only `form-push` is supported. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Form </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FormResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FormResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FormResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FormResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FormResource.Forms">
            <summary> Object that contains the available forms for this type. This available forms are given in the standard [JSON Schema](https://json-schema.org/) format </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FormResource.FormMeta">
            <summary> Additional information for the available forms for this type. E.g. The separator string used for `binding` in a Factor push. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FormResource.Url">
            <summary> The URL to access the forms for this type. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.CreateSafelistOptions">
            <summary> Add a new phone number to SafeList. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateSafelistOptions.PhoneNumber">
            <summary> The phone number to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.CreateSafelistOptions.#ctor(System.String)">
            <summary> Construct a new CreateSafelistOptions </summary>
            <param name="phoneNumber"> The phone number to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.CreateSafelistOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.DeleteSafelistOptions">
            <summary> Remove a phone number from SafeList. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.DeleteSafelistOptions.PathPhoneNumber">
            <summary> The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.DeleteSafelistOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSafelistOptions </summary>
            <param name="pathPhoneNumber"> The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.DeleteSafelistOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.FetchSafelistOptions">
            <summary> Check if a phone number exists in SafeList. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchSafelistOptions.PathPhoneNumber">
            <summary> The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchSafelistOptions.#ctor(System.String)">
            <summary> Construct a new FetchSafelistOptions </summary>
            <param name="pathPhoneNumber"> The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchSafelistOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.Create(Twilio.Rest.Verify.V2.CreateSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new phone number to SafeList. </summary>
            <param name="options"> Create Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.CreateAsync(Twilio.Rest.Verify.V2.CreateSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new phone number to SafeList. </summary>
            <param name="options"> Create Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new phone number to SafeList. </summary>
            <param name="phoneNumber"> The phone number to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Add a new phone number to SafeList. </summary>
            <param name="phoneNumber"> The phone number to be added in SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.BuildDeleteRequest(Twilio.Rest.Verify.V2.DeleteSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="options"> Delete Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.Delete(Twilio.Rest.Verify.V2.DeleteSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="options"> Delete Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.DeleteAsync(Twilio.Rest.Verify.V2.DeleteSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="options"> Delete Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="pathPhoneNumber"> The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Remove a phone number from SafeList. </summary>
            <param name="pathPhoneNumber"> The phone number to be removed from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.Fetch(Twilio.Rest.Verify.V2.FetchSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a phone number exists in SafeList. </summary>
            <param name="options"> Fetch Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.FetchAsync(Twilio.Rest.Verify.V2.FetchSafelistOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a phone number exists in SafeList. </summary>
            <param name="options"> Fetch Safelist parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a phone number exists in SafeList. </summary>
            <param name="pathPhoneNumber"> The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Check if a phone number exists in SafeList. </summary>
            <param name="pathPhoneNumber"> The phone number to be fetched from SafeList. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Safelist </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SafelistResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SafelistResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.SafelistResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.SafelistResource.Sid">
            <summary> The unique string that we created to identify the SafeList resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.SafelistResource.PhoneNumber">
            <summary> The phone number in SafeList. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.SafelistResource.Url">
            <summary> The absolute URL of the SafeList resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.CreateServiceOptions">
            <summary> Create a new Verification Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.CodeLength">
            <summary> The length of the verification code to generate. Must be an integer value between 4 and 10, inclusive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.LookupEnabled">
            <summary> Whether to perform a lookup with each verification started and return info about the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.SkipSmsToLandlines">
            <summary> Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.DtmfInputRequired">
            <summary> Whether to ask the user to press a number before delivering the verify code in a phone call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.TtsName">
            <summary> The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.Psd2Enabled">
            <summary> Whether to pass PSD2 transaction parameters when starting a verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.DoNotShareWarningEnabled">
            <summary> Whether to add a security warning at the end of an SMS verification body. Disabled by default and applies only to SMS. Example SMS body: `Your AppName verification code is: 1234. Don’t share this code with anyone; our employees will never ask for the code` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.CustomCodeEnabled">
            <summary> Whether to allow sending verifications with a custom code instead of a randomly generated one. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.PushIncludeDate">
            <summary> Optional configuration for the Push factors. If true, include the date in the Challenge's response. Otherwise, the date is omitted from the response. See [Challenge](https://www.twilio.com/docs/verify/api/challenge) resource’s details parameter for more info. Default: false. **Deprecated** do not use this parameter. This timestamp value is the same one as the one found in `date_created`, please use that one instead. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.PushApnCredentialSid">
            <summary> Optional configuration for the Push factors. Set the APN Credential for this service. This will allow to send push notifications to iOS devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.PushFcmCredentialSid">
            <summary> Optional configuration for the Push factors. Set the FCM Credential for this service. This will allow to send push notifications to Android devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.TotpIssuer">
            <summary> Optional configuration for the TOTP factors. Set TOTP Issuer for this service. This will allow to configure the issuer of the TOTP URI. Defaults to the service friendly name if not provided. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.TotpTimeStep">
            <summary> Optional configuration for the TOTP factors. Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. Defaults to 30 seconds </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.TotpCodeLength">
            <summary> Optional configuration for the TOTP factors. Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. Defaults to 6 </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.TotpSkew">
            <summary> Optional configuration for the TOTP factors. The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. Defaults to 1 </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.DefaultTemplateSid">
            <summary> The default message [template](https://www.twilio.com/docs/verify/api/templates). Will be used for all SMS verifications unless explicitly overriden. SMS channel only. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.WhatsappMsgServiceSid">
            <summary> The SID of the Messaging Service containing WhatsApp Sender(s) that Verify will use to send WhatsApp messages to your users. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.WhatsappFrom">
            <summary> The number to use as the WhatsApp Sender that Verify will use to send WhatsApp messages to your users.This WhatsApp Sender must be associated with a Messaging Service SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.CreateServiceOptions.VerifyEventSubscriptionEnabled">
            <summary> Whether to allow verifications from the service to reach the stream-events sinks if configured </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.CreateServiceOptions.#ctor(System.String)">
            <summary> Construct a new CreateServiceOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.** </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.CreateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.DeleteServiceOptions">
            <summary> Delete a specific Verification Service Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.DeleteServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Verification Service resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.DeleteServiceOptions.#ctor(System.String)">
            <summary> Construct a new DeleteServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification Service resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.DeleteServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.FetchServiceOptions">
            <summary> Fetch specific Verification Service Instance. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Verification Service resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchServiceOptions.#ctor(System.String)">
            <summary> Construct a new FetchServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification Service resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.ReadServiceOptions">
            <summary> Retrieve a list of all Verification Services for an account. </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ReadServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.UpdateServiceOptions">
            <summary> Update a specific Verification Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Service resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.CodeLength">
            <summary> The length of the verification code to generate. Must be an integer value between 4 and 10, inclusive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.LookupEnabled">
            <summary> Whether to perform a lookup with each verification started and return info about the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.SkipSmsToLandlines">
            <summary> Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.DtmfInputRequired">
            <summary> Whether to ask the user to press a number before delivering the verify code in a phone call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.TtsName">
            <summary> The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.Psd2Enabled">
            <summary> Whether to pass PSD2 transaction parameters when starting a verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.DoNotShareWarningEnabled">
            <summary> Whether to add a privacy warning at the end of an SMS. **Disabled by default and applies only for SMS.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.CustomCodeEnabled">
            <summary> Whether to allow sending verifications with a custom code instead of a randomly generated one. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.PushIncludeDate">
            <summary> Optional configuration for the Push factors. If true, include the date in the Challenge's response. Otherwise, the date is omitted from the response. See [Challenge](https://www.twilio.com/docs/verify/api/challenge) resource’s details parameter for more info. Default: false. **Deprecated** do not use this parameter. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.PushApnCredentialSid">
            <summary> Optional configuration for the Push factors. Set the APN Credential for this service. This will allow to send push notifications to iOS devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.PushFcmCredentialSid">
            <summary> Optional configuration for the Push factors. Set the FCM Credential for this service. This will allow to send push notifications to Android devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.TotpIssuer">
            <summary> Optional configuration for the TOTP factors. Set TOTP Issuer for this service. This will allow to configure the issuer of the TOTP URI. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.TotpTimeStep">
            <summary> Optional configuration for the TOTP factors. Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. Defaults to 30 seconds </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.TotpCodeLength">
            <summary> Optional configuration for the TOTP factors. Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. Defaults to 6 </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.TotpSkew">
            <summary> Optional configuration for the TOTP factors. The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. Defaults to 1 </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.DefaultTemplateSid">
            <summary> The default message [template](https://www.twilio.com/docs/verify/api/templates). Will be used for all SMS verifications unless explicitly overriden. SMS channel only. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.WhatsappMsgServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) to associate with the Verification Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.WhatsappFrom">
            <summary> The WhatsApp number to use as the sender of the verification messages. This number must be associated with the WhatsApp Message Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.UpdateServiceOptions.VerifyEventSubscriptionEnabled">
            <summary> Whether to allow verifications from the service to reach the stream-events sinks if configured </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.UpdateServiceOptions.#ctor(System.String)">
            <summary> Construct a new UpdateServiceOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.UpdateServiceOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Create(Twilio.Rest.Verify.V2.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Verification Service. </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.CreateAsync(Twilio.Rest.Verify.V2.CreateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Verification Service. </summary>
            <param name="options"> Create Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Create(System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Verification Service. </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.** </param>
            <param name="codeLength"> The length of the verification code to generate. Must be an integer value between 4 and 10, inclusive. </param>
            <param name="lookupEnabled"> Whether to perform a lookup with each verification started and return info about the phone number. </param>
            <param name="skipSmsToLandlines"> Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`. </param>
            <param name="dtmfInputRequired"> Whether to ask the user to press a number before delivering the verify code in a phone call. </param>
            <param name="ttsName"> The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages. </param>
            <param name="psd2Enabled"> Whether to pass PSD2 transaction parameters when starting a verification. </param>
            <param name="doNotShareWarningEnabled"> Whether to add a security warning at the end of an SMS verification body. Disabled by default and applies only to SMS. Example SMS body: `Your AppName verification code is: 1234. Don’t share this code with anyone; our employees will never ask for the code` </param>
            <param name="customCodeEnabled"> Whether to allow sending verifications with a custom code instead of a randomly generated one. </param>
            <param name="pushIncludeDate"> Optional configuration for the Push factors. If true, include the date in the Challenge's response. Otherwise, the date is omitted from the response. See [Challenge](https://www.twilio.com/docs/verify/api/challenge) resource’s details parameter for more info. Default: false. **Deprecated** do not use this parameter. This timestamp value is the same one as the one found in `date_created`, please use that one instead. </param>
            <param name="pushApnCredentialSid"> Optional configuration for the Push factors. Set the APN Credential for this service. This will allow to send push notifications to iOS devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </param>
            <param name="pushFcmCredentialSid"> Optional configuration for the Push factors. Set the FCM Credential for this service. This will allow to send push notifications to Android devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </param>
            <param name="totpIssuer"> Optional configuration for the TOTP factors. Set TOTP Issuer for this service. This will allow to configure the issuer of the TOTP URI. Defaults to the service friendly name if not provided. </param>
            <param name="totpTimeStep"> Optional configuration for the TOTP factors. Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. Defaults to 30 seconds </param>
            <param name="totpCodeLength"> Optional configuration for the TOTP factors. Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. Defaults to 6 </param>
            <param name="totpSkew"> Optional configuration for the TOTP factors. The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. Defaults to 1 </param>
            <param name="defaultTemplateSid"> The default message [template](https://www.twilio.com/docs/verify/api/templates). Will be used for all SMS verifications unless explicitly overriden. SMS channel only. </param>
            <param name="whatsappMsgServiceSid"> The SID of the Messaging Service containing WhatsApp Sender(s) that Verify will use to send WhatsApp messages to your users. </param>
            <param name="whatsappFrom"> The number to use as the WhatsApp Sender that Verify will use to send WhatsApp messages to your users.This WhatsApp Sender must be associated with a Messaging Service SID. </param>
            <param name="verifyEventSubscriptionEnabled"> Whether to allow verifications from the service to reach the stream-events sinks if configured </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.CreateAsync(System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Verification Service. </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.** </param>
            <param name="codeLength"> The length of the verification code to generate. Must be an integer value between 4 and 10, inclusive. </param>
            <param name="lookupEnabled"> Whether to perform a lookup with each verification started and return info about the phone number. </param>
            <param name="skipSmsToLandlines"> Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`. </param>
            <param name="dtmfInputRequired"> Whether to ask the user to press a number before delivering the verify code in a phone call. </param>
            <param name="ttsName"> The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages. </param>
            <param name="psd2Enabled"> Whether to pass PSD2 transaction parameters when starting a verification. </param>
            <param name="doNotShareWarningEnabled"> Whether to add a security warning at the end of an SMS verification body. Disabled by default and applies only to SMS. Example SMS body: `Your AppName verification code is: 1234. Don’t share this code with anyone; our employees will never ask for the code` </param>
            <param name="customCodeEnabled"> Whether to allow sending verifications with a custom code instead of a randomly generated one. </param>
            <param name="pushIncludeDate"> Optional configuration for the Push factors. If true, include the date in the Challenge's response. Otherwise, the date is omitted from the response. See [Challenge](https://www.twilio.com/docs/verify/api/challenge) resource’s details parameter for more info. Default: false. **Deprecated** do not use this parameter. This timestamp value is the same one as the one found in `date_created`, please use that one instead. </param>
            <param name="pushApnCredentialSid"> Optional configuration for the Push factors. Set the APN Credential for this service. This will allow to send push notifications to iOS devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </param>
            <param name="pushFcmCredentialSid"> Optional configuration for the Push factors. Set the FCM Credential for this service. This will allow to send push notifications to Android devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </param>
            <param name="totpIssuer"> Optional configuration for the TOTP factors. Set TOTP Issuer for this service. This will allow to configure the issuer of the TOTP URI. Defaults to the service friendly name if not provided. </param>
            <param name="totpTimeStep"> Optional configuration for the TOTP factors. Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. Defaults to 30 seconds </param>
            <param name="totpCodeLength"> Optional configuration for the TOTP factors. Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. Defaults to 6 </param>
            <param name="totpSkew"> Optional configuration for the TOTP factors. The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. Defaults to 1 </param>
            <param name="defaultTemplateSid"> The default message [template](https://www.twilio.com/docs/verify/api/templates). Will be used for all SMS verifications unless explicitly overriden. SMS channel only. </param>
            <param name="whatsappMsgServiceSid"> The SID of the Messaging Service containing WhatsApp Sender(s) that Verify will use to send WhatsApp messages to your users. </param>
            <param name="whatsappFrom"> The number to use as the WhatsApp Sender that Verify will use to send WhatsApp messages to your users.This WhatsApp Sender must be associated with a Messaging Service SID. </param>
            <param name="verifyEventSubscriptionEnabled"> Whether to allow verifications from the service to reach the stream-events sinks if configured </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.BuildDeleteRequest(Twilio.Rest.Verify.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Verification Service Instance. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Delete(Twilio.Rest.Verify.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Verification Service Instance. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.DeleteAsync(Twilio.Rest.Verify.V2.DeleteServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Verification Service Instance. </summary>
            <param name="options"> Delete Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Verification Service Instance. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Verification Service Instance. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification Service resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Fetch(Twilio.Rest.Verify.V2.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Verification Service Instance. </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.FetchAsync(Twilio.Rest.Verify.V2.FetchServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Verification Service Instance. </summary>
            <param name="options"> Fetch Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Verification Service Instance. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch specific Verification Service Instance. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification Service resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Read(Twilio.Rest.Verify.V2.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Verification Services for an account. </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.ReadAsync(Twilio.Rest.Verify.V2.ReadServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Verification Services for an account. </summary>
            <param name="options"> Read Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Verification Services for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Verification Services for an account. </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.ServiceResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Update(Twilio.Rest.Verify.V2.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Verification Service. </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.UpdateAsync(Twilio.Rest.Verify.V2.UpdateServiceOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Verification Service. </summary>
            <param name="options"> Update Service parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.Update(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Verification Service. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.** </param>
            <param name="codeLength"> The length of the verification code to generate. Must be an integer value between 4 and 10, inclusive. </param>
            <param name="lookupEnabled"> Whether to perform a lookup with each verification started and return info about the phone number. </param>
            <param name="skipSmsToLandlines"> Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`. </param>
            <param name="dtmfInputRequired"> Whether to ask the user to press a number before delivering the verify code in a phone call. </param>
            <param name="ttsName"> The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages. </param>
            <param name="psd2Enabled"> Whether to pass PSD2 transaction parameters when starting a verification. </param>
            <param name="doNotShareWarningEnabled"> Whether to add a privacy warning at the end of an SMS. **Disabled by default and applies only for SMS.** </param>
            <param name="customCodeEnabled"> Whether to allow sending verifications with a custom code instead of a randomly generated one. </param>
            <param name="pushIncludeDate"> Optional configuration for the Push factors. If true, include the date in the Challenge's response. Otherwise, the date is omitted from the response. See [Challenge](https://www.twilio.com/docs/verify/api/challenge) resource’s details parameter for more info. Default: false. **Deprecated** do not use this parameter. </param>
            <param name="pushApnCredentialSid"> Optional configuration for the Push factors. Set the APN Credential for this service. This will allow to send push notifications to iOS devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </param>
            <param name="pushFcmCredentialSid"> Optional configuration for the Push factors. Set the FCM Credential for this service. This will allow to send push notifications to Android devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </param>
            <param name="totpIssuer"> Optional configuration for the TOTP factors. Set TOTP Issuer for this service. This will allow to configure the issuer of the TOTP URI. </param>
            <param name="totpTimeStep"> Optional configuration for the TOTP factors. Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. Defaults to 30 seconds </param>
            <param name="totpCodeLength"> Optional configuration for the TOTP factors. Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. Defaults to 6 </param>
            <param name="totpSkew"> Optional configuration for the TOTP factors. The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. Defaults to 1 </param>
            <param name="defaultTemplateSid"> The default message [template](https://www.twilio.com/docs/verify/api/templates). Will be used for all SMS verifications unless explicitly overriden. SMS channel only. </param>
            <param name="whatsappMsgServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) to associate with the Verification Service. </param>
            <param name="whatsappFrom"> The WhatsApp number to use as the sender of the verification messages. This number must be associated with the WhatsApp Message Service. </param>
            <param name="verifyEventSubscriptionEnabled"> Whether to allow verifications from the service to reach the stream-events sinks if configured </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.UpdateAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Verification Service. </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Service resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the verification service. It can be up to 32 characters long. **This value should not contain PII.** </param>
            <param name="codeLength"> The length of the verification code to generate. Must be an integer value between 4 and 10, inclusive. </param>
            <param name="lookupEnabled"> Whether to perform a lookup with each verification started and return info about the phone number. </param>
            <param name="skipSmsToLandlines"> Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`. </param>
            <param name="dtmfInputRequired"> Whether to ask the user to press a number before delivering the verify code in a phone call. </param>
            <param name="ttsName"> The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages. </param>
            <param name="psd2Enabled"> Whether to pass PSD2 transaction parameters when starting a verification. </param>
            <param name="doNotShareWarningEnabled"> Whether to add a privacy warning at the end of an SMS. **Disabled by default and applies only for SMS.** </param>
            <param name="customCodeEnabled"> Whether to allow sending verifications with a custom code instead of a randomly generated one. </param>
            <param name="pushIncludeDate"> Optional configuration for the Push factors. If true, include the date in the Challenge's response. Otherwise, the date is omitted from the response. See [Challenge](https://www.twilio.com/docs/verify/api/challenge) resource’s details parameter for more info. Default: false. **Deprecated** do not use this parameter. </param>
            <param name="pushApnCredentialSid"> Optional configuration for the Push factors. Set the APN Credential for this service. This will allow to send push notifications to iOS devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </param>
            <param name="pushFcmCredentialSid"> Optional configuration for the Push factors. Set the FCM Credential for this service. This will allow to send push notifications to Android devices. See [Credential Resource](https://www.twilio.com/docs/notify/api/credential-resource) </param>
            <param name="totpIssuer"> Optional configuration for the TOTP factors. Set TOTP Issuer for this service. This will allow to configure the issuer of the TOTP URI. </param>
            <param name="totpTimeStep"> Optional configuration for the TOTP factors. Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. Defaults to 30 seconds </param>
            <param name="totpCodeLength"> Optional configuration for the TOTP factors. Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. Defaults to 6 </param>
            <param name="totpSkew"> Optional configuration for the TOTP factors. The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. Defaults to 1 </param>
            <param name="defaultTemplateSid"> The default message [template](https://www.twilio.com/docs/verify/api/templates). Will be used for all SMS verifications unless explicitly overriden. SMS channel only. </param>
            <param name="whatsappMsgServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/services) to associate with the Verification Service. </param>
            <param name="whatsappFrom"> The WhatsApp number to use as the sender of the verification messages. This number must be associated with the WhatsApp Message Service. </param>
            <param name="verifyEventSubscriptionEnabled"> Whether to allow verifications from the service to reach the stream-events sinks if configured </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Service </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ServiceResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ServiceResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ServiceResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.Sid">
            <summary> The unique string that we created to identify the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.FriendlyName">
            <summary> The name that appears in the body of your verification messages. It can be up to 30 characters long and can include letters, numbers, spaces, dashes, underscores. Phone numbers, special characters or links are NOT allowed. **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.CodeLength">
            <summary> The length of the verification code to generate. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.LookupEnabled">
            <summary> Whether to perform a lookup with each verification started and return info about the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.Psd2Enabled">
            <summary> Whether to pass PSD2 transaction parameters when starting a verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.SkipSmsToLandlines">
            <summary> Whether to skip sending SMS verifications to landlines. Requires `lookup_enabled`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.DtmfInputRequired">
            <summary> Whether to ask the user to press a number before delivering the verify code in a phone call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.TtsName">
            <summary> The name of an alternative text-to-speech service to use in phone calls. Applies only to TTS languages. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.DoNotShareWarningEnabled">
            <summary> Whether to add a security warning at the end of an SMS verification body. Disabled by default and applies only to SMS. Example SMS body: `Your AppName verification code is: 1234. Don’t share this code with anyone; our employees will never ask for the code` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.CustomCodeEnabled">
            <summary> Whether to allow sending verifications with a custom code instead of a randomly generated one. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.Push">
            <summary> Configurations for the Push factors (channel) created under this Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.Totp">
            <summary> Configurations for the TOTP factors (channel) created under this Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.DefaultTemplateSid">
            <summary> The default_template_sid </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.Whatsapp">
            <summary> The whatsapp </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.VerifyEventSubscriptionEnabled">
            <summary> Whether to allow verifications from the service to reach the stream-events sinks if configured </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ServiceResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions">
            <summary> Create a new enrollment Access Token for the Entity </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions.Identity">
            <summary> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, and generated by your external system, such as your user's UUID, GUID, or SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions.FactorFriendlyName">
            <summary> The friendly name of the factor that is going to be created with this access token </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions.Ttl">
            <summary> How long, in seconds, the access token is valid. Can be an integer between 60 and 300. Default is 60. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions.#ctor(System.String,System.String,Twilio.Rest.Verify.V2.Service.AccessTokenResource.FactorTypesEnum)">
            <summary> Construct a new CreateAccessTokenOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="identity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, and generated by your external system, such as your user's UUID, GUID, or SID. </param>
            <param name="factorType">  </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.FetchAccessTokenOptions">
            <summary> Fetch an Access Token for the Entity </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchAccessTokenOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchAccessTokenOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Access Token. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchAccessTokenOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchAccessTokenOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Access Token. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchAccessTokenOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.Create(Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new enrollment Access Token for the Entity </summary>
            <param name="options"> Create AccessToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccessToken </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.CreateAsync(Twilio.Rest.Verify.V2.Service.CreateAccessTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new enrollment Access Token for the Entity </summary>
            <param name="options"> Create AccessToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccessToken </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.Create(System.String,System.String,Twilio.Rest.Verify.V2.Service.AccessTokenResource.FactorTypesEnum,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new enrollment Access Token for the Entity </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="identity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, and generated by your external system, such as your user's UUID, GUID, or SID. </param>
            <param name="factorType">  </param>
            <param name="factorFriendlyName"> The friendly name of the factor that is going to be created with this access token </param>
            <param name="ttl"> How long, in seconds, the access token is valid. Can be an integer between 60 and 300. Default is 60. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccessToken </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.CreateAsync(System.String,System.String,Twilio.Rest.Verify.V2.Service.AccessTokenResource.FactorTypesEnum,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new enrollment Access Token for the Entity </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="identity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, and generated by your external system, such as your user's UUID, GUID, or SID. </param>
            <param name="factorType">  </param>
            <param name="factorFriendlyName"> The friendly name of the factor that is going to be created with this access token </param>
            <param name="ttl"> How long, in seconds, the access token is valid. Can be an integer between 60 and 300. Default is 60. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccessToken </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.Fetch(Twilio.Rest.Verify.V2.Service.FetchAccessTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an Access Token for the Entity </summary>
            <param name="options"> Fetch AccessToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccessToken </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.FetchAsync(Twilio.Rest.Verify.V2.Service.FetchAccessTokenOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an Access Token for the Entity </summary>
            <param name="options"> Fetch AccessToken parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccessToken </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an Access Token for the Entity </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Access Token. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of AccessToken </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch an Access Token for the Entity </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Access Token. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of AccessToken </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AccessTokenResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AccessTokenResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.AccessTokenResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.Sid">
            <summary> A 34 character string that uniquely identifies this Access Token. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.ServiceSid">
            <summary> The unique SID identifier of the Verify Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.EntityIdentity">
            <summary> The unique external identifier for the Entity of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.FactorFriendlyName">
            <summary> A human readable description of this factor, up to 64 characters. For a push factor, this can be the device's name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.Token">
            <summary> The access token generated for enrollment, this is an encrypted json web token. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.Ttl">
            <summary> How long, in seconds, the access token is valid. Max: 5 minutes </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.AccessTokenResource.DateCreated">
            <summary> The date that this access token was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.CreateEntityOptions">
            <summary> Create a new Entity for the Service </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateEntityOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateEntityOptions.Identity">
            <summary> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateEntityOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateEntityOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="identity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateEntityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.DeleteEntityOptions">
            <summary> Delete a specific Entity. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.DeleteEntityOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.DeleteEntityOptions.PathIdentity">
            <summary> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.DeleteEntityOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteEntityOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.DeleteEntityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.FetchEntityOptions">
            <summary> Fetch a specific Entity. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchEntityOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchEntityOptions.PathIdentity">
            <summary> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchEntityOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchEntityOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchEntityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.ReadEntityOptions">
            <summary> Retrieve a list of all Entities for a Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.ReadEntityOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.ReadEntityOptions.#ctor(System.String)">
            <summary> Construct a new ListEntityOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.ReadEntityOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.Create(Twilio.Rest.Verify.V2.Service.CreateEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Entity for the Service </summary>
            <param name="options"> Create Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.CreateAsync(Twilio.Rest.Verify.V2.Service.CreateEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Entity for the Service </summary>
            <param name="options"> Create Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Entity for the Service </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="identity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Entity for the Service </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="identity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.BuildDeleteRequest(Twilio.Rest.Verify.V2.Service.DeleteEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Entity. </summary>
            <param name="options"> Delete Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.Delete(Twilio.Rest.Verify.V2.Service.DeleteEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Entity. </summary>
            <param name="options"> Delete Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.DeleteAsync(Twilio.Rest.Verify.V2.Service.DeleteEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Entity. </summary>
            <param name="options"> Delete Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Entity. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Entity. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.Fetch(Twilio.Rest.Verify.V2.Service.FetchEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Entity. </summary>
            <param name="options"> Fetch Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.FetchAsync(Twilio.Rest.Verify.V2.Service.FetchEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Entity. </summary>
            <param name="options"> Fetch Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Entity. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Entity. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.Read(Twilio.Rest.Verify.V2.Service.ReadEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Entities for a Service. </summary>
            <param name="options"> Read Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.ReadAsync(Twilio.Rest.Verify.V2.Service.ReadEntityOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Entities for a Service. </summary>
            <param name="options"> Read Entity parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Entities for a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Entities for a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Entity </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.EntityResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.EntityResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a EntityResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> EntityResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.EntityResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.EntityResource.Sid">
            <summary> A 34 character string that uniquely identifies this Entity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.EntityResource.Identity">
            <summary> The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.EntityResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.EntityResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.EntityResource.DateCreated">
            <summary> The date that this Entity was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.EntityResource.DateUpdated">
            <summary> The date that this Entity was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.EntityResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.EntityResource.Links">
            <summary> Contains a dictionary of URL links to nested resources of this Entity. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions">
            <summary> Create a new Challenge for the Factor </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.FactorSid">
            <summary> The unique SID identifier of the Factor. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.ExpirationDate">
            <summary> The date-time when this Challenge expires, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. The default value is five (5) minutes after Challenge creation. The max value is sixty (60) minutes after creation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.DetailsMessage">
            <summary> Shown to the user when the push notification arrives. Required when `factor_type` is `push`. Can be up to 256 characters in length </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.DetailsFields">
            <summary> A list of objects that describe the Fields included in the Challenge. Each object contains the label and value of the field, the label can be up to 36 characters in length and the value can be up to 128 characters in length. Used when `factor_type` is `push`. There can be up to 20 details fields. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.HiddenDetails">
            <summary> Details provided to give context about the Challenge. Not shown to the end user. It must be a stringified JSON with only strings values eg. `{\\\"ip\\\": \\\"172.168.1.234\\\"}`. Can be up to 1024 characters in length </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.AuthPayload">
            <summary> Optional payload used to verify the Challenge upon creation. Only used with a Factor of type `totp` to carry the TOTP code that needs to be verified. For `TOTP` this value must be between 3 and 8 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateChallengeOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="factorSid"> The unique SID identifier of the Factor. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.FetchChallengeOptions">
            <summary> Fetch a specific Challenge. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FetchChallengeOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FetchChallengeOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Challenges. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FetchChallengeOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Challenge. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FetchChallengeOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchChallengeOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenges. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Challenge. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FetchChallengeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions">
            <summary> Retrieve a list of all Challenges for a Factor. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions.FactorSid">
            <summary> The unique SID identifier of the Factor. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions.Status">
            <summary> The Status of the Challenges to fetch. One of `pending`, `expired`, `approved` or `denied`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions.Order">
            <summary> The desired sort order of the Challenges list. One of `asc` or `desc` for ascending and descending respectively. Defaults to `asc`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListChallengeOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions">
            <summary> Verify a specific Challenge. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Challenge. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions.AuthPayload">
            <summary> The optional payload needed to verify the Challenge. E.g., a TOTP would use the numeric code. For `TOTP` this value must be between 3 and 8 characters long. For `Push` this value can be up to 5456 characters in length </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions.Metadata">
            <summary> Custom metadata associated with the challenge. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\\\"os\\\": \\\"Android\\\"}`. Can be up to 1024 characters in length. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateChallengeOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Challenge. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Create(Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Challenge for the Factor </summary>
            <param name="options"> Create Challenge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.CreateAsync(Twilio.Rest.Verify.V2.Service.Entity.CreateChallengeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Challenge for the Factor </summary>
            <param name="options"> Create Challenge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Create(System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.Collections.Generic.List{System.Object},System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Challenge for the Factor </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="factorSid"> The unique SID identifier of the Factor. </param>
            <param name="expirationDate"> The date-time when this Challenge expires, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. The default value is five (5) minutes after Challenge creation. The max value is sixty (60) minutes after creation. </param>
            <param name="detailsMessage"> Shown to the user when the push notification arrives. Required when `factor_type` is `push`. Can be up to 256 characters in length </param>
            <param name="detailsFields"> A list of objects that describe the Fields included in the Challenge. Each object contains the label and value of the field, the label can be up to 36 characters in length and the value can be up to 128 characters in length. Used when `factor_type` is `push`. There can be up to 20 details fields. </param>
            <param name="hiddenDetails"> Details provided to give context about the Challenge. Not shown to the end user. It must be a stringified JSON with only strings values eg. `{\\\"ip\\\": \\\"172.168.1.234\\\"}`. Can be up to 1024 characters in length </param>
            <param name="authPayload"> Optional payload used to verify the Challenge upon creation. Only used with a Factor of type `totp` to carry the TOTP code that needs to be verified. For `TOTP` this value must be between 3 and 8 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.Collections.Generic.List{System.Object},System.Object,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Challenge for the Factor </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="factorSid"> The unique SID identifier of the Factor. </param>
            <param name="expirationDate"> The date-time when this Challenge expires, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. The default value is five (5) minutes after Challenge creation. The max value is sixty (60) minutes after creation. </param>
            <param name="detailsMessage"> Shown to the user when the push notification arrives. Required when `factor_type` is `push`. Can be up to 256 characters in length </param>
            <param name="detailsFields"> A list of objects that describe the Fields included in the Challenge. Each object contains the label and value of the field, the label can be up to 36 characters in length and the value can be up to 128 characters in length. Used when `factor_type` is `push`. There can be up to 20 details fields. </param>
            <param name="hiddenDetails"> Details provided to give context about the Challenge. Not shown to the end user. It must be a stringified JSON with only strings values eg. `{\\\"ip\\\": \\\"172.168.1.234\\\"}`. Can be up to 1024 characters in length </param>
            <param name="authPayload"> Optional payload used to verify the Challenge upon creation. Only used with a Factor of type `totp` to carry the TOTP code that needs to be verified. For `TOTP` this value must be between 3 and 8 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Fetch(Twilio.Rest.Verify.V2.Service.Entity.FetchChallengeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Challenge. </summary>
            <param name="options"> Fetch Challenge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.FetchAsync(Twilio.Rest.Verify.V2.Service.Entity.FetchChallengeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Challenge. </summary>
            <param name="options"> Fetch Challenge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Challenge. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenges. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Challenge. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Challenge. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenges. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Challenge. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Read(Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Challenges for a Factor. </summary>
            <param name="options"> Read Challenge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ReadAsync(Twilio.Rest.Verify.V2.Service.Entity.ReadChallengeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Challenges for a Factor. </summary>
            <param name="options"> Read Challenge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Read(System.String,System.String,System.String,Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ChallengeStatusesEnum,Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ListOrdersEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Challenges for a Factor. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="factorSid"> The unique SID identifier of the Factor. </param>
            <param name="status"> The Status of the Challenges to fetch. One of `pending`, `expired`, `approved` or `denied`. </param>
            <param name="order"> The desired sort order of the Challenges list. One of `asc` or `desc` for ascending and descending respectively. Defaults to `asc`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ReadAsync(System.String,System.String,System.String,Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ChallengeStatusesEnum,Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ListOrdersEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Challenges for a Factor. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="factorSid"> The unique SID identifier of the Factor. </param>
            <param name="status"> The Status of the Challenges to fetch. One of `pending`, `expired`, `approved` or `denied`. </param>
            <param name="order"> The desired sort order of the Challenges list. One of `asc` or `desc` for ascending and descending respectively. Defaults to `asc`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Update(Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Verify a specific Challenge. </summary>
            <param name="options"> Update Challenge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.UpdateAsync(Twilio.Rest.Verify.V2.Service.Entity.UpdateChallengeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Verify a specific Challenge. </summary>
            <param name="options"> Update Challenge parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Update(System.String,System.String,System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Verify a specific Challenge. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Challenge. </param>
            <param name="authPayload"> The optional payload needed to verify the Challenge. E.g., a TOTP would use the numeric code. For `TOTP` this value must be between 3 and 8 characters long. For `Push` this value can be up to 5456 characters in length </param>
            <param name="metadata"> Custom metadata associated with the challenge. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\\\"os\\\": \\\"Android\\\"}`. Can be up to 1024 characters in length. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.UpdateAsync(System.String,System.String,System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Verify a specific Challenge. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Challenge. </param>
            <param name="authPayload"> The optional payload needed to verify the Challenge. E.g., a TOTP would use the numeric code. For `TOTP` this value must be between 3 and 8 characters long. For `Push` this value can be up to 5456 characters in length </param>
            <param name="metadata"> Custom metadata associated with the challenge. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\\\"os\\\": \\\"Android\\\"}`. Can be up to 1024 characters in length. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Challenge </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ChallengeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ChallengeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Sid">
            <summary> A 34 character string that uniquely identifies this Challenge. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.EntitySid">
            <summary> The unique SID identifier of the Entity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Identity">
            <summary> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.FactorSid">
            <summary> The unique SID identifier of the Factor. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.DateCreated">
            <summary> The date that this Challenge was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.DateUpdated">
            <summary> The date that this Challenge was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.DateResponded">
            <summary> The date that this Challenge was responded, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.ExpirationDate">
            <summary> The date-time when this Challenge expires, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. The default value is five (5) minutes after Challenge creation. The max value is sixty (60) minutes after creation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Details">
            <summary> Details provided to give context about the Challenge. Intended to be shown to the end user. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.HiddenDetails">
            <summary> Details provided to give context about the Challenge. Intended to be hidden from the end user. It must be a stringified JSON with only strings values eg. `{\"ip\": \"172.168.1.234\"}` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Metadata">
            <summary> Custom metadata associated with the challenge. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\"os\": \"Android\"}`. Can be up to 1024 characters in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ChallengeResource.Links">
            <summary> Contains a dictionary of URL links to nested resources of this Challenge. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions">
            <summary> Create a new Notification for the corresponding Challenge </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions.PathChallengeSid">
            <summary> The unique SID identifier of the Challenge. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions.Ttl">
            <summary> How long, in seconds, the notification is valid. Can be an integer between 0 and 300. Default is 300. Delivery is attempted until the TTL elapses, even if the device is offline. 0 means that the notification delivery is attempted immediately, only once, and is not stored for future delivery. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateNotificationOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathChallengeSid"> The unique SID identifier of the Challenge. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.Create(Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Notification for the corresponding Challenge </summary>
            <param name="options"> Create Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.CreateAsync(Twilio.Rest.Verify.V2.Service.Entity.Challenge.CreateNotificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Notification for the corresponding Challenge </summary>
            <param name="options"> Create Notification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.Create(System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Notification for the corresponding Challenge </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathChallengeSid"> The unique SID identifier of the Challenge. </param>
            <param name="ttl"> How long, in seconds, the notification is valid. Can be an integer between 0 and 300. Default is 300. Delivery is attempted until the TTL elapses, even if the device is offline. 0 means that the notification delivery is attempted immediately, only once, and is not stored for future delivery. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.CreateAsync(System.String,System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Notification for the corresponding Challenge </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathChallengeSid"> The unique SID identifier of the Challenge. </param>
            <param name="ttl"> How long, in seconds, the notification is valid. Can be an integer between 0 and 300. Default is 300. Delivery is attempted until the TTL elapses, even if the device is offline. 0 means that the notification delivery is attempted immediately, only once, and is not stored for future delivery. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Notification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NotificationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NotificationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.Sid">
            <summary> A 34 character string that uniquely identifies this Notification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.EntitySid">
            <summary> The unique SID identifier of the Entity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.Identity">
            <summary> Customer unique identity for the Entity owner of the Challenge. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.ChallengeSid">
            <summary> The unique SID identifier of the Challenge. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.Priority">
            <summary> The priority of the notification. For `push` Challenges it's always `high` which sends the notification immediately, and can wake up a sleeping device. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.Ttl">
            <summary> How long, in seconds, the notification is valid. Max: 5 minutes </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.Challenge.NotificationResource.DateCreated">
            <summary> The date that this Notification was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions">
            <summary> Delete a specific Factor. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Factor. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteFactorOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.FetchFactorOptions">
            <summary> Fetch a specific Factor. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FetchFactorOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FetchFactorOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FetchFactorOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Factor. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FetchFactorOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchFactorOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FetchFactorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.ReadFactorOptions">
            <summary> Retrieve a list of all Factors for an Entity. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ReadFactorOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.ReadFactorOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Factors. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ReadFactorOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListFactorOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factors. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.ReadFactorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions">
            <summary> Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Factor. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.AuthPayload">
            <summary> The optional payload needed to verify the Factor for the first time. E.g. for a TOTP, the numeric code. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.FriendlyName">
            <summary> The new friendly name of this Factor. It can be up to 64 characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.ConfigNotificationToken">
            <summary> For APN, the device token. For FCM, the registration token. It is used to send the push notifications. Required when `factor_type` is `push`. If specified, this value must be between 32 and 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.ConfigSdkVersion">
            <summary> The Verify Push SDK version used to configure the factor </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.ConfigTimeStep">
            <summary> Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.ConfigSkew">
            <summary> The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.ConfigCodeLength">
            <summary> Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.ConfigNotificationPlatform">
            <summary> The transport technology used to generate the Notification Token. Can be `apn`, `fcm` or `none`.  Required when `factor_type` is `push`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateFactorOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.BuildDeleteRequest(Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Factor. </summary>
            <param name="options"> Delete Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Delete(Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Factor. </summary>
            <param name="options"> Delete Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.DeleteAsync(Twilio.Rest.Verify.V2.Service.Entity.DeleteFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Factor. </summary>
            <param name="options"> Delete Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Factor. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Factor. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Fetch(Twilio.Rest.Verify.V2.Service.Entity.FetchFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Factor. </summary>
            <param name="options"> Fetch Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.FetchAsync(Twilio.Rest.Verify.V2.Service.Entity.FetchFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Factor. </summary>
            <param name="options"> Fetch Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Factor. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Factor. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Read(Twilio.Rest.Verify.V2.Service.Entity.ReadFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Factors for an Entity. </summary>
            <param name="options"> Read Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.ReadAsync(Twilio.Rest.Verify.V2.Service.Entity.ReadFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Factors for an Entity. </summary>
            <param name="options"> Read Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Factors for an Entity. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factors. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Factors for an Entity. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factors. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.Entity.FactorResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.Entity.FactorResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Update(Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param. </summary>
            <param name="options"> Update Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.UpdateAsync(Twilio.Rest.Verify.V2.Service.Entity.UpdateFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param. </summary>
            <param name="options"> Update Factor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Update(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Rest.Verify.V2.Service.Entity.FactorResource.TotpAlgorithmsEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
            <param name="authPayload"> The optional payload needed to verify the Factor for the first time. E.g. for a TOTP, the numeric code. </param>
            <param name="friendlyName"> The new friendly name of this Factor. It can be up to 64 characters. </param>
            <param name="configNotificationToken"> For APN, the device token. For FCM, the registration token. It is used to send the push notifications. Required when `factor_type` is `push`. If specified, this value must be between 32 and 255 characters long. </param>
            <param name="configSdkVersion"> The Verify Push SDK version used to configure the factor </param>
            <param name="configTimeStep"> Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive </param>
            <param name="configSkew"> The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive </param>
            <param name="configCodeLength"> Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive </param>
            <param name="configAlg">  </param>
            <param name="configNotificationPlatform"> The transport technology used to generate the Notification Token. Can be `apn`, `fcm` or `none`.  Required when `factor_type` is `push`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Rest.Verify.V2.Service.Entity.FactorResource.TotpAlgorithmsEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Factor. This endpoint can be used to Verify a Factor if passed an `AuthPayload` param. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Factor. </param>
            <param name="authPayload"> The optional payload needed to verify the Factor for the first time. E.g. for a TOTP, the numeric code. </param>
            <param name="friendlyName"> The new friendly name of this Factor. It can be up to 64 characters. </param>
            <param name="configNotificationToken"> For APN, the device token. For FCM, the registration token. It is used to send the push notifications. Required when `factor_type` is `push`. If specified, this value must be between 32 and 255 characters long. </param>
            <param name="configSdkVersion"> The Verify Push SDK version used to configure the factor </param>
            <param name="configTimeStep"> Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive </param>
            <param name="configSkew"> The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive </param>
            <param name="configCodeLength"> Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive </param>
            <param name="configAlg">  </param>
            <param name="configNotificationPlatform"> The transport technology used to generate the Notification Token. Can be `apn`, `fcm` or `none`.  Required when `factor_type` is `push`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Factor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a FactorResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> FactorResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Sid">
            <summary> A 34 character string that uniquely identifies this Factor. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.EntitySid">
            <summary> The unique SID identifier of the Entity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Identity">
            <summary> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.DateCreated">
            <summary> The date that this Factor was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.DateUpdated">
            <summary> The date that this Factor was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.FriendlyName">
            <summary> A human readable description of this resource, up to 64 characters. For a push factor, this can be the device's name. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Config">
            <summary> An object that contains configurations specific to a `factor_type`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Metadata">
            <summary> Custom metadata associated with the factor. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\"os\": \"Android\"}`. Can be up to 1024 characters in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.FactorResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions">
            <summary> Create a new Factor for the Entity </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.PathIdentity">
            <summary> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.FriendlyName">
            <summary> The friendly name of this Factor. This can be any string up to 64 characters, meant for humans to distinguish between Factors. For `factor_type` `push`, this could be a device name. For `factor_type` `totp`, this value is used as the “account name” in constructing the `binding.uri` property. At the same time, we recommend avoiding providing PII. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.BindingAlg">
            <summary> The algorithm used when `factor_type` is `push`. Algorithm supported: `ES256` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.BindingPublicKey">
            <summary> The Ecdsa public key in PKIX, ASN.1 DER format encoded in Base64.  Required when `factor_type` is `push` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.ConfigAppId">
            <summary> The ID that uniquely identifies your app in the Google or Apple store, such as `com.example.myapp`. It can be up to 100 characters long.  Required when `factor_type` is `push`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.ConfigNotificationToken">
            <summary> For APN, the device token. For FCM, the registration token. It is used to send the push notifications. Must be between 32 and 255 characters long.  Required when `factor_type` is `push`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.ConfigSdkVersion">
            <summary> The Verify Push SDK version used to configure the factor  Required when `factor_type` is `push` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.BindingSecret">
            <summary> The shared secret for TOTP factors encoded in Base32. This can be provided when creating the Factor, otherwise it will be generated.  Used when `factor_type` is `totp` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.ConfigTimeStep">
            <summary> Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. The default value is defined at the service level in the property `totp.time_step`. Defaults to 30 seconds if not configured.  Used when `factor_type` is `totp` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.ConfigSkew">
            <summary> The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. The default value is defined at the service level in the property `totp.skew`. If not configured defaults to 1.  Used when `factor_type` is `totp` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.ConfigCodeLength">
            <summary> Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. The default value is defined at the service level in the property `totp.code_length`. If not configured defaults to 6.  Used when `factor_type` is `totp` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.Metadata">
            <summary> Custom metadata associated with the factor. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\\\"os\\\": \\\"Android\\\"}`. Can be up to 1024 characters in length. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.#ctor(System.String,System.String,System.String,Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.FactorTypesEnum)">
            <summary> Construct a new CreateNewFactorOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="friendlyName"> The friendly name of this Factor. This can be any string up to 64 characters, meant for humans to distinguish between Factors. For `factor_type` `push`, this could be a device name. For `factor_type` `totp`, this value is used as the “account name” in constructing the `binding.uri` property. At the same time, we recommend avoiding providing PII. </param>
            <param name="factorType">  </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.Create(Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Factor for the Entity </summary>
            <param name="options"> Create NewFactor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NewFactor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.CreateAsync(Twilio.Rest.Verify.V2.Service.Entity.CreateNewFactorOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Factor for the Entity </summary>
            <param name="options"> Create NewFactor parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NewFactor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.Create(System.String,System.String,System.String,Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.FactorTypesEnum,System.String,System.String,System.String,Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.NotificationPlatformsEnum,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.TotpAlgorithmsEnum,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Factor for the Entity </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="friendlyName"> The friendly name of this Factor. This can be any string up to 64 characters, meant for humans to distinguish between Factors. For `factor_type` `push`, this could be a device name. For `factor_type` `totp`, this value is used as the “account name” in constructing the `binding.uri` property. At the same time, we recommend avoiding providing PII. </param>
            <param name="factorType">  </param>
            <param name="bindingAlg"> The algorithm used when `factor_type` is `push`. Algorithm supported: `ES256` </param>
            <param name="bindingPublicKey"> The Ecdsa public key in PKIX, ASN.1 DER format encoded in Base64.  Required when `factor_type` is `push` </param>
            <param name="configAppId"> The ID that uniquely identifies your app in the Google or Apple store, such as `com.example.myapp`. It can be up to 100 characters long.  Required when `factor_type` is `push`. </param>
            <param name="configNotificationPlatform">  </param>
            <param name="configNotificationToken"> For APN, the device token. For FCM, the registration token. It is used to send the push notifications. Must be between 32 and 255 characters long.  Required when `factor_type` is `push`. </param>
            <param name="configSdkVersion"> The Verify Push SDK version used to configure the factor  Required when `factor_type` is `push` </param>
            <param name="bindingSecret"> The shared secret for TOTP factors encoded in Base32. This can be provided when creating the Factor, otherwise it will be generated.  Used when `factor_type` is `totp` </param>
            <param name="configTimeStep"> Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. The default value is defined at the service level in the property `totp.time_step`. Defaults to 30 seconds if not configured.  Used when `factor_type` is `totp` </param>
            <param name="configSkew"> The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. The default value is defined at the service level in the property `totp.skew`. If not configured defaults to 1.  Used when `factor_type` is `totp` </param>
            <param name="configCodeLength"> Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. The default value is defined at the service level in the property `totp.code_length`. If not configured defaults to 6.  Used when `factor_type` is `totp` </param>
            <param name="configAlg">  </param>
            <param name="metadata"> Custom metadata associated with the factor. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\\\"os\\\": \\\"Android\\\"}`. Can be up to 1024 characters in length. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of NewFactor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.CreateAsync(System.String,System.String,System.String,Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.FactorTypesEnum,System.String,System.String,System.String,Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.NotificationPlatformsEnum,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.TotpAlgorithmsEnum,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Factor for the Entity </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathIdentity"> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </param>
            <param name="friendlyName"> The friendly name of this Factor. This can be any string up to 64 characters, meant for humans to distinguish between Factors. For `factor_type` `push`, this could be a device name. For `factor_type` `totp`, this value is used as the “account name” in constructing the `binding.uri` property. At the same time, we recommend avoiding providing PII. </param>
            <param name="factorType">  </param>
            <param name="bindingAlg"> The algorithm used when `factor_type` is `push`. Algorithm supported: `ES256` </param>
            <param name="bindingPublicKey"> The Ecdsa public key in PKIX, ASN.1 DER format encoded in Base64.  Required when `factor_type` is `push` </param>
            <param name="configAppId"> The ID that uniquely identifies your app in the Google or Apple store, such as `com.example.myapp`. It can be up to 100 characters long.  Required when `factor_type` is `push`. </param>
            <param name="configNotificationPlatform">  </param>
            <param name="configNotificationToken"> For APN, the device token. For FCM, the registration token. It is used to send the push notifications. Must be between 32 and 255 characters long.  Required when `factor_type` is `push`. </param>
            <param name="configSdkVersion"> The Verify Push SDK version used to configure the factor  Required when `factor_type` is `push` </param>
            <param name="bindingSecret"> The shared secret for TOTP factors encoded in Base32. This can be provided when creating the Factor, otherwise it will be generated.  Used when `factor_type` is `totp` </param>
            <param name="configTimeStep"> Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive. The default value is defined at the service level in the property `totp.time_step`. Defaults to 30 seconds if not configured.  Used when `factor_type` is `totp` </param>
            <param name="configSkew"> The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive. The default value is defined at the service level in the property `totp.skew`. If not configured defaults to 1.  Used when `factor_type` is `totp` </param>
            <param name="configCodeLength"> Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive. The default value is defined at the service level in the property `totp.code_length`. If not configured defaults to 6.  Used when `factor_type` is `totp` </param>
            <param name="configAlg">  </param>
            <param name="metadata"> Custom metadata associated with the factor. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\\\"os\\\": \\\"Android\\\"}`. Can be up to 1024 characters in length. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of NewFactor </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a NewFactorResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> NewFactorResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.Sid">
            <summary> A 34 character string that uniquely identifies this Factor. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.EntitySid">
            <summary> The unique SID identifier of the Entity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.Identity">
            <summary> Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.Binding">
            <summary> Contains the `factor_type` specific secret and metadata. For push, this is `binding.public_key` and `binding.alg`. For totp, this is `binding.secret` and `binding.uri`. The `binding.uri` property is generated following the [google authenticator key URI format](https://github.com/google/google-authenticator/wiki/Key-Uri-Format), and `Factor.friendly_name` is used for the “accountname” value and `Service.friendly_name` or `Service.totp.issuer` is used for the `issuer` value.   The Binding property is ONLY returned upon Factor creation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.DateCreated">
            <summary> The date that this Factor was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.DateUpdated">
            <summary> The date that this Factor was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.FriendlyName">
            <summary> The friendly name of this Factor. This can be any string up to 64 characters, meant for humans to distinguish between Factors. For `factor_type` `push`, this could be a device name. For `factor_type` `totp`, this value is used as the “account name” in constructing the `binding.uri` property. At the same time, we recommend avoiding providing PII. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.Config">
            <summary> An object that contains configurations specific to a `factor_type`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.Metadata">
            <summary> Custom metadata associated with the factor. This is added by the Device/SDK directly to allow for the inclusion of device information. It must be a stringified JSON with only strings values eg. `{\"os\": \"Android\"}`. Can be up to 1024 characters in length. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.Entity.NewFactorResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.CreateMessagingConfigurationOptions">
            <summary> Create a new MessagingConfiguration for a service. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateMessagingConfigurationOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateMessagingConfigurationOptions.Country">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateMessagingConfigurationOptions.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateMessagingConfigurationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateMessagingConfigurationOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="country"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateMessagingConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.DeleteMessagingConfigurationOptions">
            <summary> Delete a specific MessagingConfiguration. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.DeleteMessagingConfigurationOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.DeleteMessagingConfigurationOptions.PathCountry">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.DeleteMessagingConfigurationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteMessagingConfigurationOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.DeleteMessagingConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.FetchMessagingConfigurationOptions">
            <summary> Fetch a specific MessagingConfiguration. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchMessagingConfigurationOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchMessagingConfigurationOptions.PathCountry">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchMessagingConfigurationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchMessagingConfigurationOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchMessagingConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.ReadMessagingConfigurationOptions">
            <summary> Retrieve a list of all Messaging Configurations for a Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.ReadMessagingConfigurationOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.ReadMessagingConfigurationOptions.#ctor(System.String)">
            <summary> Construct a new ListMessagingConfigurationOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.ReadMessagingConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.UpdateMessagingConfigurationOptions">
            <summary> Update a specific MessagingConfiguration </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateMessagingConfigurationOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateMessagingConfigurationOptions.PathCountry">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateMessagingConfigurationOptions.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.UpdateMessagingConfigurationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateMessagingConfigurationOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.UpdateMessagingConfigurationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Create(Twilio.Rest.Verify.V2.Service.CreateMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new MessagingConfiguration for a service. </summary>
            <param name="options"> Create MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.CreateAsync(Twilio.Rest.Verify.V2.Service.CreateMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new MessagingConfiguration for a service. </summary>
            <param name="options"> Create MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new MessagingConfiguration for a service. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="country"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new MessagingConfiguration for a service. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="country"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.BuildDeleteRequest(Twilio.Rest.Verify.V2.Service.DeleteMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific MessagingConfiguration. </summary>
            <param name="options"> Delete MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Delete(Twilio.Rest.Verify.V2.Service.DeleteMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific MessagingConfiguration. </summary>
            <param name="options"> Delete MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.DeleteAsync(Twilio.Rest.Verify.V2.Service.DeleteMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific MessagingConfiguration. </summary>
            <param name="options"> Delete MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific MessagingConfiguration. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific MessagingConfiguration. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Fetch(Twilio.Rest.Verify.V2.Service.FetchMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific MessagingConfiguration. </summary>
            <param name="options"> Fetch MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.FetchAsync(Twilio.Rest.Verify.V2.Service.FetchMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific MessagingConfiguration. </summary>
            <param name="options"> Fetch MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific MessagingConfiguration. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific MessagingConfiguration. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Read(Twilio.Rest.Verify.V2.Service.ReadMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Messaging Configurations for a Service. </summary>
            <param name="options"> Read MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.ReadAsync(Twilio.Rest.Verify.V2.Service.ReadMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Messaging Configurations for a Service. </summary>
            <param name="options"> Read MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Messaging Configurations for a Service. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Messaging Configurations for a Service. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Update(Twilio.Rest.Verify.V2.Service.UpdateMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific MessagingConfiguration </summary>
            <param name="options"> Update MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.UpdateAsync(Twilio.Rest.Verify.V2.Service.UpdateMessagingConfigurationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific MessagingConfiguration </summary>
            <param name="options"> Update MessagingConfiguration parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific MessagingConfiguration </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific MessagingConfiguration </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </param>
            <param name="pathCountry"> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </param>
            <param name="messagingServiceSid"> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of MessagingConfiguration </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a MessagingConfigurationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> MessagingConfigurationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) that the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Country">
            <summary> The [ISO-3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value `all`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.MessagingServiceSid">
            <summary> The SID of the [Messaging Service](https://www.twilio.com/docs/messaging/api/service-resource) to be used to send SMS to the country of this configuration. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.MessagingConfigurationResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.CreateRateLimitOptions">
            <summary> Create a new Rate Limit for a Service </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateRateLimitOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateRateLimitOptions.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this Rate Limit, assigned by the developer, to be optionally used in addition to SID. **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateRateLimitOptions.Description">
            <summary> Description of this Rate Limit </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateRateLimitOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateRateLimitOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this Rate Limit, assigned by the developer, to be optionally used in addition to SID. **This value should not contain PII.** </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateRateLimitOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.DeleteRateLimitOptions">
            <summary> Delete a specific Rate Limit. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.DeleteRateLimitOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.DeleteRateLimitOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.DeleteRateLimitOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRateLimitOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.DeleteRateLimitOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.FetchRateLimitOptions">
            <summary> Fetch a specific Rate Limit. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchRateLimitOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchRateLimitOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchRateLimitOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRateLimitOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchRateLimitOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.ReadRateLimitOptions">
            <summary> Retrieve a list of all Rate Limits for a service. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.ReadRateLimitOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.ReadRateLimitOptions.#ctor(System.String)">
            <summary> Construct a new ListRateLimitOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.ReadRateLimitOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.UpdateRateLimitOptions">
            <summary> Update a specific Rate Limit. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateRateLimitOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateRateLimitOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateRateLimitOptions.Description">
            <summary> Description of this Rate Limit </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.UpdateRateLimitOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateRateLimitOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.UpdateRateLimitOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Create(Twilio.Rest.Verify.V2.Service.CreateRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Rate Limit for a Service </summary>
            <param name="options"> Create RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.CreateAsync(Twilio.Rest.Verify.V2.Service.CreateRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Rate Limit for a Service </summary>
            <param name="options"> Create RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Create(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Rate Limit for a Service </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this Rate Limit, assigned by the developer, to be optionally used in addition to SID. **This value should not contain PII.** </param>
            <param name="description"> Description of this Rate Limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.CreateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Rate Limit for a Service </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="uniqueName"> Provides a unique and addressable name to be assigned to this Rate Limit, assigned by the developer, to be optionally used in addition to SID. **This value should not contain PII.** </param>
            <param name="description"> Description of this Rate Limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.BuildDeleteRequest(Twilio.Rest.Verify.V2.Service.DeleteRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Rate Limit. </summary>
            <param name="options"> Delete RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Delete(Twilio.Rest.Verify.V2.Service.DeleteRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Rate Limit. </summary>
            <param name="options"> Delete RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.DeleteAsync(Twilio.Rest.Verify.V2.Service.DeleteRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Rate Limit. </summary>
            <param name="options"> Delete RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Rate Limit. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Rate Limit. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Fetch(Twilio.Rest.Verify.V2.Service.FetchRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Rate Limit. </summary>
            <param name="options"> Fetch RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.FetchAsync(Twilio.Rest.Verify.V2.Service.FetchRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Rate Limit. </summary>
            <param name="options"> Fetch RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Rate Limit. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Rate Limit. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Read(Twilio.Rest.Verify.V2.Service.ReadRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Rate Limits for a service. </summary>
            <param name="options"> Read RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.ReadAsync(Twilio.Rest.Verify.V2.Service.ReadRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Rate Limits for a service. </summary>
            <param name="options"> Read RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Rate Limits for a service. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Rate Limits for a service. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.RateLimitResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.RateLimitResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Update(Twilio.Rest.Verify.V2.Service.UpdateRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Rate Limit. </summary>
            <param name="options"> Update RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.UpdateAsync(Twilio.Rest.Verify.V2.Service.UpdateRateLimitOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Rate Limit. </summary>
            <param name="options"> Update RateLimit parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Rate Limit. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
            <param name="description"> Description of this Rate Limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Rate Limit. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource to fetch. </param>
            <param name="description"> Description of this Rate Limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RateLimit </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RateLimitResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RateLimitResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimitResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.Sid">
            <summary> A 34 character string that uniquely identifies this Rate Limit. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Rate Limit resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.UniqueName">
            <summary> Provides a unique and addressable name to be assigned to this Rate Limit, assigned by the developer, to be optionally used in addition to SID. **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.Description">
            <summary> Description of this Rate Limit </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimitResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions">
            <summary> Create a new Bucket for a Rate Limit </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions.PathRateLimitSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions.Max">
            <summary> Maximum number of requests permitted in during the interval. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions.Interval">
            <summary> Number of seconds that the rate limit will be enforced over. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions.#ctor(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary> Construct a new CreateBucketOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="max"> Maximum number of requests permitted in during the interval. </param>
            <param name="interval"> Number of seconds that the rate limit will be enforced over. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions">
            <summary> Delete a specific Bucket. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions.PathRateLimitSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Bucket. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new DeleteBucketOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.RateLimit.FetchBucketOptions">
            <summary> Fetch a specific Bucket. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.FetchBucketOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.FetchBucketOptions.PathRateLimitSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.FetchBucketOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Bucket. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.FetchBucketOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchBucketOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.FetchBucketOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.RateLimit.ReadBucketOptions">
            <summary> Retrieve a list of all Buckets for a Rate Limit. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.ReadBucketOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.ReadBucketOptions.PathRateLimitSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.ReadBucketOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListBucketOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.ReadBucketOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions">
            <summary> Update a specific Bucket. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions.PathServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions.PathRateLimitSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions.PathSid">
            <summary> A 34 character string that uniquely identifies this Bucket. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions.Max">
            <summary> Maximum number of requests permitted in during the interval. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions.Interval">
            <summary> Number of seconds that the rate limit will be enforced over. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new UpdateBucketOptions </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Create(Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Bucket for a Rate Limit </summary>
            <param name="options"> Create Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.CreateAsync(Twilio.Rest.Verify.V2.Service.RateLimit.CreateBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Bucket for a Rate Limit </summary>
            <param name="options"> Create Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Create(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Bucket for a Rate Limit </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="max"> Maximum number of requests permitted in during the interval. </param>
            <param name="interval"> Number of seconds that the rate limit will be enforced over. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.CreateAsync(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Bucket for a Rate Limit </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="max"> Maximum number of requests permitted in during the interval. </param>
            <param name="interval"> Number of seconds that the rate limit will be enforced over. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.BuildDeleteRequest(Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bucket. </summary>
            <param name="options"> Delete Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Delete(Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bucket. </summary>
            <param name="options"> Delete Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.DeleteAsync(Twilio.Rest.Verify.V2.Service.RateLimit.DeleteBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bucket. </summary>
            <param name="options"> Delete Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Delete(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bucket. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.DeleteAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Bucket. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Fetch(Twilio.Rest.Verify.V2.Service.RateLimit.FetchBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Bucket. </summary>
            <param name="options"> Fetch Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.FetchAsync(Twilio.Rest.Verify.V2.Service.RateLimit.FetchBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Bucket. </summary>
            <param name="options"> Fetch Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Bucket. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Bucket. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Read(Twilio.Rest.Verify.V2.Service.RateLimit.ReadBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Buckets for a Rate Limit. </summary>
            <param name="options"> Read Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.ReadAsync(Twilio.Rest.Verify.V2.Service.RateLimit.ReadBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Buckets for a Rate Limit. </summary>
            <param name="options"> Read Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Buckets for a Rate Limit. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Buckets for a Rate Limit. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Update(Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Bucket. </summary>
            <param name="options"> Update Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.UpdateAsync(Twilio.Rest.Verify.V2.Service.RateLimit.UpdateBucketOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Bucket. </summary>
            <param name="options"> Update Bucket parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Update(System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Bucket. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
            <param name="max"> Maximum number of requests permitted in during the interval. </param>
            <param name="interval"> Number of seconds that the rate limit will be enforced over. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.UpdateAsync(System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> Update a specific Bucket. </summary>
            <param name="pathServiceSid"> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </param>
            <param name="pathRateLimitSid"> The Twilio-provided string that uniquely identifies the Rate Limit resource. </param>
            <param name="pathSid"> A 34 character string that uniquely identifies this Bucket. </param>
            <param name="max"> Maximum number of requests permitted in during the interval. </param>
            <param name="interval"> Number of seconds that the rate limit will be enforced over. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Bucket </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BucketResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BucketResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Sid">
            <summary> A 34 character string that uniquely identifies this Bucket. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.RateLimitSid">
            <summary> The Twilio-provided string that uniquely identifies the Rate Limit resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Rate Limit resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Max">
            <summary> Maximum number of requests permitted in during the interval. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Interval">
            <summary> Number of seconds that the rate limit will be enforced over. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.RateLimit.BucketResource.Url">
            <summary> The URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions">
            <summary> challenge a specific Verification Check. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.PathServiceSid">
            <summary> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.Code">
            <summary> The 4-10 character string being verified. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.To">
            <summary> The phone number or [email](https://www.twilio.com/docs/verify/email) to verify. Either this parameter or the `verification_sid` must be specified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.VerificationSid">
            <summary> A SID that uniquely identifies the Verification Check. Either this parameter or the `to` phone number/[email](https://www.twilio.com/docs/verify/email) must be specified. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.Amount">
            <summary> The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.Payee">
            <summary> The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.SnaClientToken">
            <summary> A sna client token received in sna url invocation response needs to be passed in Verification Check request and should match to get successful response. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.#ctor(System.String)">
            <summary> Construct a new CreateVerificationCheckOptions </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.Create(Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> challenge a specific Verification Check. </summary>
            <param name="options"> Create VerificationCheck parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of VerificationCheck </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.CreateAsync(Twilio.Rest.Verify.V2.Service.CreateVerificationCheckOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> challenge a specific Verification Check. </summary>
            <param name="options"> Create VerificationCheck parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of VerificationCheck </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> challenge a specific Verification Check. </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under. </param>
            <param name="code"> The 4-10 character string being verified. </param>
            <param name="to"> The phone number or [email](https://www.twilio.com/docs/verify/email) to verify. Either this parameter or the `verification_sid` must be specified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="verificationSid"> A SID that uniquely identifies the Verification Check. Either this parameter or the `to` phone number/[email](https://www.twilio.com/docs/verify/email) must be specified. </param>
            <param name="amount"> The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </param>
            <param name="payee"> The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </param>
            <param name="snaClientToken"> A sna client token received in sna url invocation response needs to be passed in Verification Check request and should match to get successful response. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of VerificationCheck </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> challenge a specific Verification Check. </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under. </param>
            <param name="code"> The 4-10 character string being verified. </param>
            <param name="to"> The phone number or [email](https://www.twilio.com/docs/verify/email) to verify. Either this parameter or the `verification_sid` must be specified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="verificationSid"> A SID that uniquely identifies the Verification Check. Either this parameter or the `to` phone number/[email](https://www.twilio.com/docs/verify/email) must be specified. </param>
            <param name="amount"> The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </param>
            <param name="payee"> The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </param>
            <param name="snaClientToken"> A sna client token received in sna url invocation response needs to be passed in Verification Check request and should match to get successful response. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of VerificationCheck </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a VerificationCheckResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> VerificationCheckResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.Sid">
            <summary> The unique string that we created to identify the VerificationCheck resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the VerificationCheck resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.To">
            <summary> The phone number or [email](https://www.twilio.com/docs/verify/email) being verified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.Status">
            <summary> The status of the verification. Can be: `pending`, `approved`, `canceled`, `max_attempts_reached`, `deleted`, `failed` or `expired`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.Valid">
            <summary> Use \"status\" instead. Legacy property indicating whether the verification was successful. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.Amount">
            <summary> The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.Payee">
            <summary> The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.DateCreated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the Verification Check resource was created. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.DateUpdated">
            <summary> The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the Verification Check resource was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationCheckResource.SnaAttemptsErrorCodes">
            <summary> List of error codes as a result of attempting a verification using the `sna` channel. The error codes are chronologically ordered, from the first attempt to the latest attempt. This will be an empty list if no errors occured or `null` if the last channel used wasn't `sna`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions">
            <summary> Create a new Verification using a Service </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.PathServiceSid">
            <summary> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.To">
            <summary> The phone number or [email](https://www.twilio.com/docs/verify/email) to verify. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.Channel">
            <summary> The verification method to use. One of: [`email`](https://www.twilio.com/docs/verify/email), `sms`, `whatsapp`, `call`, `sna` or `auto`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.CustomFriendlyName">
            <summary> A custom user defined friendly name that overwrites the existing one in the verification message </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.CustomMessage">
            <summary> The text of a custom message to use for the verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.SendDigits">
            <summary> The digits to send after a phone call is answered, for example, to dial an extension. For more information, see the Programmable Voice documentation of [sendDigits](https://www.twilio.com/docs/voice/twiml/number#attributes-sendDigits). </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.Locale">
            <summary> Locale will automatically resolve based on phone number country code for SMS, WhatsApp, and call channel verifications. It will fallback to English or the template’s default translation if the selected translation is not available. This parameter will override the automatic locale resolution. [See supported languages and more information here](https://www.twilio.com/docs/verify/supported-languages). </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.CustomCode">
            <summary> A pre-generated code to use for verification. The code can be between 4 and 10 characters, inclusive. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.Amount">
            <summary> The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.Payee">
            <summary> The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.RateLimits">
            <summary> The custom key-value pairs of Programmable Rate Limits. Keys correspond to `unique_name` fields defined when [creating your Rate Limit](https://www.twilio.com/docs/verify/api/service-rate-limits). Associated value pairs represent values in the request that you are rate limiting on. You may include multiple Rate Limit values in each request. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.ChannelConfiguration">
            <summary> [`email`](https://www.twilio.com/docs/verify/email) channel configuration in json format. The fields 'from' and 'from_name' are optional but if included the 'from' field must have a valid email address. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.AppHash" -->
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.TemplateSid">
            <summary> The message [template](https://www.twilio.com/docs/verify/api/templates). If provided, will override the default template for the Service. SMS and Voice channels only. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.TemplateCustomSubstitutions">
            <summary> A stringified JSON object in which the keys are the template's special variables and the values are the variables substitutions. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.DeviceIp">
            <summary> Strongly encouraged if using the auto channel. The IP address of the client's device. If provided, it has to be a valid IPv4 or IPv6 address. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.EnableSnaClientToken">
            <summary> An optional Boolean value to indicate the requirement of sna client token in the SNA URL invocation response for added security. This token must match in the Verification Check request to confirm phone number verification. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.Tags">
            <summary> A string containing a JSON map of key value pairs of tags to be recorded as metadata for the message. The object may contain up to 10 tags. Keys and values can each be up to 128 characters in length. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new CreateVerificationOptions </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to create the resource under. </param>
            <param name="to"> The phone number or [email](https://www.twilio.com/docs/verify/email) to verify. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </param>
            <param name="channel"> The verification method to use. One of: [`email`](https://www.twilio.com/docs/verify/email), `sms`, `whatsapp`, `call`, `sna` or `auto`. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateVerificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.FetchVerificationOptions">
            <summary> Fetch a specific Verification </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchVerificationOptions.PathServiceSid">
            <summary> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to fetch the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchVerificationOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Verification resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchVerificationOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchVerificationOptions </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchVerificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.UpdateVerificationOptions">
            <summary> Update a Verification status </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateVerificationOptions.PathServiceSid">
            <summary> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to update the resource from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateVerificationOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Verification resource to update. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.UpdateVerificationOptions.#ctor(System.String,System.String,Twilio.Rest.Verify.V2.Service.VerificationResource.StatusEnum)">
            <summary> Construct a new UpdateVerificationOptions </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification resource to update. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.UpdateVerificationOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.Create(Twilio.Rest.Verify.V2.Service.CreateVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Verification using a Service </summary>
            <param name="options"> Create Verification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.CreateAsync(Twilio.Rest.Verify.V2.Service.CreateVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Verification using a Service </summary>
            <param name="options"> Create Verification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Verification </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Verify.V2.Service.VerificationResource.Create(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Object,System.Object,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Rest.Verify.V2.Service.VerificationResource.RiskCheckEnum,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Verify.V2.Service.VerificationResource.CreateAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Object,System.Object,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},Twilio.Rest.Verify.V2.Service.VerificationResource.RiskCheckEnum,System.String,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.Fetch(Twilio.Rest.Verify.V2.Service.FetchVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Verification </summary>
            <param name="options"> Fetch Verification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.FetchAsync(Twilio.Rest.Verify.V2.Service.FetchVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Verification </summary>
            <param name="options"> Fetch Verification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Verification </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Verification </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to fetch the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.Update(Twilio.Rest.Verify.V2.Service.UpdateVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Verification status </summary>
            <param name="options"> Update Verification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.UpdateAsync(Twilio.Rest.Verify.V2.Service.UpdateVerificationOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Verification status </summary>
            <param name="options"> Update Verification parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.Update(System.String,System.String,Twilio.Rest.Verify.V2.Service.VerificationResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Verification status </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.UpdateAsync(System.String,System.String,Twilio.Rest.Verify.V2.Service.VerificationResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Update a Verification status </summary>
            <param name="pathServiceSid"> The SID of the verification [Service](https://www.twilio.com/docs/verify/api/service) to update the resource from. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Verification resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Verification </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a VerificationResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> VerificationResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.VerificationResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.Sid">
            <summary> The unique string that we created to identify the Verification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) the resource is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Verification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.To">
            <summary> The phone number or [email](https://www.twilio.com/docs/verify/email) being verified. Phone numbers must be in [E.164 format](https://www.twilio.com/docs/glossary/what-e164). </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.Status">
            <summary> The status of the verification. Can be: `pending`, `approved`, `canceled`, `max_attempts_reached`, `deleted`, `failed` or `expired`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.Valid">
            <summary> Use \"status\" instead. Legacy property indicating whether the verification was successful. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.Lookup">
            <summary> Information about the phone number being verified. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.Amount">
            <summary> The amount of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.Payee">
            <summary> The payee of the associated PSD2 compliant transaction. Requires the PSD2 Service flag enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.SendCodeAttempts">
            <summary> An array of verification attempt objects containing the channel attempted and the channel-specific transaction SID. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.Sna">
            <summary> The set of fields used for a silent network auth (`sna`) verification. Contains a single field with the URL to be invoked to verify the phone number. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.VerificationResource.Url">
            <summary> The absolute URL of the Verification resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.CreateWebhookOptions">
            <summary> Create a new Webhook for the Service </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateWebhookOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateWebhookOptions.FriendlyName">
            <summary> The string that you assigned to describe the webhook. **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateWebhookOptions.EventTypes">
            <summary> The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.CreateWebhookOptions.WebhookUrl">
            <summary> The URL associated with this Webhook. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateWebhookOptions.#ctor(System.String,System.String,System.Collections.Generic.List{System.String},System.String)">
            <summary> Construct a new CreateWebhookOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="friendlyName"> The string that you assigned to describe the webhook. **This value should not contain PII.** </param>
            <param name="eventTypes"> The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` </param>
            <param name="webhookUrl"> The URL associated with this Webhook. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.CreateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.DeleteWebhookOptions">
            <summary> Delete a specific Webhook. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.DeleteWebhookOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.DeleteWebhookOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Webhook resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.DeleteWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteWebhookOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.DeleteWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.FetchWebhookOptions">
            <summary> Fetch a specific Webhook. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchWebhookOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.FetchWebhookOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Webhook resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchWebhookOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.FetchWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.ReadWebhookOptions">
            <summary> Retrieve a list of all Webhooks for a Service. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.ReadWebhookOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.ReadWebhookOptions.#ctor(System.String)">
            <summary> Construct a new ListWebhookOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.ReadWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions.PathServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the Webhook resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions.FriendlyName">
            <summary> The string that you assigned to describe the webhook. **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions.EventTypes">
            <summary> The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions.WebhookUrl">
            <summary> The URL associated with this Webhook. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateWebhookOptions </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Create(Twilio.Rest.Verify.V2.Service.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Webhook for the Service </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.CreateAsync(Twilio.Rest.Verify.V2.Service.CreateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Webhook for the Service </summary>
            <param name="options"> Create Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Create(System.String,System.String,System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Verify.V2.Service.WebhookResource.StatusEnum,Twilio.Rest.Verify.V2.Service.WebhookResource.VersionEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Webhook for the Service </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="friendlyName"> The string that you assigned to describe the webhook. **This value should not contain PII.** </param>
            <param name="eventTypes"> The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` </param>
            <param name="webhookUrl"> The URL associated with this Webhook. </param>
            <param name="status">  </param>
            <param name="version">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.CreateAsync(System.String,System.String,System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Verify.V2.Service.WebhookResource.StatusEnum,Twilio.Rest.Verify.V2.Service.WebhookResource.VersionEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a new Webhook for the Service </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="friendlyName"> The string that you assigned to describe the webhook. **This value should not contain PII.** </param>
            <param name="eventTypes"> The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` </param>
            <param name="webhookUrl"> The URL associated with this Webhook. </param>
            <param name="status">  </param>
            <param name="version">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.BuildDeleteRequest(Twilio.Rest.Verify.V2.Service.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Webhook. </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Delete(Twilio.Rest.Verify.V2.Service.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Webhook. </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.DeleteAsync(Twilio.Rest.Verify.V2.Service.DeleteWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Webhook. </summary>
            <param name="options"> Delete Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Webhook. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a specific Webhook. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Fetch(Twilio.Rest.Verify.V2.Service.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Webhook. </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.FetchAsync(Twilio.Rest.Verify.V2.Service.FetchWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Webhook. </summary>
            <param name="options"> Fetch Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Webhook. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific Webhook. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Read(Twilio.Rest.Verify.V2.Service.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Webhooks for a Service. </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.ReadAsync(Twilio.Rest.Verify.V2.Service.ReadWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Webhooks for a Service. </summary>
            <param name="options"> Read Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Webhooks for a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of all Webhooks for a Service. </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.Service.WebhookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Update(Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.UpdateAsync(Twilio.Rest.Verify.V2.Service.UpdateWebhookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Webhook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.Update(System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Verify.V2.Service.WebhookResource.StatusEnum,Twilio.Rest.Verify.V2.Service.WebhookResource.VersionEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to update. </param>
            <param name="friendlyName"> The string that you assigned to describe the webhook. **This value should not contain PII.** </param>
            <param name="eventTypes"> The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` </param>
            <param name="webhookUrl"> The URL associated with this Webhook. </param>
            <param name="status">  </param>
            <param name="version">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.UpdateAsync(System.String,System.String,System.String,System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Verify.V2.Service.WebhookResource.StatusEnum,Twilio.Rest.Verify.V2.Service.WebhookResource.VersionEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathServiceSid"> The unique SID identifier of the Service. </param>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the Webhook resource to update. </param>
            <param name="friendlyName"> The string that you assigned to describe the webhook. **This value should not contain PII.** </param>
            <param name="eventTypes"> The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` </param>
            <param name="webhookUrl"> The URL associated with this Webhook. </param>
            <param name="status">  </param>
            <param name="version">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Webhook </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a WebhookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> WebhookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.Service.WebhookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.Sid">
            <summary> The unique string that we created to identify the Webhook resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.ServiceSid">
            <summary> The unique SID identifier of the Service. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Service resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.FriendlyName">
            <summary> The string that you assigned to describe the webhook. **This value should not contain PII.** </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.EventTypes">
            <summary> The array of events that this Webhook is subscribed to. Possible event types: `*, factor.deleted, factor.created, factor.verified, challenge.approved, challenge.denied` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.WebhookUrl">
            <summary> The URL associated with this Webhook. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.Service.WebhookResource.Url">
            <summary> The absolute URL of the Webhook resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.ReadTemplateOptions">
            <summary> List all the available templates for a given Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadTemplateOptions.FriendlyName">
            <summary> String filter used to query templates with a given friendly name. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ReadTemplateOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.Read(Twilio.Rest.Verify.V2.ReadTemplateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all the available templates for a given Account. </summary>
            <param name="options"> Read Template parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Template </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.ReadAsync(Twilio.Rest.Verify.V2.ReadTemplateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all the available templates for a given Account. </summary>
            <param name="options"> Read Template parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Template </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all the available templates for a given Account. </summary>
            <param name="friendlyName"> String filter used to query templates with a given friendly name. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Template </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all the available templates for a given Account. </summary>
            <param name="friendlyName"> String filter used to query templates with a given friendly name. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Template </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.TemplateResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.TemplateResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a TemplateResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> TemplateResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.TemplateResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.TemplateResource.Sid">
            <summary> A 34 character string that uniquely identifies a Verification Template. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.TemplateResource.AccountSid">
            <summary> The unique SID identifier of the Account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.TemplateResource.FriendlyName">
            <summary> A descriptive string that you create to describe a Template. It can be up to 32 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.TemplateResource.Channels">
            <summary> A list of channels that support the Template. Can include: sms, voice. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.TemplateResource.Translations">
            <summary> An object that contains the different translations of the template. Every translation is identified by the language short name and contains its respective information as the approval status, text and created/modified date. </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.FetchVerificationAttemptOptions">
            <summary> Fetch a specific verification attempt. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchVerificationAttemptOptions.PathSid">
            <summary> The unique SID identifier of a Verification Attempt </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchVerificationAttemptOptions.#ctor(System.String)">
            <summary> Construct a new FetchVerificationAttemptOptions </summary>
            <param name="pathSid"> The unique SID identifier of a Verification Attempt </param>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchVerificationAttemptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions">
            <summary> List all the verification attempts for a given Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.DateCreatedAfter">
            <summary> Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.DateCreatedBefore">
            <summary> Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.ChannelDataTo">
            <summary> Destination of a verification. It is phone number in E.164 format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.Country">
            <summary> Filter used to query Verification Attempts sent to the specified destination country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.Channel">
            <summary> Filter used to query Verification Attempts by communication channel. Valid values are `SMS` and `CALL` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.VerifyServiceSid">
            <summary> Filter used to query Verification Attempts by verify service. Only attempts of the provided SID will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.VerificationSid">
            <summary> Filter used to return all the Verification Attempts of a single verification. Only attempts of the provided verification SID will be returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.Status">
            <summary> Filter used to query Verification Attempts by conversion status. Valid values are `UNCONVERTED`, for attempts that were not converted, and `CONVERTED`, for attempts that were confirmed. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.Fetch(Twilio.Rest.Verify.V2.FetchVerificationAttemptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific verification attempt. </summary>
            <param name="options"> Fetch VerificationAttempt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of VerificationAttempt </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.FetchAsync(Twilio.Rest.Verify.V2.FetchVerificationAttemptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific verification attempt. </summary>
            <param name="options"> Fetch VerificationAttempt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of VerificationAttempt </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific verification attempt. </summary>
            <param name="pathSid"> The unique SID identifier of a Verification Attempt </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of VerificationAttempt </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a specific verification attempt. </summary>
            <param name="pathSid"> The unique SID identifier of a Verification Attempt </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of VerificationAttempt </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.Read(Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all the verification attempts for a given Account. </summary>
            <param name="options"> Read VerificationAttempt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of VerificationAttempt </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.ReadAsync(Twilio.Rest.Verify.V2.ReadVerificationAttemptOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List all the verification attempts for a given Account. </summary>
            <param name="options"> Read VerificationAttempt parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of VerificationAttempt </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.Read(System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Verify.V2.VerificationAttemptResource.ChannelsEnum,System.String,System.String,Twilio.Rest.Verify.V2.VerificationAttemptResource.ConversionStatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all the verification attempts for a given Account. </summary>
            <param name="dateCreatedAfter"> Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </param>
            <param name="dateCreatedBefore"> Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </param>
            <param name="channelDataTo"> Destination of a verification. It is phone number in E.164 format. </param>
            <param name="country"> Filter used to query Verification Attempts sent to the specified destination country. </param>
            <param name="channel"> Filter used to query Verification Attempts by communication channel. Valid values are `SMS` and `CALL` </param>
            <param name="verifyServiceSid"> Filter used to query Verification Attempts by verify service. Only attempts of the provided SID will be returned. </param>
            <param name="verificationSid"> Filter used to return all the Verification Attempts of a single verification. Only attempts of the provided verification SID will be returned. </param>
            <param name="status"> Filter used to query Verification Attempts by conversion status. Valid values are `UNCONVERTED`, for attempts that were not converted, and `CONVERTED`, for attempts that were confirmed. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of VerificationAttempt </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.ReadAsync(System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,Twilio.Rest.Verify.V2.VerificationAttemptResource.ChannelsEnum,System.String,System.String,Twilio.Rest.Verify.V2.VerificationAttemptResource.ConversionStatusEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List all the verification attempts for a given Account. </summary>
            <param name="dateCreatedAfter"> Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </param>
            <param name="dateCreatedBefore"> Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </param>
            <param name="channelDataTo"> Destination of a verification. It is phone number in E.164 format. </param>
            <param name="country"> Filter used to query Verification Attempts sent to the specified destination country. </param>
            <param name="channel"> Filter used to query Verification Attempts by communication channel. Valid values are `SMS` and `CALL` </param>
            <param name="verifyServiceSid"> Filter used to query Verification Attempts by verify service. Only attempts of the provided SID will be returned. </param>
            <param name="verificationSid"> Filter used to return all the Verification Attempts of a single verification. Only attempts of the provided verification SID will be returned. </param>
            <param name="status"> Filter used to query Verification Attempts by conversion status. Valid values are `UNCONVERTED`, for attempts that were not converted, and `CONVERTED`, for attempts that were confirmed. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of VerificationAttempt </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.NextPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.VerificationAttemptResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Verify.V2.VerificationAttemptResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a VerificationAttemptResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> VerificationAttemptResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.Sid">
            <summary> The SID that uniquely identifies the verification attempt resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Verification resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.ServiceSid">
            <summary> The SID of the [Service](https://www.twilio.com/docs/verify/api/service) used to generate the attempt. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.VerificationSid">
            <summary> The SID of the [Verification](https://www.twilio.com/docs/verify/api/verification) that generated the attempt. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.DateCreated">
            <summary> The date that this Attempt was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.DateUpdated">
            <summary> The date that this Attempt was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.Price">
            <summary> An object containing the charge for this verification attempt related to the channel costs and the currency used. The costs related to the succeeded verifications are not included. May not be immediately available. More information on pricing is available [here](https://www.twilio.com/en-us/verify/pricing). </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.ChannelData">
            <summary> An object containing the channel specific information for an attempt. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions">
            <summary> Get a summary of how many attempts were made and how many were converted. </summary>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions.VerifyServiceSid">
            <summary> Filter used to consider only Verification Attempts of the given verify service on the summary aggregation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions.DateCreatedAfter">
            <summary> Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions.DateCreatedBefore">
            <summary> Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions.Country">
            <summary> Filter used to consider only Verification Attempts sent to the specified destination country on the summary aggregation. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions.Channel">
            <summary> Filter Verification Attempts considered on the summary aggregation by communication channel. Valid values are `SMS`, `CALL` and `WHATSAPP` </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions.DestinationPrefix">
            <summary> Filter the Verification Attempts considered on the summary aggregation by Destination prefix. It is the prefix of a phone number in E.164 format. </summary> 
        </member>
        <member name="M:Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.Fetch(Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a summary of how many attempts were made and how many were converted. </summary>
            <param name="options"> Fetch VerificationAttemptsSummary parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of VerificationAttemptsSummary </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.FetchAsync(Twilio.Rest.Verify.V2.FetchVerificationAttemptsSummaryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a summary of how many attempts were made and how many were converted. </summary>
            <param name="options"> Fetch VerificationAttemptsSummary parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of VerificationAttemptsSummary </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.Fetch(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.ChannelsEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a summary of how many attempts were made and how many were converted. </summary>
            <param name="verifyServiceSid"> Filter used to consider only Verification Attempts of the given verify service on the summary aggregation. </param>
            <param name="dateCreatedAfter"> Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </param>
            <param name="dateCreatedBefore"> Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </param>
            <param name="country"> Filter used to consider only Verification Attempts sent to the specified destination country on the summary aggregation. </param>
            <param name="channel"> Filter Verification Attempts considered on the summary aggregation by communication channel. Valid values are `SMS`, `CALL` and `WHATSAPP` </param>
            <param name="destinationPrefix"> Filter the Verification Attempts considered on the summary aggregation by Destination prefix. It is the prefix of a phone number in E.164 format. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of VerificationAttemptsSummary </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.FetchAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.ChannelsEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Get a summary of how many attempts were made and how many were converted. </summary>
            <param name="verifyServiceSid"> Filter used to consider only Verification Attempts of the given verify service on the summary aggregation. </param>
            <param name="dateCreatedAfter"> Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </param>
            <param name="dateCreatedBefore"> Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. </param>
            <param name="country"> Filter used to consider only Verification Attempts sent to the specified destination country on the summary aggregation. </param>
            <param name="channel"> Filter Verification Attempts considered on the summary aggregation by communication channel. Valid values are `SMS`, `CALL` and `WHATSAPP` </param>
            <param name="destinationPrefix"> Filter the Verification Attempts considered on the summary aggregation by Destination prefix. It is the prefix of a phone number in E.164 format. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of VerificationAttemptsSummary </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a VerificationAttemptsSummaryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> VerificationAttemptsSummaryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.TotalAttempts">
            <summary> Total of attempts made according to the provided filters </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.TotalConverted">
            <summary> Total of  attempts made that were confirmed by the end user, according to the provided filters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.TotalUnconverted">
            <summary> Total of attempts made that were not confirmed by the end user, according to the provided filters. </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.ConversionRatePercentage">
            <summary> Percentage of the confirmed messages over the total, defined by (total_converted/total_attempts)*100.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Verify.V2.VerificationAttemptsSummaryResource.Url">
            <summary> The url </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.CreateCompositionHookOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to  100 characters long and it must be unique within the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.Enabled">
            <summary> Whether the composition hook is active. When `true`, the composition hook will be triggered for every completed Group Room in the account. When `false`, the composition hook will never be triggered. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.VideoLayout">
            <summary> An object that describes the video layout of the composition hook in terms of regions. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.AudioSources">
            <summary> An array of track names from the same group room to merge into the compositions created by the composition hook. Can include zero or more track names. A composition triggered by the composition hook includes all audio sources specified in `audio_sources` except those specified in `audio_sources_excluded`. The track names in this parameter can include an asterisk as a wild card character, which matches zero or more characters in a track name. For example, `student*` includes tracks named `student` as well as `studentTeam`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.AudioSourcesExcluded">
            <summary> An array of track names to exclude. A composition triggered by the composition hook includes all audio sources specified in `audio_sources` except for those specified in `audio_sources_excluded`. The track names in this parameter can include an asterisk as a wild card character, which matches zero or more characters in a track name. For example, `student*` excludes `student` as well as `studentTeam`. This parameter can also be empty. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.Resolution" -->
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application on every composition event. If not provided, status callback events will not be dispatched. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionHookOptions.Trim">
            <summary> Whether to clip the intervals where there is no active media in the Compositions triggered by the composition hook. The default is `true`. Compositions with `trim` enabled are shorter when the Room is created and no Participant joins for a while as well as if all the Participants leave the room and join later, because those gaps will be removed. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateCompositionHookOptions.#ctor(System.String)">
            <summary> Construct a new CreateCompositionHookOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to  100 characters long and it must be unique within the account. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateCompositionHookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.DeleteCompositionHookOptions">
            <summary> Delete a Recording CompositionHook resource identified by a `CompositionHook SID`. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.DeleteCompositionHookOptions.PathSid">
            <summary> The SID of the CompositionHook resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.DeleteCompositionHookOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCompositionHookOptions </summary>
            <param name="pathSid"> The SID of the CompositionHook resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.DeleteCompositionHookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.FetchCompositionHookOptions">
            <summary> Returns a single CompositionHook resource identified by a CompositionHook SID. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.FetchCompositionHookOptions.PathSid">
            <summary> The SID of the CompositionHook resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchCompositionHookOptions.#ctor(System.String)">
            <summary> Construct a new FetchCompositionHookOptions </summary>
            <param name="pathSid"> The SID of the CompositionHook resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchCompositionHookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.ReadCompositionHookOptions">
            <summary> List of all Recording CompositionHook resources. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadCompositionHookOptions.Enabled">
            <summary> Read only CompositionHook resources with an `enabled` value that matches this parameter. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadCompositionHookOptions.DateCreatedAfter">
            <summary> Read only CompositionHook resources created on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadCompositionHookOptions.DateCreatedBefore">
            <summary> Read only CompositionHook resources created before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadCompositionHookOptions.FriendlyName">
            <summary> Read only CompositionHook resources with friendly names that match this string. The match is not case sensitive and can include asterisk `*` characters as wildcard match. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.ReadCompositionHookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.UpdateCompositionHookOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.PathSid">
            <summary> The SID of the CompositionHook resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It can be up to  100 characters long and it must be unique within the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.Enabled">
            <summary> Whether the composition hook is active. When `true`, the composition hook will be triggered for every completed Group Room in the account. When `false`, the composition hook never triggers. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.VideoLayout">
            <summary> A JSON object that describes the video layout of the composition hook in terms of regions. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.AudioSources">
            <summary> An array of track names from the same group room to merge into the compositions created by the composition hook. Can include zero or more track names. A composition triggered by the composition hook includes all audio sources specified in `audio_sources` except those specified in `audio_sources_excluded`. The track names in this parameter can include an asterisk as a wild card character, which matches zero or more characters in a track name. For example, `student*` includes tracks named `student` as well as `studentTeam`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.AudioSourcesExcluded">
            <summary> An array of track names to exclude. A composition triggered by the composition hook includes all audio sources specified in `audio_sources` except for those specified in `audio_sources_excluded`. The track names in this parameter can include an asterisk as a wild card character, which matches zero or more characters in a track name. For example, `student*` excludes `student` as well as `studentTeam`. This parameter can also be empty. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.Trim">
            <summary> Whether to clip the intervals where there is no active media in the compositions triggered by the composition hook. The default is `true`. Compositions with `trim` enabled are shorter when the Room is created and no Participant joins for a while as well as if all the Participants leave the room and join later, because those gaps will be removed. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.Resolution" -->
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application on every composition event. If not provided, status callback events will not be dispatched. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateCompositionHookOptions </summary>
            <param name="pathSid"> The SID of the CompositionHook resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It can be up to  100 characters long and it must be unique within the account. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.UpdateCompositionHookOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.Create(Twilio.Rest.Video.V1.CreateCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.CreateAsync(Twilio.Rest.Video.V1.CreateCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionHook </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Video.V1.CompositionHookResource.Create(System.String,System.Nullable{System.Boolean},System.Object,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Video.V1.CompositionHookResource.FormatEnum,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Video.V1.CompositionHookResource.CreateAsync(System.String,System.Nullable{System.Boolean},System.Object,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Video.V1.CompositionHookResource.FormatEnum,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.BuildDeleteRequest(Twilio.Rest.Video.V1.DeleteCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording CompositionHook resource identified by a `CompositionHook SID`. </summary>
            <param name="options"> Delete CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.Delete(Twilio.Rest.Video.V1.DeleteCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording CompositionHook resource identified by a `CompositionHook SID`. </summary>
            <param name="options"> Delete CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.DeleteAsync(Twilio.Rest.Video.V1.DeleteCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording CompositionHook resource identified by a `CompositionHook SID`. </summary>
            <param name="options"> Delete CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording CompositionHook resource identified by a `CompositionHook SID`. </summary>
            <param name="pathSid"> The SID of the CompositionHook resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording CompositionHook resource identified by a `CompositionHook SID`. </summary>
            <param name="pathSid"> The SID of the CompositionHook resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.Fetch(Twilio.Rest.Video.V1.FetchCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single CompositionHook resource identified by a CompositionHook SID. </summary>
            <param name="options"> Fetch CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.FetchAsync(Twilio.Rest.Video.V1.FetchCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single CompositionHook resource identified by a CompositionHook SID. </summary>
            <param name="options"> Fetch CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single CompositionHook resource identified by a CompositionHook SID. </summary>
            <param name="pathSid"> The SID of the CompositionHook resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single CompositionHook resource identified by a CompositionHook SID. </summary>
            <param name="pathSid"> The SID of the CompositionHook resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.Read(Twilio.Rest.Video.V1.ReadCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Recording CompositionHook resources. </summary>
            <param name="options"> Read CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.ReadAsync(Twilio.Rest.Video.V1.ReadCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Recording CompositionHook resources. </summary>
            <param name="options"> Read CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.Read(System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Recording CompositionHook resources. </summary>
            <param name="enabled"> Read only CompositionHook resources with an `enabled` value that matches this parameter. </param>
            <param name="dateCreatedAfter"> Read only CompositionHook resources created on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </param>
            <param name="dateCreatedBefore"> Read only CompositionHook resources created before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </param>
            <param name="friendlyName"> Read only CompositionHook resources with friendly names that match this string. The match is not case sensitive and can include asterisk `*` characters as wildcard match. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.ReadAsync(System.Nullable{System.Boolean},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Recording CompositionHook resources. </summary>
            <param name="enabled"> Read only CompositionHook resources with an `enabled` value that matches this parameter. </param>
            <param name="dateCreatedAfter"> Read only CompositionHook resources created on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </param>
            <param name="dateCreatedBefore"> Read only CompositionHook resources created before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </param>
            <param name="friendlyName"> Read only CompositionHook resources with friendly names that match this string. The match is not case sensitive and can include asterisk `*` characters as wildcard match. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.NextPage(Twilio.Base.Page{Twilio.Rest.Video.V1.CompositionHookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Video.V1.CompositionHookResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.Update(Twilio.Rest.Video.V1.UpdateCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionHook </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.UpdateAsync(Twilio.Rest.Video.V1.UpdateCompositionHookOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update CompositionHook parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionHook </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Video.V1.CompositionHookResource.Update(System.String,System.String,System.Nullable{System.Boolean},System.Object,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Boolean},Twilio.Rest.Video.V1.CompositionHookResource.FormatEnum,System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Video.V1.CompositionHookResource.UpdateAsync(System.String,System.String,System.Nullable{System.Boolean},System.Object,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.Nullable{System.Boolean},Twilio.Rest.Video.V1.CompositionHookResource.FormatEnum,System.String,System.Uri,Twilio.Http.HttpMethod,Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CompositionHookResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CompositionHookResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionHookResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CompositionHook resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. Can be up to 100 characters long and must be unique within the account. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.Enabled">
            <summary> Whether the CompositionHook is active. When `true`, the CompositionHook is triggered for every completed Group Room on the account. When `false`, the CompositionHook is never triggered. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.Sid">
            <summary> The unique string that we created to identify the CompositionHook resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.AudioSources">
            <summary> The array of track names to include in the compositions created by the composition hook. A composition triggered by the composition hook includes all audio sources specified in `audio_sources` except those specified in `audio_sources_excluded`. The track names in this property can include an asterisk as a wild card character, which matches zero or more characters in a track name. For example, `student*` includes tracks named `student` as well as `studentTeam`. Please, be aware that either video_layout or audio_sources have to be provided to get a valid creation request </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.AudioSourcesExcluded">
            <summary> The array of track names to exclude from the compositions created by the composition hook. A composition triggered by the composition hook includes all audio sources specified in `audio_sources` except for those specified in `audio_sources_excluded`. The track names in this property can include an asterisk as a wild card character, which matches zero or more characters in a track name. For example, `student*` excludes `student` as well as `studentTeam`. This parameter can also be empty. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.VideoLayout">
            <summary> A JSON object that describes the video layout of the composition in terms of regions as specified in the HTTP POST request that created the CompositionHook resource. See [POST Parameters](https://www.twilio.com/docs/video/api/compositions-resource#http-post-parameters) for more information. Please, be aware that either video_layout or audio_sources have to be provided to get a valid creation request </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.Resolution">
            <summary> The dimensions of the video image in pixels expressed as columns (width) and rows (height). The string's format is `{width}x{height}`, such as `640x480`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.Trim">
            <summary> Whether intervals with no media are clipped, as specified in the POST request that created the CompositionHook resource. Compositions with `trim` enabled are shorter when the Room is created and no Participant joins for a while as well as if all the Participants leave the room and join later, because those gaps will be removed. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.StatusCallback">
            <summary> The URL we call using the `status_callback_method` to send status information to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be `POST` or `GET` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionHookResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.CreateCompositionOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionOptions.RoomSid">
            <summary> The SID of the Group Room with the media tracks to be used as composition sources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionOptions.VideoLayout">
            <summary> An object that describes the video layout of the composition in terms of regions. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. Please, be aware that either video_layout or audio_sources have to be provided to get a valid creation request </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionOptions.AudioSources">
            <summary> An array of track names from the same group room to merge into the new composition. Can include zero or more track names. The new composition includes all audio sources specified in `audio_sources` except for those specified in `audio_sources_excluded`. The track names in this parameter can include an asterisk as a wild card character, which will match zero or more characters in a track name. For example, `student*` includes `student` as well as `studentTeam`. Please, be aware that either video_layout or audio_sources have to be provided to get a valid creation request </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionOptions.AudioSourcesExcluded">
            <summary> An array of track names to exclude. The new composition includes all audio sources specified in `audio_sources` except for those specified in `audio_sources_excluded`. The track names in this parameter can include an asterisk as a wild card character, which will match zero or more characters in a track name. For example, `student*` excludes `student` as well as `studentTeam`. This parameter can also be empty. </summary> 
        </member>
        <!-- Badly formed XML comment ignored for member "P:Twilio.Rest.Video.V1.CreateCompositionOptions.Resolution" -->
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionOptions.StatusCallback">
            <summary> The URL we should call using the `status_callback_method` to send status information to your application on every composition event. If not provided, status callback events will not be dispatched. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback`. Can be: `POST` or `GET` and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionOptions.Trim">
            <summary> Whether to clip the intervals where there is no active media in the composition. The default is `true`. Compositions with `trim` enabled are shorter when the Room is created and no Participant joins for a while as well as if all the Participants leave the room and join later, because those gaps will be removed. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateCompositionOptions.#ctor(System.String)">
            <summary> Construct a new CreateCompositionOptions </summary>
            <param name="roomSid"> The SID of the Group Room with the media tracks to be used as composition sources. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateCompositionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.DeleteCompositionOptions">
            <summary> Delete a Recording Composition resource identified by a Composition SID. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.DeleteCompositionOptions.PathSid">
            <summary> The SID of the Composition resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.DeleteCompositionOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCompositionOptions </summary>
            <param name="pathSid"> The SID of the Composition resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.DeleteCompositionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.FetchCompositionOptions">
            <summary> Returns a single Composition resource identified by a Composition SID. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.FetchCompositionOptions.PathSid">
            <summary> The SID of the Composition resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchCompositionOptions.#ctor(System.String)">
            <summary> Construct a new FetchCompositionOptions </summary>
            <param name="pathSid"> The SID of the Composition resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchCompositionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.ReadCompositionOptions">
            <summary> List of all Recording compositions. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadCompositionOptions.Status">
            <summary> Read only Composition resources with this status. Can be: `enqueued`, `processing`, `completed`, `deleted`, or `failed`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadCompositionOptions.DateCreatedAfter">
            <summary> Read only Composition resources created on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadCompositionOptions.DateCreatedBefore">
            <summary> Read only Composition resources created before this ISO 8601 date-time with time zone. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadCompositionOptions.RoomSid">
            <summary> Read only Composition resources with this Room SID. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.ReadCompositionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.Create(Twilio.Rest.Video.V1.CreateCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.CreateAsync(Twilio.Rest.Video.V1.CreateCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Composition </returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Video.V1.CompositionResource.Create(System.String,System.Object,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Video.V1.CompositionResource.FormatEnum,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)" -->
        <!-- Badly formed XML comment ignored for member "M:Twilio.Rest.Video.V1.CompositionResource.CreateAsync(System.String,System.Object,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,Twilio.Rest.Video.V1.CompositionResource.FormatEnum,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)" -->
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.BuildDeleteRequest(Twilio.Rest.Video.V1.DeleteCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording Composition resource identified by a Composition SID. </summary>
            <param name="options"> Delete Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.Delete(Twilio.Rest.Video.V1.DeleteCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording Composition resource identified by a Composition SID. </summary>
            <param name="options"> Delete Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.DeleteAsync(Twilio.Rest.Video.V1.DeleteCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording Composition resource identified by a Composition SID. </summary>
            <param name="options"> Delete Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording Composition resource identified by a Composition SID. </summary>
            <param name="pathSid"> The SID of the Composition resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording Composition resource identified by a Composition SID. </summary>
            <param name="pathSid"> The SID of the Composition resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.Fetch(Twilio.Rest.Video.V1.FetchCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Composition resource identified by a Composition SID. </summary>
            <param name="options"> Fetch Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.FetchAsync(Twilio.Rest.Video.V1.FetchCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Composition resource identified by a Composition SID. </summary>
            <param name="options"> Fetch Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Composition resource identified by a Composition SID. </summary>
            <param name="pathSid"> The SID of the Composition resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Composition resource identified by a Composition SID. </summary>
            <param name="pathSid"> The SID of the Composition resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.Read(Twilio.Rest.Video.V1.ReadCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Recording compositions. </summary>
            <param name="options"> Read Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.ReadAsync(Twilio.Rest.Video.V1.ReadCompositionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Recording compositions. </summary>
            <param name="options"> Read Composition parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.Read(Twilio.Rest.Video.V1.CompositionResource.StatusEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Recording compositions. </summary>
            <param name="status"> Read only Composition resources with this status. Can be: `enqueued`, `processing`, `completed`, `deleted`, or `failed`. </param>
            <param name="dateCreatedAfter"> Read only Composition resources created on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone. </param>
            <param name="dateCreatedBefore"> Read only Composition resources created before this ISO 8601 date-time with time zone. </param>
            <param name="roomSid"> Read only Composition resources with this Room SID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.ReadAsync(Twilio.Rest.Video.V1.CompositionResource.StatusEnum,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Recording compositions. </summary>
            <param name="status"> Read only Composition resources with this status. Can be: `enqueued`, `processing`, `completed`, `deleted`, or `failed`. </param>
            <param name="dateCreatedAfter"> Read only Composition resources created on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone. </param>
            <param name="dateCreatedBefore"> Read only Composition resources created before this ISO 8601 date-time with time zone. </param>
            <param name="roomSid"> Read only Composition resources with this Room SID. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Composition </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Video.V1.CompositionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Video.V1.CompositionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CompositionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CompositionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Composition resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.DateCompleted">
            <summary> The date and time in GMT when the composition's media processing task finished, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.DateDeleted">
            <summary> The date and time in GMT when the composition generated media was deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.Sid">
            <summary> The unique string that we created to identify the Composition resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.RoomSid">
            <summary> The SID of the Group Room that generated the audio and video tracks used in the composition. All media sources included in a composition must belong to the same Group Room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.AudioSources">
            <summary> The array of track names to include in the composition. The composition includes all audio sources specified in `audio_sources` except those specified in `audio_sources_excluded`. The track names in this property can include an asterisk as a wild card character, which matches zero or more characters in a track name. For example, `student*` includes tracks named `student` as well as `studentTeam`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.AudioSourcesExcluded">
            <summary> The array of track names to exclude from the composition. The composition includes all audio sources specified in `audio_sources` except for those specified in `audio_sources_excluded`. The track names in this property can include an asterisk as a wild card character, which matches zero or more characters in a track name. For example, `student*` excludes `student` as well as `studentTeam`. This parameter can also be empty. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.VideoLayout">
            <summary> An object that describes the video layout of the composition in terms of regions. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.Resolution">
            <summary> The dimensions of the video image in pixels expressed as columns (width) and rows (height). The string's format is `{width}x{height}`, such as `640x480`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.Trim">
            <summary> Whether to remove intervals with no media, as specified in the POST request that created the composition. Compositions with `trim` enabled are shorter when the Room is created and no Participant joins for a while as well as if all the Participants leave the room and join later, because those gaps will be removed. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.Bitrate">
            <summary> The average bit rate of the composition's media. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.Size">
            <summary> The size of the composed media file in bytes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.Duration">
            <summary> The duration of the composition's media file in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.MediaExternalLocation">
            <summary> The URL of the media file associated with the composition when stored externally. See [External S3 Compositions](/docs/video/api/external-s3-compositions) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.StatusCallback">
            <summary> The URL called using the `status_callback_method` to send status information on every composition event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.StatusCallbackMethod">
            <summary> The HTTP method used to call `status_callback`. Can be: `POST` or `GET`, defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionResource.Links">
            <summary> The URL of the media file associated with the composition. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource and show to the user in the console </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions.AwsCredentialsSid">
            <summary> The SID of the stored Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions.EncryptionKeySid">
            <summary> The SID of the Public Key resource to use for encryption. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions.AwsS3Url">
            <summary> The URL of the AWS S3 bucket where the compositions should be stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/compositions`, where `compositions` is the path in which you want the compositions to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions.AwsStorageEnabled">
            <summary> Whether all compositions should be written to the `aws_s3_url`. When `false`, all compositions are stored in our cloud. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions.EncryptionEnabled">
            <summary> Whether all compositions should be stored in an encrypted form. The default is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions.#ctor(System.String)">
            <summary> Construct a new CreateCompositionSettingsOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource and show to the user in the console </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateCompositionSettingsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.FetchCompositionSettingsOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchCompositionSettingsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.Create(Twilio.Rest.Video.V1.CreateCompositionSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create CompositionSettings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.CreateAsync(Twilio.Rest.Video.V1.CreateCompositionSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create CompositionSettings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.Create(System.String,System.String,System.String,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource and show to the user in the console </param>
            <param name="awsCredentialsSid"> The SID of the stored Credential resource. </param>
            <param name="encryptionKeySid"> The SID of the Public Key resource to use for encryption. </param>
            <param name="awsS3Url"> The URL of the AWS S3 bucket where the compositions should be stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/compositions`, where `compositions` is the path in which you want the compositions to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). </param>
            <param name="awsStorageEnabled"> Whether all compositions should be written to the `aws_s3_url`. When `false`, all compositions are stored in our cloud. </param>
            <param name="encryptionEnabled"> Whether all compositions should be stored in an encrypted form. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.CreateAsync(System.String,System.String,System.String,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource and show to the user in the console </param>
            <param name="awsCredentialsSid"> The SID of the stored Credential resource. </param>
            <param name="encryptionKeySid"> The SID of the Public Key resource to use for encryption. </param>
            <param name="awsS3Url"> The URL of the AWS S3 bucket where the compositions should be stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/compositions`, where `compositions` is the path in which you want the compositions to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). </param>
            <param name="awsStorageEnabled"> Whether all compositions should be written to the `aws_s3_url`. When `false`, all compositions are stored in our cloud. </param>
            <param name="encryptionEnabled"> Whether all compositions should be stored in an encrypted form. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.Fetch(Twilio.Rest.Video.V1.FetchCompositionSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch CompositionSettings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.FetchAsync(Twilio.Rest.Video.V1.FetchCompositionSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch CompositionSettings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of CompositionSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of CompositionSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CompositionSettingsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CompositionSettingsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CompositionSettingsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionSettingsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the CompositionSettings resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionSettingsResource.FriendlyName">
            <summary> The string that you assigned to describe the resource and that will be shown in the console </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionSettingsResource.AwsCredentialsSid">
            <summary> The SID of the stored Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionSettingsResource.AwsS3Url">
            <summary> The URL of the AWS S3 bucket where the compositions are stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/compositions`, where `compositions` is the path in which you want the compositions to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionSettingsResource.AwsStorageEnabled">
            <summary> Whether all compositions are written to the `aws_s3_url`. When `false`, all compositions are stored in our cloud. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionSettingsResource.EncryptionKeySid">
            <summary> The SID of the Public Key resource used for encryption. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionSettingsResource.EncryptionEnabled">
            <summary> Whether all compositions are stored in an encrypted form. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CompositionSettingsResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.DeleteRecordingOptions">
            <summary> Delete a Recording resource identified by a Recording SID. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.DeleteRecordingOptions.PathSid">
            <summary> The SID of the Recording resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.DeleteRecordingOptions.#ctor(System.String)">
            <summary> Construct a new DeleteRecordingOptions </summary>
            <param name="pathSid"> The SID of the Recording resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.DeleteRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.FetchRecordingOptions">
            <summary> Returns a single Recording resource identified by a Recording SID. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.FetchRecordingOptions.PathSid">
            <summary> The SID of the Recording resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchRecordingOptions.#ctor(System.String)">
            <summary> Construct a new FetchRecordingOptions </summary>
            <param name="pathSid"> The SID of the Recording resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.ReadRecordingOptions">
            <summary> List of all Track recordings. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRecordingOptions.Status">
            <summary> Read only the recordings that have this status. Can be: `processing`, `completed`, or `deleted`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRecordingOptions.SourceSid">
            <summary> Read only the recordings that have this `source_sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRecordingOptions.GroupingSid">
            <summary> Read only recordings with this `grouping_sid`, which may include a `participant_sid` and/or a `room_sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRecordingOptions.DateCreatedAfter">
            <summary> Read only recordings that started on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRecordingOptions.DateCreatedBefore">
            <summary> Read only recordings that started before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone, given as `YYYY-MM-DDThh:mm:ss+|-hh:mm` or `YYYY-MM-DDThh:mm:ssZ`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRecordingOptions.MediaType">
            <summary> Read only recordings that have this media type. Can be either `audio` or `video`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.ReadRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.BuildDeleteRequest(Twilio.Rest.Video.V1.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording resource identified by a Recording SID. </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.Delete(Twilio.Rest.Video.V1.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording resource identified by a Recording SID. </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.DeleteAsync(Twilio.Rest.Video.V1.DeleteRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording resource identified by a Recording SID. </summary>
            <param name="options"> Delete Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording resource identified by a Recording SID. </summary>
            <param name="pathSid"> The SID of the Recording resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Recording resource identified by a Recording SID. </summary>
            <param name="pathSid"> The SID of the Recording resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.Fetch(Twilio.Rest.Video.V1.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Recording resource identified by a Recording SID. </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.FetchAsync(Twilio.Rest.Video.V1.FetchRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Recording resource identified by a Recording SID. </summary>
            <param name="options"> Fetch Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Recording resource identified by a Recording SID. </summary>
            <param name="pathSid"> The SID of the Recording resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Recording resource identified by a Recording SID. </summary>
            <param name="pathSid"> The SID of the Recording resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.Read(Twilio.Rest.Video.V1.ReadRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Track recordings. </summary>
            <param name="options"> Read Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.ReadAsync(Twilio.Rest.Video.V1.ReadRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Track recordings. </summary>
            <param name="options"> Read Recording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.Read(Twilio.Rest.Video.V1.RecordingResource.StatusEnum,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.DateTime},System.Nullable{System.DateTime},Twilio.Rest.Video.V1.RecordingResource.TypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Track recordings. </summary>
            <param name="status"> Read only the recordings that have this status. Can be: `processing`, `completed`, or `deleted`. </param>
            <param name="sourceSid"> Read only the recordings that have this `source_sid`. </param>
            <param name="groupingSid"> Read only recordings with this `grouping_sid`, which may include a `participant_sid` and/or a `room_sid`. </param>
            <param name="dateCreatedAfter"> Read only recordings that started on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone. </param>
            <param name="dateCreatedBefore"> Read only recordings that started before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone, given as `YYYY-MM-DDThh:mm:ss+|-hh:mm` or `YYYY-MM-DDThh:mm:ssZ`. </param>
            <param name="mediaType"> Read only recordings that have this media type. Can be either `audio` or `video`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.ReadAsync(Twilio.Rest.Video.V1.RecordingResource.StatusEnum,System.String,System.Collections.Generic.List{System.String},System.Nullable{System.DateTime},System.Nullable{System.DateTime},Twilio.Rest.Video.V1.RecordingResource.TypeEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> List of all Track recordings. </summary>
            <param name="status"> Read only the recordings that have this status. Can be: `processing`, `completed`, or `deleted`. </param>
            <param name="sourceSid"> Read only the recordings that have this `source_sid`. </param>
            <param name="groupingSid"> Read only recordings with this `grouping_sid`, which may include a `participant_sid` and/or a `room_sid`. </param>
            <param name="dateCreatedAfter"> Read only recordings that started on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone. </param>
            <param name="dateCreatedBefore"> Read only recordings that started before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time with time zone, given as `YYYY-MM-DDThh:mm:ss+|-hh:mm` or `YYYY-MM-DDThh:mm:ssZ`. </param>
            <param name="mediaType"> Read only recordings that have this media type. Can be either `audio` or `video`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Recording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Video.V1.RecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Video.V1.RecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RecordingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RecordingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Recording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.Sid">
            <summary> The unique string that we created to identify the Recording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.SourceSid">
            <summary> The SID of the recording source. For a Room Recording, this value is a `track_sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.Size">
            <summary> The size of the recorded track, in bytes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.Duration">
            <summary> The duration of the recording in seconds rounded to the nearest second. Sub-second tracks have a `Duration` property of 1 second </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.GroupingSids">
            <summary> A list of SIDs related to the recording. Includes the `room_sid` and `participant_sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.TrackName">
            <summary> The name that was given to the source track of the recording. If no name is given, the `source_sid` is used. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.Offset">
            <summary> The time in milliseconds elapsed between an arbitrary point in time, common to all group rooms, and the moment when the source room of this track started. This information provides a synchronization mechanism for recordings belonging to the same room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.MediaExternalLocation">
            <summary> The URL of the media file associated with the recording when stored externally. See [External S3 Recordings](/docs/video/api/external-s3-recordings) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.StatusCallback">
            <summary> The URL called using the `status_callback_method` to send status information on every recording event. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.StatusCallbackMethod">
            <summary> The HTTP method used to call `status_callback`. Can be: `POST` or `GET`, defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource and be shown to users in the console </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions.AwsCredentialsSid">
            <summary> The SID of the stored Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions.EncryptionKeySid">
            <summary> The SID of the Public Key resource to use for encryption. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions.AwsS3Url">
            <summary> The URL of the AWS S3 bucket where the recordings should be stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/recordings`, where `recordings` is the path in which you want the recordings to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions.AwsStorageEnabled">
            <summary> Whether all recordings should be written to the `aws_s3_url`. When `false`, all recordings are stored in our cloud. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions.EncryptionEnabled">
            <summary> Whether all recordings should be stored in an encrypted form. The default is `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions.#ctor(System.String)">
            <summary> Construct a new CreateRecordingSettingsOptions </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource and be shown to users in the console </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateRecordingSettingsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.FetchRecordingSettingsOptions">
            <summary> fetch </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchRecordingSettingsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.Create(Twilio.Rest.Video.V1.CreateRecordingSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create RecordingSettings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RecordingSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.CreateAsync(Twilio.Rest.Video.V1.CreateRecordingSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create RecordingSettings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RecordingSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.Create(System.String,System.String,System.String,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource and be shown to users in the console </param>
            <param name="awsCredentialsSid"> The SID of the stored Credential resource. </param>
            <param name="encryptionKeySid"> The SID of the Public Key resource to use for encryption. </param>
            <param name="awsS3Url"> The URL of the AWS S3 bucket where the recordings should be stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/recordings`, where `recordings` is the path in which you want the recordings to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). </param>
            <param name="awsStorageEnabled"> Whether all recordings should be written to the `aws_s3_url`. When `false`, all recordings are stored in our cloud. </param>
            <param name="encryptionEnabled"> Whether all recordings should be stored in an encrypted form. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RecordingSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.CreateAsync(System.String,System.String,System.String,System.Uri,System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource and be shown to users in the console </param>
            <param name="awsCredentialsSid"> The SID of the stored Credential resource. </param>
            <param name="encryptionKeySid"> The SID of the Public Key resource to use for encryption. </param>
            <param name="awsS3Url"> The URL of the AWS S3 bucket where the recordings should be stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/recordings`, where `recordings` is the path in which you want the recordings to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). </param>
            <param name="awsStorageEnabled"> Whether all recordings should be written to the `aws_s3_url`. When `false`, all recordings are stored in our cloud. </param>
            <param name="encryptionEnabled"> Whether all recordings should be stored in an encrypted form. The default is `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RecordingSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.Fetch(Twilio.Rest.Video.V1.FetchRecordingSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch RecordingSettings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RecordingSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.FetchAsync(Twilio.Rest.Video.V1.FetchRecordingSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch RecordingSettings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RecordingSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RecordingSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RecordingSettings </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RecordingSettingsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RecordingSettingsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RecordingSettingsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingSettingsResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RecordingSettings resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingSettingsResource.FriendlyName">
            <summary> The string that you assigned to describe the resource and show the user in the console </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingSettingsResource.AwsCredentialsSid">
            <summary> The SID of the stored Credential resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingSettingsResource.AwsS3Url">
            <summary> The URL of the AWS S3 bucket where the recordings are stored. We only support DNS-compliant URLs like `https://documentation-example-twilio-bucket/recordings`, where `recordings` is the path in which you want the recordings to be stored. This URL accepts only URI-valid characters, as described in the [RFC 3986](https://tools.ietf.org/html/rfc3986#section-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingSettingsResource.AwsStorageEnabled">
            <summary> Whether all recordings are written to the `aws_s3_url`. When `false`, all recordings are stored in our cloud. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingSettingsResource.EncryptionKeySid">
            <summary> The SID of the Public Key resource used for encryption. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingSettingsResource.EncryptionEnabled">
            <summary> Whether all recordings are stored in an encrypted form. The default is `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RecordingSettingsResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.CreateRoomOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.EnableTurn">
            <summary> Deprecated, now always considered to be true. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used as a `room_sid` in place of the resource's `sid` in the URL to address the resource, assuming it does not contain any [reserved characters](https://tools.ietf.org/html/rfc3986#section-2.2) that would need to be URL encoded. This value is unique for `in-progress` rooms. SDK clients can use this name to connect to the room. REST API clients can use this name in place of the Room SID to interact with the room as long as the room is `in-progress`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.StatusCallback">
            <summary> The URL Twilio should call using the `status_callback_method` to send status information to your application on every room event. See [Status Callbacks](https://www.twilio.com/docs/video/api/status-callbacks) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.StatusCallbackMethod">
            <summary> The HTTP method Twilio should use to call `status_callback`. Can be `POST` or `GET`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.MaxParticipants">
            <summary> The maximum number of concurrent Participants allowed in the room. The maximum allowed value is 50. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.RecordParticipantsOnConnect">
            <summary> Whether to start recording when Participants connect. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.VideoCodecs">
            <summary> An array of the video codecs that are supported when publishing a track in the room.  Can be: `VP8` and `H264`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.MediaRegion">
            <summary> The region for the Room's media server.  Can be one of the [available Media Regions](https://www.twilio.com/docs/video/ip-addresses#group-rooms-media-servers). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.RecordingRules">
            <summary> A collection of Recording Rules that describe how to include or exclude matching tracks for recording </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.AudioOnly">
            <summary> When set to true, indicates that the participants in the room will only publish audio. No video tracks will be allowed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.MaxParticipantDuration">
            <summary> The maximum number of seconds a Participant can be connected to the room. The maximum possible value is 86400 seconds (24 hours). The default is 14400 seconds (4 hours). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.EmptyRoomTimeout">
            <summary> Configures how long (in minutes) a room will remain active after last participant leaves. Valid values range from 1 to 60 minutes (no fractions). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.UnusedRoomTimeout">
            <summary> Configures how long (in minutes) a room will remain active if no one joins. Valid values range from 1 to 60 minutes (no fractions). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.CreateRoomOptions.LargeRoom">
            <summary> When set to true, indicated that this is the large room. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.CreateRoomOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.FetchRoomOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.FetchRoomOptions.PathSid">
            <summary> The SID of the Room resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchRoomOptions.#ctor(System.String)">
            <summary> Construct a new FetchRoomOptions </summary>
            <param name="pathSid"> The SID of the Room resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.FetchRoomOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.ReadRoomOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRoomOptions.Status">
            <summary> Read only the rooms with this status. Can be: `in-progress` (default) or `completed` </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRoomOptions.UniqueName">
            <summary> Read only rooms with the this `unique_name`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRoomOptions.DateCreatedAfter">
            <summary> Read only rooms that started on or after this date, given as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.ReadRoomOptions.DateCreatedBefore">
            <summary> Read only rooms that started before this date, given as `YYYY-MM-DD`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.ReadRoomOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.UpdateRoomOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.UpdateRoomOptions.PathSid">
            <summary> The SID of the Room resource to update. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.UpdateRoomOptions.#ctor(System.String,Twilio.Rest.Video.V1.RoomResource.RoomStatusEnum)">
            <summary> Construct a new UpdateRoomOptions </summary>
            <param name="pathSid"> The SID of the Room resource to update. </param>
            <param name="status">  </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.UpdateRoomOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.Create(Twilio.Rest.Video.V1.CreateRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.CreateAsync(Twilio.Rest.Video.V1.CreateRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.Create(System.Nullable{System.Boolean},Twilio.Rest.Video.V1.RoomResource.RoomTypeEnum,System.String,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Collections.Generic.List{Twilio.Rest.Video.V1.RoomResource.VideoCodecEnum},System.String,System.Object,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="enableTurn"> Deprecated, now always considered to be true. </param>
            <param name="type">  </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used as a `room_sid` in place of the resource's `sid` in the URL to address the resource, assuming it does not contain any [reserved characters](https://tools.ietf.org/html/rfc3986#section-2.2) that would need to be URL encoded. This value is unique for `in-progress` rooms. SDK clients can use this name to connect to the room. REST API clients can use this name in place of the Room SID to interact with the room as long as the room is `in-progress`. </param>
            <param name="statusCallback"> The URL Twilio should call using the `status_callback_method` to send status information to your application on every room event. See [Status Callbacks](https://www.twilio.com/docs/video/api/status-callbacks) for more info. </param>
            <param name="statusCallbackMethod"> The HTTP method Twilio should use to call `status_callback`. Can be `POST` or `GET`. </param>
            <param name="maxParticipants"> The maximum number of concurrent Participants allowed in the room. The maximum allowed value is 50. </param>
            <param name="recordParticipantsOnConnect"> Whether to start recording when Participants connect. </param>
            <param name="videoCodecs"> An array of the video codecs that are supported when publishing a track in the room.  Can be: `VP8` and `H264`. </param>
            <param name="mediaRegion"> The region for the Room's media server.  Can be one of the [available Media Regions](https://www.twilio.com/docs/video/ip-addresses#group-rooms-media-servers). </param>
            <param name="recordingRules"> A collection of Recording Rules that describe how to include or exclude matching tracks for recording </param>
            <param name="audioOnly"> When set to true, indicates that the participants in the room will only publish audio. No video tracks will be allowed. </param>
            <param name="maxParticipantDuration"> The maximum number of seconds a Participant can be connected to the room. The maximum possible value is 86400 seconds (24 hours). The default is 14400 seconds (4 hours). </param>
            <param name="emptyRoomTimeout"> Configures how long (in minutes) a room will remain active after last participant leaves. Valid values range from 1 to 60 minutes (no fractions). </param>
            <param name="unusedRoomTimeout"> Configures how long (in minutes) a room will remain active if no one joins. Valid values range from 1 to 60 minutes (no fractions). </param>
            <param name="largeRoom"> When set to true, indicated that this is the large room. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.CreateAsync(System.Nullable{System.Boolean},Twilio.Rest.Video.V1.RoomResource.RoomTypeEnum,System.String,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Collections.Generic.List{Twilio.Rest.Video.V1.RoomResource.VideoCodecEnum},System.String,System.Object,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="enableTurn"> Deprecated, now always considered to be true. </param>
            <param name="type">  </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used as a `room_sid` in place of the resource's `sid` in the URL to address the resource, assuming it does not contain any [reserved characters](https://tools.ietf.org/html/rfc3986#section-2.2) that would need to be URL encoded. This value is unique for `in-progress` rooms. SDK clients can use this name to connect to the room. REST API clients can use this name in place of the Room SID to interact with the room as long as the room is `in-progress`. </param>
            <param name="statusCallback"> The URL Twilio should call using the `status_callback_method` to send status information to your application on every room event. See [Status Callbacks](https://www.twilio.com/docs/video/api/status-callbacks) for more info. </param>
            <param name="statusCallbackMethod"> The HTTP method Twilio should use to call `status_callback`. Can be `POST` or `GET`. </param>
            <param name="maxParticipants"> The maximum number of concurrent Participants allowed in the room. The maximum allowed value is 50. </param>
            <param name="recordParticipantsOnConnect"> Whether to start recording when Participants connect. </param>
            <param name="videoCodecs"> An array of the video codecs that are supported when publishing a track in the room.  Can be: `VP8` and `H264`. </param>
            <param name="mediaRegion"> The region for the Room's media server.  Can be one of the [available Media Regions](https://www.twilio.com/docs/video/ip-addresses#group-rooms-media-servers). </param>
            <param name="recordingRules"> A collection of Recording Rules that describe how to include or exclude matching tracks for recording </param>
            <param name="audioOnly"> When set to true, indicates that the participants in the room will only publish audio. No video tracks will be allowed. </param>
            <param name="maxParticipantDuration"> The maximum number of seconds a Participant can be connected to the room. The maximum possible value is 86400 seconds (24 hours). The default is 14400 seconds (4 hours). </param>
            <param name="emptyRoomTimeout"> Configures how long (in minutes) a room will remain active after last participant leaves. Valid values range from 1 to 60 minutes (no fractions). </param>
            <param name="unusedRoomTimeout"> Configures how long (in minutes) a room will remain active if no one joins. Valid values range from 1 to 60 minutes (no fractions). </param>
            <param name="largeRoom"> When set to true, indicated that this is the large room. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.Fetch(Twilio.Rest.Video.V1.FetchRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.FetchAsync(Twilio.Rest.Video.V1.FetchRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Room resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the Room resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.Read(Twilio.Rest.Video.V1.ReadRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.ReadAsync(Twilio.Rest.Video.V1.ReadRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.Read(Twilio.Rest.Video.V1.RoomResource.RoomStatusEnum,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="status"> Read only the rooms with this status. Can be: `in-progress` (default) or `completed` </param>
            <param name="uniqueName"> Read only rooms with the this `unique_name`. </param>
            <param name="dateCreatedAfter"> Read only rooms that started on or after this date, given as `YYYY-MM-DD`. </param>
            <param name="dateCreatedBefore"> Read only rooms that started before this date, given as `YYYY-MM-DD`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.ReadAsync(Twilio.Rest.Video.V1.RoomResource.RoomStatusEnum,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="status"> Read only the rooms with this status. Can be: `in-progress` (default) or `completed` </param>
            <param name="uniqueName"> Read only rooms with the this `unique_name`. </param>
            <param name="dateCreatedAfter"> Read only rooms that started on or after this date, given as `YYYY-MM-DD`. </param>
            <param name="dateCreatedBefore"> Read only rooms that started before this date, given as `YYYY-MM-DD`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.NextPage(Twilio.Base.Page{Twilio.Rest.Video.V1.RoomResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Video.V1.RoomResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.Update(Twilio.Rest.Video.V1.UpdateRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.UpdateAsync(Twilio.Rest.Video.V1.UpdateRoomOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Room parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.Update(System.String,Twilio.Rest.Video.V1.RoomResource.RoomStatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Room resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.UpdateAsync(System.String,Twilio.Rest.Video.V1.RoomResource.RoomStatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the Room resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Room </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoomResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoomResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.RoomResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.Sid">
            <summary> The unique string that Twilio created to identify the Room resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Room resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.EnableTurn">
            <summary> Deprecated, now always considered to be true. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used as a `room_sid` in place of the resource's `sid` in the URL to address the resource, assuming it does not contain any [reserved characters](https://tools.ietf.org/html/rfc3986#section-2.2) that would need to be URL encoded. This value is unique for `in-progress` rooms. SDK clients can use this name to connect to the room. REST API clients can use this name in place of the Room SID to interact with the room as long as the room is `in-progress`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.StatusCallback">
            <summary> The URL Twilio calls using the `status_callback_method` to send status information to your application on every room event. See [Status Callbacks](https://www.twilio.com/docs/video/api/status-callbacks) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.StatusCallbackMethod">
            <summary> The HTTP method Twilio uses to call `status_callback`. Can be `POST` or `GET` and defaults to `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.EndTime">
            <summary> The UTC end time of the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.Duration">
            <summary> The duration of the room in seconds. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.MaxParticipants">
            <summary> The maximum number of concurrent Participants allowed in the room.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.MaxParticipantDuration">
            <summary> The maximum number of seconds a Participant can be connected to the room. The maximum possible value is 86400 seconds (24 hours). The default is 14400 seconds (4 hours). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.MaxConcurrentPublishedTracks">
            <summary> The maximum number of published audio, video, and data tracks all participants combined are allowed to publish in the room at the same time. Check [Programmable Video Limits](https://www.twilio.com/docs/video/programmable-video-limits) for more details. If it is set to 0 it means unconstrained. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.RecordParticipantsOnConnect">
            <summary> Whether to start recording when Participants connect. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.VideoCodecs">
            <summary> An array of the video codecs that are supported when publishing a track in the room.  Can be: `VP8` and `H264`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.MediaRegion">
            <summary> The region for the Room's media server.  Can be one of the [available Media Regions](https://www.twilio.com/docs/video/ip-addresses#media-servers). </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.AudioOnly">
            <summary> When set to true, indicates that the participants in the room will only publish audio. No video tracks will be allowed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.EmptyRoomTimeout">
            <summary> Specifies how long (in minutes) a room will remain active after last participant leaves. Can be configured when creating a room via REST API. For Ad-Hoc rooms this value cannot be changed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.UnusedRoomTimeout">
            <summary> Specifies how long (in minutes) a room will remain active if no one joins. Can be configured when creating a room via REST API. For Ad-Hoc rooms this value cannot be changed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.LargeRoom">
            <summary> Indicates if this is a large room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.RoomResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.FetchParticipantOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.FetchParticipantOptions.PathRoomSid">
            <summary> The SID of the room with the Participant resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.FetchParticipantOptions.PathSid">
            <summary> The SID of the RoomParticipant resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.FetchParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRoomParticipantOptions </summary>
            <param name="pathRoomSid"> The SID of the room with the Participant resource to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.FetchParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.ReadParticipantOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadParticipantOptions.PathRoomSid">
            <summary> The SID of the room with the Participant resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadParticipantOptions.Status">
            <summary> Read only the participants with this status. Can be: `connected` or `disconnected`. For `in-progress` Rooms the default Status is `connected`, for `completed` Rooms only `disconnected` Participants are returned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadParticipantOptions.Identity">
            <summary> Read only the Participants with this [User](https://www.twilio.com/docs/chat/rest/user-resource) `identity` value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadParticipantOptions.DateCreatedAfter">
            <summary> Read only Participants that started after this date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadParticipantOptions.DateCreatedBefore">
            <summary> Read only Participants that started before this date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ReadParticipantOptions.#ctor(System.String)">
            <summary> Construct a new ListRoomParticipantOptions </summary>
            <param name="pathRoomSid"> The SID of the room with the Participant resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ReadParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.UpdateParticipantOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.UpdateParticipantOptions.PathRoomSid">
            <summary> The SID of the room with the participant to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.UpdateParticipantOptions.PathSid">
            <summary> The SID of the RoomParticipant resource to update. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.UpdateParticipantOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateRoomParticipantOptions </summary>
            <param name="pathRoomSid"> The SID of the room with the participant to update. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.UpdateParticipantOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.Fetch(Twilio.Rest.Video.V1.Room.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.FetchAsync(Twilio.Rest.Video.V1.Room.FetchParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathRoomSid"> The SID of the room with the Participant resource to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathRoomSid"> The SID of the room with the Participant resource to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.Read(Twilio.Rest.Video.V1.Room.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.ReadAsync(Twilio.Rest.Video.V1.Room.ReadParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.Read(System.String,Twilio.Rest.Video.V1.Room.ParticipantResource.StatusEnum,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathRoomSid"> The SID of the room with the Participant resources to read. </param>
            <param name="status"> Read only the participants with this status. Can be: `connected` or `disconnected`. For `in-progress` Rooms the default Status is `connected`, for `completed` Rooms only `disconnected` Participants are returned. </param>
            <param name="identity"> Read only the Participants with this [User](https://www.twilio.com/docs/chat/rest/user-resource) `identity` value. </param>
            <param name="dateCreatedAfter"> Read only Participants that started after this date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </param>
            <param name="dateCreatedBefore"> Read only Participants that started before this date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.ReadAsync(System.String,Twilio.Rest.Video.V1.Room.ParticipantResource.StatusEnum,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathRoomSid"> The SID of the room with the Participant resources to read. </param>
            <param name="status"> Read only the participants with this status. Can be: `connected` or `disconnected`. For `in-progress` Rooms the default Status is `connected`, for `completed` Rooms only `disconnected` Participants are returned. </param>
            <param name="identity"> Read only the Participants with this [User](https://www.twilio.com/docs/chat/rest/user-resource) `identity` value. </param>
            <param name="dateCreatedAfter"> Read only Participants that started after this date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </param>
            <param name="dateCreatedBefore"> Read only Participants that started before this date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.NextPage(Twilio.Base.Page{Twilio.Rest.Video.V1.Room.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Video.V1.Room.ParticipantResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.Update(Twilio.Rest.Video.V1.Room.UpdateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.UpdateAsync(Twilio.Rest.Video.V1.Room.UpdateParticipantOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Participant parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.Update(System.String,System.String,Twilio.Rest.Video.V1.Room.ParticipantResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathRoomSid"> The SID of the room with the participant to update. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.UpdateAsync(System.String,System.String,Twilio.Rest.Video.V1.Room.ParticipantResource.StatusEnum,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathRoomSid"> The SID of the room with the participant to update. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to update. </param>
            <param name="status">  </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Participant </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ParticipantResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ParticipantResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ParticipantResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.Sid">
            <summary> The unique string that we created to identify the RoomParticipant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.RoomSid">
            <summary> The SID of the participant's room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RoomParticipant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.Identity">
            <summary> The application-defined string that uniquely identifies the resource's User within a Room. If a client joins with an existing Identity, the existing client is disconnected. See [access tokens](https://www.twilio.com/docs/video/tutorials/user-identity-access-tokens) and [limits](https://www.twilio.com/docs/video/programmable-video-limits) for more info.  </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.StartTime">
            <summary> The time of participant connected to the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.EndTime">
            <summary> The time when the participant disconnected from the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.Duration">
            <summary> The duration in seconds that the participant was `connected`. Populated only after the participant is `disconnected`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ParticipantResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.Participant.UpdateAnonymizeOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.UpdateAnonymizeOptions.PathRoomSid">
            <summary> The SID of the room with the participant to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.UpdateAnonymizeOptions.PathSid">
            <summary> The SID of the RoomParticipant resource to update. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.UpdateAnonymizeOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateRoomParticipantAnonymizeOptions </summary>
            <param name="pathRoomSid"> The SID of the room with the participant to update. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.UpdateAnonymizeOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.Update(Twilio.Rest.Video.V1.Room.Participant.UpdateAnonymizeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Anonymize parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Anonymize </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.UpdateAsync(Twilio.Rest.Video.V1.Room.Participant.UpdateAnonymizeOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update Anonymize parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Anonymize </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathRoomSid"> The SID of the room with the participant to update. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to update. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Anonymize </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathRoomSid"> The SID of the room with the participant to update. </param>
            <param name="pathSid"> The SID of the RoomParticipant resource to update. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Anonymize </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a AnonymizeResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> AnonymizeResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.Sid">
            <summary> The unique string that we created to identify the RoomParticipant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.RoomSid">
            <summary> The SID of the participant's room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RoomParticipant resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.Identity">
            <summary> The SID of the participant. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.StartTime">
            <summary> The time of participant connected to the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.EndTime">
            <summary> The time when the participant disconnected from the room in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.Duration">
            <summary> The duration in seconds that the participant was `connected`. Populated only after the participant is `disconnected`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.AnonymizeResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.Participant.FetchPublishedTrackOptions">
            <summary> Returns a single Track resource represented by TrackName or SID. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.FetchPublishedTrackOptions.PathRoomSid">
            <summary> The SID of the Room resource where the Track resource to fetch is published. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.FetchPublishedTrackOptions.PathParticipantSid">
            <summary> The SID of the Participant resource with the published track to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.FetchPublishedTrackOptions.PathSid">
            <summary> The SID of the RoomParticipantPublishedTrack resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.FetchPublishedTrackOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchRoomParticipantPublishedTrackOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the Track resource to fetch is published. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the published track to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipantPublishedTrack resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.FetchPublishedTrackOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.Participant.ReadPublishedTrackOptions">
            <summary> Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.ReadPublishedTrackOptions.PathRoomSid">
            <summary> The SID of the Room resource where the Track resources to read are published. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.ReadPublishedTrackOptions.PathParticipantSid">
            <summary> The SID of the Participant resource with the published tracks to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.ReadPublishedTrackOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListRoomParticipantPublishedTrackOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the Track resources to read are published. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the published tracks to read. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.ReadPublishedTrackOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.Fetch(Twilio.Rest.Video.V1.Room.Participant.FetchPublishedTrackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Track resource represented by TrackName or SID. </summary>
            <param name="options"> Fetch PublishedTrack parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublishedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.FetchAsync(Twilio.Rest.Video.V1.Room.Participant.FetchPublishedTrackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Track resource represented by TrackName or SID. </summary>
            <param name="options"> Fetch PublishedTrack parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublishedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Track resource represented by TrackName or SID. </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the Track resource to fetch is published. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the published track to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipantPublishedTrack resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublishedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Track resource represented by TrackName or SID. </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the Track resource to fetch is published. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the published track to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipantPublishedTrack resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublishedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.Read(Twilio.Rest.Video.V1.Room.Participant.ReadPublishedTrackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource. </summary>
            <param name="options"> Read PublishedTrack parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublishedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.ReadAsync(Twilio.Rest.Video.V1.Room.Participant.ReadPublishedTrackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource. </summary>
            <param name="options"> Read PublishedTrack parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublishedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource. </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the Track resources to read are published. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the published tracks to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of PublishedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource. </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the Track resources to read are published. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the published tracks to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of PublishedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.NextPage(Twilio.Base.Page{Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a PublishedTrackResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> PublishedTrackResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.Sid">
            <summary> The unique string that we created to identify the RoomParticipantPublishedTrack resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.ParticipantSid">
            <summary> The SID of the Participant resource with the published track. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.RoomSid">
            <summary> The SID of the Room resource where the track is published. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.Name">
            <summary> The track name. Must be no more than 128 characters, and be unique among the participant's published tracks. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.Enabled">
            <summary> Whether the track is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.PublishedTrackResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribedTrackOptions">
            <summary> Returns a single Track resource represented by `track_sid`.  Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribedTrackOptions.PathRoomSid">
            <summary> The SID of the Room where the Track resource to fetch is subscribed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribedTrackOptions.PathParticipantSid">
            <summary> The SID of the participant that subscribes to the Track resource to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribedTrackOptions.PathSid">
            <summary> The SID of the RoomParticipantSubscribedTrack resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribedTrackOptions.#ctor(System.String,System.String,System.String)">
            <summary> Construct a new FetchRoomParticipantSubscribedTrackOptions </summary>
            <param name="pathRoomSid"> The SID of the Room where the Track resource to fetch is subscribed. </param>
            <param name="pathParticipantSid"> The SID of the participant that subscribes to the Track resource to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipantSubscribedTrack resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribedTrackOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.Participant.ReadSubscribedTrackOptions">
            <summary> Returns a list of tracks that are subscribed for the participant. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.ReadSubscribedTrackOptions.PathRoomSid">
            <summary> The SID of the Room resource with the Track resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.ReadSubscribedTrackOptions.PathParticipantSid">
            <summary> The SID of the participant that subscribes to the Track resources to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.ReadSubscribedTrackOptions.#ctor(System.String,System.String)">
            <summary> Construct a new ListRoomParticipantSubscribedTrackOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource with the Track resources to read. </param>
            <param name="pathParticipantSid"> The SID of the participant that subscribes to the Track resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.ReadSubscribedTrackOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.Fetch(Twilio.Rest.Video.V1.Room.Participant.FetchSubscribedTrackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Track resource represented by `track_sid`.  Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique. </summary>
            <param name="options"> Fetch SubscribedTrack parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.FetchAsync(Twilio.Rest.Video.V1.Room.Participant.FetchSubscribedTrackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Track resource represented by `track_sid`.  Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique. </summary>
            <param name="options"> Fetch SubscribedTrack parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.Fetch(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Track resource represented by `track_sid`.  Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique. </summary>
            <param name="pathRoomSid"> The SID of the Room where the Track resource to fetch is subscribed. </param>
            <param name="pathParticipantSid"> The SID of the participant that subscribes to the Track resource to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipantSubscribedTrack resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.FetchAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a single Track resource represented by `track_sid`.  Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique. </summary>
            <param name="pathRoomSid"> The SID of the Room where the Track resource to fetch is subscribed. </param>
            <param name="pathParticipantSid"> The SID of the participant that subscribes to the Track resource to fetch. </param>
            <param name="pathSid"> The SID of the RoomParticipantSubscribedTrack resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.Read(Twilio.Rest.Video.V1.Room.Participant.ReadSubscribedTrackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of tracks that are subscribed for the participant. </summary>
            <param name="options"> Read SubscribedTrack parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.ReadAsync(Twilio.Rest.Video.V1.Room.Participant.ReadSubscribedTrackOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of tracks that are subscribed for the participant. </summary>
            <param name="options"> Read SubscribedTrack parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.Read(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of tracks that are subscribed for the participant. </summary>
            <param name="pathRoomSid"> The SID of the Room resource with the Track resources to read. </param>
            <param name="pathParticipantSid"> The SID of the participant that subscribes to the Track resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.ReadAsync(System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of tracks that are subscribed for the participant. </summary>
            <param name="pathRoomSid"> The SID of the Room resource with the Track resources to read. </param>
            <param name="pathParticipantSid"> The SID of the participant that subscribes to the Track resources to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribedTrack </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.NextPage(Twilio.Base.Page{Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SubscribedTrackResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SubscribedTrackResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.Sid">
            <summary> The unique string that we created to identify the RoomParticipantSubscribedTrack resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.ParticipantSid">
            <summary> The SID of the participant that subscribes to the track. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.PublisherSid">
            <summary> The SID of the participant that publishes the track. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.RoomSid">
            <summary> The SID of the room where the track is published. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.Name">
            <summary> The track name. Must have no more than 128 characters and be unique among the participant's published tracks. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.Enabled">
            <summary> Whether the track is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribedTrackResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribeRulesOptions">
            <summary> Returns a list of Subscribe Rules for the Participant. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribeRulesOptions.PathRoomSid">
            <summary> The SID of the Room resource where the subscribe rules to fetch apply. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribeRulesOptions.PathParticipantSid">
            <summary> The SID of the Participant resource with the subscribe rules to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribeRulesOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRoomParticipantSubscribeRuleOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the subscribe rules to fetch apply. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the subscribe rules to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.FetchSubscribeRulesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.Participant.UpdateSubscribeRulesOptions">
            <summary> Update the Subscribe Rules for the Participant </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.UpdateSubscribeRulesOptions.PathRoomSid">
            <summary> The SID of the Room resource where the subscribe rules to update apply. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.UpdateSubscribeRulesOptions.PathParticipantSid">
            <summary> The SID of the Participant resource to update the Subscribe Rules. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.UpdateSubscribeRulesOptions.Rules">
            <summary> A JSON-encoded array of subscribe rules. See the [Specifying Subscribe Rules](https://www.twilio.com/docs/video/api/track-subscriptions#specifying-sr) section for further information. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.UpdateSubscribeRulesOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateRoomParticipantSubscribeRuleOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the subscribe rules to update apply. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource to update the Subscribe Rules. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.UpdateSubscribeRulesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.Fetch(Twilio.Rest.Video.V1.Room.Participant.FetchSubscribeRulesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of Subscribe Rules for the Participant. </summary>
            <param name="options"> Fetch SubscribeRules parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribeRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.FetchAsync(Twilio.Rest.Video.V1.Room.Participant.FetchSubscribeRulesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of Subscribe Rules for the Participant. </summary>
            <param name="options"> Fetch SubscribeRules parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribeRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of Subscribe Rules for the Participant. </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the subscribe rules to fetch apply. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the subscribe rules to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribeRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of Subscribe Rules for the Participant. </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the subscribe rules to fetch apply. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource with the subscribe rules to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribeRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.Update(Twilio.Rest.Video.V1.Room.Participant.UpdateSubscribeRulesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the Subscribe Rules for the Participant </summary>
            <param name="options"> Update SubscribeRules parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribeRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.UpdateAsync(Twilio.Rest.Video.V1.Room.Participant.UpdateSubscribeRulesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the Subscribe Rules for the Participant </summary>
            <param name="options"> Update SubscribeRules parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribeRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.Update(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the Subscribe Rules for the Participant </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the subscribe rules to update apply. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource to update the Subscribe Rules. </param>
            <param name="rules"> A JSON-encoded array of subscribe rules. See the [Specifying Subscribe Rules](https://www.twilio.com/docs/video/api/track-subscriptions#specifying-sr) section for further information. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SubscribeRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.UpdateAsync(System.String,System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the Subscribe Rules for the Participant </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the subscribe rules to update apply. </param>
            <param name="pathParticipantSid"> The SID of the Participant resource to update the Subscribe Rules. </param>
            <param name="rules"> A JSON-encoded array of subscribe rules. See the [Specifying Subscribe Rules](https://www.twilio.com/docs/video/api/track-subscriptions#specifying-sr) section for further information. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SubscribeRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SubscribeRulesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SubscribeRulesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.ParticipantSid">
            <summary> The SID of the Participant resource for the Subscribe Rules. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.RoomSid">
            <summary> The SID of the Room resource for the Subscribe Rules </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.Rules">
            <summary> A collection of Subscribe Rules that describe how to include or exclude matching tracks. See the [Specifying Subscribe Rules](https://www.twilio.com/docs/video/api/track-subscriptions#specifying-sr) section for further information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.Participant.SubscribeRulesResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.FetchRecordingRulesOptions">
            <summary> Returns a list of Recording Rules for the Room. </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.FetchRecordingRulesOptions.PathRoomSid">
            <summary> The SID of the Room resource where the recording rules to fetch apply. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.FetchRecordingRulesOptions.#ctor(System.String)">
            <summary> Construct a new FetchRoomRecordingRuleOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the recording rules to fetch apply. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.FetchRecordingRulesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.UpdateRecordingRulesOptions">
            <summary> Update the Recording Rules for the Room </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.UpdateRecordingRulesOptions.PathRoomSid">
            <summary> The SID of the Room resource where the recording rules to update apply. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.UpdateRecordingRulesOptions.Rules">
            <summary> A JSON-encoded array of recording rules. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.UpdateRecordingRulesOptions.#ctor(System.String)">
            <summary> Construct a new UpdateRoomRecordingRuleOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the recording rules to update apply. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.UpdateRecordingRulesOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.Fetch(Twilio.Rest.Video.V1.Room.FetchRecordingRulesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of Recording Rules for the Room. </summary>
            <param name="options"> Fetch RecordingRules parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RecordingRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.FetchAsync(Twilio.Rest.Video.V1.Room.FetchRecordingRulesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of Recording Rules for the Room. </summary>
            <param name="options"> Fetch RecordingRules parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RecordingRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of Recording Rules for the Room. </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the recording rules to fetch apply. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RecordingRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Returns a list of Recording Rules for the Room. </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the recording rules to fetch apply. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RecordingRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.Update(Twilio.Rest.Video.V1.Room.UpdateRecordingRulesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the Recording Rules for the Room </summary>
            <param name="options"> Update RecordingRules parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RecordingRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.UpdateAsync(Twilio.Rest.Video.V1.Room.UpdateRecordingRulesOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the Recording Rules for the Room </summary>
            <param name="options"> Update RecordingRules parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RecordingRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.Update(System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the Recording Rules for the Room </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the recording rules to update apply. </param>
            <param name="rules"> A JSON-encoded array of recording rules. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RecordingRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.UpdateAsync(System.String,System.Object,Twilio.Clients.ITwilioRestClient)">
            <summary> Update the Recording Rules for the Room </summary>
            <param name="pathRoomSid"> The SID of the Room resource where the recording rules to update apply. </param>
            <param name="rules"> A JSON-encoded array of recording rules. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RecordingRules </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RecordingRulesResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RecordingRulesResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RecordingRulesResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RecordingRulesResource.RoomSid">
            <summary> The SID of the Room resource for the Recording Rules </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RecordingRulesResource.Rules">
            <summary> A collection of Recording Rules that describe how to include or exclude matching tracks for recording </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RecordingRulesResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RecordingRulesResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.DeleteRoomRecordingOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.DeleteRoomRecordingOptions.PathRoomSid">
            <summary> The SID of the room with the RoomRecording resource to delete. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.DeleteRoomRecordingOptions.PathSid">
            <summary> The SID of the RoomRecording resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.DeleteRoomRecordingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteRoomRecordingOptions </summary>
            <param name="pathRoomSid"> The SID of the room with the RoomRecording resource to delete. </param>
            <param name="pathSid"> The SID of the RoomRecording resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.DeleteRoomRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.FetchRoomRecordingOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.FetchRoomRecordingOptions.PathRoomSid">
            <summary> The SID of the Room resource with the recording to fetch. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.FetchRoomRecordingOptions.PathSid">
            <summary> The SID of the RoomRecording resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.FetchRoomRecordingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchRoomRecordingOptions </summary>
            <param name="pathRoomSid"> The SID of the Room resource with the recording to fetch. </param>
            <param name="pathSid"> The SID of the RoomRecording resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.FetchRoomRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions.PathRoomSid">
            <summary> The SID of the room with the RoomRecording resources to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions.Status">
            <summary> Read only the recordings with this status. Can be: `processing`, `completed`, or `deleted`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions.SourceSid">
            <summary> Read only the recordings that have this `source_sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions.DateCreatedAfter">
            <summary> Read only recordings that started on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions.DateCreatedBefore">
            <summary> Read only Recordings that started before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </summary> 
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions.#ctor(System.String)">
            <summary> Construct a new ListRoomRecordingOptions </summary>
            <param name="pathRoomSid"> The SID of the room with the RoomRecording resources to read. </param>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.BuildDeleteRequest(Twilio.Rest.Video.V1.Room.DeleteRoomRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RoomRecording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Delete(Twilio.Rest.Video.V1.Room.DeleteRoomRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RoomRecording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.DeleteAsync(Twilio.Rest.Video.V1.Room.DeleteRoomRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RoomRecording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathRoomSid"> The SID of the room with the RoomRecording resource to delete. </param>
            <param name="pathSid"> The SID of the RoomRecording resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathRoomSid"> The SID of the room with the RoomRecording resource to delete. </param>
            <param name="pathSid"> The SID of the RoomRecording resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Fetch(Twilio.Rest.Video.V1.Room.FetchRoomRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch RoomRecording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.FetchAsync(Twilio.Rest.Video.V1.Room.FetchRoomRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch RoomRecording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathRoomSid"> The SID of the Room resource with the recording to fetch. </param>
            <param name="pathSid"> The SID of the RoomRecording resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathRoomSid"> The SID of the Room resource with the recording to fetch. </param>
            <param name="pathSid"> The SID of the RoomRecording resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Read(Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read RoomRecording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.ReadAsync(Twilio.Rest.Video.V1.Room.ReadRoomRecordingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read RoomRecording parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Read(System.String,Twilio.Rest.Video.V1.Room.RoomRecordingResource.StatusEnum,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathRoomSid"> The SID of the room with the RoomRecording resources to read. </param>
            <param name="status"> Read only the recordings with this status. Can be: `processing`, `completed`, or `deleted`. </param>
            <param name="sourceSid"> Read only the recordings that have this `source_sid`. </param>
            <param name="dateCreatedAfter"> Read only recordings that started on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </param>
            <param name="dateCreatedBefore"> Read only Recordings that started before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.ReadAsync(System.String,Twilio.Rest.Video.V1.Room.RoomRecordingResource.StatusEnum,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathRoomSid"> The SID of the room with the RoomRecording resources to read. </param>
            <param name="status"> Read only the recordings with this status. Can be: `processing`, `completed`, or `deleted`. </param>
            <param name="sourceSid"> Read only the recordings that have this `source_sid`. </param>
            <param name="dateCreatedAfter"> Read only recordings that started on or after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </param>
            <param name="dateCreatedBefore"> Read only Recordings that started before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) datetime with time zone. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RoomRecording </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Video.V1.Room.RoomRecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Video.V1.Room.RoomRecordingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RoomRecordingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RoomRecordingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Video.V1.Room.RoomRecordingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RoomRecording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Sid">
            <summary> The unique string that we created to identify the RoomRecording resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.SourceSid">
            <summary> The SID of the recording source. For a Room Recording, this value is a `track_sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Size">
            <summary> The size of the recorded track in bytes. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Duration">
            <summary> The duration of the recording rounded to the nearest second. Sub-second duration tracks have a `duration` of 1 second </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.GroupingSids">
            <summary> A list of SIDs related to the Recording. Includes the `room_sid` and `participant_sid`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.TrackName">
            <summary> The name that was given to the source track of the recording. If no name is given, the `source_sid` is used. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Offset">
            <summary> The time in milliseconds elapsed between an arbitrary point in time, common to all group rooms, and the moment when the source room of this track started. This information provides a synchronization mechanism for recordings belonging to the same room. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.MediaExternalLocation">
            <summary> The URL of the media file associated with the recording when stored externally. See [External S3 Recordings](/docs/video/api/external-s3-recordings) for more details. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.RoomSid">
            <summary> The SID of the Room resource the recording is associated with. </summary> 
        </member>
        <member name="P:Twilio.Rest.Video.V1.Room.RoomRecordingResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DeleteArchivedCallOptions">
            <summary> Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API. </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DeleteArchivedCallOptions.PathDate">
            <summary> The date of the Call in UTC. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DeleteArchivedCallOptions.PathSid">
            <summary> The Twilio-provided Call SID that uniquely identifies the Call resource to delete </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteArchivedCallOptions.#ctor(System.Nullable{System.DateTime},System.String)">
            <summary> Construct a new DeleteArchivedCallOptions </summary>
            <param name="pathDate"> The date of the Call in UTC. </param>
            <param name="pathSid"> The Twilio-provided Call SID that uniquely identifies the Call resource to delete </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteArchivedCallOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ArchivedCallResource.BuildDeleteRequest(Twilio.Rest.Voice.V1.DeleteArchivedCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API. </summary>
            <param name="options"> Delete ArchivedCall parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ArchivedCall </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ArchivedCallResource.Delete(Twilio.Rest.Voice.V1.DeleteArchivedCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API. </summary>
            <param name="options"> Delete ArchivedCall parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ArchivedCall </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ArchivedCallResource.DeleteAsync(Twilio.Rest.Voice.V1.DeleteArchivedCallOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API. </summary>
            <param name="options"> Delete ArchivedCall parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ArchivedCall </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ArchivedCallResource.Delete(System.Nullable{System.DateTime},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API. </summary>
            <param name="pathDate"> The date of the Call in UTC. </param>
            <param name="pathSid"> The Twilio-provided Call SID that uniquely identifies the Call resource to delete </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ArchivedCall </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ArchivedCallResource.DeleteAsync(System.Nullable{System.DateTime},System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete an archived call record from Bulk Export. Note: this does not also delete the record from the Voice API. </summary>
            <param name="pathDate"> The date of the Call in UTC. </param>
            <param name="pathSid"> The Twilio-provided Call SID that uniquely identifies the Call resource to delete </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ArchivedCall </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ArchivedCallResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ArchivedCallResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ArchivedCallResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ArchivedCallResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.CreateByocTrunkOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.VoiceUrl">
            <summary> The URL we should call when the BYOC Trunk receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.VoiceMethod">
            <summary> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs while retrieving or executing the TwiML from `voice_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.VoiceFallbackMethod">
            <summary> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.StatusCallbackUrl">
            <summary> The URL that we should call to pass status parameters (such as call ended) to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.CnamLookupEnabled">
            <summary> Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the BYOC Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.ConnectionPolicySid">
            <summary> The SID of the Connection Policy that Twilio will use when routing traffic to your communications infrastructure. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.FromDomainSid">
            <summary> The SID of the SIP Domain that should be used in the `From` header of originating calls sent to your SIP infrastructure. If your SIP infrastructure allows users to \\\"call back\\\" an incoming call, configure this with a [SIP Domain](https://www.twilio.com/docs/voice/api/sending-sip) to ensure proper routing. If not configured, the from domain will default to \\\"sip.twilio.com\\\". </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.CreateByocTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DeleteByocTrunkOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DeleteByocTrunkOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteByocTrunkOptions.#ctor(System.String)">
            <summary> Construct a new DeleteByocTrunkOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteByocTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.FetchByocTrunkOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.FetchByocTrunkOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.FetchByocTrunkOptions.#ctor(System.String)">
            <summary> Construct a new FetchByocTrunkOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.FetchByocTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ReadByocTrunkOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ReadByocTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.VoiceUrl">
            <summary> The URL we should call when the BYOC Trunk receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.VoiceMethod">
            <summary> The HTTP method we should use to call `voice_url` </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.VoiceFallbackUrl">
            <summary> The URL that we should call when an error occurs while retrieving or executing the TwiML requested by `voice_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.VoiceFallbackMethod">
            <summary> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.StatusCallbackUrl">
            <summary> The URL that we should call to pass status parameters (such as call ended) to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.StatusCallbackMethod">
            <summary> The HTTP method we should use to call `status_callback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.CnamLookupEnabled">
            <summary> Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the BYOC Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.ConnectionPolicySid">
            <summary> The SID of the Connection Policy that Twilio will use when routing traffic to your communications infrastructure. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.FromDomainSid">
            <summary> The SID of the SIP Domain that should be used in the `From` header of originating calls sent to your SIP infrastructure. If your SIP infrastructure allows users to \\\"call back\\\" an incoming call, configure this with a [SIP Domain](https://www.twilio.com/docs/voice/api/sending-sip) to ensure proper routing. If not configured, the from domain will default to \\\"sip.twilio.com\\\". </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.#ctor(System.String)">
            <summary> Construct a new UpdateByocTrunkOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.UpdateByocTrunkOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Create(Twilio.Rest.Voice.V1.CreateByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.CreateAsync(Twilio.Rest.Voice.V1.CreateByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Create(System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="voiceUrl"> The URL we should call when the BYOC Trunk receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML from `voice_url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallbackUrl"> The URL that we should call to pass status parameters (such as call ended) to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback_url`. Can be: `GET` or `POST`. </param>
            <param name="cnamLookupEnabled"> Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the BYOC Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </param>
            <param name="connectionPolicySid"> The SID of the Connection Policy that Twilio will use when routing traffic to your communications infrastructure. </param>
            <param name="fromDomainSid"> The SID of the SIP Domain that should be used in the `From` header of originating calls sent to your SIP infrastructure. If your SIP infrastructure allows users to \\\"call back\\\" an incoming call, configure this with a [SIP Domain](https://www.twilio.com/docs/voice/api/sending-sip) to ensure proper routing. If not configured, the from domain will default to \\\"sip.twilio.com\\\". </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.CreateAsync(System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="voiceUrl"> The URL we should call when the BYOC Trunk receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`. </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML from `voice_url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallbackUrl"> The URL that we should call to pass status parameters (such as call ended) to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback_url`. Can be: `GET` or `POST`. </param>
            <param name="cnamLookupEnabled"> Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the BYOC Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </param>
            <param name="connectionPolicySid"> The SID of the Connection Policy that Twilio will use when routing traffic to your communications infrastructure. </param>
            <param name="fromDomainSid"> The SID of the SIP Domain that should be used in the `From` header of originating calls sent to your SIP infrastructure. If your SIP infrastructure allows users to \\\"call back\\\" an incoming call, configure this with a [SIP Domain](https://www.twilio.com/docs/voice/api/sending-sip) to ensure proper routing. If not configured, the from domain will default to \\\"sip.twilio.com\\\". </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.BuildDeleteRequest(Twilio.Rest.Voice.V1.DeleteByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Delete(Twilio.Rest.Voice.V1.DeleteByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.DeleteAsync(Twilio.Rest.Voice.V1.DeleteByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Fetch(Twilio.Rest.Voice.V1.FetchByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.FetchAsync(Twilio.Rest.Voice.V1.FetchByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Read(Twilio.Rest.Voice.V1.ReadByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.ReadAsync(Twilio.Rest.Voice.V1.ReadByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.NextPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.ByocTrunkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.ByocTrunkResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Update(Twilio.Rest.Voice.V1.UpdateByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.UpdateAsync(Twilio.Rest.Voice.V1.UpdateByocTrunkOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update ByocTrunk parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.Update(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="voiceUrl"> The URL we should call when the BYOC Trunk receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url` </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML requested by `voice_url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallbackUrl"> The URL that we should call to pass status parameters (such as call ended) to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback_url`. Can be: `GET` or `POST`. </param>
            <param name="cnamLookupEnabled"> Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the BYOC Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </param>
            <param name="connectionPolicySid"> The SID of the Connection Policy that Twilio will use when routing traffic to your communications infrastructure. </param>
            <param name="fromDomainSid"> The SID of the SIP Domain that should be used in the `From` header of originating calls sent to your SIP infrastructure. If your SIP infrastructure allows users to \\\"call back\\\" an incoming call, configure this with a [SIP Domain](https://www.twilio.com/docs/voice/api/sending-sip) to ensure proper routing. If not configured, the from domain will default to \\\"sip.twilio.com\\\". </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.UpdateAsync(System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Boolean},System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the BYOC Trunk resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="voiceUrl"> The URL we should call when the BYOC Trunk receives a call. </param>
            <param name="voiceMethod"> The HTTP method we should use to call `voice_url` </param>
            <param name="voiceFallbackUrl"> The URL that we should call when an error occurs while retrieving or executing the TwiML requested by `voice_url`. </param>
            <param name="voiceFallbackMethod"> The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`. </param>
            <param name="statusCallbackUrl"> The URL that we should call to pass status parameters (such as call ended) to your application. </param>
            <param name="statusCallbackMethod"> The HTTP method we should use to call `status_callback_url`. Can be: `GET` or `POST`. </param>
            <param name="cnamLookupEnabled"> Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the BYOC Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </param>
            <param name="connectionPolicySid"> The SID of the Connection Policy that Twilio will use when routing traffic to your communications infrastructure. </param>
            <param name="fromDomainSid"> The SID of the SIP Domain that should be used in the `From` header of originating calls sent to your SIP infrastructure. If your SIP infrastructure allows users to \\\"call back\\\" an incoming call, configure this with a [SIP Domain](https://www.twilio.com/docs/voice/api/sending-sip) to ensure proper routing. If not configured, the from domain will default to \\\"sip.twilio.com\\\". </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ByocTrunk </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ByocTrunkResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ByocTrunkResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ByocTrunkResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the BYOC Trunk resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.Sid">
            <summary> The unique string that that we created to identify the BYOC Trunk resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.VoiceUrl">
            <summary> The URL we call using the `voice_method` when the BYOC Trunk receives a call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.VoiceMethod">
            <summary> The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.VoiceFallbackUrl">
            <summary> The URL that we call when an error occurs while retrieving or executing the TwiML requested from `voice_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.VoiceFallbackMethod">
            <summary> The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.StatusCallbackUrl">
            <summary> The URL that we call to pass status parameters (such as call ended) to your application. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.StatusCallbackMethod">
            <summary> The HTTP method we use to call `status_callback_url`. Either `GET` or `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.CnamLookupEnabled">
            <summary> Whether Caller ID Name (CNAM) lookup is enabled for the trunk. If enabled, all inbound calls to the BYOC Trunk from the United States and Canada automatically perform a CNAM Lookup and display Caller ID data on your phone. See [CNAM Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.ConnectionPolicySid">
            <summary> The SID of the Connection Policy that Twilio will use when routing traffic to your communications infrastructure. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.FromDomainSid">
            <summary> The SID of the SIP Domain that should be used in the `From` header of originating calls sent to your SIP infrastructure. If your SIP infrastructure allows users to \"call back\" an incoming call, configure this with a [SIP Domain](https://www.twilio.com/docs/voice/api/sending-sip) to ensure proper routing. If not configured, the from domain will default to \"sip.twilio.com\". </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ByocTrunkResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.CreateConnectionPolicyOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateConnectionPolicyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.CreateConnectionPolicyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DeleteConnectionPolicyOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DeleteConnectionPolicyOptions.PathSid">
            <summary> The unique string that we created to identify the Connection Policy resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteConnectionPolicyOptions.#ctor(System.String)">
            <summary> Construct a new DeleteConnectionPolicyOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteConnectionPolicyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.FetchConnectionPolicyOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.FetchConnectionPolicyOptions.PathSid">
            <summary> The unique string that we created to identify the Connection Policy resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.FetchConnectionPolicyOptions.#ctor(System.String)">
            <summary> Construct a new FetchConnectionPolicyOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.FetchConnectionPolicyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ReadConnectionPolicyOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ReadConnectionPolicyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.UpdateConnectionPolicyOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateConnectionPolicyOptions.PathSid">
            <summary> The unique string that we created to identify the Connection Policy resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateConnectionPolicyOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.UpdateConnectionPolicyOptions.#ctor(System.String)">
            <summary> Construct a new UpdateConnectionPolicyOptions </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.UpdateConnectionPolicyOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Create(Twilio.Rest.Voice.V1.CreateConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.CreateAsync(Twilio.Rest.Voice.V1.CreateConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.BuildDeleteRequest(Twilio.Rest.Voice.V1.DeleteConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Delete(Twilio.Rest.Voice.V1.DeleteConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.DeleteAsync(Twilio.Rest.Voice.V1.DeleteConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Fetch(Twilio.Rest.Voice.V1.FetchConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.FetchAsync(Twilio.Rest.Voice.V1.FetchConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Read(Twilio.Rest.Voice.V1.ReadConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.ReadAsync(Twilio.Rest.Voice.V1.ReadConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.NextPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.ConnectionPolicyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.ConnectionPolicyResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Update(Twilio.Rest.Voice.V1.UpdateConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.UpdateAsync(Twilio.Rest.Voice.V1.UpdateConnectionPolicyOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update ConnectionPolicy parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The unique string that we created to identify the Connection Policy resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicy </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConnectionPolicyResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConnectionPolicyResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicyResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicyResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Connection Policy resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Sid">
            <summary> The unique string that we created to identify the Connection Policy resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicyResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicyResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicyResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicyResource.Links">
            <summary> The URLs of related resources. </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions.PathConnectionPolicySid">
            <summary> The SID of the Connection Policy that owns the Target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions.Target">
            <summary> The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions.Priority">
            <summary> The relative importance of the target. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions.Weight">
            <summary> The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. Targets with higher values receive more load than those with lower ones with the same priority. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions.Enabled">
            <summary> Whether the Target is enabled. The default is `true`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions.#ctor(System.String,System.Uri)">
            <summary> Construct a new CreateConnectionPolicyTargetOptions </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="target"> The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ConnectionPolicy.DeleteConnectionPolicyTargetOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.DeleteConnectionPolicyTargetOptions.PathConnectionPolicySid">
            <summary> The SID of the Connection Policy that owns the Target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.DeleteConnectionPolicyTargetOptions.PathSid">
            <summary> The unique string that we created to identify the Target resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.DeleteConnectionPolicyTargetOptions.#ctor(System.String,System.String)">
            <summary> Construct a new DeleteConnectionPolicyTargetOptions </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.DeleteConnectionPolicyTargetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ConnectionPolicy.FetchConnectionPolicyTargetOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.FetchConnectionPolicyTargetOptions.PathConnectionPolicySid">
            <summary> The SID of the Connection Policy that owns the Target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.FetchConnectionPolicyTargetOptions.PathSid">
            <summary> The unique string that we created to identify the Target resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.FetchConnectionPolicyTargetOptions.#ctor(System.String,System.String)">
            <summary> Construct a new FetchConnectionPolicyTargetOptions </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.FetchConnectionPolicyTargetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ConnectionPolicy.ReadConnectionPolicyTargetOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ReadConnectionPolicyTargetOptions.PathConnectionPolicySid">
            <summary> The SID of the Connection Policy from which to read the Targets. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ReadConnectionPolicyTargetOptions.#ctor(System.String)">
            <summary> Construct a new ListConnectionPolicyTargetOptions </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy from which to read the Targets. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ReadConnectionPolicyTargetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.PathConnectionPolicySid">
            <summary> The SID of the Connection Policy that owns the Target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.PathSid">
            <summary> The unique string that we created to identify the Target resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.Target">
            <summary> The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.Priority">
            <summary> The relative importance of the target. Can be an integer from 0 to 65535, inclusive. The lowest number represents the most important target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.Weight">
            <summary> The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive. Targets with higher values receive more load than those with lower ones with the same priority. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.Enabled">
            <summary> Whether the Target is enabled. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateConnectionPolicyTargetOptions </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Create(Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.CreateAsync(Twilio.Rest.Voice.V1.ConnectionPolicy.CreateConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Create(System.String,System.Uri,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="target"> The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="priority"> The relative importance of the target. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important target. </param>
            <param name="weight"> The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. Targets with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="enabled"> Whether the Target is enabled. The default is `true`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.CreateAsync(System.String,System.Uri,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="target"> The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="priority"> The relative importance of the target. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important target. </param>
            <param name="weight"> The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. Targets with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="enabled"> Whether the Target is enabled. The default is `true`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.BuildDeleteRequest(Twilio.Rest.Voice.V1.ConnectionPolicy.DeleteConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Delete(Twilio.Rest.Voice.V1.ConnectionPolicy.DeleteConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.DeleteAsync(Twilio.Rest.Voice.V1.ConnectionPolicy.DeleteConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Delete(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.DeleteAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Fetch(Twilio.Rest.Voice.V1.ConnectionPolicy.FetchConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.FetchAsync(Twilio.Rest.Voice.V1.ConnectionPolicy.FetchConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Fetch(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.FetchAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Read(Twilio.Rest.Voice.V1.ConnectionPolicy.ReadConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.ReadAsync(Twilio.Rest.Voice.V1.ConnectionPolicy.ReadConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy from which to read the Targets. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy from which to read the Targets. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.NextPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Update(Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.UpdateAsync(Twilio.Rest.Voice.V1.ConnectionPolicy.UpdateConnectionPolicyTargetOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update ConnectionPolicyTarget parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Update(System.String,System.String,System.String,System.Uri,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="target"> The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. </param>
            <param name="priority"> The relative importance of the target. Can be an integer from 0 to 65535, inclusive. The lowest number represents the most important target. </param>
            <param name="weight"> The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive. Targets with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="enabled"> Whether the Target is enabled. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.UpdateAsync(System.String,System.String,System.String,System.Uri,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathConnectionPolicySid"> The SID of the Connection Policy that owns the Target. </param>
            <param name="pathSid"> The unique string that we created to identify the Target resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="target"> The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. </param>
            <param name="priority"> The relative importance of the target. Can be an integer from 0 to 65535, inclusive. The lowest number represents the most important target. </param>
            <param name="weight"> The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive. Targets with higher values receive more load than those with lower ones with the same priority. </param>
            <param name="enabled"> Whether the Target is enabled. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of ConnectionPolicyTarget </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a ConnectionPolicyTargetResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> ConnectionPolicyTargetResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Target resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.ConnectionPolicySid">
            <summary> The SID of the Connection Policy that owns the Target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Sid">
            <summary> The unique string that we created to identify the Target resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Target">
            <summary> The SIP address you want Twilio to route your calls to. This must be a `sip:` schema. `sips` is NOT supported. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Priority">
            <summary> The relative importance of the target. Can be an integer from 0 to 65535, inclusive, and the default is 10. The lowest number represents the most important target. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Weight">
            <summary> The value that determines the relative share of the load the Target should receive compared to other Targets with the same priority. Can be an integer from 1 to 65535, inclusive, and the default is 10. Targets with higher values receive more load than those with lower ones with the same priority. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Enabled">
            <summary> Whether the target is enabled. The default is `true`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.ConnectionPolicy.ConnectionPolicyTargetResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DialingPermissions.CreateBulkCountryUpdateOptions">
            <summary> Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CreateBulkCountryUpdateOptions.UpdateRequest">
            <summary> URL encoded JSON array of update objects. example : `[ { \\\"iso_code\\\": \\\"GB\\\", \\\"low_risk_numbers_enabled\\\": \\\"true\\\", \\\"high_risk_special_numbers_enabled\\\":\\\"true\\\", \\\"high_risk_tollfraud_numbers_enabled\\\": \\\"false\\\" } ]` </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CreateBulkCountryUpdateOptions.#ctor(System.String)">
            <summary> Construct a new CreateDialingPermissionsCountryBulkUpdateOptions </summary>
            <param name="updateRequest"> URL encoded JSON array of update objects. example : `[ { \\\"iso_code\\\": \\\"GB\\\", \\\"low_risk_numbers_enabled\\\": \\\"true\\\", \\\"high_risk_special_numbers_enabled\\\":\\\"true\\\", \\\"high_risk_tollfraud_numbers_enabled\\\": \\\"false\\\" } ]` </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CreateBulkCountryUpdateOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.BulkCountryUpdateResource.Create(Twilio.Rest.Voice.V1.DialingPermissions.CreateBulkCountryUpdateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
            <param name="options"> Create BulkCountryUpdate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkCountryUpdate </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.BulkCountryUpdateResource.CreateAsync(Twilio.Rest.Voice.V1.DialingPermissions.CreateBulkCountryUpdateOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
            <param name="options"> Create BulkCountryUpdate parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkCountryUpdate </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.BulkCountryUpdateResource.Create(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
            <param name="updateRequest"> URL encoded JSON array of update objects. example : `[ { \\\"iso_code\\\": \\\"GB\\\", \\\"low_risk_numbers_enabled\\\": \\\"true\\\", \\\"high_risk_special_numbers_enabled\\\":\\\"true\\\", \\\"high_risk_tollfraud_numbers_enabled\\\": \\\"false\\\" } ]` </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of BulkCountryUpdate </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.BulkCountryUpdateResource.CreateAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Create a bulk update request to change voice dialing country permissions of one or more countries identified by the corresponding [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
            <param name="updateRequest"> URL encoded JSON array of update objects. example : `[ { \\\"iso_code\\\": \\\"GB\\\", \\\"low_risk_numbers_enabled\\\": \\\"true\\\", \\\"high_risk_special_numbers_enabled\\\":\\\"true\\\", \\\"high_risk_tollfraud_numbers_enabled\\\": \\\"false\\\" } ]` </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of BulkCountryUpdate </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.BulkCountryUpdateResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a BulkCountryUpdateResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> BulkCountryUpdateResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.BulkCountryUpdateResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.BulkCountryUpdateResource.UpdateCount">
            <summary> The number of countries updated </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.BulkCountryUpdateResource.UpdateRequest">
            <summary> A bulk update request to change voice dialing country permissions stored as a URL-encoded, JSON array of update objects. For example : `[ { \"iso_code\": \"GB\", \"low_risk_numbers_enabled\": \"true\", \"high_risk_special_numbers_enabled\":\"true\", \"high_risk_tollfraud_numbers_enabled\": \"false\" } ]` </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DialingPermissions.FetchCountryOptions">
            <summary> Retrieve voice dialing country permissions identified by the given ISO country code </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.FetchCountryOptions.PathIsoCode">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the DialingPermissions Country resource to fetch </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.FetchCountryOptions.#ctor(System.String)">
            <summary> Construct a new FetchDialingPermissionsCountryOptions </summary>
            <param name="pathIsoCode"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the DialingPermissions Country resource to fetch </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.FetchCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions">
            <summary> Retrieve all voice dialing country permissions for this account </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions.IsoCode">
            <summary> Filter to retrieve the country permissions by specifying the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions.Continent">
            <summary> Filter to retrieve the country permissions by specifying the continent </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions.CountryCode">
            <summary> Filter the results by specified [country codes](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html) </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions.LowRiskNumbersEnabled">
            <summary> Filter to retrieve the country permissions with dialing to low-risk numbers enabled. Can be: `true` or `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions.HighRiskSpecialNumbersEnabled">
            <summary> Filter to retrieve the country permissions with dialing to high-risk special service numbers enabled. Can be: `true` or `false` </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions.HighRiskTollfraudNumbersEnabled">
            <summary> Filter to retrieve the country permissions with dialing to high-risk [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html) numbers enabled. Can be: `true` or `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.Fetch(Twilio.Rest.Voice.V1.DialingPermissions.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve voice dialing country permissions identified by the given ISO country code </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.FetchAsync(Twilio.Rest.Voice.V1.DialingPermissions.FetchCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve voice dialing country permissions identified by the given ISO country code </summary>
            <param name="options"> Fetch Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve voice dialing country permissions identified by the given ISO country code </summary>
            <param name="pathIsoCode"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the DialingPermissions Country resource to fetch </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve voice dialing country permissions identified by the given ISO country code </summary>
            <param name="pathIsoCode"> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the DialingPermissions Country resource to fetch </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.Read(Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve all voice dialing country permissions for this account </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.ReadAsync(Twilio.Rest.Voice.V1.DialingPermissions.ReadCountryOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve all voice dialing country permissions for this account </summary>
            <param name="options"> Read Country parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.Read(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve all voice dialing country permissions for this account </summary>
            <param name="isoCode"> Filter to retrieve the country permissions by specifying the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </param>
            <param name="continent"> Filter to retrieve the country permissions by specifying the continent </param>
            <param name="countryCode"> Filter the results by specified [country codes](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html) </param>
            <param name="lowRiskNumbersEnabled"> Filter to retrieve the country permissions with dialing to low-risk numbers enabled. Can be: `true` or `false`. </param>
            <param name="highRiskSpecialNumbersEnabled"> Filter to retrieve the country permissions with dialing to high-risk special service numbers enabled. Can be: `true` or `false` </param>
            <param name="highRiskTollfraudNumbersEnabled"> Filter to retrieve the country permissions with dialing to high-risk [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html) numbers enabled. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.ReadAsync(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve all voice dialing country permissions for this account </summary>
            <param name="isoCode"> Filter to retrieve the country permissions by specifying the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </param>
            <param name="continent"> Filter to retrieve the country permissions by specifying the continent </param>
            <param name="countryCode"> Filter the results by specified [country codes](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html) </param>
            <param name="lowRiskNumbersEnabled"> Filter to retrieve the country permissions with dialing to low-risk numbers enabled. Can be: `true` or `false`. </param>
            <param name="highRiskSpecialNumbersEnabled"> Filter to retrieve the country permissions with dialing to high-risk special service numbers enabled. Can be: `true` or `false` </param>
            <param name="highRiskTollfraudNumbersEnabled"> Filter to retrieve the country permissions with dialing to high-risk [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html) numbers enabled. Can be: `true` or `false`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Country </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.NextPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.DialingPermissions.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.DialingPermissions.CountryResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CountryResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CountryResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.IsoCode">
            <summary> The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.Name">
            <summary> The name of the country. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.Continent">
            <summary> The name of the continent in which the country is located. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.CountryCodes">
            <summary> The E.164 assigned [country codes(s)](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html) </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.LowRiskNumbersEnabled">
            <summary> Whether dialing to low-risk numbers is enabled. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.HighRiskSpecialNumbersEnabled">
            <summary> Whether dialing to high-risk special services numbers is enabled. These prefixes include number ranges allocated by the country and include premium numbers, special services, shared cost, and others </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.HighRiskTollfraudNumbersEnabled">
            <summary> Whether dialing to high-risk [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html) numbers is enabled. These prefixes include narrow number ranges that have a high-risk of international revenue sharing fraud (IRSF) attacks, also known as [toll fraud](https://www.twilio.com/blog/how-to-protect-your-account-from-toll-fraud-with-voice-dialing-geo-permissions-html). These prefixes are collected from anti-fraud databases and verified by analyzing calls on our network. These prefixes are not available for download and are updated frequently </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.Url">
            <summary> The absolute URL of this resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.CountryResource.Links">
            <summary> A list of URLs related to this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DialingPermissions.Country.ReadHighriskSpecialPrefixOptions">
            <summary> Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.Country.ReadHighriskSpecialPrefixOptions.PathIsoCode">
            <summary> The [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to identify the country permissions from which high-risk special service number prefixes are fetched </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.ReadHighriskSpecialPrefixOptions.#ctor(System.String)">
            <summary> Construct a new ListDialingPermissionsHrsPrefixesOptions </summary>
            <param name="pathIsoCode"> The [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to identify the country permissions from which high-risk special service number prefixes are fetched </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.ReadHighriskSpecialPrefixOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.Read(Twilio.Rest.Voice.V1.DialingPermissions.Country.ReadHighriskSpecialPrefixOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
            <param name="options"> Read HighriskSpecialPrefix parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HighriskSpecialPrefix </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.ReadAsync(Twilio.Rest.Voice.V1.DialingPermissions.Country.ReadHighriskSpecialPrefixOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
            <param name="options"> Read HighriskSpecialPrefix parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HighriskSpecialPrefix </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
            <param name="pathIsoCode"> The [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to identify the country permissions from which high-risk special service number prefixes are fetched </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of HighriskSpecialPrefix </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the high-risk special services prefixes from the country resource corresponding to the [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) </summary>
            <param name="pathIsoCode"> The [ISO 3166-1 country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) to identify the country permissions from which high-risk special service number prefixes are fetched </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of HighriskSpecialPrefix </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.NextPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a HighriskSpecialPrefixResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> HighriskSpecialPrefixResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.Country.HighriskSpecialPrefixResource.Prefix">
            <summary> A prefix is a contiguous number range for a block of E.164 numbers that includes the E.164 assigned country code. For example, a North American Numbering Plan prefix like `+1510720` written like `+1(510) 720` matches all numbers inclusive from `+1(510) 720-0000` to `+1(510) 720-9999`. </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DialingPermissions.FetchSettingsOptions">
            <summary> Retrieve voice dialing permissions inheritance for the sub-account </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.FetchSettingsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DialingPermissions.UpdateSettingsOptions">
            <summary> Update voice dialing permissions inheritance for the sub-account </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.UpdateSettingsOptions.DialingPermissionsInheritance">
            <summary> `true` for the sub-account to inherit voice dialing permissions from the Master Project; otherwise `false`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.UpdateSettingsOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.Fetch(Twilio.Rest.Voice.V1.DialingPermissions.FetchSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve voice dialing permissions inheritance for the sub-account </summary>
            <param name="options"> Fetch Settings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Settings </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.FetchAsync(Twilio.Rest.Voice.V1.DialingPermissions.FetchSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve voice dialing permissions inheritance for the sub-account </summary>
            <param name="options"> Fetch Settings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Settings </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.Fetch(Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve voice dialing permissions inheritance for the sub-account </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Settings </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.FetchAsync(Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve voice dialing permissions inheritance for the sub-account </summary>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Settings </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.Update(Twilio.Rest.Voice.V1.DialingPermissions.UpdateSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update voice dialing permissions inheritance for the sub-account </summary>
            <param name="options"> Update Settings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Settings </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.UpdateAsync(Twilio.Rest.Voice.V1.DialingPermissions.UpdateSettingsOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Update voice dialing permissions inheritance for the sub-account </summary>
            <param name="options"> Update Settings parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Settings </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.Update(System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update voice dialing permissions inheritance for the sub-account </summary>
            <param name="dialingPermissionsInheritance"> `true` for the sub-account to inherit voice dialing permissions from the Master Project; otherwise `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Settings </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.UpdateAsync(System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Update voice dialing permissions inheritance for the sub-account </summary>
            <param name="dialingPermissionsInheritance"> `true` for the sub-account to inherit voice dialing permissions from the Master Project; otherwise `false`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Settings </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SettingsResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SettingsResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.DialingPermissionsInheritance">
            <summary> `true` if the sub-account will inherit voice dialing permissions from the Master Project; otherwise `false`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DialingPermissions.SettingsResource.Url">
            <summary> The absolute URL of this resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.CreateIpRecordOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateIpRecordOptions.IpAddress">
            <summary> An IP address in dotted decimal notation, IPv4 only. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateIpRecordOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateIpRecordOptions.CidrPrefixLength">
            <summary> An integer representing the length of the [CIDR](https://tools.ietf.org/html/rfc4632) prefix to use with this IP address. By default the entire IP address is used, which for IPv4 is value 32. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.CreateIpRecordOptions.#ctor(System.String)">
            <summary> Construct a new CreateIpRecordOptions </summary>
            <param name="ipAddress"> An IP address in dotted decimal notation, IPv4 only. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.CreateIpRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DeleteIpRecordOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DeleteIpRecordOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IP Record resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteIpRecordOptions.#ctor(System.String)">
            <summary> Construct a new DeleteIpRecordOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteIpRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.FetchIpRecordOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.FetchIpRecordOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IP Record resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.FetchIpRecordOptions.#ctor(System.String)">
            <summary> Construct a new FetchIpRecordOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.FetchIpRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ReadIpRecordOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ReadIpRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.UpdateIpRecordOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateIpRecordOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IP Record resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateIpRecordOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.UpdateIpRecordOptions.#ctor(System.String)">
            <summary> Construct a new UpdateIpRecordOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.UpdateIpRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Create(Twilio.Rest.Voice.V1.CreateIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.CreateAsync(Twilio.Rest.Voice.V1.CreateIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Create(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="ipAddress"> An IP address in dotted decimal notation, IPv4 only. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="cidrPrefixLength"> An integer representing the length of the [CIDR](https://tools.ietf.org/html/rfc4632) prefix to use with this IP address. By default the entire IP address is used, which for IPv4 is value 32. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.CreateAsync(System.String,System.String,System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="ipAddress"> An IP address in dotted decimal notation, IPv4 only. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="cidrPrefixLength"> An integer representing the length of the [CIDR](https://tools.ietf.org/html/rfc4632) prefix to use with this IP address. By default the entire IP address is used, which for IPv4 is value 32. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.BuildDeleteRequest(Twilio.Rest.Voice.V1.DeleteIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Delete(Twilio.Rest.Voice.V1.DeleteIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.DeleteAsync(Twilio.Rest.Voice.V1.DeleteIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Fetch(Twilio.Rest.Voice.V1.FetchIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.FetchAsync(Twilio.Rest.Voice.V1.FetchIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Read(Twilio.Rest.Voice.V1.ReadIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.ReadAsync(Twilio.Rest.Voice.V1.ReadIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.NextPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.IpRecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.IpRecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Update(Twilio.Rest.Voice.V1.UpdateIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.UpdateAsync(Twilio.Rest.Voice.V1.UpdateIpRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update IpRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to update. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It is not unique and can be up to 255 characters long. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of IpRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a IpRecordResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> IpRecordResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.IpRecordResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.IpRecordResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IP Record resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.IpRecordResource.Sid">
            <summary> The unique string that we created to identify the IP Record resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.IpRecordResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.IpRecordResource.IpAddress">
            <summary> An IP address in dotted decimal notation, IPv4 only. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.IpRecordResource.CidrPrefixLength">
            <summary> An integer representing the length of the [CIDR](https://tools.ietf.org/html/rfc4632) prefix to use with this IP address. By default the entire IP address is used, which for IPv4 is value 32. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.IpRecordResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.IpRecordResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.IpRecordResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Voice.V1.CreateSourceIpMappingOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateSourceIpMappingOptions.IpRecordSid">
            <summary> The Twilio-provided string that uniquely identifies the IP Record resource to map from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.CreateSourceIpMappingOptions.SipDomainSid">
            <summary> The SID of the SIP Domain that the IP Record should be mapped to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.CreateSourceIpMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new CreateSourceIpMappingOptions </summary>
            <param name="ipRecordSid"> The Twilio-provided string that uniquely identifies the IP Record resource to map from. </param>
            <param name="sipDomainSid"> The SID of the SIP Domain that the IP Record should be mapped to. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.CreateSourceIpMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.DeleteSourceIpMappingOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.DeleteSourceIpMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IP Record resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteSourceIpMappingOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSourceIpMappingOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.DeleteSourceIpMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.FetchSourceIpMappingOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.FetchSourceIpMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IP Record resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.FetchSourceIpMappingOptions.#ctor(System.String)">
            <summary> Construct a new FetchSourceIpMappingOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.FetchSourceIpMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.ReadSourceIpMappingOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.ReadSourceIpMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Voice.V1.UpdateSourceIpMappingOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateSourceIpMappingOptions.PathSid">
            <summary> The Twilio-provided string that uniquely identifies the IP Record resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.UpdateSourceIpMappingOptions.SipDomainSid">
            <summary> The SID of the SIP Domain that the IP Record should be mapped to. </summary> 
        </member>
        <member name="M:Twilio.Rest.Voice.V1.UpdateSourceIpMappingOptions.#ctor(System.String,System.String)">
            <summary> Construct a new UpdateSourceIpMappingOptions </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to update. </param>
            <param name="sipDomainSid"> The SID of the SIP Domain that the IP Record should be mapped to. </param>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.UpdateSourceIpMappingOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Create(Twilio.Rest.Voice.V1.CreateSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.CreateAsync(Twilio.Rest.Voice.V1.CreateSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Create(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="ipRecordSid"> The Twilio-provided string that uniquely identifies the IP Record resource to map from. </param>
            <param name="sipDomainSid"> The SID of the SIP Domain that the IP Record should be mapped to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.CreateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="ipRecordSid"> The Twilio-provided string that uniquely identifies the IP Record resource to map from. </param>
            <param name="sipDomainSid"> The SID of the SIP Domain that the IP Record should be mapped to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.BuildDeleteRequest(Twilio.Rest.Voice.V1.DeleteSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Delete(Twilio.Rest.Voice.V1.DeleteSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.DeleteAsync(Twilio.Rest.Voice.V1.DeleteSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Fetch(Twilio.Rest.Voice.V1.FetchSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.FetchAsync(Twilio.Rest.Voice.V1.FetchSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Read(Twilio.Rest.Voice.V1.ReadSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.ReadAsync(Twilio.Rest.Voice.V1.ReadSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.NextPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.SourceIpMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Voice.V1.SourceIpMappingResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Update(Twilio.Rest.Voice.V1.UpdateSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.UpdateAsync(Twilio.Rest.Voice.V1.UpdateSourceIpMappingOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update SourceIpMapping parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.Update(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to update. </param>
            <param name="sipDomainSid"> The SID of the SIP Domain that the IP Record should be mapped to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.UpdateAsync(System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The Twilio-provided string that uniquely identifies the IP Record resource to update. </param>
            <param name="sipDomainSid"> The SID of the SIP Domain that the IP Record should be mapped to. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of SourceIpMapping </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SourceIpMappingResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SourceIpMappingResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Voice.V1.SourceIpMappingResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Voice.V1.SourceIpMappingResource.Sid">
            <summary> The unique string that we created to identify the IP Record resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.SourceIpMappingResource.IpRecordSid">
            <summary> The Twilio-provided string that uniquely identifies the IP Record resource to map from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.SourceIpMappingResource.SipDomainSid">
            <summary> The SID of the SIP Domain that the IP Record is mapped to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.SourceIpMappingResource.DateCreated">
            <summary> The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.SourceIpMappingResource.DateUpdated">
            <summary> The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Voice.V1.SourceIpMappingResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.CreateCommandOptions">
            <summary> Send a Command to a Sim. </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateCommandOptions.Command">
            <summary> The message body of the Command. Can be plain text in text mode or a Base64 encoded byte string in binary mode. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateCommandOptions.Sim">
            <summary> The `sid` or `unique_name` of the [SIM](https://www.twilio.com/docs/iot/wireless/api/sim-resource) to send the Command to. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateCommandOptions.CallbackMethod">
            <summary> The HTTP method we use to call `callback_url`. Can be: `POST` or `GET`, and the default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateCommandOptions.CallbackUrl">
            <summary> The URL we call using the `callback_url` when the Command has finished sending, whether the command was delivered or it failed. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateCommandOptions.IncludeSid">
            <summary> Whether to include the SID of the command in the message body. Can be: `none`, `start`, or `end`, and the default behavior is `none`. When sending a Command to a SIM in text mode, we can automatically include the SID of the Command in the message body, which could be used to ensure that the device does not process the same Command more than once.  A value of `start` will prepend the message with the Command SID, and `end` will append it to the end, separating the Command SID from the message body with a space. The length of the Command SID is included in the 160 character limit so the SMS body must be 128 characters or less before the Command SID is included. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateCommandOptions.DeliveryReceiptRequested">
            <summary> Whether to request delivery receipt from the recipient. For Commands that request delivery receipt, the Command state transitions to 'delivered' once the server has received a delivery receipt from the device. The default value is `true`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CreateCommandOptions.#ctor(System.String)">
            <summary> Construct a new CreateCommandOptions </summary>
            <param name="command"> The message body of the Command. Can be plain text in text mode or a Base64 encoded byte string in binary mode. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CreateCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.DeleteCommandOptions">
            <summary> Delete a Command instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.DeleteCommandOptions.PathSid">
            <summary> The SID of the Command resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.DeleteCommandOptions.#ctor(System.String)">
            <summary> Construct a new DeleteCommandOptions </summary>
            <param name="pathSid"> The SID of the Command resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.DeleteCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.FetchCommandOptions">
            <summary> Fetch a Command instance from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.FetchCommandOptions.PathSid">
            <summary> The SID of the Command resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.FetchCommandOptions.#ctor(System.String)">
            <summary> Construct a new FetchCommandOptions </summary>
            <param name="pathSid"> The SID of the Command resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.FetchCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.ReadCommandOptions">
            <summary> Retrieve a list of Commands from your account. </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadCommandOptions.Sim">
            <summary> The `sid` or `unique_name` of the [Sim resources](https://www.twilio.com/docs/iot/wireless/api/sim-resource) to read. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadCommandOptions.Status">
            <summary> The status of the resources to read. Can be: `queued`, `sent`, `delivered`, `received`, or `failed`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadCommandOptions.Direction">
            <summary> Only return Commands with this direction value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadCommandOptions.Transport">
            <summary> Only return Commands with this transport value. Can be: `sms` or `ip`. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.ReadCommandOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.Create(Twilio.Rest.Wireless.V1.CreateCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Send a Command to a Sim. </summary>
            <param name="options"> Create Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.CreateAsync(Twilio.Rest.Wireless.V1.CreateCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Send a Command to a Sim. </summary>
            <param name="options"> Create Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.Create(System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Rest.Wireless.V1.CommandResource.CommandModeEnum,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Send a Command to a Sim. </summary>
            <param name="command"> The message body of the Command. Can be plain text in text mode or a Base64 encoded byte string in binary mode. </param>
            <param name="sim"> The `sid` or `unique_name` of the [SIM](https://www.twilio.com/docs/iot/wireless/api/sim-resource) to send the Command to. </param>
            <param name="callbackMethod"> The HTTP method we use to call `callback_url`. Can be: `POST` or `GET`, and the default is `POST`. </param>
            <param name="callbackUrl"> The URL we call using the `callback_url` when the Command has finished sending, whether the command was delivered or it failed. </param>
            <param name="commandMode">  </param>
            <param name="includeSid"> Whether to include the SID of the command in the message body. Can be: `none`, `start`, or `end`, and the default behavior is `none`. When sending a Command to a SIM in text mode, we can automatically include the SID of the Command in the message body, which could be used to ensure that the device does not process the same Command more than once.  A value of `start` will prepend the message with the Command SID, and `end` will append it to the end, separating the Command SID from the message body with a space. The length of the Command SID is included in the 160 character limit so the SMS body must be 128 characters or less before the Command SID is included. </param>
            <param name="deliveryReceiptRequested"> Whether to request delivery receipt from the recipient. For Commands that request delivery receipt, the Command state transitions to 'delivered' once the server has received a delivery receipt from the device. The default value is `true`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.CreateAsync(System.String,System.String,Twilio.Http.HttpMethod,System.Uri,Twilio.Rest.Wireless.V1.CommandResource.CommandModeEnum,System.String,System.Nullable{System.Boolean},Twilio.Clients.ITwilioRestClient)">
            <summary> Send a Command to a Sim. </summary>
            <param name="command"> The message body of the Command. Can be plain text in text mode or a Base64 encoded byte string in binary mode. </param>
            <param name="sim"> The `sid` or `unique_name` of the [SIM](https://www.twilio.com/docs/iot/wireless/api/sim-resource) to send the Command to. </param>
            <param name="callbackMethod"> The HTTP method we use to call `callback_url`. Can be: `POST` or `GET`, and the default is `POST`. </param>
            <param name="callbackUrl"> The URL we call using the `callback_url` when the Command has finished sending, whether the command was delivered or it failed. </param>
            <param name="commandMode">  </param>
            <param name="includeSid"> Whether to include the SID of the command in the message body. Can be: `none`, `start`, or `end`, and the default behavior is `none`. When sending a Command to a SIM in text mode, we can automatically include the SID of the Command in the message body, which could be used to ensure that the device does not process the same Command more than once.  A value of `start` will prepend the message with the Command SID, and `end` will append it to the end, separating the Command SID from the message body with a space. The length of the Command SID is included in the 160 character limit so the SMS body must be 128 characters or less before the Command SID is included. </param>
            <param name="deliveryReceiptRequested"> Whether to request delivery receipt from the recipient. For Commands that request delivery receipt, the Command state transitions to 'delivered' once the server has received a delivery receipt from the device. The default value is `true`. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.BuildDeleteRequest(Twilio.Rest.Wireless.V1.DeleteCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Command instance from your account. </summary>
            <param name="options"> Delete Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.Delete(Twilio.Rest.Wireless.V1.DeleteCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Command instance from your account. </summary>
            <param name="options"> Delete Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.DeleteAsync(Twilio.Rest.Wireless.V1.DeleteCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Command instance from your account. </summary>
            <param name="options"> Delete Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Command instance from your account. </summary>
            <param name="pathSid"> The SID of the Command resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Command instance from your account. </summary>
            <param name="pathSid"> The SID of the Command resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.Fetch(Twilio.Rest.Wireless.V1.FetchCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Command instance from your account. </summary>
            <param name="options"> Fetch Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.FetchAsync(Twilio.Rest.Wireless.V1.FetchCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Command instance from your account. </summary>
            <param name="options"> Fetch Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Command instance from your account. </summary>
            <param name="pathSid"> The SID of the Command resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Command instance from your account. </summary>
            <param name="pathSid"> The SID of the Command resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.Read(Twilio.Rest.Wireless.V1.ReadCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Commands from your account. </summary>
            <param name="options"> Read Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.ReadAsync(Twilio.Rest.Wireless.V1.ReadCommandOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Commands from your account. </summary>
            <param name="options"> Read Command parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.Read(System.String,Twilio.Rest.Wireless.V1.CommandResource.StatusEnum,Twilio.Rest.Wireless.V1.CommandResource.DirectionEnum,Twilio.Rest.Wireless.V1.CommandResource.TransportEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Commands from your account. </summary>
            <param name="sim"> The `sid` or `unique_name` of the [Sim resources](https://www.twilio.com/docs/iot/wireless/api/sim-resource) to read. </param>
            <param name="status"> The status of the resources to read. Can be: `queued`, `sent`, `delivered`, `received`, or `failed`. </param>
            <param name="direction"> Only return Commands with this direction value. </param>
            <param name="transport"> Only return Commands with this transport value. Can be: `sms` or `ip`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.ReadAsync(System.String,Twilio.Rest.Wireless.V1.CommandResource.StatusEnum,Twilio.Rest.Wireless.V1.CommandResource.DirectionEnum,Twilio.Rest.Wireless.V1.CommandResource.TransportEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Commands from your account. </summary>
            <param name="sim"> The `sid` or `unique_name` of the [Sim resources](https://www.twilio.com/docs/iot/wireless/api/sim-resource) to read. </param>
            <param name="status"> The status of the resources to read. Can be: `queued`, `sent`, `delivered`, `received`, or `failed`. </param>
            <param name="direction"> Only return Commands with this direction value. </param>
            <param name="transport"> Only return Commands with this transport value. Can be: `sms` or `ip`. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Command </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.NextPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.CommandResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.CommandResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a CommandResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> CommandResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CommandResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CommandResource.Sid">
            <summary> The unique string that we created to identify the Command resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CommandResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Command resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CommandResource.SimSid">
            <summary> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) that the Command was sent to or from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CommandResource.Command">
            <summary> The message being sent to or from the SIM. For text mode messages, this can be up to 160 characters. For binary mode messages, this is a series of up to 140 bytes of data encoded using base64. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CommandResource.DeliveryReceiptRequested">
            <summary> Whether to request a delivery receipt. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CommandResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CommandResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CommandResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.CreateRatePlanOptions">
            <summary> create </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It does not have to be unique. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.DataEnabled">
            <summary> Whether SIMs can use GPRS/3G/4G/LTE data connectivity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.DataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that the Network allows during one month on the home network (T-Mobile USA). The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB and the default value is `1000`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.DataMetering">
            <summary> The model used to meter data usage. Can be: `payg` and `quota-1`, `quota-10`, and `quota-50`. Learn more about the available [data metering models](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#payg-vs-quota-data-plans). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.MessagingEnabled">
            <summary> Whether SIMs can make, send, and receive SMS using [Commands](https://www.twilio.com/docs/iot/wireless/api/command-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.VoiceEnabled">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.NationalRoamingEnabled">
            <summary> Whether SIMs can roam on networks other than the home network (T-Mobile USA) in the United States. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.InternationalRoaming">
            <summary> The list of services that SIMs capable of using GPRS/3G/4G/LTE data connectivity can use outside of the United States. Can contain: `data` and `messaging`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.NationalRoamingDataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that the Network allows during one month on non-home networks in the United States. The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming) for more info. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.InternationalRoamingDataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that the Network allows during one month when roaming outside the United States. Can be up to 2TB. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.CreateRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.DeleteRatePlanOptions">
            <summary> delete </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.DeleteRatePlanOptions.PathSid">
            <summary> The SID of the RatePlan resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.DeleteRatePlanOptions.#ctor(System.String)">
            <summary> Construct a new DeleteRatePlanOptions </summary>
            <param name="pathSid"> The SID of the RatePlan resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.DeleteRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.FetchRatePlanOptions">
            <summary> fetch </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.FetchRatePlanOptions.PathSid">
            <summary> The SID of the RatePlan resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.FetchRatePlanOptions.#ctor(System.String)">
            <summary> Construct a new FetchRatePlanOptions </summary>
            <param name="pathSid"> The SID of the RatePlan resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.FetchRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.ReadRatePlanOptions">
            <summary> read </summary>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.ReadRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.UpdateRatePlanOptions">
            <summary> update </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateRatePlanOptions.PathSid">
            <summary> The SID of the RatePlan resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateRatePlanOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateRatePlanOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the resource. It does not have to be unique. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UpdateRatePlanOptions.#ctor(System.String)">
            <summary> Construct a new UpdateRatePlanOptions </summary>
            <param name="pathSid"> The SID of the RatePlan resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UpdateRatePlanOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Create(Twilio.Rest.Wireless.V1.CreateRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.CreateAsync(Twilio.Rest.Wireless.V1.CreateRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="options"> Create RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Create(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It does not have to be unique. </param>
            <param name="dataEnabled"> Whether SIMs can use GPRS/3G/4G/LTE data connectivity. </param>
            <param name="dataLimit"> The total data usage (download and upload combined) in Megabytes that the Network allows during one month on the home network (T-Mobile USA). The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB and the default value is `1000`. </param>
            <param name="dataMetering"> The model used to meter data usage. Can be: `payg` and `quota-1`, `quota-10`, and `quota-50`. Learn more about the available [data metering models](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#payg-vs-quota-data-plans). </param>
            <param name="messagingEnabled"> Whether SIMs can make, send, and receive SMS using [Commands](https://www.twilio.com/docs/iot/wireless/api/command-resource). </param>
            <param name="voiceEnabled"> Deprecated. </param>
            <param name="nationalRoamingEnabled"> Whether SIMs can roam on networks other than the home network (T-Mobile USA) in the United States. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming). </param>
            <param name="internationalRoaming"> The list of services that SIMs capable of using GPRS/3G/4G/LTE data connectivity can use outside of the United States. Can contain: `data` and `messaging`. </param>
            <param name="nationalRoamingDataLimit"> The total data usage (download and upload combined) in Megabytes that the Network allows during one month on non-home networks in the United States. The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming) for more info. </param>
            <param name="internationalRoamingDataLimit"> The total data usage (download and upload combined) in Megabytes that the Network allows during one month when roaming outside the United States. Can be up to 2TB. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.CreateAsync(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Collections.Generic.List{System.String},System.Nullable{System.Int32},System.Nullable{System.Int32},Twilio.Clients.ITwilioRestClient)">
            <summary> create </summary>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It does not have to be unique. </param>
            <param name="dataEnabled"> Whether SIMs can use GPRS/3G/4G/LTE data connectivity. </param>
            <param name="dataLimit"> The total data usage (download and upload combined) in Megabytes that the Network allows during one month on the home network (T-Mobile USA). The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB and the default value is `1000`. </param>
            <param name="dataMetering"> The model used to meter data usage. Can be: `payg` and `quota-1`, `quota-10`, and `quota-50`. Learn more about the available [data metering models](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#payg-vs-quota-data-plans). </param>
            <param name="messagingEnabled"> Whether SIMs can make, send, and receive SMS using [Commands](https://www.twilio.com/docs/iot/wireless/api/command-resource). </param>
            <param name="voiceEnabled"> Deprecated. </param>
            <param name="nationalRoamingEnabled"> Whether SIMs can roam on networks other than the home network (T-Mobile USA) in the United States. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming). </param>
            <param name="internationalRoaming"> The list of services that SIMs capable of using GPRS/3G/4G/LTE data connectivity can use outside of the United States. Can contain: `data` and `messaging`. </param>
            <param name="nationalRoamingDataLimit"> The total data usage (download and upload combined) in Megabytes that the Network allows during one month on non-home networks in the United States. The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming) for more info. </param>
            <param name="internationalRoamingDataLimit"> The total data usage (download and upload combined) in Megabytes that the Network allows during one month when roaming outside the United States. Can be up to 2TB. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.BuildDeleteRequest(Twilio.Rest.Wireless.V1.DeleteRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Delete(Twilio.Rest.Wireless.V1.DeleteRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.DeleteAsync(Twilio.Rest.Wireless.V1.DeleteRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="options"> Delete RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the RatePlan resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> delete </summary>
            <param name="pathSid"> The SID of the RatePlan resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Fetch(Twilio.Rest.Wireless.V1.FetchRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.FetchAsync(Twilio.Rest.Wireless.V1.FetchRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="options"> Fetch RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the RatePlan resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> fetch </summary>
            <param name="pathSid"> The SID of the RatePlan resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Read(Twilio.Rest.Wireless.V1.ReadRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.ReadAsync(Twilio.Rest.Wireless.V1.ReadRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Read(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.ReadAsync(System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.NextPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.RatePlanResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.RatePlanResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Update(Twilio.Rest.Wireless.V1.UpdateRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.UpdateAsync(Twilio.Rest.Wireless.V1.UpdateRatePlanOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="options"> Update RatePlan parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.Update(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the RatePlan resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It does not have to be unique. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.UpdateAsync(System.String,System.String,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> update </summary>
            <param name="pathSid"> The SID of the RatePlan resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </param>
            <param name="friendlyName"> A descriptive string that you create to describe the resource. It does not have to be unique. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of RatePlan </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a RatePlanResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> RatePlanResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.RatePlanResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.Sid">
            <summary> The unique string that we created to identify the RatePlan resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RatePlan resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.FriendlyName">
            <summary> The string that you assigned to describe the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.DataEnabled">
            <summary> Whether SIMs can use GPRS/3G/4G/LTE data connectivity. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.DataMetering">
            <summary> The model used to meter data usage. Can be: `payg` and `quota-1`, `quota-10`, and `quota-50`. Learn more about the available [data metering models](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#payg-vs-quota-data-plans). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.DataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that the Network allows during one month on the home network (T-Mobile USA). The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.MessagingEnabled">
            <summary> Whether SIMs can make, send, and receive SMS using [Commands](https://www.twilio.com/docs/iot/wireless/api/command-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.VoiceEnabled">
            <summary> Deprecated. Whether SIMs can make and receive voice calls. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.NationalRoamingEnabled">
            <summary> Whether SIMs can roam on networks other than the home network (T-Mobile USA) in the United States. See [national roaming](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource#national-roaming). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.NationalRoamingDataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that the Network allows during one month on non-home networks in the United States. The metering period begins the day of activation and ends on the same day in the following month. Can be up to 2TB. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.InternationalRoaming">
            <summary> The list of services that SIMs capable of using GPRS/3G/4G/LTE data connectivity can use outside of the United States. Can contain: `data` and `messaging`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.InternationalRoamingDataLimit">
            <summary> The total data usage (download and upload combined) in Megabytes that the Network allows during one month when roaming outside the United States. Can be up to 2TB. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.DateUpdated">
            <summary> The date and time in GMT when the resource was last updated specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.RatePlanResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.DeleteSimOptions">
            <summary> Delete a Sim resource on your Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.DeleteSimOptions.PathSid">
            <summary> The SID or the `unique_name` of the Sim resource to delete. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.DeleteSimOptions.#ctor(System.String)">
            <summary> Construct a new DeleteSimOptions </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to delete. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.DeleteSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.FetchSimOptions">
            <summary> Fetch a Sim resource on your Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.FetchSimOptions.PathSid">
            <summary> The SID or the `unique_name` of the Sim resource to fetch. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.FetchSimOptions.#ctor(System.String)">
            <summary> Construct a new FetchSimOptions </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to fetch. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.FetchSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.ReadSimOptions">
            <summary> Retrieve a list of Sim resources on your Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadSimOptions.Status">
            <summary> Only return Sim resources with this status. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadSimOptions.Iccid">
            <summary> Only return Sim resources with this ICCID. This will return a list with a maximum size of 1. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadSimOptions.RatePlan">
            <summary> The SID or unique name of a [RatePlan resource](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource). Only return Sim resources assigned to this RatePlan resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadSimOptions.EId">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadSimOptions.SimRegistrationCode">
            <summary> Only return Sim resources with this registration code. This will return a list with a maximum size of 1. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.ReadSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.UpdateSimOptions">
            <summary> Updates the given properties of a Sim resource on your Account. </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.PathSid">
            <summary> The SID or the `unique_name` of the Sim resource to update. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the `sid` in the URL path to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.CallbackMethod">
            <summary> The HTTP method we should use to call `callback_url`. Can be: `POST` or `GET`. The default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.CallbackUrl">
            <summary> The URL we should call using the `callback_url` when the SIM has finished updating. When the SIM transitions from `new` to `ready` or from any status to `deactivated`, we call this URL when the status changes to an intermediate status (`ready` or `deactivated`) and again when the status changes to its final status (`active` or `canceled`). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.FriendlyName">
            <summary> A descriptive string that you create to describe the Sim resource. It does not need to be unique. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.RatePlan">
            <summary> The SID or unique name of the [RatePlan resource](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource) to which the Sim resource should be assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.CommandsCallbackMethod">
            <summary> The HTTP method we should use to call `commands_callback_url`. Can be: `POST` or `GET`. The default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.CommandsCallbackUrl">
            <summary> The URL we should call using the `commands_callback_method` when the SIM sends a [Command](https://www.twilio.com/docs/iot/wireless/api/command-resource). Your server should respond with an HTTP status code in the 200 range; any response body is ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.SmsFallbackMethod">
            <summary> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. Default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.SmsFallbackUrl">
            <summary> The URL we should call using the `sms_fallback_method` when an error occurs while retrieving or executing the TwiML requested from `sms_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.SmsMethod">
            <summary> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. Default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.SmsUrl">
            <summary> The URL we should call using the `sms_method` when the SIM-connected device sends an SMS message that is not a [Command](https://www.twilio.com/docs/iot/wireless/api/command-resource). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.VoiceFallbackMethod">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.VoiceFallbackUrl">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.VoiceMethod">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.VoiceUrl">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UpdateSimOptions.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) to which the Sim resource should belong. The Account SID can only be that of the requesting Account or that of a [Subaccount](https://www.twilio.com/docs/iam/api/subaccounts) of the requesting Account. Only valid when the Sim resource's status is `new`. For more information, see the [Move SIMs between Subaccounts documentation](https://www.twilio.com/docs/iot/wireless/api/sim-resource#move-sims-between-subaccounts). </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UpdateSimOptions.#ctor(System.String)">
            <summary> Construct a new UpdateSimOptions </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to update. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UpdateSimOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.BuildDeleteRequest(Twilio.Rest.Wireless.V1.DeleteSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Sim resource on your Account. </summary>
            <param name="options"> Delete Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.Delete(Twilio.Rest.Wireless.V1.DeleteSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Sim resource on your Account. </summary>
            <param name="options"> Delete Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.DeleteAsync(Twilio.Rest.Wireless.V1.DeleteSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Sim resource on your Account. </summary>
            <param name="options"> Delete Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.Delete(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Sim resource on your Account. </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.DeleteAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Delete a Sim resource on your Account. </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to delete. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.Fetch(Twilio.Rest.Wireless.V1.FetchSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Sim resource on your Account. </summary>
            <param name="options"> Fetch Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.FetchAsync(Twilio.Rest.Wireless.V1.FetchSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Sim resource on your Account. </summary>
            <param name="options"> Fetch Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.Fetch(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Sim resource on your Account. </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.FetchAsync(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch a Sim resource on your Account. </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to fetch. </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.Read(Twilio.Rest.Wireless.V1.ReadSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Sim resources on your Account. </summary>
            <param name="options"> Read Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.ReadAsync(Twilio.Rest.Wireless.V1.ReadSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Sim resources on your Account. </summary>
            <param name="options"> Read Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.Read(Twilio.Rest.Wireless.V1.SimResource.StatusEnum,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Sim resources on your Account. </summary>
            <param name="status"> Only return Sim resources with this status. </param>
            <param name="iccid"> Only return Sim resources with this ICCID. This will return a list with a maximum size of 1. </param>
            <param name="ratePlan"> The SID or unique name of a [RatePlan resource](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource). Only return Sim resources assigned to this RatePlan resource. </param>
            <param name="eId"> Deprecated. </param>
            <param name="simRegistrationCode"> Only return Sim resources with this registration code. This will return a list with a maximum size of 1. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.ReadAsync(Twilio.Rest.Wireless.V1.SimResource.StatusEnum,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> Retrieve a list of Sim resources on your Account. </summary>
            <param name="status"> Only return Sim resources with this status. </param>
            <param name="iccid"> Only return Sim resources with this ICCID. This will return a list with a maximum size of 1. </param>
            <param name="ratePlan"> The SID or unique name of a [RatePlan resource](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource). Only return Sim resources assigned to this RatePlan resource. </param>
            <param name="eId"> Deprecated. </param>
            <param name="simRegistrationCode"> Only return Sim resources with this registration code. This will return a list with a maximum size of 1. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.NextPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.SimResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.SimResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.Update(Twilio.Rest.Wireless.V1.UpdateSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Sim resource on your Account. </summary>
            <param name="options"> Update Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.UpdateAsync(Twilio.Rest.Wireless.V1.UpdateSimOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Sim resource on your Account. </summary>
            <param name="options"> Update Sim parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.Update(System.String,System.String,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,Twilio.Rest.Wireless.V1.SimResource.StatusEnum,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Rest.Wireless.V1.SimResource.ResetStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Sim resource on your Account. </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the `sid` in the URL path to address the resource. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `POST` or `GET`. The default is `POST`. </param>
            <param name="callbackUrl"> The URL we should call using the `callback_url` when the SIM has finished updating. When the SIM transitions from `new` to `ready` or from any status to `deactivated`, we call this URL when the status changes to an intermediate status (`ready` or `deactivated`) and again when the status changes to its final status (`active` or `canceled`). </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Sim resource. It does not need to be unique. </param>
            <param name="ratePlan"> The SID or unique name of the [RatePlan resource](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource) to which the Sim resource should be assigned. </param>
            <param name="status">  </param>
            <param name="commandsCallbackMethod"> The HTTP method we should use to call `commands_callback_url`. Can be: `POST` or `GET`. The default is `POST`. </param>
            <param name="commandsCallbackUrl"> The URL we should call using the `commands_callback_method` when the SIM sends a [Command](https://www.twilio.com/docs/iot/wireless/api/command-resource). Your server should respond with an HTTP status code in the 200 range; any response body is ignored. </param>
            <param name="smsFallbackMethod"> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. Default is `POST`. </param>
            <param name="smsFallbackUrl"> The URL we should call using the `sms_fallback_method` when an error occurs while retrieving or executing the TwiML requested from `sms_url`. </param>
            <param name="smsMethod"> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. Default is `POST`. </param>
            <param name="smsUrl"> The URL we should call using the `sms_method` when the SIM-connected device sends an SMS message that is not a [Command](https://www.twilio.com/docs/iot/wireless/api/command-resource). </param>
            <param name="voiceFallbackMethod"> Deprecated. </param>
            <param name="voiceFallbackUrl"> Deprecated. </param>
            <param name="voiceMethod"> Deprecated. </param>
            <param name="voiceUrl"> Deprecated. </param>
            <param name="resetStatus">  </param>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) to which the Sim resource should belong. The Account SID can only be that of the requesting Account or that of a [Subaccount](https://www.twilio.com/docs/iam/api/subaccounts) of the requesting Account. Only valid when the Sim resource's status is `new`. For more information, see the [Move SIMs between Subaccounts documentation](https://www.twilio.com/docs/iot/wireless/api/sim-resource#move-sims-between-subaccounts). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.UpdateAsync(System.String,System.String,Twilio.Http.HttpMethod,System.Uri,System.String,System.String,Twilio.Rest.Wireless.V1.SimResource.StatusEnum,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Rest.Wireless.V1.SimResource.ResetStatusEnum,System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Updates the given properties of a Sim resource on your Account. </summary>
            <param name="pathSid"> The SID or the `unique_name` of the Sim resource to update. </param>
            <param name="uniqueName"> An application-defined string that uniquely identifies the resource. It can be used in place of the `sid` in the URL path to address the resource. </param>
            <param name="callbackMethod"> The HTTP method we should use to call `callback_url`. Can be: `POST` or `GET`. The default is `POST`. </param>
            <param name="callbackUrl"> The URL we should call using the `callback_url` when the SIM has finished updating. When the SIM transitions from `new` to `ready` or from any status to `deactivated`, we call this URL when the status changes to an intermediate status (`ready` or `deactivated`) and again when the status changes to its final status (`active` or `canceled`). </param>
            <param name="friendlyName"> A descriptive string that you create to describe the Sim resource. It does not need to be unique. </param>
            <param name="ratePlan"> The SID or unique name of the [RatePlan resource](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource) to which the Sim resource should be assigned. </param>
            <param name="status">  </param>
            <param name="commandsCallbackMethod"> The HTTP method we should use to call `commands_callback_url`. Can be: `POST` or `GET`. The default is `POST`. </param>
            <param name="commandsCallbackUrl"> The URL we should call using the `commands_callback_method` when the SIM sends a [Command](https://www.twilio.com/docs/iot/wireless/api/command-resource). Your server should respond with an HTTP status code in the 200 range; any response body is ignored. </param>
            <param name="smsFallbackMethod"> The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`. Default is `POST`. </param>
            <param name="smsFallbackUrl"> The URL we should call using the `sms_fallback_method` when an error occurs while retrieving or executing the TwiML requested from `sms_url`. </param>
            <param name="smsMethod"> The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`. Default is `POST`. </param>
            <param name="smsUrl"> The URL we should call using the `sms_method` when the SIM-connected device sends an SMS message that is not a [Command](https://www.twilio.com/docs/iot/wireless/api/command-resource). </param>
            <param name="voiceFallbackMethod"> Deprecated. </param>
            <param name="voiceFallbackUrl"> Deprecated. </param>
            <param name="voiceMethod"> Deprecated. </param>
            <param name="voiceUrl"> Deprecated. </param>
            <param name="resetStatus">  </param>
            <param name="accountSid"> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) to which the Sim resource should belong. The Account SID can only be that of the requesting Account or that of a [Subaccount](https://www.twilio.com/docs/iam/api/subaccounts) of the requesting Account. Only valid when the Sim resource's status is `new`. For more information, see the [Move SIMs between Subaccounts documentation](https://www.twilio.com/docs/iot/wireless/api/sim-resource#move-sims-between-subaccounts). </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of Sim </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a SimResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> SimResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.SimResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.Sid">
            <summary> The unique string that we created to identify the Sim resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.UniqueName">
            <summary> An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) to which the Sim resource belongs. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.RatePlanSid">
            <summary> The SID of the [RatePlan resource](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource) to which the Sim resource is assigned. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.FriendlyName">
            <summary> The string that you assigned to describe the Sim resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.Iccid">
            <summary> The [ICCID](https://en.wikipedia.org/wiki/SIM_card#ICCID) associated with the SIM. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.EId">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.CommandsCallbackUrl">
            <summary> The URL we call using the `commands_callback_method` when the SIM originates a machine-to-machine [Command](https://www.twilio.com/docs/iot/wireless/api/command-resource). Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.CommandsCallbackMethod">
            <summary> The HTTP method we use to call `commands_callback_url`.  Can be: `POST` or `GET`. Default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.SmsFallbackMethod">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.SmsFallbackUrl">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.SmsMethod">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.SmsUrl">
            <summary> Deprecated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.VoiceFallbackMethod">
            <summary> Deprecated. The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. Default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.VoiceFallbackUrl">
            <summary> Deprecated. The URL we call using the `voice_fallback_method` when an error occurs while retrieving or executing the TwiML requested from `voice_url`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.VoiceMethod">
            <summary> Deprecated. The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. Default is `POST`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.VoiceUrl">
            <summary> Deprecated. The URL we call using the `voice_method` when the SIM-connected device makes a voice call. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.DateCreated">
            <summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.DateUpdated">
            <summary> The date and time in GMT when the Sim resource was last updated specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.Url">
            <summary> The absolute URL of the resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.Links">
            <summary> The URLs of related subresources. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.SimResource.IpAddress">
            <summary> Deprecated. </summary> 
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.Sim.ReadDataSessionOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.ReadDataSessionOptions.PathSimSid">
            <summary> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) with the Data Sessions to read. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.ReadDataSessionOptions.#ctor(System.String)">
            <summary> Construct a new ListDataSessionOptions </summary>
            <param name="pathSimSid"> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) with the Data Sessions to read. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.ReadDataSessionOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.Read(Twilio.Rest.Wireless.V1.Sim.ReadDataSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read DataSession parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DataSession </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.ReadAsync(Twilio.Rest.Wireless.V1.Sim.ReadDataSessionOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read DataSession parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DataSession </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.Read(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathSimSid"> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) with the Data Sessions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of DataSession </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.ReadAsync(System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathSimSid"> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) with the Data Sessions to read. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of DataSession </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.NextPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.Sim.DataSessionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.Sim.DataSessionResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a DataSessionResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> DataSessionResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.Sid">
            <summary> The unique string that we created to identify the DataSession resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.SimSid">
            <summary> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) that the Data Session is for. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the DataSession resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.RadioLink">
            <summary> The generation of wireless technology that the device was using. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.OperatorMcc">
            <summary> The 'mobile country code' is the unique ID of the home country where the Data Session took place. See: [MCC/MNC lookup](http://mcc-mnc.com/). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.OperatorMnc">
            <summary> The 'mobile network code' is the unique ID specific to the mobile operator network where the Data Session took place. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.OperatorCountry">
            <summary> The three letter country code representing where the device's Data Session took place. This is determined by looking up the `operator_mcc`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.OperatorName">
            <summary> The friendly name of the mobile operator network that the [SIM](https://www.twilio.com/docs/iot/wireless/api/sim-resource)-connected device is attached to. This is determined by looking up the `operator_mnc`. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.CellId">
            <summary> The unique ID of the cellular tower that the device was attached to at the moment when the Data Session was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.CellLocationEstimate">
            <summary> An object that describes the estimated location in latitude and longitude where the device's Data Session took place. The location is derived from the `cell_id` when the Data Session was last updated. See [Cell Location Estimate Object](https://www.twilio.com/docs/iot/wireless/api/datasession-resource#cell-location-estimate-object).  </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.PacketsUploaded">
            <summary> The number of packets uploaded by the device between the `start` time and when the Data Session was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.PacketsDownloaded">
            <summary> The number of packets downloaded by the device between the `start` time and when the Data Session was last updated. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.LastUpdated">
            <summary> The date that the resource was last updated, given as GMT in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.Start">
            <summary> The date that the Data Session started, given as GMT in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.End">
            <summary> The date that the record ended, given as GMT in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.DataSessionResource.Imei">
            <summary> The 'international mobile equipment identity' is the unique ID of the device using the SIM to connect. An IMEI is a 15-digit string: 14 digits for the device identifier plus a check digit calculated using the Luhn formula. </summary> 
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions.PathSimSid">
            <summary> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource)  to read the usage from. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions.End">
            <summary> Only include usage that occurred on or before this date, specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). The default is the current time. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions.Start">
            <summary> Only include usage that has occurred on or after this date, specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). The default is one month before the `end` parameter value. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions.Granularity">
            <summary> How to summarize the usage by time. Can be: `daily`, `hourly`, or `all`. The default is `all`. A value of `all` returns one Usage Record that describes the usage for the entire period. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions.#ctor(System.String)">
            <summary> Construct a new ListUsageRecordOptions </summary>
            <param name="pathSimSid"> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource)  to read the usage from. </param>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.Read(Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UsageRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.ReadAsync(Twilio.Rest.Wireless.V1.Sim.ReadUsageRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UsageRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.Read(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.GranularityEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathSimSid"> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource)  to read the usage from. </param>
            <param name="end"> Only include usage that occurred on or before this date, specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). The default is the current time. </param>
            <param name="start"> Only include usage that has occurred on or after this date, specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). The default is one month before the `end` parameter value. </param>
            <param name="granularity"> How to summarize the usage by time. Can be: `daily`, `hourly`, or `all`. The default is `all`. A value of `all` returns one Usage Record that describes the usage for the entire period. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.ReadAsync(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.GranularityEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="pathSimSid"> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource)  to read the usage from. </param>
            <param name="end"> Only include usage that occurred on or before this date, specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). The default is the current time. </param>
            <param name="start"> Only include usage that has occurred on or after this date, specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). The default is one month before the `end` parameter value. </param>
            <param name="granularity"> How to summarize the usage by time. Can be: `daily`, `hourly`, or `all`. The default is `all`. A value of `all` returns one Usage Record that describes the usage for the entire period. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.NextPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.Sim.UsageRecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.Sim.UsageRecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UsageRecordResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UsageRecordResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.SimSid">
            <summary> The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) that this Usage Record is for. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.Period">
            <summary> The time period for which the usage is reported. Contains `start` and `end` datetime values given as GMT in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.Commands">
            <summary> An object that describes the SIM's usage of Commands during the specified period. See [Commands Usage Object](https://www.twilio.com/docs/iot/wireless/api/sim-usagerecord-resource#commands-usage-object). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.Sim.UsageRecordResource.Data">
            <summary> An object that describes the SIM's data usage during the specified period. See [Data Usage Object](https://www.twilio.com/docs/iot/wireless/api/sim-usagerecord-resource#data-usage-object). </summary> 
        </member>
        <member name="T:Twilio.Rest.Wireless.V1.ReadUsageRecordOptions">
            <summary> read </summary>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadUsageRecordOptions.End">
            <summary> Only include usage that has occurred on or before this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadUsageRecordOptions.Start">
            <summary> Only include usage that has occurred on or after this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.ReadUsageRecordOptions.Granularity">
            <summary> How to summarize the usage by time. Can be: `daily`, `hourly`, or `all`. A value of `all` returns one Usage Record that describes the usage for the entire period. </summary> 
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.ReadUsageRecordOptions.GetParams">
            <summary> Generate the necessary parameters </summary>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.Read(Twilio.Rest.Wireless.V1.ReadUsageRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UsageRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.ReadAsync(Twilio.Rest.Wireless.V1.ReadUsageRecordOptions,Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="options"> Read UsageRecord parameters </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.Read(System.Nullable{System.DateTime},System.Nullable{System.DateTime},Twilio.Rest.Wireless.V1.UsageRecordResource.GranularityEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="end"> Only include usage that has occurred on or before this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). </param>
            <param name="start"> Only include usage that has occurred on or after this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). </param>
            <param name="granularity"> How to summarize the usage by time. Can be: `daily`, `hourly`, or `all`. A value of `all` returns one Usage Record that describes the usage for the entire period. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.ReadAsync(System.Nullable{System.DateTime},System.Nullable{System.DateTime},Twilio.Rest.Wireless.V1.UsageRecordResource.GranularityEnum,System.Nullable{System.Int64},System.Nullable{System.Int64},Twilio.Clients.ITwilioRestClient)">
            <summary> read </summary>
            <param name="end"> Only include usage that has occurred on or before this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). </param>
            <param name="start"> Only include usage that has occurred on or after this date. Format is [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html). </param>
            <param name="granularity"> How to summarize the usage by time. Can be: `daily`, `hourly`, or `all`. A value of `all` returns one Usage Record that describes the usage for the entire period. </param>
            <param name="pageSize"> How many resources to return in each list page. The default is 50, and the maximum is 1000. </param>
            <param name="limit"> Record limit </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> Task that resolves to A single instance of UsageRecord </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.GetPage(System.String,Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the target page of records </summary>
            <param name="targetUrl"> API-generated URL for the requested results page </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The target page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.NextPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.UsageRecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the next page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The next page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.PreviousPage(Twilio.Base.Page{Twilio.Rest.Wireless.V1.UsageRecordResource},Twilio.Clients.ITwilioRestClient)">
            <summary> Fetch the previous page of records </summary>
            <param name="page"> current page of records </param>
            <param name="client"> Client to make requests to Twilio </param>
            <returns> The previous page of records </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.FromJson(System.String)">
            <summary>
            Converts a JSON string into a UsageRecordResource object
            </summary>
            <param name="json"> Raw JSON string </param>
            <returns> UsageRecordResource object represented by the provided JSON </returns>
        </member>
        <member name="M:Twilio.Rest.Wireless.V1.UsageRecordResource.ToJson(System.Object)">
            <summary>
            Converts an object into a json string
            </summary>
            <param name="model"> C# model </param>
            <returns> JSON string </returns>
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UsageRecordResource.AccountSid">
            <summary> The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the AccountUsageRecord resource. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UsageRecordResource.Period">
            <summary> The time period for which usage is reported. Contains `start` and `end` properties that describe the period using GMT date-time values specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UsageRecordResource.Commands">
            <summary> An object that describes the aggregated Commands usage for all SIMs during the specified period. See [Commands Usage Object](https://www.twilio.com/docs/iot/wireless/api/account-usagerecord-resource#commands-usage-object). </summary> 
        </member>
        <member name="P:Twilio.Rest.Wireless.V1.UsageRecordResource.Data">
            <summary> An object that describes the aggregated Data usage for all SIMs over the period. See [Data Usage Object](https://www.twilio.com/docs/iot/wireless/api/account-usagerecord-resource#data-usage-object). </summary> 
        </member>
        <member name="T:Twilio.Security.RequestValidator">
            <summary>
            Twilio request validator
            </summary>
        </member>
        <member name="M:Twilio.Security.RequestValidator.#ctor(System.String)">
            <summary>
            Create a new RequestValidator
            </summary>
            <param name="secret">Signing secret</param>
        </member>
        <member name="M:Twilio.Security.RequestValidator.Validate(System.String,System.Collections.Specialized.NameValueCollection,System.String)">
            <summary>
            Validate against a request
            </summary>
            <param name="url">Request URL</param>
            <param name="parameters">Request parameters</param>
            <param name="expected">Expected result</param>
            <returns>true if the signature matches the result; false otherwise</returns>
        </member>
        <member name="M:Twilio.Security.RequestValidator.Validate(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)">
            <summary>
            Validate against a request
            </summary>
            <param name="url">Request URL</param>
            <param name="parameters">Request parameters</param>
            <param name="expected">Expected result</param>
            <returns>true if the signature matches the result; false otherwise</returns>
        </member>
        <member name="T:Twilio.TwilioClient">
            <summary>
            Default Twilio Client
            </summary>
        </member>
        <member name="M:Twilio.TwilioClient.Init(System.String,System.String)">
            <summary>
            Initialize base client with username and password
            </summary>
            <param name="username">Auth username</param>
            <param name="password">Auth password</param>
        </member>
        <member name="M:Twilio.TwilioClient.Init(System.String,System.String,System.String)">
            <summary>
            Initialize base client with separate account SID
            </summary>
            <param name="username">Auth username</param>
            <param name="password">Auth password</param>
            <param name="accountSid">Account SID to use</param>
        </member>
        <member name="M:Twilio.TwilioClient.Init(Twilio.Credential.CredentialProvider)">
            <summary>
            Initialize base client with credentialProvider
            </summary>
            <param name="credentialProvider">credentialProvider with credential information</param>
        </member>
        <member name="M:Twilio.TwilioClient.Init(Twilio.Credential.CredentialProvider,System.String)">
            <summary>
            Initialize base client with credentialProvider and account sid
            </summary>
            <param name="credentialProvider">credentialProvider with credential information</param>
        </member>
        <member name="M:Twilio.TwilioClient.SetCredentialProvider(Twilio.Credential.CredentialProvider)">
            <summary>
            Set the credential provider
            </summary>
            <param name="credentialProvider">credentialProvider with credential information</param>
        </member>
        <member name="M:Twilio.TwilioClient.SetUsername(System.String)">
            <summary>
            Set the client username
            </summary>
            <param name="username">Auth username</param>
        </member>
        <member name="M:Twilio.TwilioClient.SetPassword(System.String)">
            <summary>
            Set the client password
            </summary>
            <param name="password">Auth password</param>
        </member>
        <member name="M:Twilio.TwilioClient.SetAccountSid(System.String)">
            <summary>
            Set the client Account SID
            </summary>
            <param name="accountSid">Client Account SID</param>
        </member>
        <member name="M:Twilio.TwilioClient.SetRegion(System.String)">
            <summary>
            Set the client region
            </summary>
            <param name="region">Client region</param>
        </member>
        <member name="M:Twilio.TwilioClient.SetEdge(System.String)">
            <summary>
            Set the client edge
            </summary>
            <param name="edge">Client edge</param>
        </member>
        <member name="M:Twilio.TwilioClient.SetLogLevel(System.String)">
            <summary>
            Set the logging level
            </summary>
            <param name="loglevel">log level</param>
        </member>
        <member name="M:Twilio.TwilioClient.GetNoAuthRestClient">
            <summary>
            Get the no auth rest client
            </summary>
            <returns>The no auth rest client</returns>
        </member>
        <member name="M:Twilio.TwilioClient.GetRestClient">
            <summary>
            Get the rest client
            </summary>
            <returns>The rest client</returns>
        </member>
        <member name="M:Twilio.TwilioClient.SetRestClient(Twilio.Clients.ITwilioRestClient)">
            <summary>
            Set the rest client
            </summary>
            <param name="restClient">Rest Client to use</param>
        </member>
        <member name="M:Twilio.TwilioClient.Invalidate">
            <summary>
            Clear out the Rest Client
            </summary>
        </member>
        <member name="M:Twilio.TwilioClient.InvalidateNoAuth">
            <summary>
            Clear out the No Auth Rest Client
            </summary>
        </member>
        <member name="M:Twilio.TwilioClient.InvalidateOAuthCreds">
            <summary>
            Clear out the credential provider
            </summary>
        </member>
        <member name="M:Twilio.TwilioClient.InvalidateBasicCreds">
            <summary>
            Clear out the basic credentials username and password
            </summary>
        </member>
        <member name="M:Twilio.TwilioClient.ValidateSslCertificate">
            <summary>
            Test if your environment is impacted by a TLS or certificate change 
            by sending an HTTP request to the test endpoint tls-test.twilio.com:443
            </summary>
        </member>
        <member name="T:Twilio.TwilioOrgsTokenAuthClient">
            <summary>
            Default Twilio Client for bearer token authentication
            </summary>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.Init(System.String,System.String)">
            <summary>
            Initialize base client with username and password
            </summary>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.Init(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initialize base client
            </summary>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.SetTokenManager(Twilio.Http.BearerToken.TokenManager)">
            <summary>
            Set the token manager
            </summary>
            <param name="tokenManager">token manager</param>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.SetClientId(System.String)">
            <summary>
            Set the client id
            </summary>
            <param name="clientId">client id of the organisation</param>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.SetClientSecret(System.String)">
            <summary>
            Set the client secret
            </summary>
            <param name="clientSecret">client secret of the organisation</param>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.SetRegion(System.String)">
            <summary>
            Set the client region
            </summary>
            <param name="region">Client region</param>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.SetEdge(System.String)">
            <summary>
            Set the client edge
            </summary>
            <param name="edge">Client edge</param>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.SetLogLevel(System.String)">
            <summary>
            Set the logging level
            </summary>
            <param name="loglevel">log level</param>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.GetRestClient">
            <summary>
            Get the rest client
            </summary>
            <returns>The rest client</returns>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.GetNoAuthRestClient">
            <summary>
            Get the noauth rest client
            </summary>
            <returns>The not auth rest client</returns>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.SetRestClient(Twilio.Clients.BearerToken.TwilioOrgsTokenRestClient)">
            <summary>
            Set the rest client
            </summary>
            <param name="restClient">Rest Client to use</param>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.Invalidate">
            <summary>
            Clear out the Rest Client
            </summary>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.InvalidateNoAuthClient">
            <summary>
            Clear out the Rest Client
            </summary>
        </member>
        <member name="M:Twilio.TwilioOrgsTokenAuthClient.ValidateSslCertificate">
            <summary>
            Test if your environment is impacted by a TLS or certificate change
            by sending an HTTP request to the test endpoint tls-test.twilio.com:443
            </summary>
        </member>
        <member name="T:Twilio.TwiML.FaxResponse">
            <summary>
            Response TwiML for Faxes
            </summary>
        </member>
        <member name="M:Twilio.TwiML.FaxResponse.#ctor">
            <summary>
            Create a new FaxResponse
            </summary>
        </member>
        <member name="M:Twilio.TwiML.FaxResponse.Receive(System.Uri,Twilio.Http.HttpMethod,Twilio.TwiML.Fax.Receive.MediaTypeEnum,Twilio.TwiML.Fax.Receive.PageSizeEnum,System.Nullable{System.Boolean})">
            <summary>
            Create a new <Receive/> element and append it as a child of this element.
            </summary>
            <param name="action"> Receive action URL </param>
            <param name="method"> Receive action URL method </param>
            <param name="mediaType"> The media type used to store media in the fax media store </param>
            <param name="pageSize"> What size to interpret received pages as </param>
            <param name="storeMedia"> Whether or not to store received media in the fax media store </param>
        </member>
        <member name="M:Twilio.TwiML.FaxResponse.Receive(Twilio.TwiML.Fax.Receive)">
            <summary>
            Append a <Receive/> element as a child of this element
            </summary>
            <param name="receive"> A Receive instance. </param>
        </member>
        <member name="M:Twilio.TwiML.FaxResponse.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.FaxResponse.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Fax.Receive">
            <summary>
            Receive TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Fax.Receive.Action">
            <summary>
            Receive action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Fax.Receive.Method">
            <summary>
            Receive action URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Fax.Receive.MediaType">
            <summary>
            The media type used to store media in the fax media store
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Fax.Receive.PageSize">
            <summary>
            What size to interpret received pages as
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Fax.Receive.StoreMedia">
            <summary>
            Whether or not to store received media in the fax media store
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Fax.Receive.#ctor(System.Uri,Twilio.Http.HttpMethod,Twilio.TwiML.Fax.Receive.MediaTypeEnum,Twilio.TwiML.Fax.Receive.PageSizeEnum,System.Nullable{System.Boolean})">
            <summary>
            Create a new Receive
            </summary>
            <param name="action"> Receive action URL </param>
            <param name="method"> Receive action URL method </param>
            <param name="mediaType"> The media type used to store media in the fax media store </param>
            <param name="pageSize"> What size to interpret received pages as </param>
            <param name="storeMedia"> Whether or not to store received media in the fax media store </param>
        </member>
        <member name="M:Twilio.TwiML.Fax.Receive.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Fax.Receive.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Fax.Receive.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.MessagingResponse">
            <summary>
            Response TwiML for Messages
            </summary>
        </member>
        <member name="M:Twilio.TwiML.MessagingResponse.#ctor">
            <summary>
            Create a new MessagingResponse
            </summary>
        </member>
        <member name="M:Twilio.TwiML.MessagingResponse.Message(System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri)">
            <summary>
            Create a new <Message/> element and append it as a child of this element.
            </summary>
            <param name="body"> Message Body, the body of the TwiML Element. </param>
            <param name="to"> Phone Number to send Message to. Also accepts stringified Types.PhoneNumber </param>
            <param name="from"> Phone Number to send Message from. Also accepts stringified Types.PhoneNumber </param>
            <param name="action"> A URL specifying where Twilio should send status callbacks for the created outbound message.
                         </param>
            <param name="method"> Action URL Method </param>
            <param name="statusCallback"> Status callback URL. Deprecated in favor of action. </param>
        </member>
        <member name="M:Twilio.TwiML.MessagingResponse.Message(Twilio.TwiML.Messaging.Message)">
            <summary>
            Append a <Message/> element as a child of this element
            </summary>
            <param name="message"> A Message instance. </param>
        </member>
        <member name="M:Twilio.TwiML.MessagingResponse.Redirect(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new <Redirect/> element and append it as a child of this element.
            </summary>
            <param name="url"> Redirect URL, the body of the TwiML Element. </param>
            <param name="method"> Redirect URL method </param>
        </member>
        <member name="M:Twilio.TwiML.MessagingResponse.Redirect(Twilio.TwiML.Messaging.Redirect)">
            <summary>
            Append a <Redirect/> element as a child of this element
            </summary>
            <param name="redirect"> A Redirect instance. </param>
        </member>
        <member name="M:Twilio.TwiML.MessagingResponse.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.MessagingResponse.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Messaging.Body">
            <summary>
            Body TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Body.Message">
            <summary>
            Message Body
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Body.#ctor(System.String)">
            <summary>
            Create a new Body
            </summary>
            <param name="message"> Message Body, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Body.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Body.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Body.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Messaging.Media">
            <summary>
            Media TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Media.Url">
            <summary>
            Media URL
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Media.#ctor(System.Uri)">
            <summary>
            Create a new Media
            </summary>
            <param name="url"> Media URL, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Media.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Media.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Media.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Messaging.Message">
            <summary>
            Message TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Message.BodyAttribute">
            <summary>
            Message Body
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Message.To">
            <summary>
            Phone Number to send Message to
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Message.From">
            <summary>
            Phone Number to send Message from
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Message.Action">
            <summary>
            A URL specifying where Twilio should send status callbacks for the created outbound message.
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Message.Method">
            <summary>
            Action URL Method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Message.StatusCallback">
            <summary>
            Status callback URL. Deprecated in favor of action.
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.#ctor(System.String,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Uri)">
            <summary>
            Create a new Message
            </summary>
            <param name="body"> Message Body, the body of the TwiML Element. </param>
            <param name="to"> Phone Number to send Message to. Also accepts stringified Types.PhoneNumber </param>
            <param name="from"> Phone Number to send Message from. Also accepts stringified Types.PhoneNumber </param>
            <param name="action"> A URL specifying where Twilio should send status callbacks for the created outbound message.
                         </param>
            <param name="method"> Action URL Method </param>
            <param name="statusCallback"> Status callback URL. Deprecated in favor of action. </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.Body(System.String)">
            <summary>
            Create a new <Body/> element and append it as a child of this element.
            </summary>
            <param name="message"> Message Body, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.Body(Twilio.TwiML.Messaging.Body)">
            <summary>
            Append a <Body/> element as a child of this element
            </summary>
            <param name="body"> A Body instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.Media(System.Uri)">
            <summary>
            Create a new <Media/> element and append it as a child of this element.
            </summary>
            <param name="url"> Media URL, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.Media(Twilio.TwiML.Messaging.Media)">
            <summary>
            Append a <Media/> element as a child of this element
            </summary>
            <param name="media"> A Media instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Message.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Messaging.Redirect">
            <summary>
            Redirect TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Redirect.Url">
            <summary>
            Redirect URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Messaging.Redirect.Method">
            <summary>
            Redirect URL method
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Redirect.#ctor(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new Redirect
            </summary>
            <param name="url"> Redirect URL, the body of the TwiML Element. </param>
            <param name="method"> Redirect URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Redirect.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Redirect.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Redirect.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Messaging.Redirect.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.TwiML">
            <summary>
            Base class for all TwiML Objects.
            </summary>
        </member>
        <member name="P:Twilio.TwiML.TwiML.TagName">
            <summary>
            Tag name
            </summary>
        </member>
        <member name="P:Twilio.TwiML.TwiML.Children">
            <summary>
            Children elements
            </summary>
        </member>
        <member name="P:Twilio.TwiML.TwiML.Options">
            <summary>
            Additional tag attributes to set on the generated xml
            </summary>
        </member>
        <member name="F:Twilio.TwiML.TwiML.AttributeNameMapper">
            <summary>
            Attribute names to be transformed on the generated xml
            </summary>
        </member>
        <member name="M:Twilio.TwiML.TwiML.#ctor(System.String)">
            <summary>
            Base constructor to create any TwiML instance.
            </summary>
            <param name="tagName"> TwiML tag name </param>
        </member>
        <member name="M:Twilio.TwiML.TwiML.GetElementBody">
            <summary>
            Get the TwiML element body.
            </summary>
        </member>
        <member name="M:Twilio.TwiML.TwiML.GetElementAttributes">
            <summary>
            Get the TwiML element attributes.
            </summary>
        </member>
        <member name="M:Twilio.TwiML.TwiML.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.TwiML.Nest``1(``0)">
            <summary>
            Append a child TwiML element to this element returning the newly created element.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.TwiML.AddChild(System.String)">
            <summary>
            Add a generic child TwiML object
            </summary>
            <param name="tagName"> TwiML tag name </param>
        </member>
        <member name="M:Twilio.TwiML.TwiML.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="M:Twilio.TwiML.TwiML.GetOption(System.String)">
            <summary>
            Get freeform key-value attributes attached to this class
            </summary>
            <param name="key"> Option key </param>
        </member>
        <member name="M:Twilio.TwiML.TwiML.ToXml">
            <summary>
            Generate XElement from TwiML object
            </summary>
        </member>
        <member name="M:Twilio.TwiML.TwiML.ToXDocument">
            <summary>
            Generate XDocument from TwiML object
            </summary>
        </member>
        <member name="M:Twilio.TwiML.TwiML.ToString(System.Xml.Linq.SaveOptions)">
            <summary>
            Generate XML string from TwiML object
            </summary>
            <param name="formattingOptions"> Change generated string format. </param>
        </member>
        <member name="T:Twilio.TwiML.Utf8StringWriter">
            <summary>
            StringWriter which overrides default encoding to use UTF8.
            </summary>
        </member>
        <member name="T:Twilio.TwiML.VoiceResponse">
            <summary>
            Response TwiML for Voice
            </summary>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.#ctor">
            <summary>
            Create a new VoiceResponse
            </summary>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Connect(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new <Connect/> element and append it as a child of this element.
            </summary>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Connect(Twilio.TwiML.Voice.Connect)">
            <summary>
            Append a <Connect/> element as a child of this element
            </summary>
            <param name="connect"> A Connect instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Dial(System.String,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,Twilio.TwiML.Voice.Dial.RecordEnum,Twilio.TwiML.Voice.Dial.TrimEnum,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Dial.RecordingEventEnum},System.Nullable{System.Boolean},Twilio.TwiML.Voice.Dial.RingToneEnum,Twilio.TwiML.Voice.Dial.RecordingTrackEnum,System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,Twilio.TwiML.Voice.Dial.EventsEnum)">
            <summary>
            Create a new <Dial/> element and append it as a child of this element.
            </summary>
            <param name="number"> Phone number to dial, the body of the TwiML Element. </param>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="timeout"> Time to wait for answer </param>
            <param name="hangupOnStar"> Hangup call on star press </param>
            <param name="timeLimit"> Max time length </param>
            <param name="callerId"> Caller ID to display </param>
            <param name="record"> Record the call </param>
            <param name="trim"> Trim the recording </param>
            <param name="recordingStatusCallback"> Recording status callback URL </param>
            <param name="recordingStatusCallbackMethod"> Recording status callback URL method </param>
            <param name="recordingStatusCallbackEvent"> Recording status callback events </param>
            <param name="answerOnBridge"> Preserve the ringing behavior of the inbound call until the Dialed call picks up
                                 </param>
            <param name="ringTone"> Ringtone allows you to override the ringback tone that Twilio will play back to the caller
                           while executing the Dial </param>
            <param name="recordingTrack"> To indicate which audio track should be recorded </param>
            <param name="sequential"> Used to determine if child TwiML nouns should be dialed in order, one after the other
                             (sequential) or dial all at once (parallel). Default is false, parallel </param>
            <param name="referUrl"> Webhook that will receive future SIP REFER requests </param>
            <param name="referMethod"> The HTTP method to use for the refer Webhook </param>
            <param name="events"> Subscription to events </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Dial(Twilio.TwiML.Voice.Dial)">
            <summary>
            Append a <Dial/> element as a child of this element
            </summary>
            <param name="dial"> A Dial instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Echo">
            <summary>
            Create a new <Echo/> element and append it as a child of this element.
            </summary>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Echo(Twilio.TwiML.Voice.Echo)">
            <summary>
            Append a <Echo/> element as a child of this element
            </summary>
            <param name="echo"> A Echo instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Enqueue(System.String,System.Uri,System.Nullable{System.Int32},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String)">
            <summary>
            Create a new <Enqueue/> element and append it as a child of this element.
            </summary>
            <param name="name"> Friendly name, the body of the TwiML Element. </param>
            <param name="action"> Action URL </param>
            <param name="maxQueueSize"> Maximum size of queue </param>
            <param name="method"> Action URL method </param>
            <param name="waitUrl"> Wait URL </param>
            <param name="waitUrlMethod"> Wait URL method </param>
            <param name="workflowSid"> TaskRouter Workflow SID </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Enqueue(Twilio.TwiML.Voice.Enqueue)">
            <summary>
            Append a <Enqueue/> element as a child of this element
            </summary>
            <param name="enqueue"> A Enqueue instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Gather(System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Gather.InputEnum},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,Twilio.TwiML.Voice.Gather.LanguageEnum,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.TwiML.Voice.Gather.SpeechModelEnum,System.Nullable{System.Boolean})">
            <summary>
            Create a new <Gather/> element and append it as a child of this element.
            </summary>
            <param name="input"> Input type Twilio should accept </param>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="timeout"> Time to wait to gather input </param>
            <param name="speechTimeout"> Time to wait to gather speech input and it should be either auto or a positive
                                integer. </param>
            <param name="maxSpeechTime"> Max allowed time for speech input </param>
            <param name="profanityFilter"> Profanity Filter on speech </param>
            <param name="finishOnKey"> Finish gather on key </param>
            <param name="numDigits"> Number of digits to collect </param>
            <param name="partialResultCallback"> Partial result callback URL </param>
            <param name="partialResultCallbackMethod"> Partial result callback URL method </param>
            <param name="language"> Language to use </param>
            <param name="hints"> Speech recognition hints </param>
            <param name="bargeIn"> Stop playing media upon speech </param>
            <param name="debug"> Allow debug for gather </param>
            <param name="actionOnEmptyResult"> Force webhook to the action URL event if there is no input </param>
            <param name="speechModel"> Specify the model that is best suited for your use case </param>
            <param name="enhanced"> Use enhanced speech model </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Gather(Twilio.TwiML.Voice.Gather)">
            <summary>
            Append a <Gather/> element as a child of this element
            </summary>
            <param name="gather"> A Gather instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Hangup">
            <summary>
            Create a new <Hangup/> element and append it as a child of this element.
            </summary>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Hangup(Twilio.TwiML.Voice.Hangup)">
            <summary>
            Append a <Hangup/> element as a child of this element
            </summary>
            <param name="hangup"> A Hangup instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Leave">
            <summary>
            Create a new <Leave/> element and append it as a child of this element.
            </summary>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Leave(Twilio.TwiML.Voice.Leave)">
            <summary>
            Append a <Leave/> element as a child of this element
            </summary>
            <param name="leave"> A Leave instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Pause(System.Nullable{System.Int32})">
            <summary>
            Create a new <Pause/> element and append it as a child of this element.
            </summary>
            <param name="length"> Length in seconds to pause </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Pause(Twilio.TwiML.Voice.Pause)">
            <summary>
            Append a <Pause/> element as a child of this element
            </summary>
            <param name="pause"> A Pause instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Play(System.Uri,System.Nullable{System.Int32},System.String)">
            <summary>
            Create a new <Play/> element and append it as a child of this element.
            </summary>
            <param name="url"> Media URL, the body of the TwiML Element. </param>
            <param name="loop"> Times to loop media </param>
            <param name="digits"> Play DTMF tones for digits </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Play(Twilio.TwiML.Voice.Play)">
            <summary>
            Append a <Play/> element as a child of this element
            </summary>
            <param name="play"> A Play instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Queue(System.String,System.Uri,Twilio.Http.HttpMethod,System.String,System.String)">
            <summary>
            Create a new <Queue/> element and append it as a child of this element.
            </summary>
            <param name="name"> Queue name, the body of the TwiML Element. </param>
            <param name="url"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="reservationSid"> TaskRouter Reservation SID </param>
            <param name="postWorkActivitySid"> TaskRouter Activity SID </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Queue(Twilio.TwiML.Voice.Queue)">
            <summary>
            Append a <Queue/> element as a child of this element
            </summary>
            <param name="queue"> A Queue instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Record(System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.TwiML.Voice.Record.TrimEnum,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Record.RecordingEventEnum},System.Nullable{System.Boolean},System.Uri)">
            <summary>
            Create a new <Record/> element and append it as a child of this element.
            </summary>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="timeout"> Timeout to begin recording </param>
            <param name="finishOnKey"> Finish recording on key </param>
            <param name="maxLength"> Max time to record in seconds </param>
            <param name="playBeep"> Play beep </param>
            <param name="trim"> Trim the recording </param>
            <param name="recordingStatusCallback"> Status callback URL </param>
            <param name="recordingStatusCallbackMethod"> Status callback URL method </param>
            <param name="recordingStatusCallbackEvent"> Recording status callback events </param>
            <param name="transcribe"> Transcribe the recording </param>
            <param name="transcribeCallback"> Transcribe callback URL </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Record(Twilio.TwiML.Voice.Record)">
            <summary>
            Append a <Record/> element as a child of this element
            </summary>
            <param name="record"> A Record instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Redirect(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new <Redirect/> element and append it as a child of this element.
            </summary>
            <param name="url"> Redirect URL, the body of the TwiML Element. </param>
            <param name="method"> Redirect URL method </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Redirect(Twilio.TwiML.Voice.Redirect)">
            <summary>
            Append a <Redirect/> element as a child of this element
            </summary>
            <param name="redirect"> A Redirect instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Reject(Twilio.TwiML.Voice.Reject.ReasonEnum)">
            <summary>
            Create a new <Reject/> element and append it as a child of this element.
            </summary>
            <param name="reason"> Rejection reason </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Reject(Twilio.TwiML.Voice.Reject)">
            <summary>
            Append a <Reject/> element as a child of this element
            </summary>
            <param name="reject"> A Reject instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Say(System.String,Twilio.TwiML.Voice.Say.VoiceEnum,System.Nullable{System.Int32},Twilio.TwiML.Voice.Say.LanguageEnum)">
            <summary>
            Create a new <Say/> element and append it as a child of this element.
            </summary>
            <param name="message"> Message to say, the body of the TwiML Element. </param>
            <param name="voice"> Voice to use </param>
            <param name="loop"> Times to loop message </param>
            <param name="language"> Message language </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Say(Twilio.TwiML.Voice.Say)">
            <summary>
            Append a <Say/> element as a child of this element
            </summary>
            <param name="say"> A Say instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Sms(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Uri,Twilio.Http.HttpMethod,System.Uri)">
            <summary>
            Create a new <Sms/> element and append it as a child of this element.
            </summary>
            <param name="message"> Message body, the body of the TwiML Element. </param>
            <param name="to"> Number to send message to </param>
            <param name="from"> Number to send message from </param>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="statusCallback"> Status callback URL </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Sms(Twilio.TwiML.Voice.Sms)">
            <summary>
            Append a <Sms/> element as a child of this element
            </summary>
            <param name="sms"> A Sms instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Pay(Twilio.TwiML.Voice.Pay.InputEnum,System.Uri,Twilio.TwiML.Voice.Pay.BankAccountTypeEnum,System.Uri,Twilio.TwiML.Voice.Pay.StatusCallbackMethodEnum,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.String,Twilio.TwiML.Voice.Pay.PaymentMethodEnum,Twilio.TwiML.Voice.Pay.TokenTypeEnum,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Pay.ValidCardTypesEnum},Twilio.TwiML.Voice.Pay.LanguageEnum)">
            <summary>
            Create a new <Pay/> element and append it as a child of this element.
            </summary>
            <param name="input"> Input type Twilio should accept </param>
            <param name="action"> Action URL </param>
            <param name="bankAccountType"> Bank account type for ach transactions. If set, payment method attribute must be
                                  provided and value should be set to ach-debit. defaults to consumer-checking </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback method </param>
            <param name="timeout"> Time to wait to gather input </param>
            <param name="maxAttempts"> Maximum number of allowed retries when gathering input </param>
            <param name="securityCode"> Prompt for security code </param>
            <param name="postalCode"> Prompt for postal code and it should be true/false or default postal code </param>
            <param name="minPostalCodeLength"> Prompt for minimum postal code length </param>
            <param name="paymentConnector"> Unique name for payment connector </param>
            <param name="paymentMethod"> Payment method to be used. defaults to credit-card </param>
            <param name="tokenType"> Type of token </param>
            <param name="chargeAmount"> Amount to process. If value is greater than 0 then make the payment else create a
                               payment token </param>
            <param name="currency"> Currency of the amount attribute </param>
            <param name="description"> Details regarding the payment </param>
            <param name="validCardTypes"> Comma separated accepted card types </param>
            <param name="language"> Language to use </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Pay(Twilio.TwiML.Voice.Pay)">
            <summary>
            Append a <Pay/> element as a child of this element
            </summary>
            <param name="pay"> A Pay instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Prompt(Twilio.TwiML.Voice.Prompt.ForEnum,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Prompt.ErrorTypeEnum},System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Prompt.CardTypeEnum},System.Collections.Generic.IEnumerable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Create a new <Prompt/> element and append it as a child of this element.
            </summary>
            <param name="for_"> Name of the payment source data element </param>
            <param name="errorType"> Type of error </param>
            <param name="cardType"> Type of the credit card </param>
            <param name="attempt"> Current attempt count </param>
            <param name="requireMatchingInputs"> Require customer to input requested information twice and verify matching.
                                        </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Prompt(Twilio.TwiML.Voice.Prompt)">
            <summary>
            Append a <Prompt/> element as a child of this element
            </summary>
            <param name="prompt"> A Prompt instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Start(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new <Start/> element and append it as a child of this element.
            </summary>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Start(Twilio.TwiML.Voice.Start)">
            <summary>
            Append a <Start/> element as a child of this element
            </summary>
            <param name="start"> A Start instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Stop">
            <summary>
            Create a new <Stop/> element and append it as a child of this element.
            </summary>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Stop(Twilio.TwiML.Voice.Stop)">
            <summary>
            Append a <Stop/> element as a child of this element
            </summary>
            <param name="stop"> A Stop instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Refer(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new <Refer/> element and append it as a child of this element.
            </summary>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Refer(Twilio.TwiML.Voice.Refer)">
            <summary>
            Append a <Refer/> element as a child of this element
            </summary>
            <param name="refer"> A Refer instance. </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.VoiceResponse.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Application">
            <summary>
            Application TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Application.ApplicationSidAttribute">
            <summary>
            Application sid
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Application.Url">
            <summary>
            TwiML URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Application.Method">
            <summary>
            TwiML URL Method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Application.StatusCallbackEvent">
            <summary>
            Events to trigger status callback
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Application.StatusCallback">
            <summary>
            Status Callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Application.StatusCallbackMethod">
            <summary>
            Status Callback URL Method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Application.CustomerId">
            <summary>
            Identity of the customer calling application
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Application.CopyParentTo">
            <summary>
            Copy parent call To field to called application side, otherwise use the application sid as To field
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.#ctor(System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Application.EventEnum},System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean})">
            <summary>
            Create a new Application
            </summary>
            <param name="applicationSid"> Application sid, the body of the TwiML Element. </param>
            <param name="url"> TwiML URL </param>
            <param name="method"> TwiML URL Method </param>
            <param name="statusCallbackEvent"> Events to trigger status callback </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL Method </param>
            <param name="customerId"> Identity of the customer calling application </param>
            <param name="copyParentTo"> Copy parent call To field to called application side, otherwise use the application sid
                               as To field </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.ApplicationSid(System.String)">
            <summary>
            Create a new <ApplicationSid/> element and append it as a child of this element.
            </summary>
            <param name="sid"> Application sid to dial, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.ApplicationSid(Twilio.TwiML.Voice.ApplicationSid)">
            <summary>
            Append a <ApplicationSid/> element as a child of this element
            </summary>
            <param name="applicationSid"> A ApplicationSid instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Application.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.ApplicationSid">
            <summary>
            ApplicationSid TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ApplicationSid.Sid">
            <summary>
            Application sid to dial
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.ApplicationSid.#ctor(System.String)">
            <summary>
            Create a new ApplicationSid
            </summary>
            <param name="sid"> Application sid to dial, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ApplicationSid.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.ApplicationSid.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ApplicationSid.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Assistant">
            <summary>
            Assistant TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.Id">
            <summary>
            The assistant ID of the AI Assistant
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.LanguageAttribute">
            <summary>
            Language to be used for both text-to-speech and transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.TtsLanguage">
            <summary>
            Language to be used for text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.TranscriptionLanguage">
            <summary>
            Language to be used for transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.TtsProvider">
            <summary>
            Provider to be used for text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.Voice">
            <summary>
            Voice to be used for text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.TranscriptionProvider">
            <summary>
            Provider to be used for transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.SpeechModel">
            <summary>
            Speech model to be used for transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.ProfanityFilter">
            <summary>
            Whether profanities should be filtered out of the speech transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.DtmfDetection">
            <summary>
            Whether DTMF tones should be detected and reported in speech transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.WelcomeGreeting">
            <summary>
            The sentence to be played automatically when the session is connected
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.PartialPrompts">
            <summary>
            Whether partial prompts should be reported to WebSocket server before the caller finishes speaking
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.Interruptible">
            <summary>
            Whether caller's speaking can interrupt the play of text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.InterruptByDtmf">
            <summary>
            Whether DTMF tone can interrupt the play of text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.WelcomeGreetingInterruptible">
            <summary>
            Whether caller's speaking can interrupt the welcome greeting
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Assistant.Debug">
            <summary>
            Whether debugging on the session is enabled
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Assistant.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Create a new Assistant
            </summary>
            <param name="id"> The assistant ID of the AI Assistant </param>
            <param name="language"> Language to be used for both text-to-speech and transcription </param>
            <param name="ttsLanguage"> Language to be used for text-to-speech </param>
            <param name="transcriptionLanguage"> Language to be used for transcription </param>
            <param name="ttsProvider"> Provider to be used for text-to-speech </param>
            <param name="voice"> Voice to be used for text-to-speech </param>
            <param name="transcriptionProvider"> Provider to be used for transcription </param>
            <param name="speechModel"> Speech model to be used for transcription </param>
            <param name="profanityFilter"> Whether profanities should be filtered out of the speech transcription </param>
            <param name="dtmfDetection"> Whether DTMF tones should be detected and reported in speech transcription </param>
            <param name="welcomeGreeting"> The sentence to be played automatically when the session is connected </param>
            <param name="partialPrompts"> Whether partial prompts should be reported to WebSocket server before the caller
                                 finishes speaking </param>
            <param name="interruptible"> Whether caller's speaking can interrupt the play of text-to-speech </param>
            <param name="interruptByDtmf"> Whether DTMF tone can interrupt the play of text-to-speech </param>
            <param name="welcomeGreetingInterruptible"> Whether caller's speaking can interrupt the welcome greeting </param>
            <param name="debug"> Whether debugging on the session is enabled </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Assistant.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Assistant.Language(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Language/> element and append it as a child of this element.
            </summary>
            <param name="code"> Language code of this language setting is for </param>
            <param name="ttsProvider"> Provider to be used for text-to-speech of this language </param>
            <param name="voice"> Voice to be used for text-to-speech of this language </param>
            <param name="transcriptionProvider"> Provider to be used for transcription of this language </param>
            <param name="speechModel"> Speech model to be used for transcription of this language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Assistant.Language(Twilio.TwiML.Voice.Language)">
            <summary>
            Append a <Language/> element as a child of this element
            </summary>
            <param name="language"> A Language instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Assistant.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Assistant.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Assistant.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Assistant.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Autopilot">
            <summary>
            Autopilot TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Autopilot.Name">
            <summary>
            Autopilot assistant sid or unique name
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Autopilot.#ctor(System.String)">
            <summary>
            Create a new Autopilot
            </summary>
            <param name="name"> Autopilot assistant sid or unique name, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Autopilot.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Autopilot.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Autopilot.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Client">
            <summary>
            Client TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Client.IdentityAttribute">
            <summary>
            Client identity
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Client.Url">
            <summary>
            Client URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Client.Method">
            <summary>
            Client URL Method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Client.StatusCallbackEvent">
            <summary>
            Events to trigger status callback
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Client.StatusCallback">
            <summary>
            Status Callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Client.StatusCallbackMethod">
            <summary>
            Status Callback URL Method
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.#ctor(System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Client.EventEnum},System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new Client
            </summary>
            <param name="identity"> Client identity, the body of the TwiML Element. </param>
            <param name="url"> Client URL </param>
            <param name="method"> Client URL Method </param>
            <param name="statusCallbackEvent"> Events to trigger status callback </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL Method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.Identity(System.String)">
            <summary>
            Create a new <Identity/> element and append it as a child of this element.
            </summary>
            <param name="clientIdentity"> Identity of the client to dial, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.Identity(Twilio.TwiML.Voice.Identity)">
            <summary>
            Append a <Identity/> element as a child of this element
            </summary>
            <param name="identity"> A Identity instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Client.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Conference">
            <summary>
            Conference TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.Name">
            <summary>
            Conference name
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.Muted">
            <summary>
            Join the conference muted
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.Beep">
            <summary>
            Play beep when joining
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.StartConferenceOnEnter">
            <summary>
            Start the conference on enter
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.EndConferenceOnExit">
            <summary>
            End the conferenceon exit
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.WaitUrl">
            <summary>
            Wait URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.WaitMethod">
            <summary>
            Wait URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.MaxParticipants">
            <summary>
            Maximum number of participants
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.Record">
            <summary>
            Record the conference
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.Region">
            <summary>
            Conference region
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.Coach">
            <summary>
            Call coach
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.Trim">
            <summary>
            Trim the conference recording
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.StatusCallbackEvent">
            <summary>
            Events to call status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.StatusCallback">
            <summary>
            Status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.StatusCallbackMethod">
            <summary>
            Status callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.RecordingStatusCallback">
            <summary>
            Recording status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.RecordingStatusCallbackMethod">
            <summary>
            Recording status callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.RecordingStatusCallbackEvent">
            <summary>
            Recording status callback events
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.EventCallbackUrl">
            <summary>
            Event callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.JitterBufferSize">
            <summary>
            Size of jitter buffer for participant
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conference.ParticipantLabel">
            <summary>
            A label for participant
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conference.#ctor(System.String,System.Nullable{System.Boolean},Twilio.TwiML.Voice.Conference.BeepEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},Twilio.TwiML.Voice.Conference.RecordEnum,Twilio.TwiML.Voice.Conference.RegionEnum,System.String,Twilio.TwiML.Voice.Conference.TrimEnum,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Conference.EventEnum},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Conference.RecordingEventEnum},System.Uri,Twilio.TwiML.Voice.Conference.JitterBufferSizeEnum,System.String)">
            <summary>
            Create a new Conference
            </summary>
            <param name="name"> Conference name, the body of the TwiML Element. </param>
            <param name="muted"> Join the conference muted </param>
            <param name="beep"> Play beep when joining </param>
            <param name="startConferenceOnEnter"> Start the conference on enter </param>
            <param name="endConferenceOnExit"> End the conferenceon exit </param>
            <param name="waitUrl"> Wait URL </param>
            <param name="waitMethod"> Wait URL method </param>
            <param name="maxParticipants"> Maximum number of participants </param>
            <param name="record"> Record the conference </param>
            <param name="region"> Conference region </param>
            <param name="coach"> Call coach </param>
            <param name="trim"> Trim the conference recording </param>
            <param name="statusCallbackEvent"> Events to call status callback URL </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback URL method </param>
            <param name="recordingStatusCallback"> Recording status callback URL </param>
            <param name="recordingStatusCallbackMethod"> Recording status callback URL method </param>
            <param name="recordingStatusCallbackEvent"> Recording status callback events </param>
            <param name="eventCallbackUrl"> Event callback URL </param>
            <param name="jitterBufferSize"> Size of jitter buffer for participant </param>
            <param name="participantLabel"> A label for participant </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conference.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conference.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conference.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conference.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Config">
            <summary>
            Config TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Config.Name">
            <summary>
            The name of the custom config
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Config.Value">
            <summary>
            The value of the custom config
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Config.#ctor(System.String,System.String)">
            <summary>
            Create a new Config
            </summary>
            <param name="name"> The name of the custom config </param>
            <param name="value"> The value of the custom config </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Config.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Config.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Config.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Connect">
            <summary>
            Connect TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Connect.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Connect.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.#ctor(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new Connect
            </summary>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Room(System.String,System.String)">
            <summary>
            Create a new <Room/> element and append it as a child of this element.
            </summary>
            <param name="name"> Room name, the body of the TwiML Element. </param>
            <param name="participantIdentity"> Participant identity when connecting to the Room </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Room(Twilio.TwiML.Voice.Room)">
            <summary>
            Append a <Room/> element as a child of this element
            </summary>
            <param name="room"> A Room instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Autopilot(System.String)">
            <summary>
            Create a new <Autopilot/> element and append it as a child of this element.
            </summary>
            <param name="name"> Autopilot assistant sid or unique name, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Autopilot(Twilio.TwiML.Voice.Autopilot)">
            <summary>
            Append a <Autopilot/> element as a child of this element
            </summary>
            <param name="autopilot"> A Autopilot instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Stream(System.String,System.String,System.String,Twilio.TwiML.Voice.Stream.TrackEnum,System.String,Twilio.TwiML.Voice.Stream.StatusCallbackMethodEnum)">
            <summary>
            Create a new <Stream/> element and append it as a child of this element.
            </summary>
            <param name="name"> Friendly name given to the Stream </param>
            <param name="connectorName"> Unique name for Stream Connector </param>
            <param name="url"> URL of the remote service where the Stream is routed </param>
            <param name="track"> Track to be streamed to remote service </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Stream(Twilio.TwiML.Voice.Stream)">
            <summary>
            Append a <Stream/> element as a child of this element
            </summary>
            <param name="stream"> A Stream instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.VirtualAgent(System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Http.HttpMethod)">
            <summary>
            Create a new <VirtualAgent/> element and append it as a child of this element.
            </summary>
            <param name="connectorName"> Defines the conversation profile Dialogflow needs to use </param>
            <param name="language"> Language to be used by Dialogflow to transcribe speech </param>
            <param name="sentimentAnalysis"> Whether sentiment analysis needs to be enabled or not </param>
            <param name="statusCallback"> URL to post status callbacks from Twilio </param>
            <param name="statusCallbackMethod"> HTTP method to use when requesting the status callback URL </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.VirtualAgent(Twilio.TwiML.Voice.VirtualAgent)">
            <summary>
            Append a <VirtualAgent/> element as a child of this element
            </summary>
            <param name="virtualAgent"> A VirtualAgent instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Conversation(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,Twilio.TwiML.Voice.Conversation.RecordEnum,Twilio.TwiML.Voice.Conversation.TrimEnum,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Conversation.RecordingEventEnum},System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Conversation.EventEnum})">
            <summary>
            Create a new <Conversation/> element and append it as a child of this element.
            </summary>
            <param name="serviceInstanceSid"> Service instance Sid </param>
            <param name="inboundAutocreation"> Inbound autocreation </param>
            <param name="routingAssignmentTimeout"> Routing assignment timeout </param>
            <param name="inboundTimeout"> Inbound timeout </param>
            <param name="url"> TwiML URL </param>
            <param name="method"> TwiML URL method </param>
            <param name="record"> Record </param>
            <param name="trim"> Trim </param>
            <param name="recordingStatusCallback"> Recording status callback URL </param>
            <param name="recordingStatusCallbackMethod"> Recording status callback URL method </param>
            <param name="recordingStatusCallbackEvent"> Recording status callback events </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback URL method </param>
            <param name="statusCallbackEvent"> Events to call status callback URL </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Conversation(Twilio.TwiML.Voice.Conversation)">
            <summary>
            Append a <Conversation/> element as a child of this element
            </summary>
            <param name="conversation"> A Conversation instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.ConversationRelay(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Create a new <ConversationRelay/> element and append it as a child of this element.
            </summary>
            <param name="url"> URL of the remote service where the session is connected to </param>
            <param name="language"> Language to be used for both text-to-speech and transcription </param>
            <param name="ttsLanguage"> Language to be used for text-to-speech </param>
            <param name="transcriptionLanguage"> Language to be used for transcription </param>
            <param name="ttsProvider"> Provider to be used for text-to-speech </param>
            <param name="voice"> Voice to be used for text-to-speech </param>
            <param name="transcriptionProvider"> Provider to be used for transcription </param>
            <param name="speechModel"> Speech model to be used for transcription </param>
            <param name="profanityFilter"> Whether profanities should be filtered out of the speech transcription </param>
            <param name="dtmfDetection"> Whether DTMF tones should be detected and reported in speech transcription </param>
            <param name="welcomeGreeting"> The sentence to be played automatically when the session is connected </param>
            <param name="partialPrompts"> Whether partial prompts should be reported to WebSocket server before the caller
                                 finishes speaking </param>
            <param name="interruptible"> Whether caller's speaking can interrupt the play of text-to-speech </param>
            <param name="interruptByDtmf"> Whether DTMF tone can interrupt the play of text-to-speech </param>
            <param name="welcomeGreetingInterruptible"> Whether caller's speaking can interrupt the welcome greeting </param>
            <param name="debug"> Whether debugging on the session is enabled </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.ConversationRelay(Twilio.TwiML.Voice.ConversationRelay)">
            <summary>
            Append a <ConversationRelay/> element as a child of this element
            </summary>
            <param name="conversationRelay"> A ConversationRelay instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Assistant(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Create a new <Assistant/> element and append it as a child of this element.
            </summary>
            <param name="id"> The assistant ID of the AI Assistant </param>
            <param name="language"> Language to be used for both text-to-speech and transcription </param>
            <param name="ttsLanguage"> Language to be used for text-to-speech </param>
            <param name="transcriptionLanguage"> Language to be used for transcription </param>
            <param name="ttsProvider"> Provider to be used for text-to-speech </param>
            <param name="voice"> Voice to be used for text-to-speech </param>
            <param name="transcriptionProvider"> Provider to be used for transcription </param>
            <param name="speechModel"> Speech model to be used for transcription </param>
            <param name="profanityFilter"> Whether profanities should be filtered out of the speech transcription </param>
            <param name="dtmfDetection"> Whether DTMF tones should be detected and reported in speech transcription </param>
            <param name="welcomeGreeting"> The sentence to be played automatically when the session is connected </param>
            <param name="partialPrompts"> Whether partial prompts should be reported to WebSocket server before the caller
                                 finishes speaking </param>
            <param name="interruptible"> Whether caller's speaking can interrupt the play of text-to-speech </param>
            <param name="interruptByDtmf"> Whether DTMF tone can interrupt the play of text-to-speech </param>
            <param name="welcomeGreetingInterruptible"> Whether caller's speaking can interrupt the welcome greeting </param>
            <param name="debug"> Whether debugging on the session is enabled </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Assistant(Twilio.TwiML.Voice.Assistant)">
            <summary>
            Append a <Assistant/> element as a child of this element
            </summary>
            <param name="assistant"> A Assistant instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Connect.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Conversation">
            <summary>
            Conversation TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.ServiceInstanceSid">
            <summary>
            Service instance Sid
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.InboundAutocreation">
            <summary>
            Inbound autocreation
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.RoutingAssignmentTimeout">
            <summary>
            Routing assignment timeout
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.InboundTimeout">
            <summary>
            Inbound timeout
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.Url">
            <summary>
            TwiML URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.Method">
            <summary>
            TwiML URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.Record">
            <summary>
            Record
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.Trim">
            <summary>
            Trim
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.RecordingStatusCallback">
            <summary>
            Recording status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.RecordingStatusCallbackMethod">
            <summary>
            Recording status callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.RecordingStatusCallbackEvent">
            <summary>
            Recording status callback events
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.StatusCallback">
            <summary>
            Status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.StatusCallbackMethod">
            <summary>
            Status callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Conversation.StatusCallbackEvent">
            <summary>
            Events to call status callback URL
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conversation.#ctor(System.String,System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,Twilio.TwiML.Voice.Conversation.RecordEnum,Twilio.TwiML.Voice.Conversation.TrimEnum,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Conversation.RecordingEventEnum},System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Conversation.EventEnum})">
            <summary>
            Create a new Conversation
            </summary>
            <param name="serviceInstanceSid"> Service instance Sid </param>
            <param name="inboundAutocreation"> Inbound autocreation </param>
            <param name="routingAssignmentTimeout"> Routing assignment timeout </param>
            <param name="inboundTimeout"> Inbound timeout </param>
            <param name="url"> TwiML URL </param>
            <param name="method"> TwiML URL method </param>
            <param name="record"> Record </param>
            <param name="trim"> Trim </param>
            <param name="recordingStatusCallback"> Recording status callback URL </param>
            <param name="recordingStatusCallbackMethod"> Recording status callback URL method </param>
            <param name="recordingStatusCallbackEvent"> Recording status callback events </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback URL method </param>
            <param name="statusCallbackEvent"> Events to call status callback URL </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conversation.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conversation.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Conversation.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.ConversationRelay">
            <summary>
            ConversationRelay TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.Url">
            <summary>
            URL of the remote service where the session is connected to
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.LanguageAttribute">
            <summary>
            Language to be used for both text-to-speech and transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.TtsLanguage">
            <summary>
            Language to be used for text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.TranscriptionLanguage">
            <summary>
            Language to be used for transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.TtsProvider">
            <summary>
            Provider to be used for text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.Voice">
            <summary>
            Voice to be used for text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.TranscriptionProvider">
            <summary>
            Provider to be used for transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.SpeechModel">
            <summary>
            Speech model to be used for transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.ProfanityFilter">
            <summary>
            Whether profanities should be filtered out of the speech transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.DtmfDetection">
            <summary>
            Whether DTMF tones should be detected and reported in speech transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.WelcomeGreeting">
            <summary>
            The sentence to be played automatically when the session is connected
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.PartialPrompts">
            <summary>
            Whether partial prompts should be reported to WebSocket server before the caller finishes speaking
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.Interruptible">
            <summary>
            Whether caller's speaking can interrupt the play of text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.InterruptByDtmf">
            <summary>
            Whether DTMF tone can interrupt the play of text-to-speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.WelcomeGreetingInterruptible">
            <summary>
            Whether caller's speaking can interrupt the welcome greeting
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ConversationRelay.Debug">
            <summary>
            Whether debugging on the session is enabled
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.ConversationRelay.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Create a new ConversationRelay
            </summary>
            <param name="url"> URL of the remote service where the session is connected to </param>
            <param name="language"> Language to be used for both text-to-speech and transcription </param>
            <param name="ttsLanguage"> Language to be used for text-to-speech </param>
            <param name="transcriptionLanguage"> Language to be used for transcription </param>
            <param name="ttsProvider"> Provider to be used for text-to-speech </param>
            <param name="voice"> Voice to be used for text-to-speech </param>
            <param name="transcriptionProvider"> Provider to be used for transcription </param>
            <param name="speechModel"> Speech model to be used for transcription </param>
            <param name="profanityFilter"> Whether profanities should be filtered out of the speech transcription </param>
            <param name="dtmfDetection"> Whether DTMF tones should be detected and reported in speech transcription </param>
            <param name="welcomeGreeting"> The sentence to be played automatically when the session is connected </param>
            <param name="partialPrompts"> Whether partial prompts should be reported to WebSocket server before the caller
                                 finishes speaking </param>
            <param name="interruptible"> Whether caller's speaking can interrupt the play of text-to-speech </param>
            <param name="interruptByDtmf"> Whether DTMF tone can interrupt the play of text-to-speech </param>
            <param name="welcomeGreetingInterruptible"> Whether caller's speaking can interrupt the welcome greeting </param>
            <param name="debug"> Whether debugging on the session is enabled </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ConversationRelay.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.ConversationRelay.Language(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Language/> element and append it as a child of this element.
            </summary>
            <param name="code"> Language code of this language setting is for </param>
            <param name="ttsProvider"> Provider to be used for text-to-speech of this language </param>
            <param name="voice"> Voice to be used for text-to-speech of this language </param>
            <param name="transcriptionProvider"> Provider to be used for transcription of this language </param>
            <param name="speechModel"> Speech model to be used for transcription of this language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ConversationRelay.Language(Twilio.TwiML.Voice.Language)">
            <summary>
            Append a <Language/> element as a child of this element
            </summary>
            <param name="language"> A Language instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ConversationRelay.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ConversationRelay.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ConversationRelay.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ConversationRelay.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Dial">
            <summary>
            Dial TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.NumberAttribute">
            <summary>
            Phone number to dial
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.Timeout">
            <summary>
            Time to wait for answer
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.HangupOnStar">
            <summary>
            Hangup call on star press
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.TimeLimit">
            <summary>
            Max time length
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.CallerId">
            <summary>
            Caller ID to display
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.Record">
            <summary>
            Record the call
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.Trim">
            <summary>
            Trim the recording
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.RecordingStatusCallback">
            <summary>
            Recording status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.RecordingStatusCallbackMethod">
            <summary>
            Recording status callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.RecordingStatusCallbackEvent">
            <summary>
            Recording status callback events
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.AnswerOnBridge">
            <summary>
            Preserve the ringing behavior of the inbound call until the Dialed call picks up
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.RingTone">
            <summary>
            Ringtone allows you to override the ringback tone that Twilio will play back to the caller while executing the Dial
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.RecordingTrack">
            <summary>
            To indicate which audio track should be recorded
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.Sequential">
            <summary>
            Used to determine if child TwiML nouns should be dialed in order, one after the other (sequential) or dial all at once (parallel). Default is false, parallel
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.ReferUrl">
            <summary>
            Webhook that will receive future SIP REFER requests
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.ReferMethod">
            <summary>
            The HTTP method to use for the refer Webhook
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Dial.Events">
            <summary>
            Subscription to events
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.#ctor(System.String,System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String,Twilio.TwiML.Voice.Dial.RecordEnum,Twilio.TwiML.Voice.Dial.TrimEnum,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Dial.RecordingEventEnum},System.Nullable{System.Boolean},Twilio.TwiML.Voice.Dial.RingToneEnum,Twilio.TwiML.Voice.Dial.RecordingTrackEnum,System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,Twilio.TwiML.Voice.Dial.EventsEnum)">
            <summary>
            Create a new Dial
            </summary>
            <param name="number"> Phone number to dial, the body of the TwiML Element. </param>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="timeout"> Time to wait for answer </param>
            <param name="hangupOnStar"> Hangup call on star press </param>
            <param name="timeLimit"> Max time length </param>
            <param name="callerId"> Caller ID to display </param>
            <param name="record"> Record the call </param>
            <param name="trim"> Trim the recording </param>
            <param name="recordingStatusCallback"> Recording status callback URL </param>
            <param name="recordingStatusCallbackMethod"> Recording status callback URL method </param>
            <param name="recordingStatusCallbackEvent"> Recording status callback events </param>
            <param name="answerOnBridge"> Preserve the ringing behavior of the inbound call until the Dialed call picks up
                                 </param>
            <param name="ringTone"> Ringtone allows you to override the ringback tone that Twilio will play back to the caller
                           while executing the Dial </param>
            <param name="recordingTrack"> To indicate which audio track should be recorded </param>
            <param name="sequential"> Used to determine if child TwiML nouns should be dialed in order, one after the other
                             (sequential) or dial all at once (parallel). Default is false, parallel </param>
            <param name="referUrl"> Webhook that will receive future SIP REFER requests </param>
            <param name="referMethod"> The HTTP method to use for the refer Webhook </param>
            <param name="events"> Subscription to events </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Client(System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Client.EventEnum},System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new <Client/> element and append it as a child of this element.
            </summary>
            <param name="identity"> Client identity, the body of the TwiML Element. </param>
            <param name="url"> Client URL </param>
            <param name="method"> Client URL Method </param>
            <param name="statusCallbackEvent"> Events to trigger status callback </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL Method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Client(Twilio.TwiML.Voice.Client)">
            <summary>
            Append a <Client/> element as a child of this element
            </summary>
            <param name="client"> A Client instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Conference(System.String,System.Nullable{System.Boolean},Twilio.TwiML.Voice.Conference.BeepEnum,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},Twilio.TwiML.Voice.Conference.RecordEnum,Twilio.TwiML.Voice.Conference.RegionEnum,System.String,Twilio.TwiML.Voice.Conference.TrimEnum,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Conference.EventEnum},System.Uri,Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Conference.RecordingEventEnum},System.Uri,Twilio.TwiML.Voice.Conference.JitterBufferSizeEnum,System.String)">
            <summary>
            Create a new <Conference/> element and append it as a child of this element.
            </summary>
            <param name="name"> Conference name, the body of the TwiML Element. </param>
            <param name="muted"> Join the conference muted </param>
            <param name="beep"> Play beep when joining </param>
            <param name="startConferenceOnEnter"> Start the conference on enter </param>
            <param name="endConferenceOnExit"> End the conferenceon exit </param>
            <param name="waitUrl"> Wait URL </param>
            <param name="waitMethod"> Wait URL method </param>
            <param name="maxParticipants"> Maximum number of participants </param>
            <param name="record"> Record the conference </param>
            <param name="region"> Conference region </param>
            <param name="coach"> Call coach </param>
            <param name="trim"> Trim the conference recording </param>
            <param name="statusCallbackEvent"> Events to call status callback URL </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback URL method </param>
            <param name="recordingStatusCallback"> Recording status callback URL </param>
            <param name="recordingStatusCallbackMethod"> Recording status callback URL method </param>
            <param name="recordingStatusCallbackEvent"> Recording status callback events </param>
            <param name="eventCallbackUrl"> Event callback URL </param>
            <param name="jitterBufferSize"> Size of jitter buffer for participant </param>
            <param name="participantLabel"> A label for participant </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Conference(Twilio.TwiML.Voice.Conference)">
            <summary>
            Append a <Conference/> element as a child of this element
            </summary>
            <param name="conference"> A Conference instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Number(Twilio.Types.PhoneNumber,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Number.EventEnum},System.Uri,Twilio.Http.HttpMethod,System.String,System.String,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Create a new <Number/> element and append it as a child of this element.
            </summary>
            <param name="phoneNumber"> Phone Number to dial, the body of the TwiML Element. </param>
            <param name="sendDigits"> DTMF tones to play when the call is answered </param>
            <param name="url"> TwiML URL </param>
            <param name="method"> TwiML URL method </param>
            <param name="statusCallbackEvent"> Events to call status callback </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback URL method </param>
            <param name="byoc"> BYOC trunk SID (Beta) </param>
            <param name="machineDetection"> Enable machine detection or end of greeting detection </param>
            <param name="amdStatusCallbackMethod"> HTTP Method to use with amd_status_callback </param>
            <param name="amdStatusCallback"> The URL we should call to send amd status information to your application </param>
            <param name="machineDetectionTimeout"> Number of seconds to wait for machine detection </param>
            <param name="machineDetectionSpeechThreshold"> Number of milliseconds for measuring stick for the length of the
                                                  speech activity </param>
            <param name="machineDetectionSpeechEndThreshold"> Number of milliseconds of silence after speech activity </param>
            <param name="machineDetectionSilenceTimeout"> Number of milliseconds of initial silence </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Number(Twilio.TwiML.Voice.Number)">
            <summary>
            Append a <Number/> element as a child of this element
            </summary>
            <param name="number"> A Number instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Queue(System.String,System.Uri,Twilio.Http.HttpMethod,System.String,System.String)">
            <summary>
            Create a new <Queue/> element and append it as a child of this element.
            </summary>
            <param name="name"> Queue name, the body of the TwiML Element. </param>
            <param name="url"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="reservationSid"> TaskRouter Reservation SID </param>
            <param name="postWorkActivitySid"> TaskRouter Activity SID </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Queue(Twilio.TwiML.Voice.Queue)">
            <summary>
            Append a <Queue/> element as a child of this element
            </summary>
            <param name="queue"> A Queue instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Sim(System.String)">
            <summary>
            Create a new <Sim/> element and append it as a child of this element.
            </summary>
            <param name="simSid"> SIM SID, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Sim(Twilio.TwiML.Voice.Sim)">
            <summary>
            Append a <Sim/> element as a child of this element
            </summary>
            <param name="sim"> A Sim instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Sip(System.Uri,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Sip.EventEnum},System.Uri,Twilio.Http.HttpMethod,System.String,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Create a new <Sip/> element and append it as a child of this element.
            </summary>
            <param name="sipUrl"> SIP URL, the body of the TwiML Element. </param>
            <param name="username"> SIP Username </param>
            <param name="password"> SIP Password </param>
            <param name="url"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="statusCallbackEvent"> Status callback events </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback URL method </param>
            <param name="machineDetection"> Enable machine detection or end of greeting detection </param>
            <param name="amdStatusCallbackMethod"> HTTP Method to use with amd_status_callback </param>
            <param name="amdStatusCallback"> The URL we should call to send amd status information to your application </param>
            <param name="machineDetectionTimeout"> Number of seconds to wait for machine detection </param>
            <param name="machineDetectionSpeechThreshold"> Number of milliseconds for measuring stick for the length of the
                                                  speech activity </param>
            <param name="machineDetectionSpeechEndThreshold"> Number of milliseconds of silence after speech activity </param>
            <param name="machineDetectionSilenceTimeout"> Number of milliseconds of initial silence </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Sip(Twilio.TwiML.Voice.Sip)">
            <summary>
            Append a <Sip/> element as a child of this element
            </summary>
            <param name="sip"> A Sip instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Application(System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Application.EventEnum},System.Uri,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Boolean})">
            <summary>
            Create a new <Application/> element and append it as a child of this element.
            </summary>
            <param name="applicationSid"> Application sid, the body of the TwiML Element. </param>
            <param name="url"> TwiML URL </param>
            <param name="method"> TwiML URL Method </param>
            <param name="statusCallbackEvent"> Events to trigger status callback </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL Method </param>
            <param name="customerId"> Identity of the customer calling application </param>
            <param name="copyParentTo"> Copy parent call To field to called application side, otherwise use the application sid
                               as To field </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Application(Twilio.TwiML.Voice.Application)">
            <summary>
            Append a <Application/> element as a child of this element
            </summary>
            <param name="application"> A Application instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Dial.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Echo">
            <summary>
            Echo TwiML Verb
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Echo.#ctor">
            <summary>
            Create a new Echo
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Echo.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Echo.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Enqueue">
            <summary>
            Enqueue TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Enqueue.Name">
            <summary>
            Friendly name
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Enqueue.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Enqueue.MaxQueueSize">
            <summary>
            Maximum size of queue
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Enqueue.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Enqueue.WaitUrl">
            <summary>
            Wait URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Enqueue.WaitUrlMethod">
            <summary>
            Wait URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Enqueue.WorkflowSid">
            <summary>
            TaskRouter Workflow SID
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Enqueue.#ctor(System.String,System.Uri,System.Nullable{System.Int32},Twilio.Http.HttpMethod,System.Uri,Twilio.Http.HttpMethod,System.String)">
            <summary>
            Create a new Enqueue
            </summary>
            <param name="name"> Friendly name, the body of the TwiML Element. </param>
            <param name="action"> Action URL </param>
            <param name="maxQueueSize"> Maximum size of queue </param>
            <param name="method"> Action URL method </param>
            <param name="waitUrl"> Wait URL </param>
            <param name="waitUrlMethod"> Wait URL method </param>
            <param name="workflowSid"> TaskRouter Workflow SID </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Enqueue.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Enqueue.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Enqueue.Task(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Create a new <Task/> element and append it as a child of this element.
            </summary>
            <param name="body"> TaskRouter task attributes, the body of the TwiML Element. Also accepts stringified object
                       </param>
            <param name="priority"> Task priority </param>
            <param name="timeout"> Timeout associated with task </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Enqueue.Task(Twilio.TwiML.Voice.Task)">
            <summary>
            Append a <Task/> element as a child of this element
            </summary>
            <param name="task"> A Task instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Enqueue.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Enqueue.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Gather">
            <summary>
            Gather TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.Input">
            <summary>
            Input type Twilio should accept
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.Timeout">
            <summary>
            Time to wait to gather input
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.SpeechTimeout">
            <summary>
            Time to wait to gather speech input and it should be either auto or a positive integer.
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.MaxSpeechTime">
            <summary>
            Max allowed time for speech input
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.ProfanityFilter">
            <summary>
            Profanity Filter on speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.FinishOnKey">
            <summary>
            Finish gather on key
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.NumDigits">
            <summary>
            Number of digits to collect
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.PartialResultCallback">
            <summary>
            Partial result callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.PartialResultCallbackMethod">
            <summary>
            Partial result callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.Language">
            <summary>
            Language to use
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.Hints">
            <summary>
            Speech recognition hints
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.BargeIn">
            <summary>
            Stop playing media upon speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.Debug">
            <summary>
            Allow debug for gather
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.ActionOnEmptyResult">
            <summary>
            Force webhook to the action URL event if there is no input
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.SpeechModel">
            <summary>
            Specify the model that is best suited for your use case
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Gather.Enhanced">
            <summary>
            Use enhanced speech model
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.#ctor(System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Gather.InputEnum},System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Uri,Twilio.Http.HttpMethod,Twilio.TwiML.Voice.Gather.LanguageEnum,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},Twilio.TwiML.Voice.Gather.SpeechModelEnum,System.Nullable{System.Boolean})">
            <summary>
            Create a new Gather
            </summary>
            <param name="input"> Input type Twilio should accept </param>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="timeout"> Time to wait to gather input </param>
            <param name="speechTimeout"> Time to wait to gather speech input and it should be either auto or a positive
                                integer. </param>
            <param name="maxSpeechTime"> Max allowed time for speech input </param>
            <param name="profanityFilter"> Profanity Filter on speech </param>
            <param name="finishOnKey"> Finish gather on key </param>
            <param name="numDigits"> Number of digits to collect </param>
            <param name="partialResultCallback"> Partial result callback URL </param>
            <param name="partialResultCallbackMethod"> Partial result callback URL method </param>
            <param name="language"> Language to use </param>
            <param name="hints"> Speech recognition hints </param>
            <param name="bargeIn"> Stop playing media upon speech </param>
            <param name="debug"> Allow debug for gather </param>
            <param name="actionOnEmptyResult"> Force webhook to the action URL event if there is no input </param>
            <param name="speechModel"> Specify the model that is best suited for your use case </param>
            <param name="enhanced"> Use enhanced speech model </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.Say(System.String,Twilio.TwiML.Voice.Say.VoiceEnum,System.Nullable{System.Int32},Twilio.TwiML.Voice.Say.LanguageEnum)">
            <summary>
            Create a new <Say/> element and append it as a child of this element.
            </summary>
            <param name="message"> Message to say, the body of the TwiML Element. </param>
            <param name="voice"> Voice to use </param>
            <param name="loop"> Times to loop message </param>
            <param name="language"> Message language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.Say(Twilio.TwiML.Voice.Say)">
            <summary>
            Append a <Say/> element as a child of this element
            </summary>
            <param name="say"> A Say instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.Pause(System.Nullable{System.Int32})">
            <summary>
            Create a new <Pause/> element and append it as a child of this element.
            </summary>
            <param name="length"> Length in seconds to pause </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.Pause(Twilio.TwiML.Voice.Pause)">
            <summary>
            Append a <Pause/> element as a child of this element
            </summary>
            <param name="pause"> A Pause instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.Play(System.Uri,System.Nullable{System.Int32},System.String)">
            <summary>
            Create a new <Play/> element and append it as a child of this element.
            </summary>
            <param name="url"> Media URL, the body of the TwiML Element. </param>
            <param name="loop"> Times to loop media </param>
            <param name="digits"> Play DTMF tones for digits </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.Play(Twilio.TwiML.Voice.Play)">
            <summary>
            Append a <Play/> element as a child of this element
            </summary>
            <param name="play"> A Play instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Gather.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Hangup">
            <summary>
            Hangup TwiML Verb
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Hangup.#ctor">
            <summary>
            Create a new Hangup
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Hangup.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Hangup.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Hangup.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Hangup.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Identity">
            <summary>
            Identity TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Identity.ClientIdentity">
            <summary>
            Identity of the client to dial
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Identity.#ctor(System.String)">
            <summary>
            Create a new Identity
            </summary>
            <param name="clientIdentity"> Identity of the client to dial, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Identity.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Identity.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Identity.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Language">
            <summary>
            Language TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Language.Code">
            <summary>
            Language code of this language setting is for
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Language.TtsProvider">
            <summary>
            Provider to be used for text-to-speech of this language
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Language.Voice">
            <summary>
            Voice to be used for text-to-speech of this language
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Language.TranscriptionProvider">
            <summary>
            Provider to be used for transcription of this language
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Language.SpeechModel">
            <summary>
            Speech model to be used for transcription of this language
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Language.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Create a new Language
            </summary>
            <param name="code"> Language code of this language setting is for </param>
            <param name="ttsProvider"> Provider to be used for text-to-speech of this language </param>
            <param name="voice"> Voice to be used for text-to-speech of this language </param>
            <param name="transcriptionProvider"> Provider to be used for transcription of this language </param>
            <param name="speechModel"> Speech model to be used for transcription of this language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Language.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Language.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Language.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Leave">
            <summary>
            Leave TwiML Verb
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Leave.#ctor">
            <summary>
            Create a new Leave
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Leave.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Leave.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Number">
            <summary>
            Number TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.PhoneNumber">
            <summary>
            Phone Number to dial
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.SendDigits">
            <summary>
            DTMF tones to play when the call is answered
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.Url">
            <summary>
            TwiML URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.Method">
            <summary>
            TwiML URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.StatusCallbackEvent">
            <summary>
            Events to call status callback
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.StatusCallback">
            <summary>
            Status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.StatusCallbackMethod">
            <summary>
            Status callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.Byoc">
            <summary>
            BYOC trunk SID (Beta)
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.MachineDetection">
            <summary>
            Enable machine detection or end of greeting detection
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.AmdStatusCallbackMethod">
            <summary>
            HTTP Method to use with amd_status_callback
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.AmdStatusCallback">
            <summary>
            The URL we should call to send amd status information to your application
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.MachineDetectionTimeout">
            <summary>
            Number of seconds to wait for machine detection
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.MachineDetectionSpeechThreshold">
            <summary>
            Number of milliseconds for measuring stick for the length of the speech activity
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.MachineDetectionSpeechEndThreshold">
            <summary>
            Number of milliseconds of silence after speech activity
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Number.MachineDetectionSilenceTimeout">
            <summary>
            Number of milliseconds of initial silence
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Number.#ctor(Twilio.Types.PhoneNumber,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Number.EventEnum},System.Uri,Twilio.Http.HttpMethod,System.String,System.String,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Create a new Number
            </summary>
            <param name="phoneNumber"> Phone Number to dial, the body of the TwiML Element. </param>
            <param name="sendDigits"> DTMF tones to play when the call is answered </param>
            <param name="url"> TwiML URL </param>
            <param name="method"> TwiML URL method </param>
            <param name="statusCallbackEvent"> Events to call status callback </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback URL method </param>
            <param name="byoc"> BYOC trunk SID (Beta) </param>
            <param name="machineDetection"> Enable machine detection or end of greeting detection </param>
            <param name="amdStatusCallbackMethod"> HTTP Method to use with amd_status_callback </param>
            <param name="amdStatusCallback"> The URL we should call to send amd status information to your application </param>
            <param name="machineDetectionTimeout"> Number of seconds to wait for machine detection </param>
            <param name="machineDetectionSpeechThreshold"> Number of milliseconds for measuring stick for the length of the
                                                  speech activity </param>
            <param name="machineDetectionSpeechEndThreshold"> Number of milliseconds of silence after speech activity </param>
            <param name="machineDetectionSilenceTimeout"> Number of milliseconds of initial silence </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Number.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Number.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Number.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Number.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Parameter">
            <summary>
            Parameter TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Parameter.Name">
            <summary>
            The name of the custom parameter
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Parameter.Value">
            <summary>
            The value of the custom parameter
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Parameter.#ctor(System.String,System.String)">
            <summary>
            Create a new Parameter
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Parameter.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Parameter.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Parameter.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Pause">
            <summary>
            Pause TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pause.Length">
            <summary>
            Length in seconds to pause
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pause.#ctor(System.Nullable{System.Int32})">
            <summary>
            Create a new Pause
            </summary>
            <param name="length"> Length in seconds to pause </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pause.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pause.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pause.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Pay">
            <summary>
            Pay Twiml Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.Input">
            <summary>
            Input type Twilio should accept
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.BankAccountType">
            <summary>
            Bank account type for ach transactions. If set, payment method attribute must be provided and value should be set to ach-debit. defaults to consumer-checking
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.StatusCallback">
            <summary>
            Status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.StatusCallbackMethod">
            <summary>
            Status callback method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.Timeout">
            <summary>
            Time to wait to gather input
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.MaxAttempts">
            <summary>
            Maximum number of allowed retries when gathering input
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.SecurityCode">
            <summary>
            Prompt for security code
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.PostalCode">
            <summary>
            Prompt for postal code and it should be true/false or default postal code
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.MinPostalCodeLength">
            <summary>
            Prompt for minimum postal code length
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.PaymentConnector">
            <summary>
            Unique name for payment connector
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.PaymentMethod">
            <summary>
            Payment method to be used. defaults to credit-card
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.TokenType">
            <summary>
            Type of token
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.ChargeAmount">
            <summary>
            Amount to process. If value is greater than 0 then make the payment else create a payment token
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.Currency">
            <summary>
            Currency of the amount attribute
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.Description">
            <summary>
            Details regarding the payment
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.ValidCardTypes">
            <summary>
            Comma separated accepted card types
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Pay.Language">
            <summary>
            Language to use
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pay.#ctor(Twilio.TwiML.Voice.Pay.InputEnum,System.Uri,Twilio.TwiML.Voice.Pay.BankAccountTypeEnum,System.Uri,Twilio.TwiML.Voice.Pay.StatusCallbackMethodEnum,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.String,Twilio.TwiML.Voice.Pay.PaymentMethodEnum,Twilio.TwiML.Voice.Pay.TokenTypeEnum,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Pay.ValidCardTypesEnum},Twilio.TwiML.Voice.Pay.LanguageEnum)">
            <summary>
            Create a new Pay
            </summary>
            <param name="input"> Input type Twilio should accept </param>
            <param name="action"> Action URL </param>
            <param name="bankAccountType"> Bank account type for ach transactions. If set, payment method attribute must be
                                  provided and value should be set to ach-debit. defaults to consumer-checking </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback method </param>
            <param name="timeout"> Time to wait to gather input </param>
            <param name="maxAttempts"> Maximum number of allowed retries when gathering input </param>
            <param name="securityCode"> Prompt for security code </param>
            <param name="postalCode"> Prompt for postal code and it should be true/false or default postal code </param>
            <param name="minPostalCodeLength"> Prompt for minimum postal code length </param>
            <param name="paymentConnector"> Unique name for payment connector </param>
            <param name="paymentMethod"> Payment method to be used. defaults to credit-card </param>
            <param name="tokenType"> Type of token </param>
            <param name="chargeAmount"> Amount to process. If value is greater than 0 then make the payment else create a
                               payment token </param>
            <param name="currency"> Currency of the amount attribute </param>
            <param name="description"> Details regarding the payment </param>
            <param name="validCardTypes"> Comma separated accepted card types </param>
            <param name="language"> Language to use </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pay.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pay.Prompt(Twilio.TwiML.Voice.Prompt.ForEnum,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Prompt.ErrorTypeEnum},System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Prompt.CardTypeEnum},System.Collections.Generic.IEnumerable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Create a new <Prompt/> element and append it as a child of this element.
            </summary>
            <param name="for_"> Name of the payment source data element </param>
            <param name="errorType"> Type of error </param>
            <param name="cardType"> Type of the credit card </param>
            <param name="attempt"> Current attempt count </param>
            <param name="requireMatchingInputs"> Require customer to input requested information twice and verify matching.
                                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pay.Prompt(Twilio.TwiML.Voice.Prompt)">
            <summary>
            Append a <Prompt/> element as a child of this element
            </summary>
            <param name="prompt"> A Prompt instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pay.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pay.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pay.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Pay.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Play">
            <summary>
            Play TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Play.Url">
            <summary>
            Media URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Play.Loop">
            <summary>
            Times to loop media
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Play.Digits">
            <summary>
            Play DTMF tones for digits
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Play.#ctor(System.Uri,System.Nullable{System.Int32},System.String)">
            <summary>
            Create a new Play
            </summary>
            <param name="url"> Media URL, the body of the TwiML Element. </param>
            <param name="loop"> Times to loop media </param>
            <param name="digits"> Play DTMF tones for digits </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Play.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Play.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Play.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Play.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Prompt">
            <summary>
            Prompt Twiml Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Prompt.For_">
            <summary>
            Name of the payment source data element
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Prompt.ErrorType">
            <summary>
            Type of error
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Prompt.CardType">
            <summary>
            Type of the credit card
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Prompt.Attempt">
            <summary>
            Current attempt count
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Prompt.RequireMatchingInputs">
            <summary>
            Require customer to input requested information twice and verify matching.
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.#ctor(Twilio.TwiML.Voice.Prompt.ForEnum,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Prompt.ErrorTypeEnum},System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Prompt.CardTypeEnum},System.Collections.Generic.IEnumerable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Create a new Prompt
            </summary>
            <param name="for_"> Name of the payment source data element </param>
            <param name="errorType"> Type of error </param>
            <param name="cardType"> Type of the credit card </param>
            <param name="attempt"> Current attempt count </param>
            <param name="requireMatchingInputs"> Require customer to input requested information twice and verify matching.
                                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.Say(System.String,Twilio.TwiML.Voice.Say.VoiceEnum,System.Nullable{System.Int32},Twilio.TwiML.Voice.Say.LanguageEnum)">
            <summary>
            Create a new <Say/> element and append it as a child of this element.
            </summary>
            <param name="message"> Message to say, the body of the TwiML Element. </param>
            <param name="voice"> Voice to use </param>
            <param name="loop"> Times to loop message </param>
            <param name="language"> Message language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.Say(Twilio.TwiML.Voice.Say)">
            <summary>
            Append a <Say/> element as a child of this element
            </summary>
            <param name="say"> A Say instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.Play(System.Uri,System.Nullable{System.Int32},System.String)">
            <summary>
            Create a new <Play/> element and append it as a child of this element.
            </summary>
            <param name="url"> Media URL, the body of the TwiML Element. </param>
            <param name="loop"> Times to loop media </param>
            <param name="digits"> Play DTMF tones for digits </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.Play(Twilio.TwiML.Voice.Play)">
            <summary>
            Append a <Play/> element as a child of this element
            </summary>
            <param name="play"> A Play instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.Pause(System.Nullable{System.Int32})">
            <summary>
            Create a new <Pause/> element and append it as a child of this element.
            </summary>
            <param name="length"> Length in seconds to pause </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.Pause(Twilio.TwiML.Voice.Pause)">
            <summary>
            Append a <Pause/> element as a child of this element
            </summary>
            <param name="pause"> A Pause instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Prompt.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Queue">
            <summary>
            Queue TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Queue.Name">
            <summary>
            Queue name
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Queue.Url">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Queue.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Queue.ReservationSid">
            <summary>
            TaskRouter Reservation SID
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Queue.PostWorkActivitySid">
            <summary>
            TaskRouter Activity SID
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Queue.#ctor(System.String,System.Uri,Twilio.Http.HttpMethod,System.String,System.String)">
            <summary>
            Create a new Queue
            </summary>
            <param name="name"> Queue name, the body of the TwiML Element. </param>
            <param name="url"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="reservationSid"> TaskRouter Reservation SID </param>
            <param name="postWorkActivitySid"> TaskRouter Activity SID </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Queue.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Queue.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Queue.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Queue.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Record">
            <summary>
            Record TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.Timeout">
            <summary>
            Timeout to begin recording
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.FinishOnKey">
            <summary>
            Finish recording on key
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.MaxLength">
            <summary>
            Max time to record in seconds
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.PlayBeep">
            <summary>
            Play beep
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.Trim">
            <summary>
            Trim the recording
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.RecordingStatusCallback">
            <summary>
            Status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.RecordingStatusCallbackMethod">
            <summary>
            Status callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.RecordingStatusCallbackEvent">
            <summary>
            Recording status callback events
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.Transcribe">
            <summary>
            Transcribe the recording
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Record.TranscribeCallback">
            <summary>
            Transcribe callback URL
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Record.#ctor(System.Uri,Twilio.Http.HttpMethod,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.Nullable{System.Boolean},Twilio.TwiML.Voice.Record.TrimEnum,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Record.RecordingEventEnum},System.Nullable{System.Boolean},System.Uri)">
            <summary>
            Create a new Record
            </summary>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="timeout"> Timeout to begin recording </param>
            <param name="finishOnKey"> Finish recording on key </param>
            <param name="maxLength"> Max time to record in seconds </param>
            <param name="playBeep"> Play beep </param>
            <param name="trim"> Trim the recording </param>
            <param name="recordingStatusCallback"> Status callback URL </param>
            <param name="recordingStatusCallbackMethod"> Status callback URL method </param>
            <param name="recordingStatusCallbackEvent"> Recording status callback events </param>
            <param name="transcribe"> Transcribe the recording </param>
            <param name="transcribeCallback"> Transcribe callback URL </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Record.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Record.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Record.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Redirect">
            <summary>
            Redirect TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Redirect.Url">
            <summary>
            Redirect URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Redirect.Method">
            <summary>
            Redirect URL method
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Redirect.#ctor(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new Redirect
            </summary>
            <param name="url"> Redirect URL, the body of the TwiML Element. </param>
            <param name="method"> Redirect URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Redirect.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Redirect.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Redirect.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Redirect.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Refer">
            <summary>
            Refer TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Refer.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Refer.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Refer.#ctor(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new Refer
            </summary>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Refer.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Refer.Sip(System.Uri)">
            <summary>
            Create a new <Sip/> element and append it as a child of this element.
            </summary>
            <param name="sipUrl"> SIP URL, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Refer.ReferSip(Twilio.TwiML.Voice.ReferSip)">
            <summary>
            Append a <Sip/> element as a child of this element
            </summary>
            <param name="referSip"> A ReferSip instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Refer.ReferSip(System.Uri)">
            <summary>
            Create a new <Sip/> element and append it as a child of this element.
            </summary>
            <param name="sipUrl"> SIP URL, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Refer.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Refer.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.ReferSip">
            <summary>
            Sip TwiML Noun used in Refer
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.ReferSip.SipUrl">
            <summary>
            SIP URL
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.ReferSip.#ctor(System.Uri)">
            <summary>
            Create a new ReferSip
            </summary>
            <param name="sipUrl"> SIP URL, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ReferSip.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.ReferSip.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.ReferSip.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Reject">
            <summary>
            Reject TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Reject.Reason">
            <summary>
            Rejection reason
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Reject.#ctor(Twilio.TwiML.Voice.Reject.ReasonEnum)">
            <summary>
            Create a new Reject
            </summary>
            <param name="reason"> Rejection reason </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Reject.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Reject.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Reject.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Reject.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Reject.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Room">
            <summary>
            Room TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Room.Name">
            <summary>
            Room name
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Room.ParticipantIdentity">
            <summary>
            Participant identity when connecting to the Room
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Room.#ctor(System.String,System.String)">
            <summary>
            Create a new Room
            </summary>
            <param name="name"> Room name, the body of the TwiML Element. </param>
            <param name="participantIdentity"> Participant identity when connecting to the Room </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Room.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Room.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Room.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Room.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Say">
            <summary>
            Say TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Say.Message">
            <summary>
            Message to say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Say.Voice">
            <summary>
            Voice to use
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Say.Loop">
            <summary>
            Times to loop message
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Say.Language">
            <summary>
            Message language
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.#ctor(System.String,Twilio.TwiML.Voice.Say.VoiceEnum,System.Nullable{System.Int32},Twilio.TwiML.Voice.Say.LanguageEnum)">
            <summary>
            Create a new Say
            </summary>
            <param name="message"> Message to say, the body of the TwiML Element. </param>
            <param name="voice"> Voice to use </param>
            <param name="loop"> Times to loop message </param>
            <param name="language"> Message language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.Break(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak)">
            <summary>
            Append a <Break/> element as a child of this element
            </summary>
            <param name="ssmlBreak"> A SsmlBreak instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.Emphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlEmphasis(Twilio.TwiML.Voice.SsmlEmphasis)">
            <summary>
            Append a <Emphasis/> element as a child of this element
            </summary>
            <param name="ssmlEmphasis"> A SsmlEmphasis instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlEmphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.Lang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlLang(Twilio.TwiML.Voice.SsmlLang)">
            <summary>
            Append a <Lang/> element as a child of this element
            </summary>
            <param name="ssmlLang"> A SsmlLang instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlLang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.P(System.String)">
            <summary>
            Create a new <P/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlP(Twilio.TwiML.Voice.SsmlP)">
            <summary>
            Append a <P/> element as a child of this element
            </summary>
            <param name="ssmlP"> A SsmlP instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlP(System.String)">
            <summary>
            Create a new <P/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.Phoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlPhoneme(Twilio.TwiML.Voice.SsmlPhoneme)">
            <summary>
            Append a <Phoneme/> element as a child of this element
            </summary>
            <param name="ssmlPhoneme"> A SsmlPhoneme instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlPhoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.Prosody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlProsody(Twilio.TwiML.Voice.SsmlProsody)">
            <summary>
            Append a <Prosody/> element as a child of this element
            </summary>
            <param name="ssmlProsody"> A SsmlProsody instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlProsody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.S(System.String)">
            <summary>
            Create a new <S/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlS(Twilio.TwiML.Voice.SsmlS)">
            <summary>
            Append a <S/> element as a child of this element
            </summary>
            <param name="ssmlS"> A SsmlS instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlS(System.String)">
            <summary>
            Create a new <S/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlSayAs(Twilio.TwiML.Voice.SsmlSayAs)">
            <summary>
            Append a <Say-As/> element as a child of this element
            </summary>
            <param name="ssmlSayAs"> A SsmlSayAs instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlSayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.Sub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlSub(Twilio.TwiML.Voice.SsmlSub)">
            <summary>
            Append a <Sub/> element as a child of this element
            </summary>
            <param name="ssmlSub"> A SsmlSub instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlSub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.W(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlW(Twilio.TwiML.Voice.SsmlW)">
            <summary>
            Append a <W/> element as a child of this element
            </summary>
            <param name="ssmlW"> A SsmlW instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SsmlW(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Say.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Sim">
            <summary>
            Sim TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sim.SimSid">
            <summary>
            SIM SID
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sim.#ctor(System.String)">
            <summary>
            Create a new Sim
            </summary>
            <param name="simSid"> SIM SID, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sim.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sim.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sim.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Sip">
            <summary>
            Sip TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.SipUrl">
            <summary>
            SIP URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.Username">
            <summary>
            SIP Username
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.Password">
            <summary>
            SIP Password
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.Url">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.StatusCallbackEvent">
            <summary>
            Status callback events
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.StatusCallback">
            <summary>
            Status callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.StatusCallbackMethod">
            <summary>
            Status callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.MachineDetection">
            <summary>
            Enable machine detection or end of greeting detection
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.AmdStatusCallbackMethod">
            <summary>
            HTTP Method to use with amd_status_callback
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.AmdStatusCallback">
            <summary>
            The URL we should call to send amd status information to your application
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.MachineDetectionTimeout">
            <summary>
            Number of seconds to wait for machine detection
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.MachineDetectionSpeechThreshold">
            <summary>
            Number of milliseconds for measuring stick for the length of the speech activity
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.MachineDetectionSpeechEndThreshold">
            <summary>
            Number of milliseconds of silence after speech activity
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sip.MachineDetectionSilenceTimeout">
            <summary>
            Number of milliseconds of initial silence
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sip.#ctor(System.Uri,System.String,System.String,System.Uri,Twilio.Http.HttpMethod,System.Collections.Generic.IEnumerable{Twilio.TwiML.Voice.Sip.EventEnum},System.Uri,Twilio.Http.HttpMethod,System.String,Twilio.Http.HttpMethod,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Create a new Sip
            </summary>
            <param name="sipUrl"> SIP URL, the body of the TwiML Element. </param>
            <param name="username"> SIP Username </param>
            <param name="password"> SIP Password </param>
            <param name="url"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="statusCallbackEvent"> Status callback events </param>
            <param name="statusCallback"> Status callback URL </param>
            <param name="statusCallbackMethod"> Status callback URL method </param>
            <param name="machineDetection"> Enable machine detection or end of greeting detection </param>
            <param name="amdStatusCallbackMethod"> HTTP Method to use with amd_status_callback </param>
            <param name="amdStatusCallback"> The URL we should call to send amd status information to your application </param>
            <param name="machineDetectionTimeout"> Number of seconds to wait for machine detection </param>
            <param name="machineDetectionSpeechThreshold"> Number of milliseconds for measuring stick for the length of the
                                                  speech activity </param>
            <param name="machineDetectionSpeechEndThreshold"> Number of milliseconds of silence after speech activity </param>
            <param name="machineDetectionSilenceTimeout"> Number of milliseconds of initial silence </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sip.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sip.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sip.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sip.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Siprec">
            <summary>
            Siprec TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Siprec.Name">
            <summary>
            Friendly name given to SIPREC
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Siprec.ConnectorName">
            <summary>
            Unique name for Connector
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Siprec.Track">
            <summary>
            Track to be streamed to remote service
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Siprec.StatusCallback">
            <summary>
            Status Callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Siprec.StatusCallbackMethod">
            <summary>
            Status Callback URL method
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Siprec.#ctor(System.String,System.String,Twilio.TwiML.Voice.Siprec.TrackEnum,System.String,Twilio.TwiML.Voice.Siprec.StatusCallbackMethodEnum)">
            <summary>
            Create a new Siprec
            </summary>
            <param name="name"> Friendly name given to SIPREC </param>
            <param name="connectorName"> Unique name for Connector </param>
            <param name="track"> Track to be streamed to remote service </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Siprec.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Siprec.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Siprec.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Siprec.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Siprec.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Sms">
            <summary>
            Sms TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sms.Message">
            <summary>
            Message body
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sms.To">
            <summary>
            Number to send message to
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sms.From">
            <summary>
            Number to send message from
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sms.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sms.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Sms.StatusCallback">
            <summary>
            Status callback URL
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sms.#ctor(System.String,Twilio.Types.PhoneNumber,Twilio.Types.PhoneNumber,System.Uri,Twilio.Http.HttpMethod,System.Uri)">
            <summary>
            Create a new Sms
            </summary>
            <param name="message"> Message body, the body of the TwiML Element. </param>
            <param name="to"> Number to send message to </param>
            <param name="from"> Number to send message from </param>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
            <param name="statusCallback"> Status callback URL </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sms.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sms.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sms.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Sms.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlBreak">
            <summary>
            Adding a Pause in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlBreak.Strength">
            <summary>
            Set a pause based on strength
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlBreak.Time">
            <summary>
            Set a pause to a specific length of time in seconds or milliseconds, available values: [number]s, [number]ms
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlBreak.#ctor(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new SsmlBreak
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlBreak.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlBreak.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlBreak.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlEmphasis">
            <summary>
            Emphasizing Words in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlEmphasis.Words">
            <summary>
            Words to emphasize
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlEmphasis.Level">
            <summary>
            Specify the degree of emphasis
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.#ctor(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new SsmlEmphasis
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.Break(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak)">
            <summary>
            Append a <Break/> element as a child of this element
            </summary>
            <param name="ssmlBreak"> A SsmlBreak instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.Emphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.AppendSsmlEmphasis(Twilio.TwiML.Voice.SsmlEmphasis)">
            <summary>
            Append a <Emphasis/> element as a child of this element
            </summary>
            <param name="ssmlEmphasis"> A SsmlEmphasis instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.AppendSsmlEmphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.Lang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlLang(Twilio.TwiML.Voice.SsmlLang)">
            <summary>
            Append a <Lang/> element as a child of this element
            </summary>
            <param name="ssmlLang"> A SsmlLang instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlLang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.Phoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlPhoneme(Twilio.TwiML.Voice.SsmlPhoneme)">
            <summary>
            Append a <Phoneme/> element as a child of this element
            </summary>
            <param name="ssmlPhoneme"> A SsmlPhoneme instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlPhoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.Prosody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlProsody(Twilio.TwiML.Voice.SsmlProsody)">
            <summary>
            Append a <Prosody/> element as a child of this element
            </summary>
            <param name="ssmlProsody"> A SsmlProsody instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlProsody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlSayAs(Twilio.TwiML.Voice.SsmlSayAs)">
            <summary>
            Append a <Say-As/> element as a child of this element
            </summary>
            <param name="ssmlSayAs"> A SsmlSayAs instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlSayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.Sub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlSub(Twilio.TwiML.Voice.SsmlSub)">
            <summary>
            Append a <Sub/> element as a child of this element
            </summary>
            <param name="ssmlSub"> A SsmlSub instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlSub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.W(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlW(Twilio.TwiML.Voice.SsmlW)">
            <summary>
            Append a <W/> element as a child of this element
            </summary>
            <param name="ssmlW"> A SsmlW instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SsmlW(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlEmphasis.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlLang">
            <summary>
            Specifying Another Language for Specific Words in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlLang.Words">
            <summary>
            Words to speak
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlLang.XmlLang">
            <summary>
            Specify the language
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.#ctor(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new SsmlLang
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.Break(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak)">
            <summary>
            Append a <Break/> element as a child of this element
            </summary>
            <param name="ssmlBreak"> A SsmlBreak instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.Emphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlEmphasis(Twilio.TwiML.Voice.SsmlEmphasis)">
            <summary>
            Append a <Emphasis/> element as a child of this element
            </summary>
            <param name="ssmlEmphasis"> A SsmlEmphasis instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlEmphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.Lang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.AppendSsmlLang(Twilio.TwiML.Voice.SsmlLang)">
            <summary>
            Append a <Lang/> element as a child of this element
            </summary>
            <param name="ssmlLang"> A SsmlLang instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.AppendSsmlLang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.P(System.String)">
            <summary>
            Create a new <P/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlP(Twilio.TwiML.Voice.SsmlP)">
            <summary>
            Append a <P/> element as a child of this element
            </summary>
            <param name="ssmlP"> A SsmlP instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlP(System.String)">
            <summary>
            Create a new <P/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.Phoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlPhoneme(Twilio.TwiML.Voice.SsmlPhoneme)">
            <summary>
            Append a <Phoneme/> element as a child of this element
            </summary>
            <param name="ssmlPhoneme"> A SsmlPhoneme instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlPhoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.Prosody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlProsody(Twilio.TwiML.Voice.SsmlProsody)">
            <summary>
            Append a <Prosody/> element as a child of this element
            </summary>
            <param name="ssmlProsody"> A SsmlProsody instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlProsody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.S(System.String)">
            <summary>
            Create a new <S/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlS(Twilio.TwiML.Voice.SsmlS)">
            <summary>
            Append a <S/> element as a child of this element
            </summary>
            <param name="ssmlS"> A SsmlS instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlS(System.String)">
            <summary>
            Create a new <S/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlSayAs(Twilio.TwiML.Voice.SsmlSayAs)">
            <summary>
            Append a <Say-As/> element as a child of this element
            </summary>
            <param name="ssmlSayAs"> A SsmlSayAs instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlSayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.Sub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlSub(Twilio.TwiML.Voice.SsmlSub)">
            <summary>
            Append a <Sub/> element as a child of this element
            </summary>
            <param name="ssmlSub"> A SsmlSub instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlSub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.W(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlW(Twilio.TwiML.Voice.SsmlW)">
            <summary>
            Append a <W/> element as a child of this element
            </summary>
            <param name="ssmlW"> A SsmlW instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SsmlW(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlLang.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlP">
            <summary>
            Adding a Pause Between Paragraphs in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlP.Words">
            <summary>
            Words to speak
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.#ctor(System.String)">
            <summary>
            Create a new SsmlP
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.Break(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak)">
            <summary>
            Append a <Break/> element as a child of this element
            </summary>
            <param name="ssmlBreak"> A SsmlBreak instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.Emphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlEmphasis(Twilio.TwiML.Voice.SsmlEmphasis)">
            <summary>
            Append a <Emphasis/> element as a child of this element
            </summary>
            <param name="ssmlEmphasis"> A SsmlEmphasis instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlEmphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.Lang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlLang(Twilio.TwiML.Voice.SsmlLang)">
            <summary>
            Append a <Lang/> element as a child of this element
            </summary>
            <param name="ssmlLang"> A SsmlLang instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlLang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.Phoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlPhoneme(Twilio.TwiML.Voice.SsmlPhoneme)">
            <summary>
            Append a <Phoneme/> element as a child of this element
            </summary>
            <param name="ssmlPhoneme"> A SsmlPhoneme instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlPhoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.Prosody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlProsody(Twilio.TwiML.Voice.SsmlProsody)">
            <summary>
            Append a <Prosody/> element as a child of this element
            </summary>
            <param name="ssmlProsody"> A SsmlProsody instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlProsody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.S(System.String)">
            <summary>
            Create a new <S/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlS(Twilio.TwiML.Voice.SsmlS)">
            <summary>
            Append a <S/> element as a child of this element
            </summary>
            <param name="ssmlS"> A SsmlS instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlS(System.String)">
            <summary>
            Create a new <S/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlSayAs(Twilio.TwiML.Voice.SsmlSayAs)">
            <summary>
            Append a <Say-As/> element as a child of this element
            </summary>
            <param name="ssmlSayAs"> A SsmlSayAs instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlSayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.Sub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlSub(Twilio.TwiML.Voice.SsmlSub)">
            <summary>
            Append a <Sub/> element as a child of this element
            </summary>
            <param name="ssmlSub"> A SsmlSub instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlSub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.W(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlW(Twilio.TwiML.Voice.SsmlW)">
            <summary>
            Append a <W/> element as a child of this element
            </summary>
            <param name="ssmlW"> A SsmlW instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SsmlW(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlP.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlPhoneme">
            <summary>
            Using Phonetic Pronunciation in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlPhoneme.Words">
            <summary>
            Words to speak
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlPhoneme.Alphabet">
            <summary>
            Specify the phonetic alphabet
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlPhoneme.Ph">
            <summary>
            Specifiy the phonetic symbols for pronunciation
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlPhoneme.#ctor(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new SsmlPhoneme
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlPhoneme.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlPhoneme.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlPhoneme.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlPhoneme.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlProsody">
            <summary>
            Controling Volume, Speaking Rate, and Pitch in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlProsody.Words">
            <summary>
            Words to speak
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlProsody.Volume">
            <summary>
            Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud, +ndB, -ndB
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlProsody.Rate">
            <summary>
            Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n%
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlProsody.Pitch">
            <summary>
            Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new SsmlProsody
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.Break(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak)">
            <summary>
            Append a <Break/> element as a child of this element
            </summary>
            <param name="ssmlBreak"> A SsmlBreak instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.Emphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlEmphasis(Twilio.TwiML.Voice.SsmlEmphasis)">
            <summary>
            Append a <Emphasis/> element as a child of this element
            </summary>
            <param name="ssmlEmphasis"> A SsmlEmphasis instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlEmphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.Lang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlLang(Twilio.TwiML.Voice.SsmlLang)">
            <summary>
            Append a <Lang/> element as a child of this element
            </summary>
            <param name="ssmlLang"> A SsmlLang instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlLang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.P(System.String)">
            <summary>
            Create a new <P/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlP(Twilio.TwiML.Voice.SsmlP)">
            <summary>
            Append a <P/> element as a child of this element
            </summary>
            <param name="ssmlP"> A SsmlP instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlP(System.String)">
            <summary>
            Create a new <P/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.Phoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlPhoneme(Twilio.TwiML.Voice.SsmlPhoneme)">
            <summary>
            Append a <Phoneme/> element as a child of this element
            </summary>
            <param name="ssmlPhoneme"> A SsmlPhoneme instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlPhoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.Prosody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.AppendSsmlProsody(Twilio.TwiML.Voice.SsmlProsody)">
            <summary>
            Append a <Prosody/> element as a child of this element
            </summary>
            <param name="ssmlProsody"> A SsmlProsody instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.AppendSsmlProsody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.S(System.String)">
            <summary>
            Create a new <S/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlS(Twilio.TwiML.Voice.SsmlS)">
            <summary>
            Append a <S/> element as a child of this element
            </summary>
            <param name="ssmlS"> A SsmlS instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlS(System.String)">
            <summary>
            Create a new <S/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlSayAs(Twilio.TwiML.Voice.SsmlSayAs)">
            <summary>
            Append a <Say-As/> element as a child of this element
            </summary>
            <param name="ssmlSayAs"> A SsmlSayAs instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlSayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.Sub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlSub(Twilio.TwiML.Voice.SsmlSub)">
            <summary>
            Append a <Sub/> element as a child of this element
            </summary>
            <param name="ssmlSub"> A SsmlSub instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlSub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.W(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlW(Twilio.TwiML.Voice.SsmlW)">
            <summary>
            Append a <W/> element as a child of this element
            </summary>
            <param name="ssmlW"> A SsmlW instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SsmlW(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlProsody.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlS">
            <summary>
            Adding A Pause Between Sentences in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlS.Words">
            <summary>
            Words to speak
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.#ctor(System.String)">
            <summary>
            Create a new SsmlS
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.Break(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak)">
            <summary>
            Append a <Break/> element as a child of this element
            </summary>
            <param name="ssmlBreak"> A SsmlBreak instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.Emphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlEmphasis(Twilio.TwiML.Voice.SsmlEmphasis)">
            <summary>
            Append a <Emphasis/> element as a child of this element
            </summary>
            <param name="ssmlEmphasis"> A SsmlEmphasis instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlEmphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.Lang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlLang(Twilio.TwiML.Voice.SsmlLang)">
            <summary>
            Append a <Lang/> element as a child of this element
            </summary>
            <param name="ssmlLang"> A SsmlLang instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlLang(System.String,Twilio.TwiML.Voice.SsmlLang.XmlLangEnum)">
            <summary>
            Create a new <Lang/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="xml:Lang:Lang"> Specify the language </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.Phoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlPhoneme(Twilio.TwiML.Voice.SsmlPhoneme)">
            <summary>
            Append a <Phoneme/> element as a child of this element
            </summary>
            <param name="ssmlPhoneme"> A SsmlPhoneme instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlPhoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.Prosody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlProsody(Twilio.TwiML.Voice.SsmlProsody)">
            <summary>
            Append a <Prosody/> element as a child of this element
            </summary>
            <param name="ssmlProsody"> A SsmlProsody instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlProsody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlSayAs(Twilio.TwiML.Voice.SsmlSayAs)">
            <summary>
            Append a <Say-As/> element as a child of this element
            </summary>
            <param name="ssmlSayAs"> A SsmlSayAs instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlSayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.Sub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlSub(Twilio.TwiML.Voice.SsmlSub)">
            <summary>
            Append a <Sub/> element as a child of this element
            </summary>
            <param name="ssmlSub"> A SsmlSub instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlSub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.W(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlW(Twilio.TwiML.Voice.SsmlW)">
            <summary>
            Append a <W/> element as a child of this element
            </summary>
            <param name="ssmlW"> A SsmlW instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SsmlW(System.String,System.String)">
            <summary>
            Create a new <W/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlS.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlSayAs">
            <summary>
            Controlling How Special Types of Words Are Spoken in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlSayAs.Words">
            <summary>
            Words to be interpreted
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlSayAs.InterpretAs">
            <summary>
            Specify the type of words are spoken
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlSayAs.Format">
            <summary>
            Specify the format of the date when interpret-as is set to date
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSayAs.#ctor(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new SsmlSayAs
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSayAs.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSayAs.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSayAs.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSayAs.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlSub">
            <summary>
            Pronouncing Acronyms and Abbreviations in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlSub.Words">
            <summary>
            Words to be substituted
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlSub.Alias">
            <summary>
            Substitute a different word (or pronunciation) for selected text such as an acronym or abbreviation
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSub.#ctor(System.String,System.String)">
            <summary>
            Create a new SsmlSub
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSub.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSub.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSub.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlSub.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.SsmlW">
            <summary>
            Improving Pronunciation by Specifying Parts of Speech in Say
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlW.Words">
            <summary>
            Words to speak
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.SsmlW.Role">
            <summary>
            Customize the pronunciation of words by specifying the word’s part of speech or alternate meaning
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.#ctor(System.String,System.String)">
            <summary>
            Create a new SsmlW
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="role"> Customize the pronunciation of words by specifying the word’s part of speech or alternate
                       meaning </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.Break(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak)">
            <summary>
            Append a <Break/> element as a child of this element
            </summary>
            <param name="ssmlBreak"> A SsmlBreak instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlBreak(Twilio.TwiML.Voice.SsmlBreak.StrengthEnum,System.String)">
            <summary>
            Create a new <Break/> element and append it as a child of this element.
            </summary>
            <param name="strength"> Set a pause based on strength </param>
            <param name="time"> Set a pause to a specific length of time in seconds or milliseconds, available values:
                       [number]s, [number]ms </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.Emphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlEmphasis(Twilio.TwiML.Voice.SsmlEmphasis)">
            <summary>
            Append a <Emphasis/> element as a child of this element
            </summary>
            <param name="ssmlEmphasis"> A SsmlEmphasis instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlEmphasis(System.String,Twilio.TwiML.Voice.SsmlEmphasis.LevelEnum)">
            <summary>
            Create a new <Emphasis/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to emphasize, the body of the TwiML Element. </param>
            <param name="level"> Specify the degree of emphasis </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.Phoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlPhoneme(Twilio.TwiML.Voice.SsmlPhoneme)">
            <summary>
            Append a <Phoneme/> element as a child of this element
            </summary>
            <param name="ssmlPhoneme"> A SsmlPhoneme instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlPhoneme(System.String,Twilio.TwiML.Voice.SsmlPhoneme.AlphabetEnum,System.String)">
            <summary>
            Create a new <Phoneme/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="alphabet"> Specify the phonetic alphabet </param>
            <param name="ph"> Specifiy the phonetic symbols for pronunciation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.Prosody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlProsody(Twilio.TwiML.Voice.SsmlProsody)">
            <summary>
            Append a <Prosody/> element as a child of this element
            </summary>
            <param name="ssmlProsody"> A SsmlProsody instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlProsody(System.String,System.String,System.String,System.String)">
            <summary>
            Create a new <Prosody/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to speak, the body of the TwiML Element. </param>
            <param name="volume"> Specify the volume, available values: default, silent, x-soft, soft, medium, loud, x-loud,
                         +ndB, -ndB </param>
            <param name="rate"> Specify the rate, available values: x-slow, slow, medium, fast, x-fast, n% </param>
            <param name="pitch"> Specify the pitch, available values: default, x-low, low, medium, high, x-high, +n%, -n%
                        </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlSayAs(Twilio.TwiML.Voice.SsmlSayAs)">
            <summary>
            Append a <Say-As/> element as a child of this element
            </summary>
            <param name="ssmlSayAs"> A SsmlSayAs instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlSayAs(System.String,Twilio.TwiML.Voice.SsmlSayAs.InterpretAsEnum,Twilio.TwiML.Voice.SsmlSayAs.FormatEnum)">
            <summary>
            Create a new <Say-As/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be interpreted, the body of the TwiML Element. </param>
            <param name="interpret-As-As"> Specify the type of words are spoken </param>
            <param name="format"> Specify the format of the date when interpret-as is set to date </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.Sub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlSub(Twilio.TwiML.Voice.SsmlSub)">
            <summary>
            Append a <Sub/> element as a child of this element
            </summary>
            <param name="ssmlSub"> A SsmlSub instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SsmlSub(System.String,System.String)">
            <summary>
            Create a new <Sub/> element and append it as a child of this element.
            </summary>
            <param name="words"> Words to be substituted, the body of the TwiML Element. </param>
            <param name="alias"> Substitute a different word (or pronunciation) for selected text such as an acronym or
                        abbreviation </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.SsmlW.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Start">
            <summary>
            Start TwiML Verb
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Start.Action">
            <summary>
            Action URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Start.Method">
            <summary>
            Action URL method
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.#ctor(System.Uri,Twilio.Http.HttpMethod)">
            <summary>
            Create a new Start
            </summary>
            <param name="action"> Action URL </param>
            <param name="method"> Action URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.Stream(System.String,System.String,System.String,Twilio.TwiML.Voice.Stream.TrackEnum,System.String,Twilio.TwiML.Voice.Stream.StatusCallbackMethodEnum)">
            <summary>
            Create a new <Stream/> element and append it as a child of this element.
            </summary>
            <param name="name"> Friendly name given to the Stream </param>
            <param name="connectorName"> Unique name for Stream Connector </param>
            <param name="url"> URL of the remote service where the Stream is routed </param>
            <param name="track"> Track to be streamed to remote service </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.Stream(Twilio.TwiML.Voice.Stream)">
            <summary>
            Append a <Stream/> element as a child of this element
            </summary>
            <param name="stream"> A Stream instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.Siprec(System.String,System.String,Twilio.TwiML.Voice.Siprec.TrackEnum,System.String,Twilio.TwiML.Voice.Siprec.StatusCallbackMethodEnum)">
            <summary>
            Create a new <Siprec/> element and append it as a child of this element.
            </summary>
            <param name="name"> Friendly name given to SIPREC </param>
            <param name="connectorName"> Unique name for Connector </param>
            <param name="track"> Track to be streamed to remote service </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.Siprec(Twilio.TwiML.Voice.Siprec)">
            <summary>
            Append a <Siprec/> element as a child of this element
            </summary>
            <param name="siprec"> A Siprec instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.Transcription(System.String,Twilio.TwiML.Voice.Transcription.TrackEnum,System.String,Twilio.TwiML.Voice.Transcription.StatusCallbackMethodEnum,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Create a new <Transcription/> element and append it as a child of this element.
            </summary>
            <param name="name"> Friendly name given to the Transcription </param>
            <param name="track"> Track to be analyze by the provider </param>
            <param name="statusCallbackUrl"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
            <param name="inboundTrackLabel"> Friendly name given to the Inbound Track </param>
            <param name="outboundTrackLabel"> Friendly name given to the Outbound Track Label </param>
            <param name="partialResults"> Indicates if partial results are going to be send to the customer </param>
            <param name="languageCode"> Language Code used by the transcription engine </param>
            <param name="transcriptionEngine"> Transcription Engine to be used </param>
            <param name="profanityFilter"> Enable Profanity Filter </param>
            <param name="speechModel"> Speech Model used by the transcription engine </param>
            <param name="hints"> Hints to be provided to the transcription engine </param>
            <param name="enableAutomaticPunctuation"> Enable Automatic Punctuation </param>
            <param name="intelligenceService"> The SID or the unique name of the Intelligence Service to be used </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.Transcription(Twilio.TwiML.Voice.Transcription)">
            <summary>
            Append a <Transcription/> element as a child of this element
            </summary>
            <param name="transcription"> A Transcription instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Start.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Stop">
            <summary>
            Stop TwiML Verb
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.#ctor">
            <summary>
            Create a new Stop
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.Stream(System.String,System.String,System.String,Twilio.TwiML.Voice.Stream.TrackEnum,System.String,Twilio.TwiML.Voice.Stream.StatusCallbackMethodEnum)">
            <summary>
            Create a new <Stream/> element and append it as a child of this element.
            </summary>
            <param name="name"> Friendly name given to the Stream </param>
            <param name="connectorName"> Unique name for Stream Connector </param>
            <param name="url"> URL of the remote service where the Stream is routed </param>
            <param name="track"> Track to be streamed to remote service </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.Stream(Twilio.TwiML.Voice.Stream)">
            <summary>
            Append a <Stream/> element as a child of this element
            </summary>
            <param name="stream"> A Stream instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.Siprec(System.String,System.String,Twilio.TwiML.Voice.Siprec.TrackEnum,System.String,Twilio.TwiML.Voice.Siprec.StatusCallbackMethodEnum)">
            <summary>
            Create a new <Siprec/> element and append it as a child of this element.
            </summary>
            <param name="name"> Friendly name given to SIPREC </param>
            <param name="connectorName"> Unique name for Connector </param>
            <param name="track"> Track to be streamed to remote service </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.Siprec(Twilio.TwiML.Voice.Siprec)">
            <summary>
            Append a <Siprec/> element as a child of this element
            </summary>
            <param name="siprec"> A Siprec instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.Transcription(System.String,Twilio.TwiML.Voice.Transcription.TrackEnum,System.String,Twilio.TwiML.Voice.Transcription.StatusCallbackMethodEnum,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Create a new <Transcription/> element and append it as a child of this element.
            </summary>
            <param name="name"> Friendly name given to the Transcription </param>
            <param name="track"> Track to be analyze by the provider </param>
            <param name="statusCallbackUrl"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
            <param name="inboundTrackLabel"> Friendly name given to the Inbound Track </param>
            <param name="outboundTrackLabel"> Friendly name given to the Outbound Track Label </param>
            <param name="partialResults"> Indicates if partial results are going to be send to the customer </param>
            <param name="languageCode"> Language Code used by the transcription engine </param>
            <param name="transcriptionEngine"> Transcription Engine to be used </param>
            <param name="profanityFilter"> Enable Profanity Filter </param>
            <param name="speechModel"> Speech Model used by the transcription engine </param>
            <param name="hints"> Hints to be provided to the transcription engine </param>
            <param name="enableAutomaticPunctuation"> Enable Automatic Punctuation </param>
            <param name="intelligenceService"> The SID or the unique name of the Intelligence Service to be used </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.Transcription(Twilio.TwiML.Voice.Transcription)">
            <summary>
            Append a <Transcription/> element as a child of this element
            </summary>
            <param name="transcription"> A Transcription instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stop.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Stream">
            <summary>
            Stream TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Stream.Name">
            <summary>
            Friendly name given to the Stream
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Stream.ConnectorName">
            <summary>
            Unique name for Stream Connector
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Stream.Url">
            <summary>
            URL of the remote service where the Stream is routed
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Stream.Track">
            <summary>
            Track to be streamed to remote service
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Stream.StatusCallback">
            <summary>
            Status Callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Stream.StatusCallbackMethod">
            <summary>
            Status Callback URL method
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stream.#ctor(System.String,System.String,System.String,Twilio.TwiML.Voice.Stream.TrackEnum,System.String,Twilio.TwiML.Voice.Stream.StatusCallbackMethodEnum)">
            <summary>
            Create a new Stream
            </summary>
            <param name="name"> Friendly name given to the Stream </param>
            <param name="connectorName"> Unique name for Stream Connector </param>
            <param name="url"> URL of the remote service where the Stream is routed </param>
            <param name="track"> Track to be streamed to remote service </param>
            <param name="statusCallback"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stream.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stream.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stream.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stream.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Stream.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Task">
            <summary>
            Task TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Task.Body">
            <summary>
            TaskRouter task attributes
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Task.Priority">
            <summary>
            Task priority
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Task.Timeout">
            <summary>
            Timeout associated with task
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Task.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Create a new Task
            </summary>
            <param name="body"> TaskRouter task attributes, the body of the TwiML Element. Also accepts stringified object
                       </param>
            <param name="priority"> Task priority </param>
            <param name="timeout"> Timeout associated with task </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Task.GetElementBody">
            <summary>
            Return the body of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Task.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Task.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Task.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.Transcription">
            <summary>
            Transcription TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.Name">
            <summary>
            Friendly name given to the Transcription
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.Track">
            <summary>
            Track to be analyze by the provider
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.StatusCallbackUrl">
            <summary>
            Status Callback URL
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.StatusCallbackMethod">
            <summary>
            Status Callback URL method
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.InboundTrackLabel">
            <summary>
            Friendly name given to the Inbound Track
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.OutboundTrackLabel">
            <summary>
            Friendly name given to the Outbound Track Label
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.PartialResults">
            <summary>
            Indicates if partial results are going to be send to the customer
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.LanguageCode">
            <summary>
            Language Code used by the transcription engine
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.TranscriptionEngine">
            <summary>
            Transcription Engine to be used
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.ProfanityFilter">
            <summary>
            Enable Profanity Filter
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.SpeechModel">
            <summary>
            Speech Model used by the transcription engine
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.Hints">
            <summary>
            Hints to be provided to the transcription engine
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.EnableAutomaticPunctuation">
            <summary>
            Enable Automatic Punctuation
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.Transcription.IntelligenceService">
            <summary>
            The SID or the unique name of the Intelligence Service to be used
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Transcription.#ctor(System.String,Twilio.TwiML.Voice.Transcription.TrackEnum,System.String,Twilio.TwiML.Voice.Transcription.StatusCallbackMethodEnum,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String)">
            <summary>
            Create a new Transcription
            </summary>
            <param name="name"> Friendly name given to the Transcription </param>
            <param name="track"> Track to be analyze by the provider </param>
            <param name="statusCallbackUrl"> Status Callback URL </param>
            <param name="statusCallbackMethod"> Status Callback URL method </param>
            <param name="inboundTrackLabel"> Friendly name given to the Inbound Track </param>
            <param name="outboundTrackLabel"> Friendly name given to the Outbound Track Label </param>
            <param name="partialResults"> Indicates if partial results are going to be send to the customer </param>
            <param name="languageCode"> Language Code used by the transcription engine </param>
            <param name="transcriptionEngine"> Transcription Engine to be used </param>
            <param name="profanityFilter"> Enable Profanity Filter </param>
            <param name="speechModel"> Speech Model used by the transcription engine </param>
            <param name="hints"> Hints to be provided to the transcription engine </param>
            <param name="enableAutomaticPunctuation"> Enable Automatic Punctuation </param>
            <param name="intelligenceService"> The SID or the unique name of the Intelligence Service to be used </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Transcription.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.Transcription.Config(System.String,System.String)">
            <summary>
            Create a new <Config/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom config </param>
            <param name="value"> The value of the custom config </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Transcription.Config(Twilio.TwiML.Voice.Config)">
            <summary>
            Append a <Config/> element as a child of this element
            </summary>
            <param name="config"> A Config instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Transcription.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Transcription.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Transcription.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.Transcription.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.TwiML.Voice.VirtualAgent">
            <summary>
            VirtualAgent TwiML Noun
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.VirtualAgent.ConnectorName">
            <summary>
            Defines the conversation profile Dialogflow needs to use
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.VirtualAgent.Language">
            <summary>
            Language to be used by Dialogflow to transcribe speech
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.VirtualAgent.SentimentAnalysis">
            <summary>
            Whether sentiment analysis needs to be enabled or not
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.VirtualAgent.StatusCallback">
            <summary>
            URL to post status callbacks from Twilio
            </summary>
        </member>
        <member name="P:Twilio.TwiML.Voice.VirtualAgent.StatusCallbackMethod">
            <summary>
            HTTP method to use when requesting the status callback URL
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.VirtualAgent.#ctor(System.String,System.String,System.Nullable{System.Boolean},System.String,Twilio.Http.HttpMethod)">
            <summary>
            Create a new VirtualAgent
            </summary>
            <param name="connectorName"> Defines the conversation profile Dialogflow needs to use </param>
            <param name="language"> Language to be used by Dialogflow to transcribe speech </param>
            <param name="sentimentAnalysis"> Whether sentiment analysis needs to be enabled or not </param>
            <param name="statusCallback"> URL to post status callbacks from Twilio </param>
            <param name="statusCallbackMethod"> HTTP method to use when requesting the status callback URL </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.VirtualAgent.GetElementAttributes">
            <summary>
            Return the attributes of the TwiML tag
            </summary>
        </member>
        <member name="M:Twilio.TwiML.Voice.VirtualAgent.Config(System.String,System.String)">
            <summary>
            Create a new <Config/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom config </param>
            <param name="value"> The value of the custom config </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.VirtualAgent.Config(Twilio.TwiML.Voice.Config)">
            <summary>
            Append a <Config/> element as a child of this element
            </summary>
            <param name="config"> A Config instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.VirtualAgent.Parameter(System.String,System.String)">
            <summary>
            Create a new <Parameter/> element and append it as a child of this element.
            </summary>
            <param name="name"> The name of the custom parameter </param>
            <param name="value"> The value of the custom parameter </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.VirtualAgent.Parameter(Twilio.TwiML.Voice.Parameter)">
            <summary>
            Append a <Parameter/> element as a child of this element
            </summary>
            <param name="parameter"> A Parameter instance. </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.VirtualAgent.Append(Twilio.TwiML.TwiML)">
            <summary>
            Append a child TwiML element to this element returning this element to allow chaining.
            </summary>
            <param name="childElem"> Child TwiML element to add </param>
        </member>
        <member name="M:Twilio.TwiML.Voice.VirtualAgent.SetOption(System.String,System.Object)">
            <summary>
            Add freeform key-value attributes to the generated xml
            </summary>
            <param name="key"> Option key </param>
            <param name="value"> Option value </param>
        </member>
        <member name="T:Twilio.Types.Client">
            <summary>
            Client Endpoint
            </summary>
        </member>
        <member name="M:Twilio.Types.Client.#ctor(System.String)">
            <summary>
            Create new client
            </summary>
            <param name="client">Client name</param>
        </member>
        <member name="M:Twilio.Types.Client.ToString">
            <summary>
            Convert to string
            </summary>
            <returns>String representation</returns>
        </member>
        <member name="T:Twilio.Types.FeedbackIssue">
            <summary>
            Feedback issue POCO
            </summary>
        </member>
        <member name="P:Twilio.Types.FeedbackIssue.Count">
            <summary>
            Number of occurrences
            </summary>
        </member>
        <member name="P:Twilio.Types.FeedbackIssue.Description">
            <summary>
            Description of issue
            </summary>
        </member>
        <member name="P:Twilio.Types.FeedbackIssue.PercentageOfTotalCalls">
            <summary>
            Percentage of calls affected
            </summary>
        </member>
        <member name="M:Twilio.Types.FeedbackIssue.#ctor(System.Int32,System.String,System.String)">
            <summary>
            Create new FeedbackIssue
            </summary>
            <param name="count">Number of occurrences</param>
            <param name="description">Description of issue</param>
            <param name="percentageOfTotalCalls">Percentage of calls affected</param>
        </member>
        <member name="T:Twilio.Types.IceServer">
            <summary>
            Ice Server POCO
            </summary>
        </member>
        <member name="P:Twilio.Types.IceServer.Credential">
            <summary>
            Ice Server credential
            </summary>
        </member>
        <member name="P:Twilio.Types.IceServer.Username">
            <summary>
            Username for server
            </summary>
        </member>
        <member name="P:Twilio.Types.IceServer.Url">
            <summary>
            Server URL
            </summary>
        </member>
        <member name="P:Twilio.Types.IceServer.Urls">
            <summary>
            Server URL
            </summary>
        </member>
        <member name="M:Twilio.Types.IceServer.#ctor(System.String,System.String,System.Uri,System.Uri)">
            <summary>
            Create a new IceServer
            </summary>
            <param name="credential">Ice Server credential</param>
            <param name="username">Server username</param>
            <param name="url">Server URL</param>
            <param name="urls">Server URL</param>
        </member>
        <member name="T:Twilio.Types.IEndpoint">
            <summary>
            Endpoint of a call
            </summary>
        </member>
        <member name="M:Twilio.Types.IEndpoint.ToString">
            <summary>
            Generate string representation
            </summary>
            <returns>String representation</returns>
        </member>
        <member name="T:Twilio.Types.InboundCallPrice">
            <summary>
            POCO to represent an inbound call price
            </summary>
        </member>
        <member name="T:Twilio.Types.InboundCallPrice.TypeEnum">
            <summary>
            Types of inbound numbers
            </summary>
        </member>
        <member name="M:Twilio.Types.InboundCallPrice.TypeEnum.#ctor">
            <summary>
            Generic constructor
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundCallPrice.TypeEnum.Local">
            <summary>
            Local number type
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundCallPrice.TypeEnum.Mobile">
            <summary>
            Mobile number type
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundCallPrice.TypeEnum.National">
            <summary>
            National number type
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundCallPrice.TypeEnum.TollFree">
            <summary>
            Toll Free number type
            </summary>
        </member>
        <member name="P:Twilio.Types.InboundCallPrice.BasePrice">
            <summary>
            Base price of calls
            </summary>
        </member>
        <member name="P:Twilio.Types.InboundCallPrice.CurrentPrice">
            <summary>
            Current price of calls
            </summary>
        </member>
        <member name="P:Twilio.Types.InboundCallPrice.NumberType">
            <summary>
            Type of number
            </summary>
        </member>
        <member name="M:Twilio.Types.InboundCallPrice.#ctor">
            <summary>
            Empty constructor
            </summary>
        </member>
        <member name="T:Twilio.Types.InboundSmsPrice">
            <summary>
            POCO for inbound SMS prices
            </summary>
        </member>
        <member name="T:Twilio.Types.InboundSmsPrice.TypeEnum">
            <summary>
            Phone number types
            </summary>
        </member>
        <member name="M:Twilio.Types.InboundSmsPrice.TypeEnum.#ctor">
            <summary>
            Generic constructor
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundSmsPrice.TypeEnum.Local">
            <summary>
            Local number type
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundSmsPrice.TypeEnum.Mobile">
            <summary>
            Mobile number type
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundSmsPrice.TypeEnum.National">
            <summary>
            National number type
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundSmsPrice.TypeEnum.Shortcode">
            <summary>
            Shortcode number type
            </summary>
        </member>
        <member name="F:Twilio.Types.InboundSmsPrice.TypeEnum.TollFree">
            <summary>
            Toll Free number type
            </summary>
        </member>
        <member name="P:Twilio.Types.InboundSmsPrice.BasePrice">
            <summary>
            Base price for SMS
            </summary>
        </member>
        <member name="P:Twilio.Types.InboundSmsPrice.CurrentPrice">
            <summary>
            Current price for SMS
            </summary>
        </member>
        <member name="P:Twilio.Types.InboundSmsPrice.NumberType">
            <summary>
            Type of number
            </summary>
        </member>
        <member name="M:Twilio.Types.InboundSmsPrice.#ctor">
            <summary>
            Generic constructor
            </summary>
        </member>
        <member name="T:Twilio.Types.OutboundCallPrice">
            <summary>
            POCO for outbound call prices
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundCallPrice.BasePrice">
            <summary>
            Base price of outbound call
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundCallPrice.CurrentPrice">
            <summary>
            Current price of outbound call
            </summary>
            <returns></returns>
        </member>
        <member name="M:Twilio.Types.OutboundCallPrice.#ctor(System.Double,System.Double)">
            <summary>
            Create a new OutboundCallPrice
            </summary>
            <param name="basePrice">Base price of call</param>
            <param name="currentPrice">Current price of call</param>
        </member>
        <member name="T:Twilio.Types.OutboundCallPriceWithOrigin">
            <summary>
            POCO for outbound call price with origin
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundCallPriceWithOrigin.BasePrice">
            <summary>
            Base price of outbound call
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundCallPriceWithOrigin.CurrentPrice">
            <summary>
            Current price of outbound call
            </summary>
            <returns></returns>
        </member>
        <member name="P:Twilio.Types.OutboundCallPriceWithOrigin.OriginationPrefixes">
            <summary>
            List of origination prefixes of outbound call
            </summary>
            <returns></returns>
        </member>
        <member name="M:Twilio.Types.OutboundCallPriceWithOrigin.#ctor(System.Double,System.Double,System.Collections.Generic.List{System.String})">
            <summary>
            Create a new OutboundCallPriceWithOrigin
            </summary>
            <param name="basePrice">Base price of call</param>
            <param name="currentPrice">Current price of call</param>
            <param name="originationPrefixes">List of origination prefixes of call</param>
        </member>
        <member name="T:Twilio.Types.OutboundPrefixPrice">
            <summary>
            POCO for outbound prefix prices
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPrice.Prefixes">
            <summary>
            Prefix list
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPrice.FriendlyName">
            <summary>
            Prefix friendly name
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPrice.BasePrice">
            <summary>
            Base price for prefix
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPrice.CurrentPrice">
            <summary>
            Current price of prefix
            </summary>
        </member>
        <member name="M:Twilio.Types.OutboundPrefixPrice.#ctor(System.Collections.Generic.List{System.String},System.String,System.Double,System.Double)">
            <summary>
            Create a new OutboundPrefixPrice
            </summary>
            <param name="prefixes">List of prefixes</param>
            <param name="friendlyName">Prefix friendly name</param>
            <param name="basePrice">Base price of prefix</param>
            <param name="currentPrice">Current price of prefix</param>
        </member>
        <member name="T:Twilio.Types.OutboundPrefixPriceWithOrigin">
            <summary>
            POCO for outbound prefix prices with origins
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPriceWithOrigin.DestinationPrefixes">
            <summary>
            Destination Prefix list
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPriceWithOrigin.OriginationPrefixes">
            <summary>
            Destination Prefix list
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPriceWithOrigin.FriendlyName">
            <summary>
            Prefix friendly name
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPriceWithOrigin.BasePrice">
            <summary>
            Base price for prefix
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundPrefixPriceWithOrigin.CurrentPrice">
            <summary>
            Current price of prefix
            </summary>
        </member>
        <member name="M:Twilio.Types.OutboundPrefixPriceWithOrigin.#ctor(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String},System.String,System.Double,System.Double)">
            <summary>
            Create a new OutboundPrefixPrice
            </summary>
            <param name="destinationPrefixes">List of destination prefixes</param>
            <param name="originationPrefixes">List of origination prefixes</param>
            <param name="friendlyName">Prefix friendly name</param>
            <param name="basePrice">Base price of prefix</param>
            <param name="currentPrice">Current price of prefix</param>
        </member>
        <member name="T:Twilio.Types.OutboundSmsPrice">
            <summary>
            POCO to represent an outbound SMS price
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundSmsPrice.Mcc">
            <summary>
            SMS mcc
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundSmsPrice.Mnc">
            <summary>
            SMS mnc
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundSmsPrice.Carrier">
            <summary>
            Carrier name
            </summary>
        </member>
        <member name="P:Twilio.Types.OutboundSmsPrice.Prices">
            <summary>
            List of prices
            </summary>
        </member>
        <member name="M:Twilio.Types.OutboundSmsPrice.#ctor(System.String,System.String,System.String,System.Collections.Generic.List{Twilio.Types.InboundSmsPrice})">
            <summary>
            Create a new OutboundSmsPrice
            </summary>
            <param name="mcc">SMS mcc</param>
            <param name="mnc">SMS mnc</param>
            <param name="carrier">Carrier name</param>
            <param name="prices">List of prices</param>
        </member>
        <member name="T:Twilio.Types.PhoneNumber">
            <summary>
            Phone number endpoint
            </summary>
        </member>
        <member name="M:Twilio.Types.PhoneNumber.#ctor(System.String)">
            <summary>
            Create a new PhoneNumber
            </summary>
            <param name="number">Phone number</param>
        </member>
        <member name="M:Twilio.Types.PhoneNumber.op_Implicit(System.String)~Twilio.Types.PhoneNumber">
            <summary>
            Add implicit constructor for PhoneNumber to make it assignable from string
            </summary>
            <param name="number">Phone number</param>
            <returns></returns>
        </member>
        <member name="M:Twilio.Types.PhoneNumber.ToString">
            <summary>
            Convert to string
            </summary>
            <returns>String representation</returns>
        </member>
        <member name="T:Twilio.Types.PhoneNumberCapabilities">
            <summary>
            Capabilities of a phone number
            </summary>
        </member>
        <member name="P:Twilio.Types.PhoneNumberCapabilities.Mms">
            <summary>
            MMS capable
            </summary>
        </member>
        <member name="P:Twilio.Types.PhoneNumberCapabilities.Sms">
            <summary>
            SMS capable
            </summary>
        </member>
        <member name="P:Twilio.Types.PhoneNumberCapabilities.Voice">
            <summary>
            Voice capable
            </summary>
        </member>
        <member name="P:Twilio.Types.PhoneNumberCapabilities.Fax">
            <summary>
            Fax capable
            </summary>
        </member>
        <member name="M:Twilio.Types.PhoneNumberCapabilities.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Create a new PhoneNumberCapability
            </summary>
            <param name="mms">MMS capable</param>
            <param name="sms">SMS capable</param>
            <param name="voice">Voice capable</param>
            <param name="fax">Fax capable</param>
        </member>
        <member name="T:Twilio.Types.PhoneNumberPrice">
            <summary>
            Phone number price POCO
            </summary>
        </member>
        <member name="T:Twilio.Types.PhoneNumberPrice.TypeEnum">
            <summary>
            Phone numbe types
            </summary>
        </member>
        <member name="M:Twilio.Types.PhoneNumberPrice.TypeEnum.#ctor">
            <summary>
            Generic constructor
            </summary>
        </member>
        <member name="F:Twilio.Types.PhoneNumberPrice.TypeEnum.Local">
            <summary>
            Local number type
            </summary>
        </member>
        <member name="F:Twilio.Types.PhoneNumberPrice.TypeEnum.Mobile">
            <summary>
            Mobile number type
            </summary>
        </member>
        <member name="F:Twilio.Types.PhoneNumberPrice.TypeEnum.National">
            <summary>
            National number type
            </summary>
        </member>
        <member name="F:Twilio.Types.PhoneNumberPrice.TypeEnum.TollFree">
            <summary>
            Toll free number type
            </summary>
        </member>
        <member name="P:Twilio.Types.PhoneNumberPrice.BasePrice">
            <summary>
            Base price of number
            </summary>
        </member>
        <member name="P:Twilio.Types.PhoneNumberPrice.CurrentPrice">
            <summary>
            Current price of number
            </summary>
        </member>
        <member name="P:Twilio.Types.PhoneNumberPrice.NumberType">
            <summary>
            Type of number
            </summary>
        </member>
        <member name="M:Twilio.Types.PhoneNumberPrice.#ctor">
            <summary>
            Generic constructor
            </summary>
        </member>
        <member name="T:Twilio.Types.StringEnum">
            <summary>
            Enum object for strings
            </summary>
        </member>
        <member name="M:Twilio.Types.StringEnum.#ctor">
            <summary>
            Generic constructor
            </summary>
        </member>
        <member name="M:Twilio.Types.StringEnum.#ctor(System.String)">
            <summary>
            Create from string
            </summary>
            <param name="value">String value</param>
        </member>
        <member name="M:Twilio.Types.StringEnum.FromString(System.String)">
            <summary>
            Generate from string
            </summary>
            <param name="value">String value</param>
        </member>
        <member name="M:Twilio.Types.StringEnum.ToString">
            <summary>
            Convert to string
            </summary>
            <returns>String representation</returns>
        </member>
        <member name="T:Twilio.Types.Twiml">
            <summary>
            Twiml endpoint
            </summary>
        </member>
        <member name="M:Twilio.Types.Twiml.#ctor(System.String)">
            <summary>
            Create a new Twiml
            </summary>
            <param name="twiml">Twiml</param>
        </member>
        <member name="M:Twilio.Types.Twiml.op_Implicit(System.String)~Twilio.Types.Twiml">
            <summary>
            Add implicit constructor for Twiml to make it assignable from string
            </summary>
            <param name="twiml">Twiml</param>
            <returns></returns>
        </member>
        <member name="M:Twilio.Types.Twiml.ToString">
            <summary>
            Convert to string
            </summary>
            <returns>String representation</returns>
        </member>
    </members>
</doc>
